mirror of https://github.com/espruino/BangleApps
22 lines
465 B
JSON
22 lines
465 B
JSON
{
|
|
"//":"Swedish language translations",
|
|
"GLOBAL": {
|
|
"//":"Translations that apply for all apps",
|
|
"Alarms" : "Larm",
|
|
"Hours" : "Timmar",
|
|
"Minutes" : "Minuter",
|
|
"Enabled" : "Aktiverad",
|
|
"New Alarm" : "Ny alarm",
|
|
"Save" : "Spara",
|
|
"Back" : "Tillbaka",
|
|
"Repeat" : "Upprepning",
|
|
"Delete" : "Radera",
|
|
"ALARM!" : "ALURH!",
|
|
"Sleep" : "Sömn"
|
|
},
|
|
"alarm": {
|
|
"//":"App-specific overrides",
|
|
"rpt" : "uppr."
|
|
}
|
|
}
|