Skip to content

Commit ce82cff

Browse files
teuronnic0lette
authored andcommitted
added missing and fixed translations (android#509)
1 parent 16e05a9 commit ce82cff

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

app/src/main/res/values-de/strings.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<string name="plant_detail_image_content_description">Bild der Pflanze</string>
2020
<string name="my_garden_title">Mein Garten</string>
2121
<string name="plant_list_title">Pflanzenliste</string>
22-
<string name="available">(translate me) Available Plants</string>
22+
<string name="available">Verfügbare Pflanzen</string>
2323
<string name="plant_details_title">Details zur Pflanze</string>
24-
<string name="add_plant">(translate me) Add plant</string>
24+
<string name="add_plant">Pflanze hinzufügen</string>
2525
<string name="added_plant_to_garden">Pflanze wurde zum Garten hinzugefügt</string>
2626
<string name="garden_empty">Ihr Garten ist unbepflanzt</string>
27-
<string name="plant_date_header">(translate me) Planted</string>
28-
<string name="watered_date_header">(translate me) Last Watered</string>
27+
<string name="plant_date_header">Gepflanzt</string>
28+
<string name="watered_date_header">Zuletzt gegossen</string>
2929
<string name="menu_item_share_plant">Teilen</string>
3030
<string name="share_text_plant">Schau dir die %s Pflanze in der App "Sunflower" an</string>
3131

@@ -37,8 +37,8 @@
3737
</plurals>
3838

3939
<plurals name="watering_next">
40-
<item quantity="one">Morgen wässern</item>
41-
<item quantity="other">In %d Tagen wässern</item>
40+
<item quantity="one">Morgen gießen</item>
41+
<item quantity="other">In %d Tagen gießen</item>
4242
</plurals>
4343

4444
<!-- Accessibility -->

0 commit comments

Comments
 (0)