From a256ae4ca511672c9d4c6a457a1b18410a4fedb5 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:54:52 +0100 Subject: [PATCH] New translations en.json (Spanish) --- data/es_ES.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/es_ES.json b/data/es_ES.json index ba317b90..fa1292a2 100644 --- a/data/es_ES.json +++ b/data/es_ES.json @@ -85,6 +85,15 @@ "btn": "Ajustes Wifi", "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" + }, "mqtt": { "title": "Ajustes MQTT", "btn": "Ajustes MQTT",