summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2023-10-06 01:35:39 +0000
committerNextcloud bot <bot@nextcloud.com>2023-10-06 01:35:39 +0000
commitea4f6476782b10b7f2db7c72a645fc2819351fa0 (patch)
tree01cc5c413259c5b3fab2eab53b743a285a02e3b4
parentc8cc9e4f6a2ec566efaf468b24fc811e052944c2 (diff)
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
-rw-r--r--l10n/ast.js11
-rw-r--r--l10n/ast.json9
2 files changed, 20 insertions, 0 deletions
diff --git a/l10n/ast.js b/l10n/ast.js
new file mode 100644
index 00000000..39b9ca84
--- /dev/null
+++ b/l10n/ast.js
@@ -0,0 +1,11 @@
+OC.L10N.register(
+ "social",
+ {
+ "Help" : "Ayuda",
+ "Home" : "Aniciu",
+ "Notifications" : "Avisos",
+ "Delete" : "Desaniciar",
+ "Website" : "Sitiu web",
+ "No replies found" : "Nun s'atopĆ³ nenguna rempuesta"
+},
+"nplurals=2; plural=(n != 1);");
diff --git a/l10n/ast.json b/l10n/ast.json
new file mode 100644
index 00000000..73551b90
--- /dev/null
+++ b/l10n/ast.json
@@ -0,0 +1,9 @@
+{ "translations": {
+ "Help" : "Ayuda",
+ "Home" : "Aniciu",
+ "Notifications" : "Avisos",
+ "Delete" : "Desaniciar",
+ "Website" : "Sitiu web",
+ "No replies found" : "Nun s'atopĆ³ nenguna rempuesta"
+},"pluralForm" :"nplurals=2; plural=(n != 1);"
+} \ No newline at end of file