From b994f41a079fba1fe48555863bf063d5a5a62e60 Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:55:06 +0100 Subject: [PATCH] New translations en.json (Portuguese, Brazilian) --- data/pt_BR.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/pt_BR.json b/data/pt_BR.json index 458b9ba5..2717d9ae 100644 --- a/data/pt_BR.json +++ b/data/pt_BR.json @@ -85,6 +85,15 @@ "btn": "Configurar 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": "Configurar MQTT", "btn": "Configurar MQTT",