diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-10-20 00:27:27 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-10-20 00:27:27 +0000 |
commit | fe46f23a7298381ec487b6acd7da540d72d01530 (patch) | |
tree | aa8fde4b6bf9a1b746e51983deadbc58b4c9f407 /apps/provisioning_api/l10n/ast.js | |
parent | 232484f0da6eeee29ff1c37681ee5a992bc384f2 (diff) | |
download | nextcloud-server-fe46f23a7298381ec487b6acd7da540d72d01530.tar.gz nextcloud-server-fe46f23a7298381ec487b6acd7da540d72d01530.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/provisioning_api/l10n/ast.js')
-rw-r--r-- | apps/provisioning_api/l10n/ast.js | 15 |
1 files changed, 15 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);"); |