From 61ee5d4c4d6532d3a44cc5f012586ef0c1c09fd4 Mon Sep 17 00:00:00 2001 From: Ben Phelps Date: Mon, 27 Nov 2023 07:09:58 +0200 Subject: [PATCH] New translations common.json (Chinese Simplified) --- public/locales/zh-Hans/common.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/public/locales/zh-Hans/common.json b/public/locales/zh-Hans/common.json index d4a55096..747170d1 100644 --- a/public/locales/zh-Hans/common.json +++ b/public/locales/zh-Hans/common.json @@ -122,6 +122,24 @@ "subscriptions": "订阅", "unread": "未读" }, + "fritzbox": { + "connectionStatus": "状态", + "connectionStatusUnconfigured": "Unconfigured", + "connectionStatusConnecting": "Connecting", + "connectionStatusAuthenticating": "Authenticating", + "connectionStatusPendingDisconnect": "PendingDisconnect", + "connectionStatusDisconnecting": "Disconnecting", + "connectionStatusDisconnected": "Disconnected", + "connectionStatusConnected": "已连接", + "uptime": "运行时间", + "maxDown": "Max. Down", + "maxUp": "Max. Up", + "down": "离线", + "up": "在线", + "received": "Received", + "sent": "Sent", + "externalIPAddress": "Ext. IP" + }, "caddy": { "upstreams": "上行", "requests": "当前请求",