diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-05 02:18:41 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-05 02:18:41 +0000 |
commit | b186852f9d387ac3517ae62804d5b81f178376c9 (patch) | |
tree | 76ee4031bf143e0a796024c75d1784037a928c35 /apps/admin_audit/l10n | |
parent | f312cfade043bf7f8139ecd39ab196222a50a6c2 (diff) | |
download | nextcloud-server-b186852f9d387ac3517ae62804d5b81f178376c9.tar.gz nextcloud-server-b186852f9d387ac3517ae62804d5b81f178376c9.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit/l10n')
-rw-r--r-- | apps/admin_audit/l10n/sl.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/sl.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/sl.js b/apps/admin_audit/l10n/sl.js new file mode 100644 index 00000000000..a22c5e8fa06 --- /dev/null +++ b/apps/admin_audit/l10n/sl.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Sledenje / Beleženje", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Omogoča beleženje dejanj v okolju Nextcloud, kot so dostopi do datotek in druga podobna dejanja." +}, +"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);"); diff --git a/apps/admin_audit/l10n/sl.json b/apps/admin_audit/l10n/sl.json new file mode 100644 index 00000000000..1e37b85a476 --- /dev/null +++ b/apps/admin_audit/l10n/sl.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Sledenje / Beleženje", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Omogoča beleženje dejanj v okolju Nextcloud, kot so dostopi do datotek in druga podobna dejanja." +},"pluralForm" :"nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);" +}
\ No newline at end of file |