forked from android/sunflower
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Japanese support for issue android#322
- Loading branch information
Showing
1 changed file
with
47 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
<!-- | ||
~ Copyright 2018 Google LLC | ||
~ | ||
~ Licensed under the Apache License, Version 2.0 (the "License"); | ||
~ you may not use this file except in compliance with the License. | ||
~ You may obtain a copy of the License at | ||
~ | ||
~ https://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
--> | ||
|
||
<resources> | ||
<string name="menu_filter_by_grow_zone">成長度合いによって分けられる</string> | ||
<string name="plant_detail_image_content_description">植物のイメージ</string> | ||
<string name="my_garden_title">私の庭</string> | ||
<string name="plant_list_title">植物のリスト</string> | ||
<string name="plant_details_title">植物の詳細</string> | ||
<string name="navigation_drawer_header_content_description">アプリナビゲーション</string> | ||
<string name="added_plant_to_garden">植物が庭に追加されました</string> | ||
<string name="garden_empty">あなたの庭に植物はありません</string> | ||
<string name="planted_date">%1$s は %2$s に植わっています</string> | ||
<string name="menu_item_share_plant">共有</string> | ||
<string name="share_text_plant">%s という植物を「Sunflower」アプリで見てみてください</string> | ||
|
||
<!-- String plurals and their related prefix / suffix strings --> | ||
<!-- Item quantities for zero and one are not used in Chinese --> | ||
<string name="watering_needs_prefix">水の必要量:</string> | ||
<plurals name="watering_needs_suffix"> | ||
<item quantity="one">毎日</item> | ||
<item quantity="other">毎 %d 日</item> | ||
</plurals> | ||
|
||
<string name="watering_next_prefix">最後に水を上げたのは: %s</string> | ||
<plurals name="watering_next_suffix"> | ||
<item quantity="one">明日水をあげてください</item> | ||
<item quantity="other">%d 日後に水をあげてください</item> | ||
</plurals> | ||
|
||
<!-- Accessibility --> | ||
<string name="a11y_plant_item_image">植物の写真</string> | ||
|
||
</resources> |