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

180 lines
8.4 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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": "对话",
"quickSettingsLabel": "快速设置",
"loadingAssistant": "正在加载助手...",
"noItemsFound": "未找到任何项目",
"modelLabel": "模型",
"unlockModelsMessage": "通过在您的个人资料设置中输入 API 密钥来解锁模型。",
"promptLabel": "提示词",
"promptPlaceholder": "你是一个友善的、乐于助人的 AI 助手。",
"temperatureLabel": "温度",
"contextLengthLabel": "上下文长度",
"includeProfileContextLabel": "聊天包含个人资料上下文",
"noProfileContext": "没有个人资料上下文。",
"includeWorkspaceInstructionsLabel": "聊天包含工作区指令",
"noWorkspaceInstructions": "没有工作区指令。",
"embeddingsProviderLabel": "嵌入提供者",
"azureOpenAI": "Azure OpenAI",
"openAI": "OpenAI",
"local": "本地",
"selectModel": "选择一个模型",
"hosted": "托管的",
"advancedSettings": "高级设置"
},
"profile": {
"settingsTitle": "用户设置",
"logout": "注销",
"profileTab": "个人资料",
"apiKeysTab": "API 密钥",
"usernameLabel": "用户名",
"usernamePlaceholder": "请输入用户名",
"available": "可用",
"unavailable": "不可用",
"usernameError": "用户名只能包含字母、数字或下划线,不能包含其他字符或空格。",
"chatDisplayName": "聊天显示名称",
"chatDisplayNamePlaceholder": "您的名称",
"instructionsLabel": "你希望 AI 知道关于你的哪些信息以便提供更好的回答?",
"instructionsPlaceholder": "个人资料描述...(可选)",
"profileImageLabel": "个人资料图片",
"cancel": "取消",
"save": "保存",
"profileUpdated": "个人资料已更新!",
"imageAlt": "个人资料图片",
"apiKeyLabel": "API 密钥",
"switchToStandardOpenAI": "切换到标准 OpenAI",
"switchToAzureOpenAI": "切换到 Azure OpenAI",
"downloadTooltip": "下载 Chatbot UI 1.0 数据为 JSON。导入功能即将推出",
"azureOpenAIKeySetByAdmin": "Azure OpenAI API 密钥由管理员设置。",
"openAIAPIKeySetByAdmin": "OpenAI API 密钥由管理员设置。",
"azureEndpointSetByAdmin": "Azure 端点由管理员设置。",
"azureDeploymentNameSetByAdmin": "Azure 部署名称由管理员设置。",
"geminiAPIKeySetByAdmin": "Google Gemini API 密钥由管理员设置。",
"mistralAPIKeySetByAdmin": "Mistral API 密钥由管理员设置。",
"groqAPIKeySetByAdmin": "Groq API 密钥由管理员设置。",
"perplexityAPIKeySetByAdmin": "Perplexity API 密钥由管理员设置。",
"openRouterAPIKeySetByAdmin": "OpenRouter API 密钥由管理员设置。",
"azureEndpointLabel": "Azure 端点",
"azureGpt35TurboDeploymentName": "Azure GPT-3.5 Turbo 部署名称",
"azureGpt45TurboDeploymentName": "Azure GPT-4.5 Turbo 部署名称",
"azureGpt45VisionDeploymentName": "Azure GPT-4.5 Vision 部署名称",
"azureEmbeddingsDeploymentName": "Azure Embeddings 部署名称",
"openaiOrgIdLabel": "OpenAI 组织 ID",
"anthropicApiKeyLabel": "Anthropic API 密钥",
"googleGeminiApiKeyLabel": "Google Gemini API 密钥",
"mistralApiKeyLabel": "Mistral API 密钥",
"groqApiKeyLabel": "Groq API 密钥",
"perplexityApiKeyLabel": "Perplexity API 密钥",
"openRouterApiKeyLabel": "OpenRouter API 密钥",
"azureEndpointPlaceholder": "https://your-endpoint.openai.azure.com",
"azureGpt35TurboDeploymentNamePlaceholder": "Azure GPT-3.5 Turbo 部署名称",
"azureGpt45TurboDeploymentNamePlaceholder": "Azure GPT-4.5 Turbo 部署名称",
"azureGpt45VisionDeploymentNamePlaceholder": "Azure GPT-4.5 Vision 部署名称",
"azureEmbeddingsDeploymentNamePlaceholder": "Azure Embeddings 部署名称",
"openaiOrgIdPlaceholder": "OpenAI 组织 ID可选",
"anthropicApiKeyPlaceholder": "Anthropic API 密钥",
"googleGeminiApiKeyPlaceholder": "Google Gemini API 密钥",
"mistralApiKeyPlaceholder": "Mistral API 密钥",
"groqApiKeyPlaceholder": "Groq API 密钥",
"perplexityApiKeyPlaceholder": "Perplexity API 密钥",
"openRouterApiKeyPlaceholder": "OpenRouter API 密钥",
"azureGpt35TurboDeploymentNameSetByAdmin": "Azure GPT-3.5 Turbo 部署名称由管理员设置。",
"azureGpt45TurboDeploymentNameSetByAdmin": "Azure GPT-4.5 Turbo 部署名称由管理员设置。",
"azureGpt45VisionDeploymentNameSetByAdmin": "Azure GPT-4.5 Vision 部署名称由管理员设置。",
"azureEmbeddingsDeploymentNameSetByAdmin": "Azure Embeddings 部署名称由管理员设置。",
"openaiOrgIdSetByAdmin": "OpenAI 组织 ID 由管理员设置。",
"anthropicApiKeySetByAdmin": "Anthropic API 密钥由管理员设置。",
"googleGeminiApiKeySetByAdmin": "Google Gemini API 密钥由管理员设置。",
"mistralApiKeySetByAdmin": "Mistral API 密钥由管理员设置。",
"groqApiKeySetByAdmin": "Groq API 密钥由管理员设置。",
"perplexityApiKeySetByAdmin": "Perplexity API 密钥由管理员设置。",
"openRouterApiKeySetByAdmin": "OpenRouter API 密钥由管理员设置。"
},
"side": {
"selectWorkspace": "选择工作区...",
"newWorkspace": "新建工作区",
"searchWorkspaces": "搜索工作区...",
"noWorkspacesFound": "未找到工作区",
"workspaceSettings": "工作区设置",
"workspaceImage": "工作区图片",
"workspaceName": "工作区名称",
"workspaceInstructions": "工作区说明",
"workspaceDescription": "这是您的个人专用工作区",
"save": "保存",
"cancel": "取消",
"howToRespond": "您希望 AI 如何在此工作区内回应?",
"main": "主设置",
"defaults": "默认设置",
"aiResponseInstructions": "您希望 AI 在此工作区内如何回应?",
"workspaceNamePlaceholder": "请输入名称...",
"workspaceBeginSettings": "这些是选择此工作区时的初始设置。",
"workspaceInstructionsPlaceholder": "说明...(可选)",
"sidebarCreateNew": "新建",
"sidebarNoContentType": "没有 {{contentType}}",
"searchPlaceholder": "搜索{{contentType}}...",
"profileSettings": "个人资料设置",
"deleteChatTitle": "删除",
"deleteChatConfirm": "您确定要删除此聊天记录吗?",
"create": "创建",
"creating": "正在创建...",
"delete": "删除",
"name": "名称",
"assistantNamePlaceholder": "助手名称...",
"description": "描述",
"assistantDescriptionPlaceholder": "助手描述...",
"image": "图片",
"optional": "(可选)",
"filesAndCollections": "文件与集合",
"tools": "工具",
"modelIncompatibleWithTools": "该模型不支持工具功能。",
"editChat": "编辑对话"
},
"contentType": {
"chats": "聊天",
"presets": "预设",
"prompts": "提示词",
"files": "文件",
"collections": "集合",
"assistants": "助手",
"tools": "工具",
"models": "模型"
}
}