diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-11 00:28:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-11 00:28:23 +0000 |
commit | 2aa11173f890a58445fb0d2c8cb5714b75a9c629 (patch) | |
tree | 462df40f1ebdb98986d0470a904b3fc32db834cf /apps/admin_audit | |
parent | 1b1a54403ea041a0acda9bf937482bb6715ff98d (diff) | |
download | nextcloud-server-2aa11173f890a58445fb0d2c8cb5714b75a9c629.tar.gz nextcloud-server-2aa11173f890a58445fb0d2c8cb5714b75a9c629.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 |