From fc29408d06b4ad2aa976a9b7cb40206c1d27480f Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Mon, 21 Aug 2017 00:25:36 +0000 Subject: [PATCH] [tx-robot] updated from transifex --- l10n/ast.js | 24 ++++++++++++++++++++++++ l10n/ast.json | 22 ++++++++++++++++++++++ 2 files changed, 46 insertions(+) create mode 100644 l10n/ast.js create mode 100644 l10n/ast.json diff --git a/l10n/ast.js b/l10n/ast.js new file mode 100644 index 0000000..e873cfc --- /dev/null +++ b/l10n/ast.js @@ -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);"); diff --git a/l10n/ast.json b/l10n/ast.json new file mode 100644 index 0000000..e687676 --- /dev/null +++ b/l10n/ast.json @@ -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);" +} \ No newline at end of file