Skip to content

Commit

Permalink
[res] update translation de (German)
Browse files Browse the repository at this point in the history
by conk
  • Loading branch information
chr56 committed Apr 30, 2023
1 parent e88fac8 commit 8b39d9d
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions app/src/main/res/values-de/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,10 @@
<item quantity="one">%1$d Song</item>
<item quantity="other">%1$d Songs</item>
</plurals>
<plurals name="item_files">
<item quantity="one">%1$d Datei</item>
<item quantity="other">%1$d Dateien</item>
</plurals>
<plurals name="item_albums">
<item quantity="one">%1$d Album</item>
<item quantity="other">%1$d Alben</item>
Expand All @@ -330,6 +334,14 @@
<item quantity="one">%1$d Interpret</item>
<item quantity="other">%1$d Interpreten</item>
</plurals>
<plurals name="item_playlists">
<item quantity="one">%1$d Wiedergabeliste</item>
<item quantity="other">%1$d Wiedergabelisten</item>
</plurals>
<plurals name="item_playlists_generated">
<item quantity="one">%1$d Generierte Wiedergabeliste</item>
<item quantity="other">%1$d Generierte Wiedergabelisten</item>
</plurals>
<plurals name="item_genres">
<item quantity="one">%1$d Genre</item>
<item quantity="other">%1$d Genres</item>
Expand All @@ -347,18 +359,6 @@
<item quantity="one">%1$d / %2$d Elementen wurde erfolgreich gelöscht.</item>
<item quantity="other">%1$d / %2$d Elementen wurde erfolgreich gelöscht.</item>
</plurals>
<plurals name="item_playlists">
<item quantity="one">%1$d Wiedergabeliste</item>
<item quantity="other">%1$d Wiedergabelisten</item>
</plurals>
<plurals name="item_files">
<item quantity="one">%1$d Datei</item>
<item quantity="other">%1$d Dateien</item>
</plurals>
<plurals name="item_playlists_generated">
<item quantity="one">%1$d Generierte Wiedergabeliste</item>
<item quantity="other">%1$d Generierte Wiedergabelisten</item>
</plurals>
<string name="warning_can_not_retract">Diese Aktion kann nicht rückgängig gemacht werden!</string>
<string name="delete_with_lyrics">Mit Songtext löschen</string>
<string name="excluded_paths">Ausgeschlossene Pfade</string>
Expand Down Expand Up @@ -407,4 +407,5 @@
<string name="action_import">Importiere %1$s</string>
<string name="action_export">Exportiere %1$s</string>
<string name="action_reboot">App neu starten</string>
<string name="process">Verarbeite…</string>
</resources>

0 comments on commit 8b39d9d

Please sign in to comment.