Skip to content

Commit

Permalink
Translate strings into German
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkeppeler committed Sep 15, 2022
1 parent 56b7ef5 commit 5d8d094
Show file tree
Hide file tree
Showing 11 changed files with 87 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<resources>
<string name="app_name">Sheets</string>
<string name="app_name" translatable="false">Sheets</string>
</resources>
9 changes: 9 additions & 0 deletions calendar/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="scd_calendar_dialog_select_month">Monat auswählen</string>
<string name="scd_calendar_dialog_select_year">Jahr auswählen</string>
<string name="scd_calendar_dialog_prev_week">Letzte Woche</string>
<string name="scd_calendar_dialog_next_week">Nächste Woche</string>
<string name="scd_calendar_dialog_prev_month">Nächsten Monat</string>
<string name="scd_calendar_dialog_next_month">Letzten Monat</string>
</resources>
13 changes: 13 additions & 0 deletions clock/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="scd_clock_dialog_hour_code" translatable="true">h</string>
<string name="scd_clock_dialog_minute_code" translatable="true">m</string>
<string name="scd_clock_dialog_second_code" translatable="true">s</string>
<string name="scd_clock_dialog_day_code" translatable="true">D</string>
<string name="scd_clock_dialog_am" translatable="true">AM</string>
<string name="scd_clock_dialog_pm" translatable="true">PM</string>
<string name="scd_clock_dialog_next_value" translatable="true">Nächster Wert</string>
<string name="scd_clock_dialog_previous_value" translatable="true">Letzter Wert</string>

</resources>
6 changes: 1 addition & 5 deletions clock/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,13 @@

<resources>

<string name="scd_clock_dialog_at_least_placeholder" translatable="true">Minimum</string>
<string name="scd_clock_dialog_at_most_placeholder" translatable="true">Maximum</string>

<string name="scd_clock_dialog_hour_code" translatable="true">h</string>
<string name="scd_clock_dialog_minute_code" translatable="true">m</string>
<string name="scd_clock_dialog_second_code" translatable="true">s</string>
<string name="scd_clock_dialog_day_code" translatable="true">D</string>

<string name="scd_clock_dialog_am" translatable="true">AM</string>
<string name="scd_clock_dialog_pm" translatable="true">PM</string>
<string name="scd_clock_dialog_next_value" translatable="true">Next value</string>
<string name="scd_clock_dialog_previous_value" translatable="true">Previous</string>
<string name="scd_clock_dialog_previous_value" translatable="true">Previous value</string>

</resources>
17 changes: 17 additions & 0 deletions color/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="scd_color_dialog_alpha">Alpha</string>
<string name="scd_color_dialog_red">Red</string>
<string name="scd_color_dialog_green">Green</string>
<string name="scd_color_dialog_blue">Blue</string>
<string name="scd_color_dialog_argb">ARGB</string>
<string name="scd_color_dialog_color">Farbe</string>
<string name="scd_color_dialog_template_colors">Farbvorlagen</string>
<string name="scd_color_dialog_custom_color">Eigene Farbe</string>
<string name="scd_color_dialog_no_color">Keine Farbe</string>
<string name="scd_color_dialog_copy_color">Kopiere Farbe</string>
<string name="scd_color_dialog_paste_color">Füge Farbe ein</string>
<string name="scd_color_dialog_clipboard_paste_invalid_color_code">Gebe eine gültige aRGB-Farbe ein.</string>
<string name="scd_color_dialog_clipboard_paste_invalid_empty">Nichts einzufügen</string>

</resources>
5 changes: 5 additions & 0 deletions core/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="cancel">Abbrechen</string>
<string name="ok">ok</string>
</resources>
13 changes: 13 additions & 0 deletions date_time/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="sheets_compose_dialogs_date_time_am">AM</string>
<string name="sheets_compose_dialogs_date_time_pm">PM</string>
<string name="sheets_compose_dialogs_date_time_hour">Stunden</string>
<string name="sheets_compose_dialogs_date_time_minutes">Minuten</string>
<string name="sheets_compose_dialogs_date_time_seconds">Sekunden</string>
<string name="sheets_compose_dialogs_date_time_day">Tag</string>
<string name="sheets_compose_dialogs_date_time_month">Monat</string>
<string name="sheets_compose_dialogs_date_time_year">Jahr</string>

</resources>
12 changes: 12 additions & 0 deletions duration/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="sheets_at_least_placeholder">Mindestens</string>
<string name="sheets_at_most_placeholder">Maximal</string>
<string name="sheets_hour_code">h</string>
<string name="sheets_minute_code">m</string>
<string name="sheets_second_code">s</string>
<string name="scd_duration_dialog_delete_last_input">Letzte Eingabe löschen</string>
<string name="scd_duration_dialog_clear_input">Eingabe löschen</string>

</resources>
7 changes: 2 additions & 5 deletions duration/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,10 @@

<string name="sheets_at_least_placeholder" translatable="true">Minimum</string>
<string name="sheets_at_most_placeholder" translatable="true">Maximum</string>

<string name="sheets_hour_code" translatable="true">h</string>
<string name="sheets_minute_code" translatable="true">m</string>
<string name="sheets_second_code" translatable="true">s</string>
<string name="sheets_day_code" translatable="true">D</string>

<string name="scd_duration_dialog_delete_last_input">Delete last input</string>
<string name="scd_duration_dialog_clear_input">Clear input</string>
<string name="scd_duration_dialog_delete_last_input" translatable="true">Delete last input</string>
<string name="scd_duration_dialog_clear_input" translatable="true">Clear input</string>

</resources>
7 changes: 7 additions & 0 deletions list/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="scd_list_dialog_min_choices">Wähle mindestens %d Optionen aus</string>
<string name="scd_list_dialog_max_choices">Wähle maximal %d Optionen aus</string>

</resources>
7 changes: 7 additions & 0 deletions option/src/main/res/values-de-rDE/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>

<string name="scd_option_dialog_min_choices" translatable="true">Wähle mindestens %d Optionen aus</string>
<string name="scd_option_dialog_max_choices" translatable="true">Wähle maximal %d Optionen aus</string>

</resources>

0 comments on commit 5d8d094

Please sign in to comment.