-
Notifications
You must be signed in to change notification settings - Fork 23
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enh: Updated Translations (translate.humhub.org)
- Loading branch information
HumHub Translations
committed
Jan 24, 2024
1 parent
1c65540
commit 7249d69
Showing
2 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
<?php | ||
return array ( | ||
'<strong>REST</strong> Configuration' => '', | ||
'Access Tokens' => '', | ||
'Add Access Token' => '', | ||
'Allow Bearer Authentication' => '', | ||
'<strong>REST</strong> Configuration' => 'Configuración <strong>REST</strong>', | ||
'Access Tokens' => 'Tokens de acceso', | ||
'Add Access Token' => 'Añadir token de acceso', | ||
'Allow Bearer Authentication' => 'Permitir autenticación Bearer', | ||
'Allow HTTP Basic Authentication' => 'Permitir autenticación básica HTTP', | ||
'Allow JWT Authentication' => '', | ||
'Allow Query Param Bearer Authentication' => '', | ||
'Bearer Access Token Successfully Revoked' => '', | ||
'Bearer Auth' => '', | ||
'Allow JWT Authentication' => 'Permitir autenticación JWT', | ||
'Allow Query Param Bearer Authentication' => 'Permitir autenticación Bearer mediante parámetro en el query', | ||
'Bearer Access Token Successfully Revoked' => 'Token de autenticación Bearer revocada con éxito', | ||
'Bearer Auth' => 'Bearer Auth', | ||
'Enabled for all registered users' => 'Habilitado para todos los usuarios registrados', | ||
'Expiration' => '', | ||
'Expiration' => 'Expiración', | ||
'General' => 'General', | ||
'JWT Auth' => '', | ||
'JWT Auth' => 'JWT Auth', | ||
'JWT Key' => 'Clave JWT', | ||
'JWT Token Expiration' => 'Expiración de token JWT', | ||
'No enabled modules found with additional REST API endpoints.' => 'No se han encontrado módulos que tengan endpoints de la API adicionales.', | ||
'Token' => '', | ||
'Token' => 'Token', | ||
'User' => 'Usuario', | ||
); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters