From 16715a3c8729892db2a2d7fe8b7e5100d863dbf8 Mon Sep 17 00:00:00 2001 From: Nextcloud bot Date: Tue, 16 May 2023 03:55:03 +0000 Subject: [PATCH] Fix(l10n): Update translations from Transifex Signed-off-by: Nextcloud bot --- l10n/ast.js | 7 +++++++ l10n/ast.json | 5 +++++ 2 files changed, 12 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..5301770 --- /dev/null +++ b/l10n/ast.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "epubreader", + { + "Settings updated successfully." : "La configuración anovóse correutamente.", + "PDF" : "PDF" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/l10n/ast.json b/l10n/ast.json new file mode 100644 index 0000000..f3e9c6b --- /dev/null +++ b/l10n/ast.json @@ -0,0 +1,5 @@ +{ "translations": { + "Settings updated successfully." : "La configuración anovóse correutamente.", + "PDF" : "PDF" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +} \ No newline at end of file