nc-weather/l10n/gl.js

44 lines
2.6 KiB
JavaScript
Raw Normal View History

2017-08-19 00:26:31 +00:00
OC.L10N.register(
"weather",
{
"Weather" : "Clima",
2019-05-09 00:41:05 +00:00
"Fatal Error: please check your nextcloud.log and send a bug report here: https://github.com/nextcloud/weather/issues" : "Produciuse un error fatal: revise o ficheiro nextcloud.log e envíe un informe de fallos a: https://github.com/nextcloud/weather/issues",
"Failed to set metric. Please contact your administrator" : "Produciuse un fallo ao estabelecer a métrica. Contacte co seu administrador",
"This metric is not known." : "Esta métrica non é coñecida.",
"North" : "Norte",
"North-East" : "Nordés",
"East" : "Leste",
"South-East" : "Surleste",
"South" : "Sur",
"South-West" : "Suroeste",
"West" : "Oeste",
"North-West" : "Noroeste",
"Failed to get city weather informations. Please contact your administrator" : "Produciuse un fallo ao obter información meteorolóxica da cidade. Contacte co seu administrador",
"No city with this name found." : "Non se atopa unha cidade con este nome.",
"Your OpenWeatherMap API key is invalid. Contact your administrator to configure a valid API key in Additional Settings of the Administration" : "A súa chave ds a APi der OpenWeatherMap é incorrecta. Contacte co seu administrador para configurar unha chave de API válida nos Axustes adicionais de Administración",
"Empty city name !" : "Nome da cidade baleiro!",
"Failed to add city. Please contact your administrator" : "Produciuse un fallo ao engadir a cidade. Contacte co seu administrador",
"This city is already registered for your account." : "Esta cidade xa está rexistrada para a súa conta.",
"Failed to remove city. Please contact your administrator" : "Produciuse un fallo ao retirar a cidade. Contacte co seu administrador",
"Failed to set home. Please contact your administrator" : "Produciuse un fallo ao estabelecer o seu domicilio. Contacte co seu administrador",
2018-11-29 01:41:01 +00:00
"Watch the weather directly on your Nextcloud." : "Vexa o clima directamente no seu Nextcloud.",
2017-08-19 00:26:31 +00:00
"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",
2018-11-29 01:41:01 +00:00
"Click here to get an API key" : "Prema aquí para obter una chave para a API",
2017-08-19 00:26:31 +00:00
"Pressure" : "Presión",
"Humidity" : "Humidade",
"Cloudiness" : "Nebulosidade",
"Wind" : "Vento",
"Sunrise" : "Abrente",
"Sunset" : "Solpor",
"Temperature" : "Temperatura"
},
"nplurals=2; plural=(n != 1);");