nc-weather/l10n/it.js

25 lines
700 B
JavaScript
Raw Normal View History

2017-08-18 00:25:26 +00:00
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);");