From 07b1e7aad7206a3e0bb47410f3173a1131874b83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BE=B7=E4=BA=8C=E5=90=B9=E9=A3=8E=E6=9C=BA?= Date: Thu, 12 Jun 2025 20:22:42 +0800 Subject: [PATCH] add zh-CN language --- languages/zh-CN/openai.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 languages/zh-CN/openai.json diff --git a/languages/zh-CN/openai.json b/languages/zh-CN/openai.json new file mode 100644 index 0000000..6b021f2 --- /dev/null +++ b/languages/zh-CN/openai.json @@ -0,0 +1,5 @@ +{ + "error.need-x-reputation-to-mention": "提及 chatgpt 至少需要 %1 声望值", + "summarize-topic": "总结主题", + "topic-summary": "主题摘要" +} \ No newline at end of file