From 09c2529aa2e375a3fe2282af239274065e375e3d Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 28 Feb 2024 00:57:17 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ast.js | 6 ++++++ l10n/ast.json | 4 ++++ 2 files changed, 10 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..811cf65 --- /dev/null +++ b/l10n/ast.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_rightclick", + { + "Unselect all" : "Deseleicionar too" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json new file mode 100644 index 0000000..51212e2 --- /dev/null +++ b/l10n/ast.json @@ -0,0 +1,4 @@ +{ "translations": { + "Unselect all" : "Deseleicionar too" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file