diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-11 00:28:10 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-11 00:28:10 +0000 |
commit | bf1dbd33a7c932fff20b319b450e0e73b85a579c (patch) | |
tree | cc7d30276a64b9c72005d4fb23e7c6668078b341 /apps/admin_audit | |
parent | a149d4e6e3e6e3f8b9743eb544b4e5ec1366aa09 (diff) | |
download | nextcloud-server-bf1dbd33a7c932fff20b319b450e0e73b85a579c.tar.gz nextcloud-server-bf1dbd33a7c932fff20b319b450e0e73b85a579c.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/cy_GB.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/cy_GB.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/cy_GB.js b/apps/admin_audit/l10n/cy_GB.js new file mode 100644 index 00000000000..1ee3a47ad75 --- /dev/null +++ b/apps/admin_audit/l10n/cy_GB.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Archwilio / Cofnodi", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Yn darparu galluoedd cofnodi ar gyfer Nextcloud megis cofnodi mynediadau ffeiliau neu gamau gweithredu sensitif." +}, +"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;"); diff --git a/apps/admin_audit/l10n/cy_GB.json b/apps/admin_audit/l10n/cy_GB.json new file mode 100644 index 00000000000..4f4e0ac3be5 --- /dev/null +++ b/apps/admin_audit/l10n/cy_GB.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Archwilio / Cofnodi", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Yn darparu galluoedd cofnodi ar gyfer Nextcloud megis cofnodi mynediadau ffeiliau neu gamau gweithredu sensitif." +},"pluralForm" :"nplurals=4; plural=(n==1) ? 0 : (n==2) ? 1 : (n != 8 && n != 11) ? 2 : 3;" +}
\ No newline at end of file |