From 9f661511e247af28799f54e9bd26f65ac6ad0c5e Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:55:00 +0100 Subject: [PATCH] New translations en.json (Dutch) --- data/nl_NL.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/nl_NL.json b/data/nl_NL.json index 918de554..e99c54ed 100644 --- a/data/nl_NL.json +++ b/data/nl_NL.json @@ -85,6 +85,15 @@ "btn": "Wifi Instellingen", "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": "MQTT Instellingen", "btn": "MQTT Instellingen",