added chinese menu translation

pull/97/head
fangd123 2023-04-06 23:07:50 +08:00
parent 80e8ca8788
commit 61fab8d247
5 changed files with 35 additions and 35 deletions

View File

@ -1,25 +1,25 @@
{ {
"index": "Prompt Engineering", "index": "提示工程指南",
"introduction": "Introduction", "introduction": "提示工程简介",
"techniques": "Techniques", "techniques": "提示技术",
"applications": "Applications", "applications": "提示应用",
"models": "Models", "models": "模型",
"risks": "Risks & Misuses", "risks": "风险和误用",
"papers": "Papers", "papers": "论文",
"tools": "Tools", "tools": "工具和库",
"notebooks": "Notebooks", "notebooks": "Prompt Engineering 笔记本",
"datasets": "Datasets", "datasets": "数据集",
"readings": "Additional Readings", "readings": "阅读推荐",
"about": { "about": {
"title": "About", "title": "关于",
"type": "page" "type": "page"
}, },
"course":{ "course":{
"title": "Prompt Engineering Course", "title": "提示工程课程",
"type": "page" "type": "page"
}, },
"contact": { "contact": {
"title": "Contact ↗", "title": "联系我们 ↗",
"type": "page", "type": "page",
"href": "https://twitter.com/dair_ai", "href": "https://twitter.com/dair_ai",
"newWindow": true "newWindow": true

View File

@ -1,5 +1,5 @@
{ {
"pal": "Program-Aided Language Models", "pal": "程序辅助语言模型",
"generating": "Generating Data", "generating": "生成数据",
"workplace_casestudy": "Graduate Job Classification Case Study" "workplace_casestudy": "毕业生工作分类案例研究"
} }

View File

@ -1,8 +1,8 @@
{ {
"settings": "LLM Settings", "settings": "大语言模型设置",
"basics": "Basics of Prompting", "basics": "基本概念",
"elements": "Prompt Elements", "elements": "提示词要素",
"tips": "General Tips for Designing Prompts", "tips": "设计提示的通用技巧",
"examples": "Examples of Prompts" "examples": "提示词示例"
} }

View File

@ -1,6 +1,6 @@
{ {
"adversarial": "Adversarial Prompting", "adversarial": "对抗性提示",
"factuality": "Factuality", "factuality": "真实性",
"biases": "Biases" "biases": "偏见"
} }

View File

@ -1,14 +1,14 @@
{ {
"zeroshot": "Zero-shot Prompting", "zeroshot": "零样本提示",
"fewshot": "Few-shot Prompting", "fewshot": "少样本提示",
"cot": "Chain-of-Thought Prompting", "cot": "链式思考CoT提示",
"consistency": "Self-Consistency", "consistency": "自我一致性",
"knowledge": "Generate Knowledge Prompting", "knowledge": "生成知识提示",
"ape": "Automatic Prompt Engineer", "ape": "自动提示工程师",
"activeprompt": "Active-Prompt", "activeprompt": "Active-Prompt",
"dsp": "Directional Stimulus Prompting", "dsp": "方向性刺激提示",
"react": "ReAct", "react": "ReAct框架",
"multimodalcot": "Multimodal CoT", "multimodalcot": "多模态思维链提示方法",
"graph": "Graph Prompting" "graph": "基于图的提示"
} }