From fd93d43ad086f2a37831006d48c549392d51a73c Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Wed, 4 Oct 2023 00:50:26 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/es_AR.js | 6 ++++++ l10n/es_AR.json | 4 ++++ 2 files changed, 10 insertions(+) create mode 100644 l10n/es_AR.js create mode 100644 l10n/es_AR.json diff --git a/l10n/es_AR.js b/l10n/es_AR.js new file mode 100644 index 00000000..1f254b03 --- /dev/null +++ b/l10n/es_AR.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "files_lock", + { + "Lock file" : "Bloquear archivo" +}, +"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/l10n/es_AR.json b/l10n/es_AR.json new file mode 100644 index 00000000..b25e3020 --- /dev/null +++ b/l10n/es_AR.json @@ -0,0 +1,4 @@ +{ "translations": { + "Lock file" : "Bloquear archivo" +},"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" +} \ No newline at end of file