mirror of
https://github.com/multica-ai/multica.git
synced 2026-08-03 11:10:23 +02:00
fix(chat): rename + menu upload item to "Image or files" (MUL-4250) (#5092)
Co-authored-by: Lambda <lambda@multica.ai> Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -19,7 +19,7 @@
|
||||
"send_failed_toast": "Failed to send message",
|
||||
"attachment_bind_failed_toast": "Message sent, but files were not attached. Please try again in a moment.",
|
||||
"add_tooltip": "Add",
|
||||
"upload_file": "Image"
|
||||
"upload_file": "Image or files"
|
||||
},
|
||||
"message_list": {
|
||||
"show_details": "Show details",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"send_failed_toast": "メッセージを送信できませんでした",
|
||||
"attachment_bind_failed_toast": "メッセージは送信されましたが、ファイルを添付できませんでした。しばらくしてからもう一度お試しください。",
|
||||
"add_tooltip": "追加",
|
||||
"upload_file": "画像"
|
||||
"upload_file": "画像・ファイル"
|
||||
},
|
||||
"message_list": {
|
||||
"show_details": "詳細を表示",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"send_failed_toast": "메시지를 보내지 못했습니다",
|
||||
"attachment_bind_failed_toast": "메시지는 보냈지만 파일이 첨부되지 않았습니다. 잠시 후 다시 시도해 주세요.",
|
||||
"add_tooltip": "추가",
|
||||
"upload_file": "이미지"
|
||||
"upload_file": "이미지 또는 파일"
|
||||
},
|
||||
"message_list": {
|
||||
"show_details": "세부 정보 보기",
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
"send_failed_toast": "发送消息失败",
|
||||
"attachment_bind_failed_toast": "消息已发送,但文件未能附加。请稍后重试。",
|
||||
"add_tooltip": "添加",
|
||||
"upload_file": "图片"
|
||||
"upload_file": "图片或文件"
|
||||
},
|
||||
"message_list": {
|
||||
"show_details": "查看详情",
|
||||
|
||||
Reference in New Issue
Block a user