Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
[FEATURE] Support German (Germany)
Browse files Browse the repository at this point in the history
  • Loading branch information
XinyueZ committed Feb 14, 2019
1 parent 1add5b7 commit 2705e85
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
45 changes: 45 additions & 0 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
<!--
~ 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">Nach Wachstumszone filtern</string>
<string name="plant_detail_image_content_description">Bild der Pflanze</string>
<string name="my_garden_title">Mein Garten</string>
<string name="plant_list_title">Pflanzenliste</string>
<string name="plant_details_title">Details zur Pflanze</string>
<string name="navigation_drawer_header_content_description">App Navigation</string>
<string name="added_plant_to_garden">Pflanze wurde zum Garten hinzugefügt</string>
<string name="garden_empty">Ihr Garten ist unbepflanzt</string>
<string name="planted_date">%1$s gepflanzt in %2$s</string>
<string name="menu_item_share_plant">Teilen</string>
<string name="share_text_plant">Schau dir die %s Pflanze in der App "Sunflower" an</string>

<string name="watering_needs_prefix">Wasserbedarf:</string>
<plurals name="watering_needs_suffix">
<item quantity="one">jeden Tag</item>
<item quantity="other">alle %d Tage</item>
</plurals>

<string name="watering_next_prefix">Zuletzt bewässert am %s</string>
<plurals name="watering_next_suffix">
<item quantity="one">Morgen wässern</item>
<item quantity="other">%In %d Tagen wässern</item>
</plurals>

<!-- Accessibility -->
<string name="a11y_plant_item_image">Bild der Pflanze</string>

</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values-ja/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<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 -->
<!-- Item quantities for zero and one are not used in Japanese -->
<string name="watering_needs_prefix">水の必要量:</string>
<plurals name="watering_needs_suffix">
<item quantity="other">毎%d日</item>
Expand Down

0 comments on commit 2705e85

Please sign in to comment.