[tx-robot] updated from transifex

master
Nextcloud bot 2017-10-24 00:28:57 +00:00
parent d8e80a1d88
commit a9535bef61
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_CO.js 100644
View File

@ -0,0 +1,24 @@
OC.L10N.register(
"weather",
{
"Weather" : "Clima",
"OpenWeatherMap API Key" : "Llave del API OpenWeatherMap ",
"Save" : "Guardar",
"Add a city" : "Agregar una ciudad",
"Add city" : "Agregar ciudad",
"City name" : "Ciudad",
"Add" : "Agregar",
"Cancel" : "Cancelar",
"Settings" : "Configuraciones",
"Metric" : "Métrica",
"Click here to get an API key" : "Haz click aquí para obtener una llave del API",
"Pressure" : "Presión",
"Humidity" : "Humedad",
"Cloudiness" : "Nebulosidad",
"Wind" : "Viento",
"Sunrise" : "Salida del sol",
"Sunset" : "Puesta de sol",
"Hour" : "Hora",
"Temperature" : "Temperatura"
},
"nplurals=2; plural=(n != 1);");

22
l10n/es_CO.json 100644
View File

@ -0,0 +1,22 @@
{ "translations": {
"Weather" : "Clima",
"OpenWeatherMap API Key" : "Llave del API OpenWeatherMap ",
"Save" : "Guardar",
"Add a city" : "Agregar una ciudad",
"Add city" : "Agregar ciudad",
"City name" : "Ciudad",
"Add" : "Agregar",
"Cancel" : "Cancelar",
"Settings" : "Configuraciones",
"Metric" : "Métrica",
"Click here to get an API key" : "Haz click aquí para obtener una llave del API",
"Pressure" : "Presión",
"Humidity" : "Humedad",
"Cloudiness" : "Nebulosidad",
"Wind" : "Viento",
"Sunrise" : "Salida del sol",
"Sunset" : "Puesta de sol",
"Hour" : "Hora",
"Temperature" : "Temperatura"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}