25 lines
702 B
JavaScript
25 lines
702 B
JavaScript
OC.L10N.register(
|
|
"weather",
|
|
{
|
|
"Weather" : "Clima",
|
|
"OpenWeatherMap API Key" : "Clave API d'OpenWeatherMap",
|
|
"Save" : "Guardar",
|
|
"Add a city" : "Amiesta una ciudá",
|
|
"Add city" : "Amestar ciudá",
|
|
"City name" : "Nome de ciudá",
|
|
"Add" : "Amestar",
|
|
"Cancel" : "Encaboxar",
|
|
"Settings" : "Axustes",
|
|
"Metric" : "Métrica",
|
|
"Click here to get an API key" : "Primi equí pa consiguir una clave API",
|
|
"Pressure" : "Presión",
|
|
"Humidity" : "Humedanza",
|
|
"Cloudiness" : "Ñubosidá",
|
|
"Wind" : "Vientu",
|
|
"Sunrise" : "Riscar",
|
|
"Sunset" : "Aséu",
|
|
"Hour" : "Hora",
|
|
"Temperature" : "Temperatura"
|
|
},
|
|
"nplurals=2; plural=(n != 1);");
|