diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-10-10 02:21:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-10-10 02:21:17 +0000 |
commit | 98d2d9e3a734c7af4ceb486c4778451eb9f9a655 (patch) | |
tree | 984b2faef31300960013eb9366dd7c813279e53f /apps/admin_audit | |
parent | 372d8104886226bf9797f7f81ade1b19576ce814 (diff) | |
download | nextcloud-server-98d2d9e3a734c7af4ceb486c4778451eb9f9a655.tar.gz nextcloud-server-98d2d9e3a734c7af4ceb486c4778451eb9f9a655.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/et_EE.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/et_EE.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/et_EE.js b/apps/admin_audit/l10n/et_EE.js new file mode 100644 index 00000000000..6aabcac71c9 --- /dev/null +++ b/apps/admin_audit/l10n/et_EE.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Auditeerimine / Logimine", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Lisab Nextcloudile logimisvõimekuse, millega on võimalik jälgida näiteks failide kasutamist või teisi tundlikke tegevusi." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/et_EE.json b/apps/admin_audit/l10n/et_EE.json new file mode 100644 index 00000000000..cd0bd305a9c --- /dev/null +++ b/apps/admin_audit/l10n/et_EE.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Auditeerimine / Logimine", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Lisab Nextcloudile logimisvõimekuse, millega on võimalik jälgida näiteks failide kasutamist või teisi tundlikke tegevusi." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |