mirror of https://github.com/espruino/BangleApps
parent
dc6833112e
commit
3616f88f9e
|
@ -2,20 +2,20 @@
|
||||||
"//":"Italian language translations",
|
"//":"Italian language translations",
|
||||||
"GLOBAL": {
|
"GLOBAL": {
|
||||||
"//":"Translations that apply for all apps",
|
"//":"Translations that apply for all apps",
|
||||||
"Alarms" : "Allarmi",
|
"Alarms" : "Sveglie",
|
||||||
"Hours" : "Ore",
|
"Hours" : "Ore",
|
||||||
"Minutes" : "Minuti",
|
"Minutes" : "Minuti",
|
||||||
"Enabled" : "Attivato",
|
"Enabled" : "Attiva",
|
||||||
"New Alarm" : "Nuovo allarme",
|
"New Alarm" : "Nuova sveglia",
|
||||||
"Save" : "Salvare",
|
"Save" : "Salva",
|
||||||
"Back" : "Indietro",
|
"Back" : "Indietro",
|
||||||
"Repeat" : "Ripetere",
|
"Repeat" : "Ripeti",
|
||||||
"Delete" : "Cancellare",
|
"Delete" : "Cancella",
|
||||||
"ALARM!" : "ALARM!",
|
"ALARM!" : "SVEGLIA!",
|
||||||
"Sleep" : "Dormire"
|
"Sleep" : "Dormi"
|
||||||
},
|
},
|
||||||
"alarm": {
|
"alarm": {
|
||||||
"//":"App-specific overrides",
|
"//":"App-specific overrides",
|
||||||
"rpt" : "ripetere"
|
"rpt" : "ripeti"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue