diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-20 00:27:12 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-20 00:27:12 +0000 |
commit | 12dc49fbca469488d66c205ef060d2b1b1950091 (patch) | |
tree | dba5c4a83c7ee41ed4bdfd8fb8adad3f15614401 /apps/provisioning_api | |
parent | 8ac6fe8ba45c3d47e984d910e23e5b43c0cef162 (diff) | |
download | nextcloud-server-12dc49fbca469488d66c205ef060d2b1b1950091.tar.gz nextcloud-server-12dc49fbca469488d66c205ef060d2b1b1950091.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/provisioning_api')
-rw-r--r-- | apps/provisioning_api/l10n/ast.js | 15 | ||||
-rw-r--r-- | apps/provisioning_api/l10n/ast.json | 13 |
2 files changed, 28 insertions, 0 deletions
diff --git a/apps/provisioning_api/l10n/ast.js b/apps/provisioning_api/l10n/ast.js new file mode 100644 index 00000000000..38d2f09e03f --- /dev/null +++ b/apps/provisioning_api/l10n/ast.js @@ -0,0 +1,15 @@ +OC.L10N.register( + "provisioning_api", + { + "Logged in user must be an administrator or have authorization to edit this setting." : "L'usuariu qu'anició la sesión ha ser alministrador o tener autorización pa editar esta opción.", + "User already exists" : "L'usuariu yá esiste", + "Email confirmation" : "Confirmación del corréu electrónicu", + "To enable the email address %s please click the button below." : "P'activar la direición de corréu electrónicu «%s», calca nel botón d'abaxo.", + "Email was already removed from account and cannot be confirmed anymore." : "Quitóse la direición de corréu electrónicu de la cuenta y yá nun se pue confirmar.", + "Could not verify mail because the token is expired." : "Nun se pudo verificar la direición de corréu electrónicu porque'l pase caducó.", + "Could not verify mail because the token is invalid." : "Nun se pudo verificar la direición de corréu electrónicu porque'l pase ye inválidu.", + "An unexpected error occurred. Please contact your admin." : "Prodúxose un error inesperáu. Ponte en contautu cola alministración.", + "Provisioning API" : "API d'aprovisionamientu", + "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Esta aplicación activa un conxuntu d'APIs que los sistemes esternos puen usar pa xestionar usuarios, grupos y aplicaciones." +}, +"nplurals=2; plural=(n != 1);"); diff --git a/apps/provisioning_api/l10n/ast.json b/apps/provisioning_api/l10n/ast.json new file mode 100644 index 00000000000..8122346c33e --- /dev/null +++ b/apps/provisioning_api/l10n/ast.json @@ -0,0 +1,13 @@ +{ "translations": { + "Logged in user must be an administrator or have authorization to edit this setting." : "L'usuariu qu'anició la sesión ha ser alministrador o tener autorización pa editar esta opción.", + "User already exists" : "L'usuariu yá esiste", + "Email confirmation" : "Confirmación del corréu electrónicu", + "To enable the email address %s please click the button below." : "P'activar la direición de corréu electrónicu «%s», calca nel botón d'abaxo.", + "Email was already removed from account and cannot be confirmed anymore." : "Quitóse la direición de corréu electrónicu de la cuenta y yá nun se pue confirmar.", + "Could not verify mail because the token is expired." : "Nun se pudo verificar la direición de corréu electrónicu porque'l pase caducó.", + "Could not verify mail because the token is invalid." : "Nun se pudo verificar la direición de corréu electrónicu porque'l pase ye inválidu.", + "An unexpected error occurred. Please contact your admin." : "Prodúxose un error inesperáu. Ponte en contautu cola alministración.", + "Provisioning API" : "API d'aprovisionamientu", + "This application enables a set of APIs that external systems can use to manage users, groups and apps." : "Esta aplicación activa un conxuntu d'APIs que los sistemes esternos puen usar pa xestionar usuarios, grupos y aplicaciones." +},"pluralForm" :"nplurals=2; plural=(n != 1);" +}
\ No newline at end of file |