[tx-robot] updated from transifex

master
Nextcloud bot 2017-09-17 00:25:33 +00:00
parent 07fda1016a
commit 3cd7e838b4
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 46 additions and 0 deletions

24
l10n/es_419.js 100644
View File

@ -0,0 +1,24 @@
OC.L10N.register(
"weather",
{
"Weather" : "Clima",
"OpenWeatherMap API Key" : "Clave de API de OpenWeatherMap",
"Save" : "Guardar",
"Add a city" : "Agrefar una ciudad",
"Add city" : "Agregar ciudad",
"City name" : "Nombre de Ciudad",
"Add" : "Agregar",
"Cancel" : "Cancelar",
"Settings" : "Configuración",
"Metric" : "Métrica",
"Click here to get an API key" : "Marque clic aquí para obtener una clave de API",
"Pressure" : "Presión",
"Humidity" : "Humendad",
"Cloudiness" : "Nublado",
"Wind" : "Viento",
"Sunrise" : "Amacer",
"Sunset" : "Atardecer",
"Hour" : "Hora",
"Temperature" : "Temperatura"
},
"nplurals=2; plural=(n != 1);");

22
l10n/es_419.json 100644
View File

@ -0,0 +1,22 @@
{ "translations": {
"Weather" : "Clima",
"OpenWeatherMap API Key" : "Clave de API de OpenWeatherMap",
"Save" : "Guardar",
"Add a city" : "Agrefar una ciudad",
"Add city" : "Agregar ciudad",
"City name" : "Nombre de Ciudad",
"Add" : "Agregar",
"Cancel" : "Cancelar",
"Settings" : "Configuración",
"Metric" : "Métrica",
"Click here to get an API key" : "Marque clic aquí para obtener una clave de API",
"Pressure" : "Presión",
"Humidity" : "Humendad",
"Cloudiness" : "Nublado",
"Wind" : "Viento",
"Sunrise" : "Amacer",
"Sunset" : "Atardecer",
"Hour" : "Hora",
"Temperature" : "Temperatura"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}