diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-05-07 02:28:17 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-05-07 02:28:17 +0000 |
commit | b3ab8859fbb16041c172fbc408a47606e47f7feb (patch) | |
tree | 166f3cb619711403b92e2bf55e3fb472cd06d312 /apps/admin_audit | |
parent | e785ae345e85a5a4ca12f19a389ce6ab7f69a048 (diff) | |
download | nextcloud-server-b3ab8859fbb16041c172fbc408a47606e47f7feb.tar.gz nextcloud-server-b3ab8859fbb16041c172fbc408a47606e47f7feb.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/ast.js | 7 | ||||
-rw-r--r-- | apps/admin_audit/l10n/ast.json | 5 |
2 files changed, 12 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/ast.js b/apps/admin_audit/l10n/ast.js new file mode 100644 index 00000000000..862f01ddb6d --- /dev/null +++ b/apps/admin_audit/l10n/ast.js @@ -0,0 +1,7 @@ +OC.L10N.register( + "admin_audit", + { + "Auditing / Logging" : "Auditoría / Rexistru", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Forne la capacidá de rexistrar, por exemplu, l'accesu a los ficheros o a otres aiciones sensibles de Nextcloud" +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/ast.json b/apps/admin_audit/l10n/ast.json new file mode 100644 index 00000000000..61715be4851 --- /dev/null +++ b/apps/admin_audit/l10n/ast.json @@ -0,0 +1,5 @@ +{ "translations": { + "Auditing / Logging" : "Auditoría / Rexistru", + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Forne la capacidá de rexistrar, por exemplu, l'accesu a los ficheros o a otres aiciones sensibles de Nextcloud" +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |