diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-09-28 02:17:48 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-09-28 02:17:48 +0000 |
commit | 7f83150f4a4c0ec17d999319cf80f37370c11049 (patch) | |
tree | 84959c1824814875d67a962707a00c6364886849 /apps/admin_audit | |
parent | 190f0be5fb820501527238112ca9a495cbbc2610 (diff) | |
download | nextcloud-server-7f83150f4a4c0ec17d999319cf80f37370c11049.tar.gz nextcloud-server-7f83150f4a4c0ec17d999319cf80f37370c11049.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/fi.js | 6 | ||||
-rw-r--r-- | apps/admin_audit/l10n/fi.json | 4 | ||||
-rw-r--r-- | apps/admin_audit/l10n/nl.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/nl.json | 5 |
4 files changed, 22 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/fi.js b/apps/admin_audit/l10n/fi.js new file mode 100644 index 00000000000..4f3e8063666 --- /dev/null +++ b/apps/admin_audit/l10n/fi.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Auditointi / lokitus" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/fi.json b/apps/admin_audit/l10n/fi.json new file mode 100644 index 00000000000..14ffed0a19c --- /dev/null +++ b/apps/admin_audit/l10n/fi.json @@ -0,0 +1,4 @@ +{ "translations": { + "Auditing / Logging" : "Auditointi / lokitus" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file diff --git a/apps/admin_audit/l10n/nl.js b/apps/admin_audit/l10n/nl.js new file mode 100644 index 00000000000..6902c164f06 --- /dev/null +++ b/apps/admin_audit/l10n/nl.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Audit / Logging", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Biedt loggingfuncties voor Nextcloud, zoals het loggen van bestandstoegang of anderszins gevoelige acties." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/nl.json b/apps/admin_audit/l10n/nl.json new file mode 100644 index 00000000000..85ba9eaa6ec --- /dev/null +++ b/apps/admin_audit/l10n/nl.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Audit / Logging", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Biedt loggingfuncties voor Nextcloud, zoals het loggen van bestandstoegang of anderszins gevoelige acties." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |