From a6b660fb931764399f1c720c440b69a34041514d Mon Sep 17 00:00:00 2001 From: fvanroie <15969459+fvanroie@users.noreply.github.com> Date: Fri, 1 Dec 2023 23:55:04 +0100 Subject: [PATCH] New translations en.json (Chinese Simplified) --- data/zh_CN.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/data/zh_CN.json b/data/zh_CN.json index 34d310c4..146e267b 100644 --- a/data/zh_CN.json +++ b/data/zh_CN.json @@ -85,6 +85,15 @@ "btn": "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": "MQTT 设置", "btn": "MQTT 设置",