diff --git a/front/php/templates/language/es_es.json b/front/php/templates/language/es_es.json old mode 100755 new mode 100644 index f4327f0d..3aed8ccf --- a/front/php/templates/language/es_es.json +++ b/front/php/templates/language/es_es.json @@ -1,8 +1,8 @@ { "API_CUSTOM_SQL_description": "Puede especificar una consulta SQL personalizada que generará un archivo JSON y luego lo expondrá a través del archivo table_custom_endpoint.json.", "API_CUSTOM_SQL_name": "Endpoint personalizado", - "API_TOKEN_description": "", - "API_TOKEN_name": "", + "API_TOKEN_description": "Token de API para asegurar la comunicación, puede generar uno o introducir cualquier valor. Se envía en el encabezado de solicitud. Se utiliza en el plugin SYNC del servidor GraphQL.", + "API_TOKEN_name": "Token de la API", "API_display_name": "API", "API_icon": "", "APPRISE_HOST_description": "URL del host de Apprise que comienza con http:// o https://. (no olvide incluir /notify al final)", @@ -282,8 +282,8 @@ "Events_Tablelenght": "Mostrando entradas del MENÚ", "Events_Tablelenght_all": "Todos", "Events_Title": "Eventos", - "GRAPHQL_PORT_description": "", - "GRAPHQL_PORT_name": "", + "GRAPHQL_PORT_description": "El número de puerto del servidor GraphQL.", + "GRAPHQL_PORT_name": "Puerto GraphQL", "Gen_Action": "Acción", "Gen_Add": "Añadir", "Gen_Add_All": "Añadir todo", @@ -794,4 +794,4 @@ "settings_update_item_warning": "Actualice el valor a continuación. Tenga cuidado de seguir el formato anterior. O la validación no se realiza.", "test_event_icon": "fa-vial-circle-check", "test_event_tooltip": "Guarda tus cambios antes de probar nuevos ajustes." -} \ No newline at end of file +} diff --git a/front/php/templates/language/fr_fr.json b/front/php/templates/language/fr_fr.json old mode 100755 new mode 100644 index 5cb0bb62..9cc17402 --- a/front/php/templates/language/fr_fr.json +++ b/front/php/templates/language/fr_fr.json @@ -1,8 +1,8 @@ { "API_CUSTOM_SQL_description": "Vous pouvez spécifier votre propre requête SQL qui retournera un fichier JSON et l'exposer via table_custom_endpoint.json le point de terminaison de fichier.", "API_CUSTOM_SQL_name": "Point de terminaison personnalisé", - "API_TOKEN_description": "", - "API_TOKEN_name": "", + "API_TOKEN_description": "Vous pouvez renseigner ou générer un jeton API pour sécuriser les échanges. Il est transmis dans le header de la requête. C'est utilisé dans le plugin SYNC du serveur GraphQL.", + "API_TOKEN_name": "Jeton d'API", "API_display_name": "API", "API_icon": "", "About_Design": "Conçu pour :", @@ -272,8 +272,8 @@ "Events_Tablelenght": "Afficher _MENU_ entrées", "Events_Tablelenght_all": "Tous", "Events_Title": "Évènements", - "GRAPHQL_PORT_description": "", - "GRAPHQL_PORT_name": "", + "GRAPHQL_PORT_description": "Le numéro de port du serveur GraphQL.", + "GRAPHQL_PORT_name": "Port GraphQL", "Gen_Action": "Action", "Gen_Add": "Ajouter", "Gen_Add_All": "Ajouter tous", @@ -715,4 +715,4 @@ "settings_update_item_warning": "Mettre à jour la valeur ci-dessous. Veillez à bien suivre le même format qu'auparavant. Il n'y a pas de pas de contrôle.", "test_event_icon": "fa-vial-circle-check", "test_event_tooltip": "Enregistrer d'abord vos modifications avant de tester vôtre paramétrage." -} \ No newline at end of file +} diff --git a/front/php/templates/language/it_it.json b/front/php/templates/language/it_it.json old mode 100755 new mode 100644 index 703e0f95..48dccc15 --- a/front/php/templates/language/it_it.json +++ b/front/php/templates/language/it_it.json @@ -1,8 +1,8 @@ { "API_CUSTOM_SQL_description": "Puoi specificare una query SQL personalizzata che genererà un file JSON e quindi lo esporrà tramite l'table_custom_endpoint.jsonendpoint del file.", "API_CUSTOM_SQL_name": "Endpoint personalizzato", - "API_TOKEN_description": "", - "API_TOKEN_name": "", + "API_TOKEN_description": "Token API per proteggere la comunicazione, puoi generarne uno o inserire qualsiasi valore. Viene inviato nell'intestazione della richiesta. Usato nel plugin SYNC, server GraphQL.", + "API_TOKEN_name": "Token API", "API_display_name": "API", "API_icon": "", "About_Design": "Progettato per:", @@ -272,8 +272,8 @@ "Events_Tablelenght": "Mostra _MENU_ elementi", "Events_Tablelenght_all": "Tutti", "Events_Title": "Eventi", - "GRAPHQL_PORT_description": "", - "GRAPHQL_PORT_name": "", + "GRAPHQL_PORT_description": "Il numero di porta del server GraphQL.", + "GRAPHQL_PORT_name": "Porta GraphQL", "Gen_Action": "Azione", "Gen_Add": "Aggiungi", "Gen_Add_All": "Aggiungi tutti", @@ -715,4 +715,4 @@ "settings_update_item_warning": "Aggiorna il valore qui sotto. Fai attenzione a seguire il formato precedente. La convalida non viene eseguita.", "test_event_icon": "fa-vial-circle-check", "test_event_tooltip": "Salva le modifiche prima di provare le nuove impostazioni." -} \ No newline at end of file +}