diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-06 02:27:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-06 02:27:12 +0000 |
commit | b21ef4881fe7c8be2ab2a6d7d09caec65dad8502 (patch) | |
tree | de6cd21087191f2b260e3fcdfab9667d4d1845dc /apps/admin_audit/l10n | |
parent | 5323b8caf172f9435d9d1dcae92c920a481a6ffc (diff) | |
download | nextcloud-server-b21ef4881fe7c8be2ab2a6d7d09caec65dad8502.tar.gz nextcloud-server-b21ef4881fe7c8be2ab2a6d7d09caec65dad8502.zip |
Fix(l10n): 🔠 Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit/l10n')
-rw-r--r-- | apps/admin_audit/l10n/hy.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/hy.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/hy.js b/apps/admin_audit/l10n/hy.js new file mode 100644 index 00000000000..12a7cf5ab92 --- /dev/null +++ b/apps/admin_audit/l10n/hy.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Աուդիտ / Տեղեկագրում", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nextcloud ֊ի համար տրամադրում է տեղեկագրման հնարավորություն՝ նիշքերի հասանելիության և զգայուն գործողություինների պահպանումը տեղեկամատյանում։" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/hy.json b/apps/admin_audit/l10n/hy.json new file mode 100644 index 00000000000..43cf433d8dd --- /dev/null +++ b/apps/admin_audit/l10n/hy.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Աուդիտ / Տեղեկագրում", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nextcloud ֊ի համար տրամադրում է տեղեկագրման հնարավորություն՝ նիշքերի հասանելիության և զգայուն գործողություինների պահպանումը տեղեկամատյանում։" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |