Skip to content

Commit

Permalink
1
Browse files Browse the repository at this point in the history
  • Loading branch information
guaguaguaxia committed Feb 9, 2023
1 parent fc1fc8b commit b5f3996
Showing 1 changed file with 22 additions and 20 deletions.
42 changes: 22 additions & 20 deletions messages/en.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
{
"Index": {
"title": "Chat Simplifier",
"switchLocale": "{locale, select,zh {中文} en {English} other {}}",
"deployWiki": "Deploy your own website?",
"description": "Simplify your chat content in seconds",
"slogan": "Too many group messages? It's too long to look!",
"step0": "Paste your OpenAI API Key",
"title": "周报生成器",
"switchLocale": "",
"deployWiki": "部署自己的网站?",
"description1": "简单描述工作内容 ",
"description2": "帮你生成完整周报",
"slogan": "写周报头大?我来帮你!",
"step0": "粘贴你的 OpenAI API Key",
"openaiApiKeyPlaceholder": "sk-XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"step1": "Paste your chat content",
"helpPageLink": "(Click here to view tutorials)",
"placeholder": "Choose more chat content and copy it. It usually contains nicknames, times, and content.",
"step2": "Select the form of the output.",
"simplifierButton": "Simplify the chat content",
"privacyPolicy1": "It is not recommended to upload chat that is too private. For more information, please see",
"privacyPolicy2": "Privacy Statement",
"simplifiedContent": "Simplified content",
"paragraphForm": "Paragraph",
"paragraphFormPrompt": "Please summarize the chat content between <|start|> and <|end|>. It is required to be concise and to the point and output in the form of a paragraph.\n\n<|start|>",
"outlineForm": "Outline",
"outlineFormPrompt": "Please summarize the chat content between <|start|> and <|end|>. It is required to be concise and output in the form of an outline containing a list.\n\n<|start|>",
"pasteButton": "Paste",
"clearButton": "Clear"
"step1": "简单描述一下你的工作",
"helpPageLink": "(点击这里查看教程)",
"placeholder": "比如:修复了优惠券无法领取的bug,完成了管理后台订单模块查询和修改的接口,完善了登录流程的监控",
"step2": "选择输出结果的形式。",
"simplifierButton": "生成完整周报",
"simplifiedContent": "优化后的内容",
"privacyPolicy1": "请勿上传过于隐私的工作内容,详情查看",
"privacyPolicy2": "《隐私声明》",
"paragraphForm": "段落",
"paragraphFormPrompt": "请总结<|start|>与<|end|>之间的聊天内容。要求简明扼要,以一段话的形式输出。\n\n<|start|>",
"prompt": "请帮我把以下的工作内容填充为一篇完整的周报,以分点叙述的形式输出:",
"outlineForm": "大纲",
"outlineFormPrompt": "请总结<|start|>与<|end|>之间的聊天内容。要求简明扼要,以包含列表的大纲形式输出。\n\n<|start|>",
"pasteButton": "粘贴",
"clearButton": "清空"
}
}

1 comment on commit b5f3996

@vercel
Copy link

@vercel vercel bot commented on b5f3996 Feb 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.