nc-weather/l10n/gl.js

58 lines
3.3 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",
2019-11-25 02:57:50 +00:00
"Empty city name!" : "Nome da cidade baleiro!",
2019-05-09 00:41:05 +00:00
"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",
2019-05-21 05:02:09 +00:00
"Monday" : "luns",
"Tuesday" : "martes",
"Wednesday" : "mércores",
"Thursday" : "xoves",
"Friday" : "venres",
"Saturday" : "sábado",
"Sunday" : "domingo",
2018-11-29 01:41:01 +00:00
"Watch the weather directly on your Nextcloud." : "Vexa o clima directamente no seu Nextcloud.",
2019-11-25 02:57:50 +00:00
"Please make sure you select cities in the Weather app." : "Asegúrese de seleccionar cidades na aplicación Meteoroloxía.",
"Please make sure you select a home city in the Weather app." : "Asegúrese de seleccionar a súa cidade na aplicación Meteoroloxía.",
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",
2020-04-13 03:22:50 +00:00
"Current Temperature" : "Temperatura actual",
"Minimum Temperature" : "Temperatura mínima",
"Maximum Temperature" : "Temperatura máxima",
2017-08-19 00:26:31 +00:00
"Pressure" : "Presión",
"Humidity" : "Humidade",
"Cloudiness" : "Nebulosidade",
"Wind" : "Vento",
"Sunrise" : "Abrente",
"Sunset" : "Solpor",
2019-05-21 05:02:09 +00:00
"Date" : "Data",
2020-04-12 06:27:28 +00:00
"Updating widget…" : "Actualizando o trebello…",
"Temperature" : "Temperatura"
2017-08-19 00:26:31 +00:00
},
"nplurals=2; plural=(n != 1);");