diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-02-06 02:20:59 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-02-06 02:20:59 +0000 |
commit | 7216f876dd955fb36117ab8c46f94a6aa83f85e9 (patch) | |
tree | b35c4eacf6ef64f0d7c2acf576d422b8f5bc7509 /apps/admin_audit | |
parent | be4db2d48d680732ccac5448cdc30eecf23352fd (diff) | |
download | nextcloud-server-7216f876dd955fb36117ab8c46f94a6aa83f85e9.tar.gz nextcloud-server-7216f876dd955fb36117ab8c46f94a6aa83f85e9.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 |