From d2745abb444b64ece37b40ffc201879494f5dc5e Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 18:33:49 +0200 Subject: [PATCH 01/15] New translations en_us.h (Romanian) --- src/lang/ro_RO.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/ro_RO.h b/src/lang/ro_RO.h index 13df8dbc3..0ec1b257c 100644 --- a/src/lang/ro_RO.h +++ b/src/lang/ro_RO.h @@ -30,6 +30,7 @@ #define D_FILE_SIZE_KILOBYTES "KiB" #define D_FILE_SIZE_MEGABYTES "MiB" #define D_FILE_SIZE_GIGABYTES "GiB" +#define D_FILE_SIZE_TERABYTES "TiB" #define D_FILE_SIZE_DIVIDER 1024 // kibi or kilo bytes #define D_DECIMAL_POINT "." // decimal comma or point From 6d594e3d53bf7df419e812b70a0061b267f0d61d Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 18:33:50 +0200 Subject: [PATCH 02/15] New translations en_us.h (French) --- src/lang/fr_FR.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/fr_FR.h b/src/lang/fr_FR.h index f84d3995e..a752cc6bf 100644 --- a/src/lang/fr_FR.h +++ b/src/lang/fr_FR.h @@ -30,6 +30,7 @@ #define D_FILE_SIZE_KILOBYTES "Kio" #define D_FILE_SIZE_MEGABYTES "Mio" #define D_FILE_SIZE_GIGABYTES "Gio" +#define D_FILE_SIZE_TERABYTES "TiB" #define D_FILE_SIZE_DIVIDER 1024 // kibi or kilo bytes #define D_DECIMAL_POINT "," // decimal comma or point From 13095042dca58b0b4c51e97631838600660cb5cc Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 18:33:51 +0200 Subject: [PATCH 03/15] New translations en_us.h (Spanish) --- src/lang/es_ES.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/es_ES.h b/src/lang/es_ES.h index 613e47bad..af77f0d9e 100644 --- a/src/lang/es_ES.h +++ b/src/lang/es_ES.h @@ -30,6 +30,7 @@ #define D_FILE_SIZE_KILOBYTES "KiB" // new #define D_FILE_SIZE_MEGABYTES "MiB" // new #define D_FILE_SIZE_GIGABYTES "GiB" // new +#define D_FILE_SIZE_TERABYTES "TiB" #define D_FILE_SIZE_DIVIDER 1024 // new, kibi or kilo bytes #define D_DECIMAL_POINT "," // new, decimal comma or point From 0e1d37c8591393ecd0c9250122734c7b85dd4d41 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 18:33:52 +0200 Subject: [PATCH 04/15] New translations en_us.h (Danish) --- src/lang/da_DK.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/da_DK.h b/src/lang/da_DK.h index 13df8dbc3..0ec1b257c 100644 --- a/src/lang/da_DK.h +++ b/src/lang/da_DK.h @@ -30,6 +30,7 @@ #define D_FILE_SIZE_KILOBYTES "KiB" #define D_FILE_SIZE_MEGABYTES "MiB" #define D_FILE_SIZE_GIGABYTES "GiB" +#define D_FILE_SIZE_TERABYTES "TiB" #define D_FILE_SIZE_DIVIDER 1024 // kibi or kilo bytes #define D_DECIMAL_POINT "." // decimal comma or point From de4c1875c39ae2eea41a00e0d87945ea250c9fb7 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 18:33:53 +0200 Subject: [PATCH 05/15] New translations en_us.h (German) --- src/lang/de_DE.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/de_DE.h b/src/lang/de_DE.h index efd704776..aa83e7b58 100644 --- a/src/lang/de_DE.h +++ b/src/lang/de_DE.h @@ -30,6 +30,7 @@ #define D_FILE_SIZE_KILOBYTES "KiB" #define D_FILE_SIZE_MEGABYTES "MiB" #define D_FILE_SIZE_GIGABYTES "GiB" +#define D_FILE_SIZE_TERABYTES "TiB" #define D_FILE_SIZE_DIVIDER 1024 // kibi or kilo bytes #define D_DECIMAL_POINT "," // decimal comma or point From 00df690a160c603776a02f2d3976d1d92d53fb3e Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 18:33:54 +0200 Subject: [PATCH 06/15] New translations en_us.h (Hungarian) --- src/lang/hu_HU.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/hu_HU.h b/src/lang/hu_HU.h index 13df8dbc3..0ec1b257c 100644 --- a/src/lang/hu_HU.h +++ b/src/lang/hu_HU.h @@ -30,6 +30,7 @@ #define D_FILE_SIZE_KILOBYTES "KiB" #define D_FILE_SIZE_MEGABYTES "MiB" #define D_FILE_SIZE_GIGABYTES "GiB" +#define D_FILE_SIZE_TERABYTES "TiB" #define D_FILE_SIZE_DIVIDER 1024 // kibi or kilo bytes #define D_DECIMAL_POINT "." // decimal comma or point From c088ddff8e8c75283e20cd9b428dcb4f78c21f87 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 18:33:55 +0200 Subject: [PATCH 07/15] New translations en_us.h (Dutch) --- src/lang/nl_NL.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/nl_NL.h b/src/lang/nl_NL.h index 92e22846b..79afa3d17 100644 --- a/src/lang/nl_NL.h +++ b/src/lang/nl_NL.h @@ -30,6 +30,7 @@ #define D_FILE_SIZE_KILOBYTES "KiB" #define D_FILE_SIZE_MEGABYTES "MiB" #define D_FILE_SIZE_GIGABYTES "GiB" +#define D_FILE_SIZE_TERABYTES "TiB" #define D_FILE_SIZE_DIVIDER 1024 // kibi or kilo bytes #define D_DECIMAL_POINT "," // decimal comma or point From ee5df54676c72dc3409e779f0b61a596f15873b8 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 18:33:56 +0200 Subject: [PATCH 08/15] New translations en_us.h (Portuguese) --- src/lang/pt_PT.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/pt_PT.h b/src/lang/pt_PT.h index 265b26f06..f20c21aea 100644 --- a/src/lang/pt_PT.h +++ b/src/lang/pt_PT.h @@ -30,6 +30,7 @@ #define D_FILE_SIZE_KILOBYTES "KiB" // new #define D_FILE_SIZE_MEGABYTES "MiB" // new #define D_FILE_SIZE_GIGABYTES "GiB" // new +#define D_FILE_SIZE_TERABYTES "TiB" #define D_FILE_SIZE_DIVIDER 1024 // new, kibi or kilo bytes #define D_DECIMAL_POINT "." // new, decimal comma or point From fba1331c3be4b98fbc2ee338306776d4e1b88805 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 18:33:57 +0200 Subject: [PATCH 09/15] New translations en_us.h (Chinese Simplified) --- src/lang/zh_CN.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/zh_CN.h b/src/lang/zh_CN.h index 13df8dbc3..0ec1b257c 100644 --- a/src/lang/zh_CN.h +++ b/src/lang/zh_CN.h @@ -30,6 +30,7 @@ #define D_FILE_SIZE_KILOBYTES "KiB" #define D_FILE_SIZE_MEGABYTES "MiB" #define D_FILE_SIZE_GIGABYTES "GiB" +#define D_FILE_SIZE_TERABYTES "TiB" #define D_FILE_SIZE_DIVIDER 1024 // kibi or kilo bytes #define D_DECIMAL_POINT "." // decimal comma or point From 83bdad83e571df9cf0b4e64464b85d13fa3d00f9 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 18:33:58 +0200 Subject: [PATCH 10/15] New translations en_us.h (Portuguese, Brazilian) --- src/lang/pt_BR.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/lang/pt_BR.h b/src/lang/pt_BR.h index 169e3a8d5..541214091 100644 --- a/src/lang/pt_BR.h +++ b/src/lang/pt_BR.h @@ -30,6 +30,7 @@ #define D_FILE_SIZE_KILOBYTES "KiB" #define D_FILE_SIZE_MEGABYTES "MiB" #define D_FILE_SIZE_GIGABYTES "GiB" +#define D_FILE_SIZE_TERABYTES "TiB" #define D_FILE_SIZE_DIVIDER 1024 // kibi or kilo bytes #define D_DECIMAL_POINT "." // decimal comma or point From 1ea0752004eccd81d1be0b770aee918b319a58df Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 20:14:23 +0200 Subject: [PATCH 11/15] New translations en_us.h (French) --- src/lang/fr_FR.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lang/fr_FR.h b/src/lang/fr_FR.h index a752cc6bf..51183b2f6 100644 --- a/src/lang/fr_FR.h +++ b/src/lang/fr_FR.h @@ -30,7 +30,7 @@ #define D_FILE_SIZE_KILOBYTES "Kio" #define D_FILE_SIZE_MEGABYTES "Mio" #define D_FILE_SIZE_GIGABYTES "Gio" -#define D_FILE_SIZE_TERABYTES "TiB" +#define D_FILE_SIZE_TERABYTES "Tio" #define D_FILE_SIZE_DIVIDER 1024 // kibi or kilo bytes #define D_DECIMAL_POINT "," // decimal comma or point @@ -128,7 +128,7 @@ #define D_HTTP_HTTP_SETTINGS "Paramètres HTTP" #define D_HTTP_FTP_SETTINGS "Paramètres FTP" #define D_HTTP_WIFI_SETTINGS "Paramètres Wifi" -#define D_HTTP_WIREGUARD_SETTINGS "WireGuard Settings" +#define D_HTTP_WIREGUARD_SETTINGS "Paramètres WireGuard" #define D_HTTP_MQTT_SETTINGS "Paramètres MQTT" #define D_HTTP_GPIO_SETTINGS "Paramètres GPIO" #define D_HTTP_MDNS_SETTINGS "Paramètres mDNS" @@ -203,8 +203,8 @@ #define D_INFO_MAC_ADDRESS "Adresse MAC" #define D_INFO_GATEWAY "Passerelle" #define D_INFO_DNS_SERVER "Serveur DNS" -#define D_INFO_ENDPOINT_IP "Endpoint IP" -#define D_INFO_ENDPOINT_PORT "Endpoint Port" +#define D_INFO_ENDPOINT_IP "Adresse IP du point final" +#define D_INFO_ENDPOINT_IP "Port du point final" #define D_OOBE_MSG "Touchez l'écran pour configurer le WiFi ou branchez ce point d'accès:" #define D_OOBE_SCAN_TO_CONNECT "Scanner pour se connecter" @@ -217,8 +217,8 @@ #define D_WIFI_RSSI_WEAK "Faible" #define D_WIFI_RSSI_BAD "Très mauvais" -#define D_WG_INITIALIZED "Initialized" -#define D_WG_BAD_CONFIG "Missing or bad configuration" +#define D_WG_INITIALIZED "Initialisé" +#define D_WG_BAD_CONFIG "Configuration manquante ou incorrecte" #define D_GPIO_SWITCH "Interrupteur" #define D_GPIO_BUTTON "Bouton" From 646f8d91fe134f4bccc6e8501f18e7eb01f89ed9 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 20:14:25 +0200 Subject: [PATCH 12/15] New translations en_us.h (Spanish) --- src/lang/es_ES.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lang/es_ES.h b/src/lang/es_ES.h index af77f0d9e..acee20590 100644 --- a/src/lang/es_ES.h +++ b/src/lang/es_ES.h @@ -13,7 +13,7 @@ #define D_NO "No" // New #define D_ERROR_OUT_OF_MEMORY "Memory llena" -#define D_ERROR_UNKNOWN "Unknown error" +#define D_ERROR_UNKNOWN "Error desconocido" #define D_CONFIG_NOT_CHANGED "No hay cambios en la configuración" #define D_CONFIG_CHANGED "Configuración cambiada" @@ -128,7 +128,7 @@ #define D_HTTP_HTTP_SETTINGS "Ajustes HTTP" #define D_HTTP_HTTP_SETTINGS "Ajustes FTP" #define D_HTTP_WIFI_SETTINGS "Ajustes Wifi" -#define D_HTTP_WIREGUARD_SETTINGS "WireGuard Settings" +#define D_HTTP_GUI_SETTINGS "Ajustes WireGuard" #define D_HTTP_MQTT_SETTINGS "Ajustes MQTT" #define D_HTTP_GPIO_SETTINGS "Ajustes GPIO" #define D_HTTP_MDNS_SETTINGS "Ajustes mDNS" @@ -203,8 +203,8 @@ #define D_INFO_MAC_ADDRESS "Dirección MAC" #define D_INFO_GATEWAY "Gateway" #define D_INFO_DNS_SERVER "Servidor DNS" -#define D_INFO_ENDPOINT_IP "Endpoint IP" -#define D_INFO_ENDPOINT_PORT "Endpoint Port" +#define D_INFO_ENDPOINT_IP "IP de punto final" +#define D_INFO_ENDPOINT_PORT "Puerto de punto final" #define D_OOBE_MSG "Toque la pantalla para ajustar WiFi o conectarse a un punto de acceso" #define D_OOBE_SCAN_TO_CONNECT "Scanee para conectar" @@ -217,8 +217,8 @@ #define D_WIFI_RSSI_WEAK "Débil" #define D_WIFI_RSSI_BAD "Muy baka" -#define D_WG_INITIALIZED "Initialized" -#define D_WG_BAD_CONFIG "Missing or bad configuration" +#define D_WG_INITIALIZED "Inicializado" +#define D_WG_BAD_CONFIG "Falta o mala configuración" #define D_GPIO_SWITCH "Switch" #define D_GPIO_BUTTON "Botón" From 331c1d503d45c940353023b9470f3f421a0aa4ef Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 20:14:28 +0200 Subject: [PATCH 13/15] New translations en_us.h (Portuguese) --- src/lang/pt_PT.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lang/pt_PT.h b/src/lang/pt_PT.h index f20c21aea..757a1e2f1 100644 --- a/src/lang/pt_PT.h +++ b/src/lang/pt_PT.h @@ -128,7 +128,7 @@ #define D_HTTP_HTTP_SETTINGS "Configurar HTTP" #define D_HTTP_FTP_SETTINGS "Configurar FTP" #define D_HTTP_WIFI_SETTINGS "Configurar Wifi" -#define D_HTTP_WIREGUARD_SETTINGS "WireGuard Settings" +#define D_HTTP_WIREGUARD_SETTINGS "Configurar WireGuard" #define D_HTTP_MQTT_SETTINGS "Configurar MQTT" #define D_HTTP_GPIO_SETTINGS "Configurar GPIO" #define D_HTTP_MDNS_SETTINGS "Configurar mDNS" @@ -217,8 +217,8 @@ #define D_WIFI_RSSI_BAD "Muito baixo" #define D_WIFI_RSSI_FAIR "Decente" -#define D_WG_INITIALIZED "Initialized" -#define D_WG_BAD_CONFIG "Missing or bad configuration" +#define D_WG_INITIALIZED "Inicializado" +#define D_WG_BAD_CONFIG "Configuração ausente ou ruim" #define D_GPIO_SWITCH "Interruptor" #define D_GPIO_BUTTON "Botão" From 92f682c6bd8620ae1222dc8f85d546dba0b6183e Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 20:14:30 +0200 Subject: [PATCH 14/15] New translations en.json (French) --- data/fr_FR.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/fr_FR.json b/data/fr_FR.json index 7247c2f6c..aacaead09 100644 --- a/data/fr_FR.json +++ b/data/fr_FR.json @@ -86,13 +86,13 @@ "ssid": "SSID" }, "wg": { - "title": "WireGuard Settings", - "btn": "WireGuard Settings", - "vpnip": "VPN IP", - "privkey": "Private Key", - "host": "Remote IP", - "port": "Remote Port", - "pubkey": "Remote Public Key" + "title": "Paramètres WireGuard", + "btn": "Paramètres WireGuard", + "vpnip": "IP du VPN", + "privkey": "Clé Privée", + "host": "Adresse IP distante", + "port": "Port Distant", + "pubkey": "Clé publique distante" }, "mqtt": { "title": "Paramètres MQTT", From 983cf13fd0903ba9bc583fedfeb993e8b0b4ce76 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Wed, 22 May 2024 20:14:31 +0200 Subject: [PATCH 15/15] New translations en.json (Spanish) --- data/es_ES.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/data/es_ES.json b/data/es_ES.json index fa1292a24..7df5c9330 100644 --- a/data/es_ES.json +++ b/data/es_ES.json @@ -86,13 +86,13 @@ "ssid": "SSID" }, "wg": { - "title": "WireGuard Settings", - "btn": "WireGuard Settings", - "vpnip": "VPN IP", - "privkey": "Private Key", - "host": "Remote IP", - "port": "Remote Port", - "pubkey": "Remote Public Key" + "title": "Ajustes de WireGuard", + "btn": "Ajustes de WireGuard", + "vpnip": "IP VPN", + "privkey": "Clave Privada", + "host": "IP Remota", + "port": "Puerto Remoto", + "pubkey": "Clave Pública Remota" }, "mqtt": { "title": "Ajustes MQTT",