diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-02-06 02:20:50 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-02-06 02:20:50 +0000 |
commit | 8bb6bb53ad613b58d2ed34173f77613956e8a124 (patch) | |
tree | d6bae7717ef30df7c2a6e35037f8ce18b6af22e6 /apps/admin_audit | |
parent | 6e461248e088ca07618a1c5ebe6efe2da474c710 (diff) | |
download | nextcloud-server-8bb6bb53ad613b58d2ed34173f77613956e8a124.tar.gz nextcloud-server-8bb6bb53ad613b58d2ed34173f77613956e8a124.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/ro.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/ro.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/ro.js b/apps/admin_audit/l10n/ro.js new file mode 100644 index 00000000000..f51f599c204 --- /dev/null +++ b/apps/admin_audit/l10n/ro.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Auditare / Logare", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Oferă abilități de înregistrare pentru Nextcloud, cum ar fi accesarea fișierelor de înregistrare sau alte acțiuni sensibile." +}, +"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));"); diff --git a/apps/admin_audit/l10n/ro.json b/apps/admin_audit/l10n/ro.json new file mode 100644 index 00000000000..e2035cd5bbc --- /dev/null +++ b/apps/admin_audit/l10n/ro.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Auditare / Logare", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Oferă abilități de înregistrare pentru Nextcloud, cum ar fi accesarea fișierelor de înregistrare sau alte acțiuni sensibile." +},"pluralForm" :"nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));" +}
\ No newline at end of file |