Skip to content

Commit

Permalink
Merge pull request #341 from schubeda/patch-1
Browse files Browse the repository at this point in the history
German translations
  • Loading branch information
ashutoshgngwr authored Sep 22, 2020
2 parents f6352c1 + 4f7be1a commit 90eb235
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,14 @@ class AboutFragment : Fragment() {
R.string.credits__translation_de_0,
R.string.credits__translation_de_0__url
),
arrayOf(
R.string.credits__translation_de_1,
R.string.credits__translation_de_1__url
),
arrayOf(
R.string.credits__translation_de_2,
R.string.credits__translation_de_2__url
),
arrayOf(
R.string.credits__translation_it_it_0,
R.string.credits__translation_it_it_0__url
Expand Down Expand Up @@ -105,10 +113,6 @@ class AboutFragment : Fragment() {
arrayOf(
R.string.credits__translation_pl_0,
R.string.credits__translation_pl_0__url
),
arrayOf(
R.string.credits__translation_de_1,
R.string.credits__translation_de_1__url
)
)
}
Expand Down
8 changes: 4 additions & 4 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<string name="airplane_seatbelt_beeps">Flugzeug-Anschnallsignal</string>
<string name="birds">Vögel</string>
<string name="bonfire">Lagerfeuer</string>
<string name="brownian_noise">Braunes Rauschen</string>
<string name="brownian_noise">Brownsches Rauschen</string>
<string name="coffee_shop">Kaffeehaus</string>
<string name="distant_thunder">Ferner Donner</string>
<string name="heavy_rain">Starker Regen</string>
Expand Down Expand Up @@ -60,11 +60,11 @@
<string name="auto_sleep_schedule_cancelled">Automatischer Schlaftimer abgebrochen!</string>
<string name="app_theme">Theme</string>
<string name="cast_media">Übertrage das Medium auf ein anderes Gerät</string>
<string name="open_context_menu">Öffne das Context-Menü</string>
<string name="open_context_menu">Öffne das Kontext-Menü</string>
<string name="preset_already_exists">Eine Voreinstellung mit diesem Namen existiert bereits!</string>
<string name="preset_info__description">
Du hast bisher keine Voreinstellungen erstellt. Um eine Voreinstellung zu erstellen, gehe zur
Bibliothek und starte eine Audioausgabe. Im Anschluss kannst du den Speichern Knopf in der
Bibliothek und starte eine Audioausgabe. Im Anschluss kannst du den Speichern-Knopf in der
unteren Ecke des Bildschirms anklicken.
</string>
<string name="rename">Umbenennen</string>
Expand All @@ -75,7 +75,7 @@
</string>
<string name="sound_group__monsoon">Monsun</string>
<string name="sound_group__public_gatherings">Öffentliches Zusammenkommen</string>
<string name="sound_group__raw_noise">Grobes Rausche</string>
<string name="sound_group__raw_noise">Grobes Rauschen</string>
<string name="sound_group__times_of_day">Tageszeiten</string>
<string name="sound_group__wind">Wind</string>
<string name="support_development">Unterstütze die Entwicklung</string>
Expand Down
2 changes: 2 additions & 0 deletions app/src/main/res/values/dont_translate.xml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@
<string name="credits__translation_de_0__url" translatable="false">https://github.com/schulle4u</string>
<string name="credits__translation_de_1" translatable="false">German translation by Luca Hohmann</string>
<string name="credits__translation_de_1__url" translatable="false">https://github.com/gilgusmaximus</string>
<string name="credits__translation_de_2" translatable="false">German translation by schubeda</string>
<string name="credits__translation_de_2__url" translatable="false">https://github.com/schubeda</string>
<string name="credits__translation_it_it_0" translatable="false">Italian translation by Sebastian Scaramuzza</string>
<string name="credits__translation_it_it_0__url" translatable="false">https://sebastianscaramuzza.com</string>
<string name="credits__translation_fr_fr_0" translatable="false">French translation by Eki474</string>
Expand Down

0 comments on commit 90eb235

Please sign in to comment.