Completed spotify module Welsh translations in strings.json

This commit is contained in:
Owen Dyckhoff 2013-05-29 12:46:47 +02:00
parent 9d709cd42a
commit 2cbf862434

View File

@ -1,19 +1,24 @@
{
"artist": {
"en": "[artist] {artist}"
"en": "[artist] {artist}",
"cy": "[cyfansoddwr] {artist}"
},
"album": {
"en": "[album] {artist} {album}"
"en": "[album] {artist} {album}",
"cy": "[albwm] {artist} - {album}"
},
"track": {
"en": "[track] {artist} {track} (from {album})"
"en": "[track] {artist} {track} (from {album})",
"cy": "[trac] {artist} - {track} (o'r albwm: {album})
},
"found": {
"en": "[{url}] {artist} {track} (from {album})"
"en": "[{url}] {artist} {track} (from {album})",
"cy": "[{url}] {artist} - {track} (o'r albwm: {album})"
},
"not-found": {
"en": "{No results.",
"na'vi": "{s}, Oel ke tsun rivum ayuoti.",
"cy": "Dim canlyniadau.",
"nl": "Geen resultaten."
}
}