mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-11 14:30:20 -05:00
[web] Fix missing translations in modal dialog playlist view
The path and the playlist types are now translated.
This commit is contained in:
@@ -74,6 +74,7 @@
|
||||
"playlist": {
|
||||
"add-next": "Als nächstes hinzufügen",
|
||||
"add": "Hinzufügen",
|
||||
"path": "Pfad",
|
||||
"play": "Spielen",
|
||||
"track-count": "Tracknummer",
|
||||
"type": "Art",
|
||||
@@ -543,6 +544,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"playlist": {
|
||||
"type": {
|
||||
"plain": "Einfache",
|
||||
"smart": "Intelligente"
|
||||
}
|
||||
},
|
||||
"player": {
|
||||
"button": {
|
||||
"consume": "Verlauf löschen",
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
"add-next": "Add Next",
|
||||
"add": "Add",
|
||||
"play": "Play",
|
||||
"path": "Path",
|
||||
"track-count": "Track Count",
|
||||
"type": "Type",
|
||||
"save": {
|
||||
@@ -543,6 +544,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"playlist": {
|
||||
"type": {
|
||||
"plain": "Plain",
|
||||
"smart": "Smart"
|
||||
}
|
||||
},
|
||||
"player": {
|
||||
"button": {
|
||||
"consume": "Clear history",
|
||||
|
||||
@@ -75,6 +75,7 @@
|
||||
"add-next": "Ajouter ensuite",
|
||||
"add": "Ajouter",
|
||||
"play": "Lire",
|
||||
"path": "Emplacement",
|
||||
"track-count": "Pistes",
|
||||
"type": "Type",
|
||||
"save": {
|
||||
@@ -543,6 +544,12 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"playlist": {
|
||||
"type": {
|
||||
"plain": "Simple",
|
||||
"smart": "Intelligente"
|
||||
}
|
||||
},
|
||||
"player": {
|
||||
"button": {
|
||||
"consume": "Effacer l’historique",
|
||||
|
||||
Reference in New Issue
Block a user