[tx-robot] updated from transifex

master
Nextcloud bot 2017-08-21 00:25:36 +00:00
parent 07a1550225
commit fc29408d06
No known key found for this signature in database
GPG Key ID: 130DAB86D3FB356C
2 changed files with 46 additions and 0 deletions

24
l10n/ast.js 100644
View File

@ -0,0 +1,24 @@
OC.L10N.register(
"weather",
{
"Weather" : "Clima",
"OpenWeatherMap API Key" : "Clave API d'OpenWeatherMap",
"Save" : "Guardar",
"Add a city" : "Amiesta una ciudá",
"Add city" : "Amestar ciudá",
"City name" : "Nome de ciudá",
"Add" : "Amestar",
"Cancel" : "Encaboxar",
"Settings" : "Axustes",
"Metric" : "Métrica",
"Click here to get an API key" : "Primi equí pa consiguir una clave API",
"Pressure" : "Presión",
"Humidity" : "Humedanza",
"Cloudiness" : "Ñubosidá",
"Wind" : "Vientu",
"Sunrise" : "Riscar",
"Sunset" : "Aséu",
"Hour" : "Hora",
"Temperature" : "Temperatura"
},
"nplurals=2; plural=(n != 1);");

22
l10n/ast.json 100644
View File

@ -0,0 +1,22 @@
{ "translations": {
"Weather" : "Clima",
"OpenWeatherMap API Key" : "Clave API d'OpenWeatherMap",
"Save" : "Guardar",
"Add a city" : "Amiesta una ciudá",
"Add city" : "Amestar ciudá",
"City name" : "Nome de ciudá",
"Add" : "Amestar",
"Cancel" : "Encaboxar",
"Settings" : "Axustes",
"Metric" : "Métrica",
"Click here to get an API key" : "Primi equí pa consiguir una clave API",
"Pressure" : "Presión",
"Humidity" : "Humedanza",
"Cloudiness" : "Ñubosidá",
"Wind" : "Vientu",
"Sunrise" : "Riscar",
"Sunset" : "Aséu",
"Hour" : "Hora",
"Temperature" : "Temperatura"
},"pluralForm" :"nplurals=2; plural=(n != 1);"
}