diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-07-27 00:25:58 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-07-27 00:25:58 +0000 |
commit | 582e655c011eaea0cd33d8827a90904d1250cb9b (patch) | |
tree | 55d3c5a4f41a88140c4d0ca34228e7a2662c0574 /apps/admin_audit/l10n | |
parent | b76b0bbc1ca8226cd8b4ca9dbab2649c2275e7bd (diff) | |
download | nextcloud-server-582e655c011eaea0cd33d8827a90904d1250cb9b.tar.gz nextcloud-server-582e655c011eaea0cd33d8827a90904d1250cb9b.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/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 |