diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-27 00:26:09 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-27 00:26:09 +0000 |
commit | d0ac2b4494c0135b400ff8c19f7865edc6f87530 (patch) | |
tree | 5d2e883b4eb7325dead4274de8d9eefe8f5e7cd2 /apps/admin_audit | |
parent | 1ceaa3c0eb33e664aa97a7aa58986bc7b038d622 (diff) | |
download | nextcloud-server-d0ac2b4494c0135b400ff8c19f7865edc6f87530.tar.gz nextcloud-server-d0ac2b4494c0135b400ff8c19f7865edc6f87530.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/hi_IN.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/hi_IN.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/hi_IN.js b/apps/admin_audit/l10n/hi_IN.js new file mode 100644 index 00000000000..51717d8df5f --- /dev/null +++ b/apps/admin_audit/l10n/hi_IN.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." : "नेक्स्टक्लाउड के लिए लॉगिंग क्षमताएं प्रदान करता है जैसे फ़ाइल एक्सेस या अन्यथा संवेदनशील कार्यों को लॉग करना।" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/hi_IN.json b/apps/admin_audit/l10n/hi_IN.json new file mode 100644 index 00000000000..a2ad91b2ba5 --- /dev/null +++ b/apps/admin_audit/l10n/hi_IN.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "ऑडिटिंग/लॉगिंग", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "नेक्स्टक्लाउड के लिए लॉगिंग क्षमताएं प्रदान करता है जैसे फ़ाइल एक्सेस या अन्यथा संवेदनशील कार्यों को लॉग करना।" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |