diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-10-31 02:18:47 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-10-31 02:18:47 +0000 |
commit | ffda62b421e4aed9c01ec9c5ff34eb3516bf727e (patch) | |
tree | 54948ef22495ba8b71842de95d4e54a41f81848c /apps/admin_audit | |
parent | f94af85749f1c98564c7b4f503a13309a24595fb (diff) | |
download | nextcloud-server-ffda62b421e4aed9c01ec9c5ff34eb3516bf727e.tar.gz nextcloud-server-ffda62b421e4aed9c01ec9c5ff34eb3516bf727e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/sv.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/sv.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/sv.js b/apps/admin_audit/l10n/sv.js new file mode 100644 index 00000000000..d93378d5c69 --- /dev/null +++ b/apps/admin_audit/l10n/sv.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Granskning / Loggning", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Tillhandahåller loggningsmöjligheter för Nextcloud, så som filåtkomster eller andra känsliga händelser" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/sv.json b/apps/admin_audit/l10n/sv.json new file mode 100644 index 00000000000..e024a75736b --- /dev/null +++ b/apps/admin_audit/l10n/sv.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Granskning / Loggning", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Tillhandahåller loggningsmöjligheter för Nextcloud, så som filåtkomster eller andra känsliga händelser" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |