nc-weather/l10n/gl.js

25 lines
717 B
JavaScript
Raw Normal View History

2017-08-19 00:26:31 +00:00
OC.L10N.register(
"weather",
{
"Weather" : "Clima",
"OpenWeatherMap API Key" : "Chave para a API de OpenWeatherMap",
"Save" : "Gardar",
"Add a city" : "Engadir unha cidade",
"Add city" : "Engadir cidade",
"City name" : "Nome da cidade",
"Add" : "Engadir",
"Cancel" : "Cancelar",
"Settings" : "Axustes",
"Metric" : "Métrica",
"Click here to get an API key" : "Prema eiquí para obter una chave para a API",
"Pressure" : "Presión",
"Humidity" : "Humidade",
"Cloudiness" : "Nebulosidade",
"Wind" : "Vento",
"Sunrise" : "Abrente",
"Sunset" : "Solpor",
"Hour" : "Hora",
"Temperature" : "Temperatura"
},
"nplurals=2; plural=(n != 1);");