From f229bca60986159c1253e14024d7cf002e02c76c Mon Sep 17 00:00:00 2001 From: shamoon <4887959+shamoon@users.noreply.github.com> Date: Sun, 15 Dec 2024 19:02:29 -0800 Subject: [PATCH 1/2] Update headscale.md --- docs/widgets/services/headscale.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/widgets/services/headscale.md b/docs/widgets/services/headscale.md index c6da54f5cea..376db5428ac 100644 --- a/docs/widgets/services/headscale.md +++ b/docs/widgets/services/headscale.md @@ -14,6 +14,7 @@ Allowed fields: `["name", "address", "last_seen", "status"]`. ```yaml widget: type: headscale + url: http://headscale.host.or.ip:port nodeId: nodeid key: headscaleapiaccesstoken ``` From a245ab6cfc6786c3945b0a4cba20d14c1f333ec1 Mon Sep 17 00:00:00 2001 From: KuuDS <9947917+KuuDS@users.noreply.github.com> Date: Wed, 18 Dec 2024 20:41:28 +0800 Subject: [PATCH 2/2] Translation: fix pfsense.up and pfsense.down in chn --- public/locales/zh-CN/common.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/locales/zh-CN/common.json b/public/locales/zh-CN/common.json index d9ab4c628e4..cbaa6e4aafe 100644 --- a/public/locales/zh-CN/common.json +++ b/public/locales/zh-CN/common.json @@ -630,8 +630,8 @@ "load": "平均负载", "memory": "内存", "wanStatus": "WAN 状态", - "up": "上传", - "down": "下载", + "up": "连接", + "down": "断开", "temp": "温度", "disk": "磁盘", "wanIP": "WAN IP"