mirror of
https://github.com/langbot-app/LangBot.git
synced 2026-07-24 05:16:09 +00:00
perf: advanced web chat (#1811)
* perf: supports for quoting message * feat: add supports for Voice and File * perf: reply button
This commit is contained in:
committed by
GitHub
parent
58312deb8c
commit
b5d192425e
@@ -525,6 +525,8 @@ const enUS = {
|
||||
connectionFailed: 'WebSocket connection failed',
|
||||
notConnected: 'WebSocket not connected, please try again later',
|
||||
imageUploadFailed: 'Image upload failed',
|
||||
reply: 'Reply',
|
||||
replyTo: 'Reply to',
|
||||
},
|
||||
},
|
||||
knowledge: {
|
||||
|
||||
@@ -529,6 +529,8 @@ const jaJP = {
|
||||
notConnected:
|
||||
'WebSocketに接続されていません。しばらくしてからやり直してください',
|
||||
imageUploadFailed: '画像のアップロードに失敗しました',
|
||||
reply: '返信',
|
||||
replyTo: '返信先',
|
||||
},
|
||||
},
|
||||
knowledge: {
|
||||
|
||||
@@ -507,6 +507,8 @@ const zhHans = {
|
||||
connectionFailed: 'WebSocket连接失败',
|
||||
notConnected: 'WebSocket未连接,请稍后重试',
|
||||
imageUploadFailed: '图片上传失败',
|
||||
reply: '回复',
|
||||
replyTo: '回复给',
|
||||
},
|
||||
},
|
||||
knowledge: {
|
||||
|
||||
@@ -505,6 +505,8 @@ const zhHant = {
|
||||
connectionFailed: 'WebSocket連接失敗',
|
||||
notConnected: 'WebSocket未連接,請稍後重試',
|
||||
imageUploadFailed: '圖片上傳失敗',
|
||||
reply: '回覆',
|
||||
replyTo: '回覆給',
|
||||
},
|
||||
},
|
||||
knowledge: {
|
||||
|
||||
Reference in New Issue
Block a user