chatbot-ui/public/locales/zh/translation.json

58 lines
2.2 KiB
JSON

{
"Ask anything. Type \"/\" for prompts, \"@\" for files, and \"#\" for tools.": "随便问点什么。输入“/”查找提示,“@”查找文件,“#”查找工具。",
"Company Name": "深圳果冻移民咨询有限责任公司",
"Clock In": "打卡",
"setup": {
"LetsCreateYourProfile": "让我们来创建您的个人资料。",
"WelcomeToChatbotUI": "欢迎使用 Chatbot UI",
"EnterAPIKeysForEachServiceYoudLikeToUse": "输入您希望使用的每个服务的 API 密钥。",
"SetAPIKeysOptional": "设置 API 密钥(可选)",
"YouAreAllSetUp": "设置完成!",
"SetupComplete": "设置完成"
},
"login": {
"email": "电子邮件",
"emailPlaceholder": "you@example.com",
"password": "密码",
"passwordPlaceholder": "••••••••",
"loginButton": "登录",
"signUpButton": "注册",
"forgotPassword": "忘记密码?",
"reset": "重置",
"emailNotAllowed": "邮箱 {{email}} 不允许注册。",
"passwordResetMessage": "请检查邮箱以重置密码",
"errorUnexpected": "发生了意外错误",
"username": "用户名",
"usernamePlaceholder": "请输入用户名",
"available": "可用",
"unavailable": "不可用",
"usernameError": "用户名只能包含字母、数字或下划线,不能包含其他字符或空格。",
"chatDisplayName": "聊天显示名称",
"displayNamePlaceholder": "您的名称"
},
"chat": {
"defaultChatTitle": "对话"
},
"profile": {
"settingsTitle": "用户设置",
"logout": "注销",
"profileTab": "个人资料",
"apiKeysTab": "API 密钥",
"usernameLabel": "用户名",
"usernamePlaceholder": "请输入用户名",
"available": "可用",
"unavailable": "不可用",
"usernameError": "用户名只能包含字母、数字或下划线,不能包含其他字符或空格。",
"chatDisplayName": "聊天显示名称",
"chatDisplayNamePlaceholder": "您的名称",
"instructionsLabel": "你希望 AI 知道关于你的哪些信息以便提供更好的回答?",
"instructionsPlaceholder": "个人资料描述...(可选)",
"profileImageLabel": "个人资料图片",
"cancel": "取消",
"save": "保存"
}
}