Procházet zdrojové kódy

Fix: Error in sending placeholder words in Chinese and Chinese-Traditional (#7094)

### What problem does this PR solve?

The assistant message placeholder is incorrect, I have finished
modifying both Chinese and traditional Chinese characters

### Type of change


- [x] Bug Fix
tags/v0.18.0
long Cai před 6 měsíci
rodič
revize
d9927f5185
Žádný účet není propojen s e-mailovou adresou tvůrce revize
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1
    1
      web/src/locales/zh-traditional.ts
  2. 1
    1
      web/src/locales/zh.ts

+ 1
- 1
web/src/locales/zh-traditional.ts Zobrazit soubor

@@ -400,7 +400,7 @@ export default {
chat: '聊天',
newChat: '新建聊天',
send: '發送',
sendPlaceholder: '消息概要助手...',
sendPlaceholder: '給助理髮送消息...',
chatConfiguration: '聊天配置',
chatConfigurationDescription: '為你的知識庫配置專屬聊天助手!💕',
assistantName: '助理姓名',

+ 1
- 1
web/src/locales/zh.ts Zobrazit soubor

@@ -417,7 +417,7 @@ General:实体和关系提取提示来自 GitHub - microsoft/graphrag:基于
chat: '聊天',
newChat: '新建聊天',
send: '发送',
sendPlaceholder: '消息概要助手...',
sendPlaceholder: '给助理发送消息...',
chatConfiguration: '聊天配置',
chatConfigurationDescription: '为你的知识库配置专属聊天助手! 💕',
assistantName: '助理姓名',

Načítá se…
Zrušit
Uložit