- {allItems.map(this.renderChatMessage)}
+ {allItems.map((message, index, { length }) => (
+
+
+
+ ))}
)}
/>
diff --git a/translation/en-US.ts b/translation/en-US.ts
index e7e7372..c80a8a6 100644
--- a/translation/en-US.ts
+++ b/translation/en-US.ts
@@ -151,6 +151,7 @@ export default {
send_message: 'Send Message',
send: 'Send',
attach_files: 'Attach Files',
+ parsing_file_text: 'Parsing file text, please wait...',
// Prototype Generator
generate_prototype: 'Generate Prototype',
diff --git a/translation/zh-CN.ts b/translation/zh-CN.ts
index f104323..32b69d9 100644
--- a/translation/zh-CN.ts
+++ b/translation/zh-CN.ts
@@ -147,6 +147,7 @@ export default {
send_message: '发送消息',
send: '发送',
attach_files: '上传文件',
+ parsing_file_text: '正在解析文件文本,请稍候……',
// Prototype Generator
generate_prototype: '生成原型',
diff --git a/translation/zh-TW.ts b/translation/zh-TW.ts
index ecf743a..420990b 100644
--- a/translation/zh-TW.ts
+++ b/translation/zh-TW.ts
@@ -146,6 +146,7 @@ export default {
send_message: '發送訊息',
send: '發送',
attach_files: '上傳檔案',
+ parsing_file_text: '正在解析檔案文字,請稍候……',
// Prototype Generator
generate_prototype: '生成原型',