mirror of
https://github.com/owntone/owntone-server.git
synced 2025-02-05 02:38:09 -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">
|
<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>
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -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",
|
||||||
|
@ -76,7 +76,7 @@
|
|||||||
"add": "最后播放",
|
"add": "最后播放",
|
||||||
"play": "播放",
|
"play": "播放",
|
||||||
"path": "路径",
|
"path": "路径",
|
||||||
"track-count": "只曲目",
|
"tracks": "只曲目",
|
||||||
"type": "类型",
|
"type": "类型",
|
||||||
"save": {
|
"save": {
|
||||||
"cancel": "取消",
|
"cancel": "取消",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user