mirror of
https://github.com/StanGirard/quivr.git
synced 2024-12-21 10:21:54 +03:00
253e866a86
# Description Hope ya'll don't mind, I updated the User Profile's UI to be a bit more readable. Kept the design neutral to not impose styles. I also kept the original toggle buttons for Theme and Language in case we still want to use those in other places in the app, where a select menu isn't necessary. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate): https://github.com/StanGirard/quivr/assets/64866427/d0320852-ece1-4002-a180-0005df132e71 https://github.com/StanGirard/quivr/assets/64866427/be3c67ec-8d42-44f9-8131-35a70aec20ef --------- Co-authored-by: Zineb El Bachiri <100568984+gozineb@users.noreply.github.com> Co-authored-by: Stan Girard <girard.stanislas@gmail.com>
53 lines
2.1 KiB
JSON
53 lines
2.1 KiB
JSON
{
|
||
"title": "配置",
|
||
"subtitle": "管理你的大脑",
|
||
"settings": "设置",
|
||
"people": "成员",
|
||
"knowledge": "知识",
|
||
"modelSection": "模型配置",
|
||
"openAiKeyLabel": "Open AI Key",
|
||
"openAiKeyPlaceholder": "sk-xxx",
|
||
"modelLabel": "模型",
|
||
"anthropicKeyPlaceholder": "Anthropic API Key",
|
||
"anthropicKeyLabel": "Anthropic API Key",
|
||
"temperature": "随机性(Temperature)",
|
||
"maxTokens": "最大tokens数",
|
||
"accountSection": "您的账户",
|
||
"signedInAs": "已登录为",
|
||
"backendSection": "后台配置",
|
||
"backendUrlPlaceHolder": "后台地址",
|
||
"backendUrlLabel": "后台地址",
|
||
"supabaseURLPlaceHolder": "Supabase URL",
|
||
"supabaseURLLabel": "Supabase URL",
|
||
"supabaseKeyPlaceHolder": "Supabase key",
|
||
"supabaseKeyLabel": "Supabase key",
|
||
"keepInLocal": "保留在本地",
|
||
"customPromptSection": "自定义提示",
|
||
"selectQuivrPersonalityBtn": "选择一个Quivr的性格",
|
||
"promptName": "提示标题",
|
||
"promptNamePlaceholder": "我的提示名称",
|
||
"promptContent": "提示内容",
|
||
"promptContentPlaceholder": "作为一个人工智能,你...",
|
||
"promptRemoved": "成功删除提示",
|
||
"errorRemovingPrompt": "删除提示时出错",
|
||
"removePrompt": "删除提示",
|
||
"newAPIKey": "创建新密钥",
|
||
"configSaved": "配置已保存",
|
||
"configReset": "配置已重置",
|
||
"invalidOpenAiKey": "无效的 OpenAI Key",
|
||
"error.createApiKey": "创建API密钥时出错",
|
||
"error.copy": "复制失败",
|
||
"updatingBrainSettings": "更新大脑设置中...",
|
||
"defaultBrainSet": "大脑已成功设置为默认值。",
|
||
"nameRequired": "名称为必填项",
|
||
"promptFieldsRequired": "提示标题和内容是必需的",
|
||
"brainUpdated": "大脑更新成功",
|
||
"publicPrompts": "在公共提示中选择",
|
||
"roleRequired": "您没有访问此选项卡所需的权限 🧠💡🥲.",
|
||
"requireAccess": "请向所有者申请访问权限.",
|
||
"ohno": "哎呀!",
|
||
"noUser": "没有用户",
|
||
"incorrectApiKey": "无效的API密钥",
|
||
"invalidApiKeyError": "无效的API密钥",
|
||
"apiKey": "API密钥"
|
||
} |