diff options
author | Nextcloud bot <bot@nextcloud.com> | 2020-12-15 02:22:11 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2020-12-15 02:22:11 +0000 |
commit | 1f6537075b3b11b92acd77749a2d2e2cace24046 (patch) | |
tree | be871494cccb72bb5978dd2afe481f3f4bf8e44b /apps/admin_audit | |
parent | 83607d227f07fdeea77af053bb82b0233de1ab49 (diff) | |
download | nextcloud-server-1f6537075b3b11b92acd77749a2d2e2cace24046.tar.gz nextcloud-server-1f6537075b3b11b92acd77749a2d2e2cace24046.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/admin_audit')
-rw-r--r-- | apps/admin_audit/l10n/es_DO.js | 6 | ||||
-rw-r--r-- | apps/admin_audit/l10n/es_DO.json | 4 |
2 files changed, 10 insertions, 0 deletions
diff --git a/apps/admin_audit/l10n/es_DO.js b/apps/admin_audit/l10n/es_DO.js new file mode 100644 index 00000000000..1bdf74106cc --- /dev/null +++ b/apps/admin_audit/l10n/es_DO.js @@ -0,0 +1,6 @@ +OC.L10N.register( + "admin_audit", + { + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacidades de registro para Nextcloud, como el acceso a archivos de registro o acciones sensibles." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/admin_audit/l10n/es_DO.json b/apps/admin_audit/l10n/es_DO.json new file mode 100644 index 00000000000..7479fe803f9 --- /dev/null +++ b/apps/admin_audit/l10n/es_DO.json @@ -0,0 +1,4 @@ +{ "translations": { + "Provides logging abilities for Nextcloud such as logging file accesses or otherwise sensitive actions." : "Proporciona capacidades de registro para Nextcloud, como el acceso a archivos de registro o acciones sensibles." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |