Skip to content

Commit

Permalink
Enh: Updated Translations (translate.humhub.org)
Browse files Browse the repository at this point in the history
  • Loading branch information
HumHub Translations committed Jan 24, 2024
1 parent 1c65540 commit 7249d69
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
22 changes: 11 additions & 11 deletions messages/es/base.php
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',
);
14 changes: 7 additions & 7 deletions messages/it/base.php
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<?php
return array (
'<strong>REST</strong> Configuration' => '',
'<strong>REST</strong> Configuration' => 'Configurazione <strong>REST</strong>',
'Access Tokens' => '',
'Add Access Token' => '',
'Allow Bearer Authentication' => '',
'Add Access Token' => 'Aggiungi Access Token',
'Allow Bearer Authentication' => 'Consentire Bearer Authentication',
'Allow HTTP Basic Authentication' => 'Consenti autenticazione di base HTTP',
'Allow JWT Authentication' => '',
'Allow Query Param Bearer Authentication' => '',
'Bearer Access Token Successfully Revoked' => '',
'Allow JWT Authentication' => 'Consentire JWT Authentication',
'Allow Query Param Bearer Authentication' => 'Consentire l\'autenticazione del portatore dei parametri di interrogazione',
'Bearer Access Token Successfully Revoked' => 'Bearer Access Token Revocato con Successo',
'Bearer Auth' => '',
'Enabled for all registered users' => 'Abilitato per tutti gli utenti registrati',
'Expiration' => '',
'Expiration' => 'Scadenza',
'General' => 'Generale',
'JWT Auth' => '',
'JWT Key' => 'Key JWT',
Expand Down

0 comments on commit 7249d69

Please sign in to comment.