diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-26 00:23:38 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-26 00:23:38 +0000 |
commit | 371aa1bc5d1c5a5be55ac8e9e812817a68a0cc23 (patch) | |
tree | c0f68000e31d4d8958dbf340524064c2d474dc8a /apps/admin_audit/l10n | |
parent | 28e0ccfed906525183306ff3d38b67075d688773 (diff) | |
download | nextcloud-server-371aa1bc5d1c5a5be55ac8e9e812817a68a0cc23.tar.gz nextcloud-server-371aa1bc5d1c5a5be55ac8e9e812817a68a0cc23.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit/l10n')
-rw-r--r-- | apps/admin_audit/l10n/is.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/is.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/is.js b/apps/admin_audit/l10n/is.js new file mode 100644 index 00000000000..b3c70f494af --- /dev/null +++ b/apps/admin_audit/l10n/is.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Eftirlit / Atvikaskráning", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Býður upp á atvikaskráningu fyrir Nextcloud, eins og að skrá aðgang að skrám og fleiri viðkvæmar aðgerðir." +}, +"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);"); diff --git a/apps/admin_audit/l10n/is.json b/apps/admin_audit/l10n/is.json new file mode 100644 index 00000000000..62b5a13e6be --- /dev/null +++ b/apps/admin_audit/l10n/is.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Eftirlit / Atvikaskráning", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Býður upp á atvikaskráningu fyrir Nextcloud, eins og að skrá aðgang að skrám og fleiri viðkvæmar aðgerðir." +},"pluralForm" :"nplurals=2; plural=(n % 10 != 1 || n % 100 == 11);" +}
\ No newline at end of file |