chore: update chinese locales (#247)
* chore: update chinese locales * chore: update locales
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{
|
||||
"OpenAI API Key Required": "需要 OpenAI API 密钥",
|
||||
"Please set your OpenAI API key in the bottom left of the sidebar.": "请在侧边栏左下角设置您的 OpenAI API 密钥。",
|
||||
"If you don't have an OpenAI API key, you can get one here: ": "如果你没有 OpenAI API 密钥,你可以在此获取:",
|
||||
"Stop Generating": "停止生成",
|
||||
"Prompt limit is {{maxLength}} characters": "提示字数限制为 {{maxLength}} 个字符",
|
||||
"System Prompt": "系统提示",
|
||||
@@ -12,14 +13,16 @@
|
||||
"Conversation": "对话",
|
||||
"OR": "或",
|
||||
"Loading...": "加载中...",
|
||||
"Type a message...": "输入一条消息...",
|
||||
"Type a message or type \"/\" to select a prompt...": "输入一条消息或键入 \"/\" 以选择提示...",
|
||||
"Error fetching models.": "获取模型时出错。",
|
||||
"AI": "AI",
|
||||
"You": "你",
|
||||
"Cancel": "取消",
|
||||
"Save & Submit": "保存并提交",
|
||||
"Make sure your OpenAI API key is set in the bottom left of the sidebar.": "请确保您的 OpenAI API 密钥已在侧边栏左下角设置。",
|
||||
"If you completed this step, OpenAI may be experiencing issues.": "如果您已完成此步骤,OpenAI 可能遇到了问题。",
|
||||
"Message limit is {{maxLength}} characters. You have entered {{valueLength}} characters.": "消息字数限制为 {{maxLength}} 个字符。您已输入 {{valueLength}} 个字符。",
|
||||
"Please enter a message": "请输入一条消息",
|
||||
"Chatbot UI is an advanced chatbot kit for OpenAI's chat models aiming to mimic ChatGPT's interface and functionality.": "Chatbot UI 是一个高级聊天机器人工具包,旨在模仿 OpenAI 聊天模型的 ChatGPT 界面和功能。",
|
||||
"Are you sure you want to clear all messages?": "你确定要清除所有的消息吗?"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"New prompt": "新建提示",
|
||||
"New folder": "新建文件夹",
|
||||
"No prompts.": "无提示词",
|
||||
"Search prompts...": "搜索提示...",
|
||||
"Name": "名称",
|
||||
"Description": "描述",
|
||||
"A description for your prompt.": "提示词描述",
|
||||
"Prompt": "提示词",
|
||||
"Prompt content. Use {{}} to denote a variable. Ex: {{name}} is a {{adjective}} {{noun}}": "提示内容。使用 {{}} 表示一个变量。例如:{{name}} 是一个 {{adjective}} {{noun}}",
|
||||
"Save": "保存"
|
||||
}
|
||||
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"New folder": "新建文件夹",
|
||||
"New chat": "新建聊天",
|
||||
"No conversations.": "无对话。",
|
||||
"No conversations.": "无对话",
|
||||
"Search conversations...": "搜索对话...",
|
||||
"OpenAI API Key": "OpenAI API 密钥",
|
||||
"Import conversations": "导入对话",
|
||||
|
||||
Reference in New Issue
Block a user