[web] Streamline names of translation keys

This commit is contained in:
Alain Nussbaumer 2024-03-26 09:20:48 +01:00
parent 545b1d8dee
commit feaa14b76a
5 changed files with 8 additions and 8 deletions

View File

@ -23,7 +23,7 @@
<p v-if="!item.folder"> <p v-if="!item.folder">
<span <span
class="heading" class="heading"
v-text="$t('dialog.playlist.track-count')" v-text="$t('dialog.playlist.tracks')"
/> />
<span class="title is-6" v-text="item.item_count" /> <span class="title is-6" v-text="item.item_count" />
</p> </p>

View File

@ -76,7 +76,7 @@
"add": "Hinzufügen", "add": "Hinzufügen",
"path": "Pfad", "path": "Pfad",
"play": "Spielen", "play": "Spielen",
"track-count": "Tracknummer", "tracks": "Tracks",
"type": "Art", "type": "Art",
"save": { "save": {
"cancel": "Abbrechen", "cancel": "Abbrechen",
@ -378,7 +378,7 @@
"playlist": { "playlist": {
"length": "{length} Tracks", "length": "{length} Tracks",
"shuffle": "Zufallswiedergabe", "shuffle": "Zufallswiedergabe",
"track-count": "{count} Track|{count} Tracks" "track-count": "{count} Track|{count} Track|{count} Tracks"
}, },
"playlists": { "playlists": {
"title": "Playlisten", "title": "Playlisten",
@ -390,7 +390,7 @@
"remove-info-1": "Diesen Podcast wirklich dauerhaft aus der Bibliothek löschen?", "remove-info-1": "Diesen Podcast wirklich dauerhaft aus der Bibliothek löschen?",
"remove-info-2": "Damit wird auch die RSS-Playliste gelöscht. ", "remove-info-2": "Damit wird auch die RSS-Playliste gelöscht. ",
"remove-podcast": "Entferne podcast", "remove-podcast": "Entferne podcast",
"track-count": "{count} Track|{count} Tracks" "track-count": "{count} Track|{count} Track|{count} Tracks"
}, },
"podcasts": { "podcasts": {
"add": "Hinzufügen", "add": "Hinzufügen",

View File

@ -37,7 +37,7 @@
"play": "Play", "play": "Play",
"release-date": "Release date", "release-date": "Release date",
"remove-podcast": "Remove podcast", "remove-podcast": "Remove podcast",
"tracks": "Track count", "tracks": "Tracks",
"type": "Type", "type": "Type",
"year": "Year" "year": "Year"
}, },
@ -76,7 +76,7 @@
"add": "Add", "add": "Add",
"play": "Play", "play": "Play",
"path": "Path", "path": "Path",
"track-count": "Track Count", "tracks": "Tracks",
"type": "Type", "type": "Type",
"save": { "save": {
"cancel": "Cancel", "cancel": "Cancel",

View File

@ -76,7 +76,7 @@
"add": "Ajouter", "add": "Ajouter",
"play": "Lire", "play": "Lire",
"path": "Emplacement", "path": "Emplacement",
"track-count": "Pistes", "tracks": "Pistes",
"type": "Type", "type": "Type",
"save": { "save": {
"cancel": "Annuler", "cancel": "Annuler",

View File

@ -76,7 +76,7 @@
"add": "最后播放", "add": "最后播放",
"play": "播放", "play": "播放",
"path": "路径", "path": "路径",
"track-count": "只曲目", "tracks": "只曲目",
"type": "类型", "type": "类型",
"save": { "save": {
"cancel": "取消", "cancel": "取消",