Update translations (#623)

* Update fr.json (POEditor.com)

* Update de.json (POEditor.com)

* Update es.json (POEditor.com)

* Update tr.json (POEditor.com)

* Update ru.json (POEditor.com)

* Add Thai translation, thanks to AZ11244

* Update cs.json (POEditor.com)

* Update zn.json (POEditor.com)

* Update da.json (POEditor.com)

* Update nl.json (POEditor.com)

* Update it.json (POEditor.com)

* Update th.json (POEditor.com)
This commit is contained in:
Deluan Quintão
2020-11-16 15:22:37 -05:00
committed by GitHub
parent b87f7b6126
commit 972a94dbf0
11 changed files with 496 additions and 45 deletions
+34 -8
View File
@@ -19,12 +19,16 @@
"updatedAt": "Opdateret den",
"bitRate": "Bitrate",
"discSubtitle": "Plade undernavn",
"starred": "Stjernemarkeret"
"starred": "Stjernemarkeret",
"comment": "Kommentar"
},
"actions": {
"addToQueue": "Afspil senere",
"playNow": "Afspil nu",
"addToPlaylist": "Tilføj til afspilningsliste"
"addToPlaylist": "Tilføj til afspilningsliste",
"shuffleAll": "Bland alle",
"download": "Hent",
"playNext": "Spil næste"
}
},
"album": {
@@ -39,20 +43,24 @@
"genre": "Genre",
"compilation": "Samling",
"year": "År",
"updatedAt": "Opdateret den"
"updatedAt": "Opdateret den",
"comment": "Kommentar"
},
"actions": {
"playAll": "Afspil",
"playNext": "Afspil næste",
"addToQueue": "Afspil senere",
"shuffle": "Bland"
"shuffle": "Bland",
"addToPlaylist": "Tilføj til afspilningsliste",
"download": "Hent"
},
"lists": {
"all": "Alle",
"random": "Tilfældig",
"recentlyAdded": "Nyligt tilføjet",
"recentlyPlayed": "Nyligt Afspillet",
"mostPlayed": "Mest Afspillet"
"mostPlayed": "Mest Afspillet",
"starred": "Stjernemarkeret"
}
},
"artist": {
@@ -60,7 +68,8 @@
"fields": {
"name": "Navn",
"albumCount": "Antal album",
"songCount": "Antal sange"
"songCount": "Antal sange",
"playCount": "Afspilninger"
}
},
"user": {
@@ -111,7 +120,8 @@
},
"actions": {
"selectPlaylist": "Vælg en afspilningsliste:",
"addNewPlaylist": "Opret \"%{name}\""
"addNewPlaylist": "Opret \"%{name}\"",
"export": "Eksporter"
}
}
},
@@ -267,7 +277,8 @@
"defaultView": "Standardopsætning"
}
},
"albumList": "Albums"
"albumList": "Albums",
"about": "Om"
},
"player": {
"playListsText": "Afspilnings kø",
@@ -293,5 +304,20 @@
"singleLoop": "Gentag enkelt",
"shufflePlay": "Bland"
}
},
"about": {
"links": {
"homepage": "Hjme",
"source": "Kildekode",
"featureRequests": "Ønskede funktioner"
}
},
"activity": {
"title": "Aktivitet",
"totalScanned": "Antal sange fundet",
"quickScan": "Hurtig søgning",
"fullScan": "Fuld søgning\n",
"serverUptime": "Server uptime",
"serverDown": "OFFLINE"
}
}