Skip to content

Commit

Permalink
New translations main.json (Chinese Simplified)
Browse files Browse the repository at this point in the history
  • Loading branch information
SuhJae committed Feb 4, 2025
1 parent 6250bd9 commit a02331f
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions locales/zh/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down Expand Up @@ -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": "签出"
}
}
}
Expand Down

0 comments on commit a02331f

Please sign in to comment.