From e54211de1bf76f52740880e49ab9dbd2e24eba29 Mon Sep 17 00:00:00 2001 From: AICHIGUA Date: Mon, 27 Nov 2023 01:56:45 +0000 Subject: [PATCH] Translated using Weblate (Chinese (Simplified)) Currently translated at 100.0% (100 of 100 strings) Translation: Dockge/dockge Translate-URL: https://weblate.kuma.pet/projects/dockge/dockge/zh_Hans/ --- frontend/src/lang/zh-CN.json | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/frontend/src/lang/zh-CN.json b/frontend/src/lang/zh-CN.json index b0ba24c..dcd3989 100644 --- a/frontend/src/lang/zh-CN.json +++ b/frontend/src/lang/zh-CN.json @@ -1,12 +1,12 @@ { "languageName": "简体中文", "Create your admin account": "创建你的管理员账号", - "authIncorrectCreds": "用户名或密码错误", + "authIncorrectCreds": "用户名或密码错误。", "PasswordsDoNotMatch": "两次输入的密码不一致。", "Repeat Password": "重复以确认密码", "Create": "创建", "signedInDisp": "当前用户: {0}", - "signedInDispDisabled": "已禁用身份验证", + "signedInDispDisabled": "已禁用身份验证。", "home": "主页", "console": "终端", "registry": "镜像仓库", @@ -24,7 +24,7 @@ "saveStackDraft": "保存", "notAvailableShort": "不可用", "deleteStackMsg": "你确定要删除这个堆栈吗?", - "stackNotManagedByDockgeMsg": "这个堆栈不由Dockge管理", + "stackNotManagedByDockgeMsg": "这个堆栈不由Dockge管理。", "primaryHostname": "主机名", "general": "常规", "container": "容器 | 容器组", @@ -95,5 +95,7 @@ "reverseProxyMsg2": "检查如何配置WebSocket", "reverseProxyMsg1": "正在使用反向代理?", "connecting...": "正在连接到socket服务器...", - "Cannot connect to the socket server.": "无法连接到socket服务器。" + "Cannot connect to the socket server.": "无法连接到socket服务器。", + "url": "网址 | 网址", + "extra": "额外" }