From 06d52732176426aa49980478af7c915cde1dc6f8 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Fri, 10 Nov 2023 16:43:10 +0800 Subject: [PATCH] Fixed missing i18n app-debug.zh.ts items. (#1503) --- web/i18n/lang/app-debug.zh.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/web/i18n/lang/app-debug.zh.ts b/web/i18n/lang/app-debug.zh.ts index 426eebd9f6..93998f4141 100644 --- a/web/i18n/lang/app-debug.zh.ts +++ b/web/i18n/lang/app-debug.zh.ts @@ -260,6 +260,10 @@ const translation = { model: '语言模型', setTone: '模型设置', title: '模型及参数', + modeType: { + chat: '对话型', + completion: '补全型', + }, }, inputs: { title: '调试与预览',