diff options
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 |