From b1c4be23b38da8215caa3e3cb21cb68d50b65823 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Thu, 25 Apr 2024 00:45:07 +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 00000000..31ede899 --- /dev/null +++ b/l10n/ast.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_lock", + { + "Unlock file" : "Desbloquiar el ficheru" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json new file mode 100644 index 00000000..8dce068f --- /dev/null +++ b/l10n/ast.json @@ -0,0 +1,4 @@ +{ "translations": { + "Unlock file" : "Desbloquiar el ficheru" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file