diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-22 02:19:07 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-22 02:19:07 +0000 |
commit | ca8195d49df217812f97ec481077cc40c6846cec (patch) | |
tree | 15ac1ce35e8b7d062f6cfd16c6fe66bc7f2c41be /apps/admin_audit/l10n | |
parent | 58d24b7e0beb5d8a7812fb66c3d35fa89af48093 (diff) | |
download | nextcloud-server-ca8195d49df217812f97ec481077cc40c6846cec.tar.gz nextcloud-server-ca8195d49df217812f97ec481077cc40c6846cec.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit/l10n')
-rw-r--r-- | apps/admin_audit/l10n/ru.js | 6 | ||||
-rw-r--r-- | apps/admin_audit/l10n/ru.json | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/ru.js b/apps/admin_audit/l10n/ru.js new file mode 100644 index 00000000000..82ff403b0b3 --- /dev/null +++ b/apps/admin_audit/l10n/ru.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Аудит / Журналирование" +}, +"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);"); diff --git a/apps/admin_audit/l10n/ru.json b/apps/admin_audit/l10n/ru.json new file mode 100644 index 00000000000..009611df428 --- /dev/null +++ b/apps/admin_audit/l10n/ru.json @@ -0,0 +1,4 @@ +{ "translations": { + "Auditing / Logging" : "Аудит / Журналирование" +},"pluralForm" :"nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n%100>=11 && n%100<=14)? 2 : 3);" +}
\ No newline at end of file |