diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-12-23 00:20:30 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-12-23 00:20:30 +0000 |
commit | aea61bb3f8b78046c3226d4a5d30b23edc3b4a24 (patch) | |
tree | 9d49899e122b068cd2555586f80f67630b7ecd01 /apps/admin_audit | |
parent | 430b09589715220e77907fc1b9f3e0da8cfd30ff (diff) | |
download | nextcloud-server-aea61bb3f8b78046c3226d4a5d30b23edc3b4a24.tar.gz nextcloud-server-aea61bb3f8b78046c3226d4a5d30b23edc3b4a24.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/az.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/az.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/az.js b/apps/admin_audit/l10n/az.js new file mode 100644 index 00000000000..6cd20e408bd --- /dev/null +++ b/apps/admin_audit/l10n/az.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Audit / Giriş", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nextcloud üçün fayl girişləri və ya başqa həssas hərəkətlər kimi giriş imkanlarını təmin edir." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/az.json b/apps/admin_audit/l10n/az.json new file mode 100644 index 00000000000..a0d4cdaa80d --- /dev/null +++ b/apps/admin_audit/l10n/az.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Audit / Giriş", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Nextcloud üçün fayl girişləri və ya başqa həssas hərəkətlər kimi giriş imkanlarını təmin edir." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |