[web] Pluralisation when there is no occurrence of an item

Proper translations If there are no occurrence of a specific item.
This commit is contained in:
Alain Nussbaumer 2023-07-03 02:26:07 +02:00
parent cad9962cec
commit 1cdee635d7
3 changed files with 67 additions and 67 deletions

View File

@ -251,10 +251,10 @@
}, },
"album": { "album": {
"shuffle": "Zufallswiedergabe", "shuffle": "Zufallswiedergabe",
"track-count": "{count} Track|{count} Tracks" "track-count": "{count} Track|{count} Track|{count} Tracks"
}, },
"albums": { "albums": {
"count": "{count} Album|{count} Alben", "count": "{count} Album|{count} Album|{count} Alben",
"filter": "Filter", "filter": "Filter",
"hide-singles-help": "Nach Aktivierung werden keine Singles und Alben angezeigt, die nur in Playlisten enthalten sind.", "hide-singles-help": "Nach Aktivierung werden keine Singles und Alben angezeigt, die nur in Playlisten enthalten sind.",
"hide-singles": "Nach Aktivierung werden keine Singles angezeigt", "hide-singles": "Nach Aktivierung werden keine Singles angezeigt",
@ -269,9 +269,9 @@
} }
}, },
"artist": { "artist": {
"album-count": "{count} Album|{count} Alben", "album-count": "{count} Album|{count} Album|{count} Alben",
"shuffle": "Zufallswiedergabe", "shuffle": "Zufallswiedergabe",
"track-count": "{count} Track|{count} Tracks", "track-count": "{count} Track|{count} Track|{count} Tracks",
"sort-by": { "sort-by": {
"title": "Sortieren nach", "title": "Sortieren nach",
"name": "Name", "name": "Name",
@ -296,18 +296,18 @@
"audiobooks": { "audiobooks": {
"album": { "album": {
"play": "Spielen", "play": "Spielen",
"track-count": "{count} Track|{count} Tracks" "track-count": "{count} Track|{count} Track|{count} Tracks"
}, },
"albums": { "albums": {
"count": "{count} Hörbuch|{count} Hörbücher", "count": "{count} Hörbuch|{count} Hörbuch|{count} Hörbücher",
"title": "Hörbücher" "title": "Hörbücher"
}, },
"artist": { "artist": {
"album-count": "{count} Album|{count} Alben", "album-count": "{count} Album|{count} Album|{count} Alben",
"play": "Spielen" "play": "Spielen"
}, },
"artists": { "artists": {
"count": "{count} Autor|{count} Autoren", "count": "{count} Autor|{count} Autor|{count} Autoren",
"title": "Autoren" "title": "Autoren"
}, },
"tabs": { "tabs": {
@ -337,9 +337,9 @@
} }
}, },
"composer": { "composer": {
"album-count": "{count} Album|{count} Alben", "album-count": "{count} Album|{count} Album|{count} Alben",
"shuffle": "Zufallswiedergabe", "shuffle": "Zufallswiedergabe",
"track-count": "{count} Track|{count} Tracks", "track-count": "{count} Track|{count} Track|{count} Tracks",
"sort-by": { "sort-by": {
"title": "Sortieren nach", "title": "Sortieren nach",
"name": "Name", "name": "Name",
@ -347,7 +347,7 @@
} }
}, },
"composers": { "composers": {
"count": "{count} Komponist|{count} Komponisten", "count": "{count} Komponist|{count} Komponist|{count} Komponisten",
"title": "Komponisten" "title": "Komponisten"
}, },
"files": { "files": {
@ -355,9 +355,9 @@
"title": "Dateien" "title": "Dateien"
}, },
"genre": { "genre": {
"album-count": "{count} Album|{count} Alben", "album-count": "{count} Album|{count} Album|{count} Alben",
"shuffle": "Zufallswiedergabe", "shuffle": "Zufallswiedergabe",
"track-count": "{count} Track|{count} Tracks", "track-count": "{count} Track|{count} Track|{count} Tracks",
"sort-by": { "sort-by": {
"title": "Sortieren nach", "title": "Sortieren nach",
"name": "Name", "name": "Name",
@ -365,7 +365,7 @@
} }
}, },
"genres": { "genres": {
"count": "{count} Genre|{count} Genres", "count": "{count} Genre|{count} Genre|{count} Genres",
"title": "Genres" "title": "Genres"
}, },
"now-playing": { "now-playing": {
@ -400,14 +400,14 @@
"queue": { "queue": {
"add-stream": "Stream hinzufügen", "add-stream": "Stream hinzufügen",
"clear": "Alle entfernen", "clear": "Alle entfernen",
"count": "{count} Track|{count} Tracks", "count": "{count} Track|{count} Track|{count} Tracks",
"edit": "Bearbeiten", "edit": "Bearbeiten",
"hide-previous": "Vorherige verbergen", "hide-previous": "Vorherige verbergen",
"title": "Warteschlange", "title": "Warteschlange",
"save": "Speichern" "save": "Speichern"
}, },
"radio": { "radio": {
"count": "{count} Station|{count} Stationen", "count": "{count} Station|{count} Station|{count} Stationen",
"title": "Radio" "title": "Radio"
}, },
"search": { "search": {
@ -523,10 +523,10 @@
"spotify": { "spotify": {
"album": { "album": {
"shuffle": "Zufallswiedergabe", "shuffle": "Zufallswiedergabe",
"track-count": "{count} Track|{count} Tracks" "track-count": "{count} Track|{count} Track|{count} Tracks"
}, },
"artist": { "artist": {
"album-count": "{count} Album|{count} Alben", "album-count": "{count} Album|{count} Album|{count} Alben",
"shuffle": "Zufallswiedergabe" "shuffle": "Zufallswiedergabe"
}, },
"browse": { "browse": {
@ -535,7 +535,7 @@
"show-more": "Zeige mehr" "show-more": "Zeige mehr"
}, },
"playlist": { "playlist": {
"count": "{count} Track|{count} Tracks", "count": "{count} Track|{count} Track|{count} Tracks",
"shuffle": "Zufallswiedergabe" "shuffle": "Zufallswiedergabe"
}, },
"search": { "search": {

View File

@ -251,10 +251,10 @@
}, },
"album": { "album": {
"shuffle": "Shuffle", "shuffle": "Shuffle",
"track-count": "{count} track|{count} tracks" "track-count": "{count} track|{count} track|{count} tracks"
}, },
"albums": { "albums": {
"count": "{count} album|{count} albums", "count": "{count} album|{count} album|{count} albums",
"filter": "Filter", "filter": "Filter",
"hide-singles-help": "If active, hides singles and albums with tracks that only appear in playlists.", "hide-singles-help": "If active, hides singles and albums with tracks that only appear in playlists.",
"hide-singles": "Hide singles", "hide-singles": "Hide singles",
@ -269,9 +269,9 @@
} }
}, },
"artist": { "artist": {
"album-count": "{count} album|{count} albums", "album-count": "{count} album|{count} album|{count} albums",
"shuffle": "Shuffle", "shuffle": "Shuffle",
"track-count": "{count} track|{count} tracks", "track-count": "{count} track|{count} track|{count} tracks",
"sort-by": { "sort-by": {
"title": "Sort by", "title": "Sort by",
"name": "Name", "name": "Name",
@ -280,7 +280,7 @@
} }
}, },
"artists": { "artists": {
"count": "{count} artist|{count} artists", "count": "{count} artist|{count} artist|{count} artists",
"filter": "Filter", "filter": "Filter",
"sort-by": { "sort-by": {
"title": "Sort by", "title": "Sort by",
@ -296,18 +296,18 @@
"audiobooks": { "audiobooks": {
"album": { "album": {
"play": "Play", "play": "Play",
"track-count": "{count} track|{count} tracks" "track-count": "{count} track|{count} track|{count} tracks"
}, },
"albums": { "albums": {
"count": "{count} audiobook|{count} audiobooks", "count": "{count} audiobook|{count} audiobook|{count} audiobooks",
"title": "Audiobooks" "title": "Audiobooks"
}, },
"artist": { "artist": {
"album-count": "{count} album|{count} albums", "album-count": "{count} album|{count} album|{count} albums",
"play": "Play" "play": "Play"
}, },
"artists": { "artists": {
"count": "{count} author|{count} authors", "count": "{count} author|{count} author|{count} authors",
"title": "Authors" "title": "Authors"
}, },
"tabs": { "tabs": {
@ -337,9 +337,9 @@
} }
}, },
"composer": { "composer": {
"album-count": "{count} album|{count} albums", "album-count": "{count} album|{count} album|{count} albums",
"shuffle": "Shuffle", "shuffle": "Shuffle",
"track-count": "{count} track|{count} tracks", "track-count": "{count} track|{count} track|{count} tracks",
"sort-by": { "sort-by": {
"title": "Sort by", "title": "Sort by",
"name": "Name", "name": "Name",
@ -347,7 +347,7 @@
} }
}, },
"composers": { "composers": {
"count": "{count} composer|{count} composers", "count": "{count} composer|{count} composer|{count} composers",
"title": "Composers" "title": "Composers"
}, },
"files": { "files": {
@ -355,9 +355,9 @@
"title": "Files" "title": "Files"
}, },
"genre": { "genre": {
"album-count": "{count} album|{count} albums", "album-count": "{count} album|{count} album|{count} albums",
"shuffle": "Shuffle", "shuffle": "Shuffle",
"track-count": "{count} track|{count} tracks", "track-count": "{count} track|{count} track|{count} tracks",
"sort-by": { "sort-by": {
"title": "Sort by", "title": "Sort by",
"name": "Name", "name": "Name",
@ -365,7 +365,7 @@
} }
}, },
"genres": { "genres": {
"count": "{count} genre|{count} genres", "count": "{count} genre|{count} genre|{count} genres",
"title": "Genres" "title": "Genres"
}, },
"now-playing": { "now-playing": {
@ -376,10 +376,10 @@
"playlist": { "playlist": {
"length": "{length} tracks", "length": "{length} tracks",
"shuffle": "Shuffle", "shuffle": "Shuffle",
"track-count": "{count} track|{count} tracks" "track-count": "{count} track|{count} track|{count} tracks"
}, },
"playlists": { "playlists": {
"count": "{count} playlist|{count} playlists" "count": "{count} playlist|{count} playlist|{count} playlists"
}, },
"podcast": { "podcast": {
"play": "Play", "play": "Play",
@ -387,11 +387,11 @@
"remove-info-1": "Permanently remove this podcast from your library?", "remove-info-1": "Permanently remove this podcast from your library?",
"remove-info-2": "This will also remove the RSS playlist ", "remove-info-2": "This will also remove the RSS playlist ",
"remove-podcast": "Remove podcast", "remove-podcast": "Remove podcast",
"track-count": "{count} track|{count} tracks" "track-count": "{count} track|{count} track|{count} tracks"
}, },
"podcasts": { "podcasts": {
"add": "Add", "add": "Add",
"count": "{count} podcast|{count} podcasts", "count": "{count} podcast|{count} podcast|{count} podcasts",
"mark-all-played": "Mark All Played", "mark-all-played": "Mark All Played",
"new-episodes": "New Episodes", "new-episodes": "New Episodes",
"title": "Podcasts", "title": "Podcasts",
@ -400,14 +400,14 @@
"queue": { "queue": {
"add-stream": "Add stream", "add-stream": "Add stream",
"clear": "Clear", "clear": "Clear",
"count": "{count} track|{count} tracks", "count": "{count} track|{count} track|{count} tracks",
"edit": "Edit", "edit": "Edit",
"hide-previous": "Hide previous", "hide-previous": "Hide previous",
"title": "Queue", "title": "Queue",
"save": "Save" "save": "Save"
}, },
"radio": { "radio": {
"count": "{count} station|{count} stations", "count": "{count} station|{count} station|{count} stations",
"title": "Radio" "title": "Radio"
}, },
"search": { "search": {
@ -523,10 +523,10 @@
"spotify": { "spotify": {
"album": { "album": {
"shuffle": "Shuffle", "shuffle": "Shuffle",
"track-count": "{count} track|{count} tracks" "track-count": "{count} track|{count} track|{count} tracks"
}, },
"artist": { "artist": {
"album-count": "{count} album|{count} albums", "album-count": "{count} album|{count} album|{count} albums",
"shuffle": "Shuffle" "shuffle": "Shuffle"
}, },
"browse": { "browse": {
@ -535,7 +535,7 @@
"show-more": "Show More" "show-more": "Show More"
}, },
"playlist": { "playlist": {
"count": "{count} track|{count} tracks", "count": "{count} track|{count} track|{count} tracks",
"shuffle": "Shuffle" "shuffle": "Shuffle"
}, },
"search": { "search": {

View File

@ -251,10 +251,10 @@
}, },
"album": { "album": {
"shuffle": "Lecture aléatoire", "shuffle": "Lecture aléatoire",
"track-count": "{count} piste|{count} pistes" "track-count": "{count} piste|{count} piste|{count} pistes"
}, },
"albums": { "albums": {
"count": "{count} album|{count} albums", "count": "{count} album|{count} album|{count} albums",
"filter": "Filtre", "filter": "Filtre",
"hide-singles-help": "Si actif, masque les singles et les albums dont les pistes napparaissent que dans les listes de lecture.", "hide-singles-help": "Si actif, masque les singles et les albums dont les pistes napparaissent que dans les listes de lecture.",
"hide-singles": "Masquer les singles", "hide-singles": "Masquer les singles",
@ -269,9 +269,9 @@
} }
}, },
"artist": { "artist": {
"album-count": "{count} album|{count} albums", "album-count": "{count} album|{count} album|{count} albums",
"shuffle": "Lecture aléatoire", "shuffle": "Lecture aléatoire",
"track-count": "{count} piste|{count} pistes", "track-count": "{count} piste|{count} piste|{count} pistes",
"sort-by": { "sort-by": {
"title": "Trier par", "title": "Trier par",
"name": "Nom", "name": "Nom",
@ -280,7 +280,7 @@
} }
}, },
"artists": { "artists": {
"count": "{count} artiste|{count} artistes", "count": "{count} artiste|{count} artiste|{count} artistes",
"filter": "Filtre", "filter": "Filtre",
"sort-by": { "sort-by": {
"title": "Trier par", "title": "Trier par",
@ -296,18 +296,18 @@
"audiobooks": { "audiobooks": {
"album": { "album": {
"play": "Lire", "play": "Lire",
"track-count": "{count} piste|{count} pistes" "track-count": "{count} piste|{count} piste|{count} pistes"
}, },
"albums": { "albums": {
"count": "{count} livre audio|{count} livres audio", "count": "{count} livre audio|{count} livre audio|{count} livres audio",
"title": "Livres audio" "title": "Livres audio"
}, },
"artist": { "artist": {
"album-count": "{count} album|{count} albums", "album-count": "{count} album|{count} album|{count} albums",
"play": "Lire" "play": "Lire"
}, },
"artists": { "artists": {
"count": "{count} auteur|{count} auteurs", "count": "{count} auteur|{count} auteur|{count} auteurs",
"title": "Auteurs" "title": "Auteurs"
}, },
"tabs": { "tabs": {
@ -337,9 +337,9 @@
} }
}, },
"composer": { "composer": {
"album-count": "{count} album|{count} albums", "album-count": "{count} album|{count} album|{count} albums",
"shuffle": "Lecture aléatoire", "shuffle": "Lecture aléatoire",
"track-count": "{count} piste|{count} pistes", "track-count": "{count} piste|{count} piste|{count} pistes",
"sort-by": { "sort-by": {
"title": "Trier par", "title": "Trier par",
"name": "Nom", "name": "Nom",
@ -347,7 +347,7 @@
} }
}, },
"composers": { "composers": {
"count": "{count} compositeur|{count} compositeurs", "count": "{count} compositeur|{count} compositeur|{count} compositeurs",
"title": "Compositeurs" "title": "Compositeurs"
}, },
"files": { "files": {
@ -355,9 +355,9 @@
"title": "Fichiers" "title": "Fichiers"
}, },
"genre": { "genre": {
"album-count": "{count} album|{count} albums", "album-count": "{count} album|{count} album|{count} albums",
"shuffle": "Lecture aléatoire", "shuffle": "Lecture aléatoire",
"track-count": "{count} piste|{count} pistes", "track-count": "{count} piste|{count} piste|{count} pistes",
"sort-by": { "sort-by": {
"title": "Trier par", "title": "Trier par",
"name": "Nom", "name": "Nom",
@ -365,7 +365,7 @@
} }
}, },
"genres": { "genres": {
"count": "{count} genre|{count} genres", "count": "{count} genre|{count} genre|{count} genres",
"title": "Genres" "title": "Genres"
}, },
"now-playing": { "now-playing": {
@ -376,10 +376,10 @@
"playlist": { "playlist": {
"length": "{length} pistes", "length": "{length} pistes",
"shuffle": "Lecture aléatoire", "shuffle": "Lecture aléatoire",
"track-count": "{count} piste|{count} pistes" "track-count": "{count} piste|{count} piste|{count} pistes"
}, },
"playlists": { "playlists": {
"count": "{count} liste de lecture|{count} listes de lecture" "count": "{count} liste de lecture|{count} liste de lecture|{count} listes de lecture"
}, },
"podcast": { "podcast": {
"play": "Lire", "play": "Lire",
@ -387,11 +387,11 @@
"remove-info-1": "Supprimer ce podcast de manière permanente de la bibliothèque ?", "remove-info-1": "Supprimer ce podcast de manière permanente de la bibliothèque ?",
"remove-info-2": "Cela supprimera également la liste de lecture RSS ", "remove-info-2": "Cela supprimera également la liste de lecture RSS ",
"remove-podcast": "Supprimer le podcast", "remove-podcast": "Supprimer le podcast",
"track-count": "{count} piste|{count} pistes" "track-count": "{count} piste|{count} piste|{count} pistes"
}, },
"podcasts": { "podcasts": {
"add": "Ajouter", "add": "Ajouter",
"count": "{count} podcast|{count} podcasts", "count": "{count} podcast|{count} podcast|{count} podcasts",
"mark-all-played": "Marquer comme lus", "mark-all-played": "Marquer comme lus",
"new-episodes": "Nouveaux épisodes", "new-episodes": "Nouveaux épisodes",
"title": "Podcasts", "title": "Podcasts",
@ -400,14 +400,14 @@
"queue": { "queue": {
"add-stream": "Ajouter un flux", "add-stream": "Ajouter un flux",
"clear": "Effacer", "clear": "Effacer",
"count": "{count} piste|{count} pistes", "count": "{count} piste|{count} piste|{count} pistes",
"edit": "Éditer", "edit": "Éditer",
"hide-previous": "Masquer lhistorique", "hide-previous": "Masquer lhistorique",
"queue": "File dattente", "queue": "File dattente",
"save": "Enregistrer" "save": "Enregistrer"
}, },
"radio": { "radio": {
"count": "{count} station|{count} stations", "count": "{count} station|{count} station|{count} stations",
"title": "Radio" "title": "Radio"
}, },
"search": { "search": {
@ -523,10 +523,10 @@
"spotify": { "spotify": {
"album": { "album": {
"shuffle": "Lecture aléatoire", "shuffle": "Lecture aléatoire",
"track-count": "{count} piste|{count} pistes" "track-count": "{count} piste|{count} piste|{count} pistes"
}, },
"artist": { "artist": {
"album-count": "{count} album|{count} albums", "album-count": "{count} album|{count} album|{count} albums",
"shuffle": "Lecture aléatoire" "shuffle": "Lecture aléatoire"
}, },
"browse": { "browse": {
@ -535,7 +535,7 @@
"show-more": "Afficher plus" "show-more": "Afficher plus"
}, },
"playlist": { "playlist": {
"count": "{count} piste|{count} pistes", "count": "{count} piste|{count} piste|{count} pistes",
"shuffle": "Lecture aléatoire" "shuffle": "Lecture aléatoire"
}, },
"search": { "search": {