dbot/modules/spotify/strings.json
2013-06-01 16:16:24 +00:00

30 lines
845 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"artist": {
"en": "[artist] {artist}",
"cy": "[cyfansoddwr] {artist}",
"de": "[Interpret] {artist}"
},
"album": {
"en": "[album] {artist} {album}",
"cy": "[albwm] {artist} - {album}",
"de": "[Album] {artist} {album}"
},
"track": {
"en": "[track] {artist} {track} (from {album})",
"cy": "[trac] {artist} - {track} (o'r albwm: {album})",
"de": "[Track] {artist} {track} (aus dem Album {album})"
},
"found": {
"en": "[{url}] {artist} {track} (from {album})",
"cy": "[{url}] {artist} - {track} (o'r albwm: {album})",
"de": "[{url}] {artist} {track} (aus dem Album {album})"
},
"not-found": {
"en": "No results.",
"na'vi": "{s}, Oel ke tsun rivum ayuoti.",
"cy": "Dim canlyniadau.",
"nl": "Geen resultaten.",
"de": "Kein Ergebnis."
}
}