Browse Source

Fixed missing i18n app-debug.zh.ts items. (#1503)

Benjamin 1 năm trước cách đây
mục cha
commit
06d5273217
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      web/i18n/lang/app-debug.zh.ts

+ 4 - 0
web/i18n/lang/app-debug.zh.ts

@@ -260,6 +260,10 @@ const translation = {
     model: '语言模型',
     setTone: '模型设置',
     title: '模型及参数',
+    modeType: {
+      chat: '对话型',
+      completion: '补全型',
+    },
   },
   inputs: {
     title: '调试与预览',