Skip to content

Commit 40d11d5

Browse files
XinyueZtiembo
authored andcommitted
Add Japanese support for issue android#322
1 parent b6d0203 commit 40d11d5

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
<!--
2+
~ Copyright 2018 Google LLC
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ https://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
15+
-->
16+
17+
<resources>
18+
<string name="menu_filter_by_grow_zone">成長度合いによって分ける</string>
19+
<string name="plant_detail_image_content_description">植物のイメージ</string>
20+
<string name="my_garden_title">私の庭</string>
21+
<string name="plant_list_title">植物のリスト</string>
22+
<string name="plant_details_title">植物の詳細</string>
23+
<string name="navigation_drawer_header_content_description">アプリナビゲーション</string>
24+
<string name="added_plant_to_garden">植物が庭に追加されました</string>
25+
<string name="garden_empty">あなたの庭に植物はありません</string>
26+
<string name="planted_date">%1$s は %2$s に植わっています</string>
27+
<string name="menu_item_share_plant">共有</string>
28+
<string name="share_text_plant">%s という植物を「Sunflower」アプリで見てみてください</string>
29+
30+
<!-- String plurals and their related prefix / suffix strings -->
31+
<!-- Item quantities for zero and one are not used in Chinese -->
32+
<string name="watering_needs_prefix">水の必要量:</string>
33+
<plurals name="watering_needs_suffix">
34+
<item quantity="other">毎%d日</item>
35+
</plurals>
36+
37+
<string name="watering_next_prefix">最後に水を上げたのは: %s</string>
38+
<plurals name="watering_next_suffix">
39+
<item quantity="other">%d日後に水をあげてください</item>
40+
</plurals>
41+
42+
<!-- Accessibility -->
43+
<string name="a11y_plant_item_image">植物の写真</string>
44+
45+
</resources>

0 commit comments

Comments
 (0)