diff --git a/messages/es/base.php b/messages/es/base.php
index 11df3d8..f704ecd 100644
--- a/messages/es/base.php
+++ b/messages/es/base.php
@@ -1,21 +1,21 @@
REST Configuration' => '',
- 'Access Tokens' => '',
- 'Add Access Token' => '',
- 'Allow Bearer Authentication' => '',
+ 'REST Configuration' => 'Configuración REST',
+ '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',
);
diff --git a/messages/it/base.php b/messages/it/base.php
index daeeed3..ceb2519 100644
--- a/messages/it/base.php
+++ b/messages/it/base.php
@@ -1,16 +1,16 @@
REST Configuration' => '',
+ 'REST Configuration' => 'Configurazione REST',
'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',