Skip to content

Commit 73231cd

Browse files
committed
Modify translation based on feedback
1 parent e19e769 commit 73231cd

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

app/src/main/res/values-zh-rCN/strings.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@
1919
<string name="plant_detail_image_content_description">植物图片</string>
2020
<string name="my_garden_title">我的花园</string>
2121
<string name="plant_list_title">植物目录</string>
22-
<string name="plant_details_title">植物內容</string>
22+
<string name="plant_details_title">植物介绍</string>
2323
<string name="navigation_drawer_header_content_description">导航抽屉页眉商标</string>
2424
<string name="added_plant_to_garden">加新植物</string>
25-
<string name="garden_empty">花园里无有植物</string>
26-
<string name="planted_date">%1$s入土日%2$s</string>
25+
<string name="garden_empty">花园里没有植物</string>
26+
<string name="planted_date">%1$s 种植于 %2$s</string>
2727
<string name="menu_item_share_plant">分享</string>
28-
<string name="share_text_plant">在安卓Sunflower APP上看看这%s</string>
28+
<string name="share_text_plant">在安卓 Sunflower APP 上看看这 %s</string>
2929

3030
<!-- String plurals and their related prefix / suffix strings -->
3131
<!-- Item quantities for zero and one are not used in Chinese -->
3232
<string name="watering_needs_prefix">浇水指南:</string>
3333
<plurals name="watering_needs_suffix">
34-
<item quantity="other">每%d天</item>
34+
<item quantity="other">每 %d 天</item>
3535
</plurals>
3636

3737
<string name="watering_next_prefix">上次浇水: %s</string>
3838
<plurals name="watering_next_suffix">
39-
<item quantity="other">%d天后浇水</item>
39+
<item quantity="other">%d 天后浇水</item>
4040
</plurals>
4141

4242
<!-- Accessibility -->

app/src/main/res/values-zh-rTW/strings.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,24 +19,24 @@
1919
<string name="plant_detail_image_content_description">植物圖片</string>
2020
<string name="my_garden_title">我的花園</string>
2121
<string name="plant_list_title">植物目錄</string>
22-
<string name="plant_details_title">植物內容</string>
22+
<string name="plant_details_title">植物介紹</string>
2323
<string name="navigation_drawer_header_content_description">導航抽屜頁眉商標</string>
2424
<string name="added_plant_to_garden">加新植物</string>
25-
<string name="garden_empty">花園裡無有植物</string>
26-
<string name="planted_date">%1$s入土日%2$s</string>
25+
<string name="garden_empty">花園裡沒有植物</string>
26+
<string name="planted_date">%1$s 種植於 %2$s</string>
2727
<string name="menu_item_share_plant">分享</string>
28-
<string name="share_text_plant">在安卓Sunflower APP上看看這%s</string>
28+
<string name="share_text_plant">在安卓 Sunflower APP 上看看這 %s</string>
2929

3030
<!-- String plurals and their related prefix / suffix strings -->
3131
<!-- Item quantities for zero and one are not used in Chinese -->
3232
<string name="watering_needs_prefix">澆水指南:</string>
3333
<plurals name="watering_needs_suffix">
34-
<item quantity="other">每%d天</item>
34+
<item quantity="other">每 %d 天</item>
3535
</plurals>
3636

3737
<string name="watering_next_prefix">上次澆水: %s</string>
3838
<plurals name="watering_next_suffix">
39-
<item quantity="other">%d天後澆水</item>
39+
<item quantity="other">%d 天後澆水</item>
4040
</plurals>
4141

4242
<!-- Accessibility -->

0 commit comments

Comments
 (0)