diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-26 02:17:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-26 02:17:48 +0000 |
commit | a2c414fa91214c241f5306cff6e0564f179588a5 (patch) | |
tree | d2679d2153b202e3934126909fb08a5cb2b2b4d3 /apps/admin_audit | |
parent | deddcbd8175a2de604488c43586ec05358199f8c (diff) | |
download | nextcloud-server-a2c414fa91214c241f5306cff6e0564f179588a5.tar.gz nextcloud-server-a2c414fa91214c241f5306cff6e0564f179588a5.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/de.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/de.json | 5 | ||||
-rw-r--r-- | apps/admin_audit/l10n/de_DE.js | 3 | ||||
-rw-r--r-- | apps/admin_audit/l10n/de_DE.json | 3 |
4 files changed, 16 insertions, 2 deletions
diff --git a/apps/admin_audit/l10n/de.js b/apps/admin_audit/l10n/de.js new file mode 100644 index 00000000000..a1a76aee7b6 --- /dev/null +++ b/apps/admin_audit/l10n/de.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Auditieren / Protokollieren", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Stellt Protokollierungsfunktionen für Nextcloud zur Verfügung wie Dateizugriffe oder andere vertrauliche Aktionen." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/de.json b/apps/admin_audit/l10n/de.json new file mode 100644 index 00000000000..7a55fd1457a --- /dev/null +++ b/apps/admin_audit/l10n/de.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Auditieren / Protokollieren", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Stellt Protokollierungsfunktionen für Nextcloud zur Verfügung wie Dateizugriffe oder andere vertrauliche Aktionen." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/admin_audit/l10n/de_DE.js b/apps/admin_audit/l10n/de_DE.js index 05576240d03..a1a76aee7b6 100644 --- a/apps/admin_audit/l10n/de_DE.js +++ b/apps/admin_audit/l10n/de_DE.js @@ -1,6 +1,7 @@ OC.L10N.register( "admin_audit", { - "Auditing / Logging" : "Auditieren / Protokollieren" + "Auditing / Logging" : "Auditieren / Protokollieren", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Stellt Protokollierungsfunktionen für Nextcloud zur Verfügung wie Dateizugriffe oder andere vertrauliche Aktionen." }, "nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/de_DE.json b/apps/admin_audit/l10n/de_DE.json index 3f9a5b6ebc4..7a55fd1457a 100644 --- a/apps/admin_audit/l10n/de_DE.json +++ b/apps/admin_audit/l10n/de_DE.json @@ -1,4 +1,5 @@ { "translations": { - "Auditing / Logging" : "Auditieren / Protokollieren" + "Auditing / Logging" : "Auditieren / Protokollieren", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Stellt Protokollierungsfunktionen für Nextcloud zur Verfügung wie Dateizugriffe oder andere vertrauliche Aktionen." },"pluralForm" :"nplurals=2; plural=(n != 1);" }
\ No newline at end of file |