diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-11-04 00:29:23 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-11-04 00:29:23 +0000 |
commit | 33e1db616dfbb38d9931e894484fc08dc4e185d6 (patch) | |
tree | 792b91084724f960dcbb7d9492e8d8bbee657dc9 /apps/oauth2 | |
parent | 333ab4de68706205c955ca82f1e58d80a7c6d8c3 (diff) | |
download | nextcloud-server-33e1db616dfbb38d9931e894484fc08dc4e185d6.tar.gz nextcloud-server-33e1db616dfbb38d9931e894484fc08dc4e185d6.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/es.js | 3 | ||||
-rw-r--r-- | apps/oauth2/l10n/es.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/oauth2/l10n/es.js b/apps/oauth2/l10n/es.js index 5c66c33917b..12786b9008e 100644 --- a/apps/oauth2/l10n/es.js +++ b/apps/oauth2/l10n/es.js @@ -11,7 +11,8 @@ OC.L10N.register( "Name" : "Nombre", "Redirection URI" : "URI de redirección", "Client Identifier" : "Identificador de cliente", - "Secret key" : "Clave secreta", + "Secret key" : "Llave secreta", + "Delete client" : "Eliminar cliente", "Add client" : "Añadir cliente", "Add" : "Añadir", "Show client secret" : "Mostrar secreto del cliente", diff --git a/apps/oauth2/l10n/es.json b/apps/oauth2/l10n/es.json index eb36ea0b68e..53c7644f1a6 100644 --- a/apps/oauth2/l10n/es.json +++ b/apps/oauth2/l10n/es.json @@ -9,7 +9,8 @@ "Name" : "Nombre", "Redirection URI" : "URI de redirección", "Client Identifier" : "Identificador de cliente", - "Secret key" : "Clave secreta", + "Secret key" : "Llave secreta", + "Delete client" : "Eliminar cliente", "Add client" : "Añadir cliente", "Add" : "Añadir", "Show client secret" : "Mostrar secreto del cliente", |