From ea4f6476782b10b7f2db7c72a645fc2819351fa0 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Fri, 6 Oct 2023 01:35:39 +0000 Subject: Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ast.js | 11 +++++++++++ l10n/ast.json | 9 +++++++++ 2 files changed, 20 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 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 -- cgit v1.2.3