From 6d8487c87975c87700af778a84d40f6254e58f35 Mon Sep 17 00:00:00 2001 From: 401Unauthorized Date: Tue, 9 Jan 2024 15:49:44 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (113 of 113 strings) Translation: Dockge/dockge Translate-URL: https://weblate.kuma.pet/projects/dockge/dockge/zh_Hans/ --- frontend/src/lang/zh-CN.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/frontend/src/lang/zh-CN.json b/frontend/src/lang/zh-CN.json index 3c8cd31..e9213fc 100644 --- a/frontend/src/lang/zh-CN.json +++ b/frontend/src/lang/zh-CN.json @@ -98,5 +98,18 @@ "Cannot connect to the socket server.": "无法连接到socket服务器。", "url": "网址 | 网址", "extra": "额外", - "downStack": "停止并置于非活动状态" + "downStack": "停止并置于非活动状态", + "newUpdate": "新版本", + "dockgeURL": "Dockge地址 (例如 http://127.0.0.1:5001)", + "agentOnline": "在线", + "agentOffline": "离线", + "connecting": "连接中", + "connect": "连接", + "dockgeAgent": "Dockge代理", + "currentEndpoint": "当前", + "addAgent": "添加代理", + "agentRemovedSuccessfully": "代理移除成功。", + "removeAgent": "移除代理", + "removeAgentMsg": "您确定要移除此代理?", + "agentAddedSuccessfully": "代理添加成功。" }