mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-27 06:33:21 -05:00
[web] Streamline names of translation keys
This commit is contained in:
parent
545b1d8dee
commit
feaa14b76a
@ -23,7 +23,7 @@
|
||||
<p v-if="!item.folder">
|
||||
<span
|
||||
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" />
|
||||
</p>
|
||||
|
@ -76,7 +76,7 @@
|
||||
"add": "Hinzufügen",
|
||||
"path": "Pfad",
|
||||
"play": "Spielen",
|
||||
"track-count": "Tracknummer",
|
||||
"tracks": "Tracks",
|
||||
"type": "Art",
|
||||
"save": {
|
||||
"cancel": "Abbrechen",
|
||||
@ -378,7 +378,7 @@
|
||||
"playlist": {
|
||||
"length": "{length} Tracks",
|
||||
"shuffle": "Zufallswiedergabe",
|
||||
"track-count": "{count} Track|{count} Tracks"
|
||||
"track-count": "{count} Track|{count} Track|{count} Tracks"
|
||||
},
|
||||
"playlists": {
|
||||
"title": "Playlisten",
|
||||
@ -390,7 +390,7 @@
|
||||
"remove-info-1": "Diesen Podcast wirklich dauerhaft aus der Bibliothek löschen?",
|
||||
"remove-info-2": "Damit wird auch die RSS-Playliste gelöscht. ",
|
||||
"remove-podcast": "Entferne podcast",
|
||||
"track-count": "{count} Track|{count} Tracks"
|
||||
"track-count": "{count} Track|{count} Track|{count} Tracks"
|
||||
},
|
||||
"podcasts": {
|
||||
"add": "Hinzufügen",
|
||||
|
@ -37,7 +37,7 @@
|
||||
"play": "Play",
|
||||
"release-date": "Release date",
|
||||
"remove-podcast": "Remove podcast",
|
||||
"tracks": "Track count",
|
||||
"tracks": "Tracks",
|
||||
"type": "Type",
|
||||
"year": "Year"
|
||||
},
|
||||
@ -76,7 +76,7 @@
|
||||
"add": "Add",
|
||||
"play": "Play",
|
||||
"path": "Path",
|
||||
"track-count": "Track Count",
|
||||
"tracks": "Tracks",
|
||||
"type": "Type",
|
||||
"save": {
|
||||
"cancel": "Cancel",
|
||||
|
@ -76,7 +76,7 @@
|
||||
"add": "Ajouter",
|
||||
"play": "Lire",
|
||||
"path": "Emplacement",
|
||||
"track-count": "Pistes",
|
||||
"tracks": "Pistes",
|
||||
"type": "Type",
|
||||
"save": {
|
||||
"cancel": "Annuler",
|
||||
|
@ -76,7 +76,7 @@
|
||||
"add": "最后播放",
|
||||
"play": "播放",
|
||||
"path": "路径",
|
||||
"track-count": "只曲目",
|
||||
"tracks": "只曲目",
|
||||
"type": "类型",
|
||||
"save": {
|
||||
"cancel": "取消",
|
||||
|
Loading…
x
Reference in New Issue
Block a user