25 lines
700 B
JavaScript
25 lines
700 B
JavaScript
|
OC.L10N.register(
|
||
|
"weather",
|
||
|
{
|
||
|
"Weather" : "Meteo",
|
||
|
"OpenWeatherMap API Key" : "Chiave API OpenWeatherMap",
|
||
|
"Save" : "Salva",
|
||
|
"Add a city" : "Aggiungi un città",
|
||
|
"Add city" : "Aggiungi città",
|
||
|
"City name" : "Nome citta",
|
||
|
"Add" : "Aggiungi",
|
||
|
"Cancel" : "Annulla",
|
||
|
"Settings" : "Impostazioni",
|
||
|
"Metric" : "Metrica",
|
||
|
"Click here to get an API key" : "Fai clic qui per ottenere un chiave API",
|
||
|
"Pressure" : "Pressione",
|
||
|
"Humidity" : "Umidità",
|
||
|
"Cloudiness" : "Nuvolosità",
|
||
|
"Wind" : "Vento",
|
||
|
"Sunrise" : "Alba",
|
||
|
"Sunset" : "Tramonto",
|
||
|
"Hour" : "Ora",
|
||
|
"Temperature" : "Temperatura"
|
||
|
},
|
||
|
"nplurals=2; plural=(n != 1);");
|