From 61fab8d247cdda0061b34dc2816abd627a147773 Mon Sep 17 00:00:00 2001 From: fangd123 Date: Thu, 6 Apr 2023 23:07:50 +0800 Subject: [PATCH] added chinese menu translation --- pages/_meta.zh.json | 28 ++++++++++++++-------------- pages/applications/_meta.zh.json | 6 +++--- pages/introduction/_meta.zh.json | 10 +++++----- pages/risks/_meta.zh.json | 6 +++--- pages/techniques/_meta.zh.json | 20 ++++++++++---------- 5 files changed, 35 insertions(+), 35 deletions(-) diff --git a/pages/_meta.zh.json b/pages/_meta.zh.json index 73d2b9b..33359d3 100644 --- a/pages/_meta.zh.json +++ b/pages/_meta.zh.json @@ -1,25 +1,25 @@ { - "index": "Prompt Engineering", - "introduction": "Introduction", - "techniques": "Techniques", - "applications": "Applications", - "models": "Models", - "risks": "Risks & Misuses", - "papers": "Papers", - "tools": "Tools", - "notebooks": "Notebooks", - "datasets": "Datasets", - "readings": "Additional Readings", + "index": "提示工程指南", + "introduction": "提示工程简介", + "techniques": "提示技术", + "applications": "提示应用", + "models": "模型", + "risks": "风险和误用", + "papers": "论文", + "tools": "工具和库", + "notebooks": "Prompt Engineering 笔记本", + "datasets": "数据集", + "readings": "阅读推荐", "about": { - "title": "About", + "title": "关于", "type": "page" }, "course":{ - "title": "Prompt Engineering Course", + "title": "提示工程课程", "type": "page" }, "contact": { - "title": "Contact ↗", + "title": "联系我们 ↗", "type": "page", "href": "https://twitter.com/dair_ai", "newWindow": true diff --git a/pages/applications/_meta.zh.json b/pages/applications/_meta.zh.json index b27c063..9fcc1f3 100644 --- a/pages/applications/_meta.zh.json +++ b/pages/applications/_meta.zh.json @@ -1,5 +1,5 @@ { - "pal": "Program-Aided Language Models", - "generating": "Generating Data", - "workplace_casestudy": "Graduate Job Classification Case Study" + "pal": "程序辅助语言模型", + "generating": "生成数据", + "workplace_casestudy": "毕业生工作分类案例研究" } \ No newline at end of file diff --git a/pages/introduction/_meta.zh.json b/pages/introduction/_meta.zh.json index 52372db..ee141c9 100644 --- a/pages/introduction/_meta.zh.json +++ b/pages/introduction/_meta.zh.json @@ -1,8 +1,8 @@ { - "settings": "LLM Settings", - "basics": "Basics of Prompting", - "elements": "Prompt Elements", - "tips": "General Tips for Designing Prompts", - "examples": "Examples of Prompts" + "settings": "大语言模型设置", + "basics": "基本概念", + "elements": "提示词要素", + "tips": "设计提示的通用技巧", + "examples": "提示词示例" } \ No newline at end of file diff --git a/pages/risks/_meta.zh.json b/pages/risks/_meta.zh.json index 29a5ff4..8fb8695 100644 --- a/pages/risks/_meta.zh.json +++ b/pages/risks/_meta.zh.json @@ -1,6 +1,6 @@ { - "adversarial": "Adversarial Prompting", - "factuality": "Factuality", - "biases": "Biases" + "adversarial": "对抗性提示", + "factuality": "真实性", + "biases": "偏见" } \ No newline at end of file diff --git a/pages/techniques/_meta.zh.json b/pages/techniques/_meta.zh.json index 3a672e7..6e1b3fd 100644 --- a/pages/techniques/_meta.zh.json +++ b/pages/techniques/_meta.zh.json @@ -1,14 +1,14 @@ { - "zeroshot": "Zero-shot Prompting", - "fewshot": "Few-shot Prompting", - "cot": "Chain-of-Thought Prompting", - "consistency": "Self-Consistency", - "knowledge": "Generate Knowledge Prompting", - "ape": "Automatic Prompt Engineer", + "zeroshot": "零样本提示", + "fewshot": "少样本提示", + "cot": "链式思考(CoT)提示", + "consistency": "自我一致性", + "knowledge": "生成知识提示", + "ape": "自动提示工程师", "activeprompt": "Active-Prompt", - "dsp": "Directional Stimulus Prompting", - "react": "ReAct", - "multimodalcot": "Multimodal CoT", - "graph": "Graph Prompting" + "dsp": "方向性刺激提示", + "react": "ReAct框架", + "multimodalcot": "多模态思维链提示方法", + "graph": "基于图的提示" } \ No newline at end of file