summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-05-16 02:38:00 +0000
committerNextcloud bot <bot@nextcloud.com>2023-05-16 02:38:00 +0000
commit3437882cf5e02bc9d20a2b1bab2b7bbaf5297cae (patch)
tree1badafe4902c0a4051612e1c6901a4a20b2d6786
parent9410e7f189467baa8953e21ae3039a9df7a4d657 (diff)
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ast.js20
-rw-r--r--l10n/ast.json18
2 files changed, 38 insertions, 0 deletions
diff --git a/l10n/ast.js b/l10n/ast.js
new file mode 100644
index 00000000..cb706548
--- /dev/null
+++ b/l10n/ast.js
@@ -0,0 +1,20 @@
+OC.L10N.register(
+ "contacts",
+ {
+ "All contacts" : "Tolos contautos",
+ "Loading …" : "Cargando…",
+ "An error occurred while trying to move the contact" : "Prodúxose un error al tentar de mover el contautu",
+ "An error occurred while trying to copy the contact" : "Prodúxose un error al tentar de copiar el contautu",
+ "_{count} error_::_{count} errors_" : ["{count} error","{count} errores"],
+ "Prefix" : "Prefixu",
+ "Suffix" : "Sufixu",
+ "Nickname" : "Nomatu",
+ "Notes" : "Notes",
+ "Post office box" : "Oficina de Correos",
+ "City" : "Ciudá",
+ "State or province" : "Estáu o provincia",
+ "Postal code" : "Códigu postal",
+ "Country" : "País",
+ "Agent" : "Axente"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ast.json b/l10n/ast.json
new file mode 100644
index 00000000..c326191b
--- /dev/null
+++ b/l10n/ast.json
@@ -0,0 +1,18 @@
+{ "translations": {
+ "All contacts" : "Tolos contautos",
+ "Loading …" : "Cargando…",
+ "An error occurred while trying to move the contact" : "Prodúxose un error al tentar de mover el contautu",
+ "An error occurred while trying to copy the contact" : "Prodúxose un error al tentar de copiar el contautu",
+ "_{count} error_::_{count} errors_" : ["{count} error","{count} errores"],
+ "Prefix" : "Prefixu",
+ "Suffix" : "Sufixu",
+ "Nickname" : "Nomatu",
+ "Notes" : "Notes",
+ "Post office box" : "Oficina de Correos",
+ "City" : "Ciudá",
+ "State or province" : "Estáu o provincia",
+ "Postal code" : "Códigu postal",
+ "Country" : "País",
+ "Agent" : "Axente"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file