From a02331fd170850e8d398cb109c3e3918ca25fcc5 Mon Sep 17 00:00:00 2001 From: JaeWoong Suh <90325840+SuhJae@users.noreply.github.com> Date: Tue, 4 Feb 2025 13:32:24 +0900 Subject: [PATCH] New translations main.json (Chinese Simplified) --- locales/zh/main.json | 56 ++++++++++++++++++++++---------------------- 1 file changed, 28 insertions(+), 28 deletions(-) diff --git a/locales/zh/main.json b/locales/zh/main.json index 125fcf4..77e31c8 100644 --- a/locales/zh/main.json +++ b/locales/zh/main.json @@ -46,12 +46,12 @@ "train": "训练", "result": "结果", "docs": "帮助", - "dashboard": "Dashboard", + "dashboard": "仪表板", "account": { - "signIn": "Sign In", - "signedInAs": "Signed in as", - "dashboard": "Dashboard", - "signOut": "Sign Out" + "signIn": "登录", + "signedInAs": "登录为", + "dashboard": "仪表板", + "signOut": "签出" } }, "docs": { @@ -198,49 +198,49 @@ "upload": "检索结果" }, "auth": { - "title": "Sign In", - "description": "Sign in to save your training results and settings.", + "title": "登录", + "description": "登录以保存您的训练结果和设置。", "OAuth": { - "google": "Continue with Google" + "google": "继续使用 Google" } }, "dashboard": { "nav": { - "home": "Home", - "settings": "Settings" + "home": "首页", + "settings": "设置" }, "home": { - "welcome": "Hello from BlueScript!", - "description": "BlueScript Account is under development. It will allow you to save your training results and settings. Stay tuned for updates!" + "welcome": "你好,来自 BlueScript!", + "description": "BlueScript 账户正在开发中。敬请期待更新!" }, "settings": { - "updateSuccess": "Settings updated successfully.", - "updateError": "There was an error updating your settings. Please try again.", + "updateSuccess": "设置更新成功。", + "updateError": "更新设置时出现错误,请重试。", "validate": { - "name": "Please enter your name.", - "email": "Email is invalid." + "name": "请输入您的姓名。", + "email": "电子邮件无效。" }, "theme": { - "title": "Theme", - "description": "Choose a theme that suits your preference." + "title": "主题", + "description": "选择一个适合自己喜好的主题。" }, "account": { - "title": "Account", - "description": "Update your account details.", - "save": "Save Changes" + "title": "账户", + "description": "更新您的账户详情。", + "save": "保存更改" }, "name": { - "title": "Name", - "description": "Update your username It will appear in profile, training results, and throughout the app." + "title": "名称", + "description": "更新用户名 用户名将显示在个人资料、训练结果和整个应用程序中。" }, "email": { - "title": "Email", - "description": "Email is managed by OAuth providers, and cannot be changed. It will be used for notifications." + "title": "电子邮件", + "description": "电子邮件由 OAuth 提供商管理,不可更改。它将用于通知。" }, "signOut": { - "title": "Sign Out", - "description": "Sign out of your account.", - "button": "Sign Out" + "title": "签出", + "description": "退出您的账户。", + "button": "签出" } } }