diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-04-04 00:20:03 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-04-04 00:20:03 +0000 |
commit | 7dad12ef75856c1f73cf744f7c154da20d019498 (patch) | |
tree | 16bb7ac22140e58e03ae5b5ccdbfbe04851c0163 /apps/oauth2 | |
parent | 6b0548d2005de863a1861e0ea9d7541782dec724 (diff) | |
download | nextcloud-server-7dad12ef75856c1f73cf744f7c154da20d019498.tar.gz nextcloud-server-7dad12ef75856c1f73cf744f7c154da20d019498.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/oauth2')
-rw-r--r-- | apps/oauth2/l10n/ast.js | 4 | ||||
-rw-r--r-- | apps/oauth2/l10n/ast.json | 4 |
2 files changed, 8 insertions, 0 deletions
diff --git a/apps/oauth2/l10n/ast.js b/apps/oauth2/l10n/ast.js index f35c38ef678..04403879f6f 100644 --- a/apps/oauth2/l10n/ast.js +++ b/apps/oauth2/l10n/ast.js @@ -1,9 +1,13 @@ OC.L10N.register( "oauth2", { + "Your client is not authorized to connect. Please inform the administrator of your client." : "El veceru nun tien autorización pa conectase. Informa al alministrador de l'aplicación.", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "La URL de redireición tien de ser una URL completa, por exemplu: https://dominiu.com/camin", "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Veceros d'OAuth 2.0", "Name" : "Nome", + "Redirection URI" : "URI de redireición", + "Client Identifier" : "Identificador del veceru", "Secret key" : "Clave del secretu", "Delete client" : "Desaniciar el veceru", "Add client" : "Amestar el veceru", diff --git a/apps/oauth2/l10n/ast.json b/apps/oauth2/l10n/ast.json index 87667c683c5..a5f8c3fb8d2 100644 --- a/apps/oauth2/l10n/ast.json +++ b/apps/oauth2/l10n/ast.json @@ -1,7 +1,11 @@ { "translations": { + "Your client is not authorized to connect. Please inform the administrator of your client." : "El veceru nun tien autorización pa conectase. Informa al alministrador de l'aplicación.", + "Your redirect URL needs to be a full URL for example: https://yourdomain.com/path" : "La URL de redireición tien de ser una URL completa, por exemplu: https://dominiu.com/camin", "OAuth 2.0" : "OAuth 2.0", "OAuth 2.0 clients" : "Veceros d'OAuth 2.0", "Name" : "Nome", + "Redirection URI" : "URI de redireición", + "Client Identifier" : "Identificador del veceru", "Secret key" : "Clave del secretu", "Delete client" : "Desaniciar el veceru", "Add client" : "Amestar el veceru", |