diff options
author | Nextcloud bot <bot@nextcloud.com> | 2021-06-19 02:26:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2021-06-19 02:26:44 +0000 |
commit | da408dbcbd742283cb20468bcdcaec5816d4e278 (patch) | |
tree | 33985810d5af3619b8c9357be771af2d172ad30d /apps/admin_audit/l10n | |
parent | 365819c30581aac7c77917865634c5781fd368ec (diff) | |
download | nextcloud-server-da408dbcbd742283cb20468bcdcaec5816d4e278.tar.gz nextcloud-server-da408dbcbd742283cb20468bcdcaec5816d4e278.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit/l10n')
-rw-r--r-- | apps/admin_audit/l10n/cs.js | 2 | ||||
-rw-r--r-- | apps/admin_audit/l10n/cs.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/admin_audit/l10n/cs.js b/apps/admin_audit/l10n/cs.js index 18376eed7ac..c9848fbb788 100644 --- a/apps/admin_audit/l10n/cs.js +++ b/apps/admin_audit/l10n/cs.js @@ -2,6 +2,6 @@ OC.L10N.register( "admin_audit", { "Auditing / Logging" : "Auditování / zaznamenávání událostí", - "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Poskytuje Nextcloud schopnosti zaznamenávání událostí, jako například zaznamenávání přístupů k souboru nebo jiných citlivých akcí." + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Poskytuje Nextcloud schopnosti zaznamenávání událostí, jako například zaznamenávání přístupů k souborům nebo jiných citlivých akcí." }, "nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;"); diff --git a/apps/admin_audit/l10n/cs.json b/apps/admin_audit/l10n/cs.json index a4e337356c9..edae0586344 100644 --- a/apps/admin_audit/l10n/cs.json +++ b/apps/admin_audit/l10n/cs.json @@ -1,5 +1,5 @@ { "translations": { "Auditing / Logging" : "Auditování / zaznamenávání událostí", - "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Poskytuje Nextcloud schopnosti zaznamenávání událostí, jako například zaznamenávání přístupů k souboru nebo jiných citlivých akcí." + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Poskytuje Nextcloud schopnosti zaznamenávání událostí, jako například zaznamenávání přístupů k souborům nebo jiných citlivých akcí." },"pluralForm" :"nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;" }
\ No newline at end of file |