mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-21 11:43:56 +00:00

* feat: rewrite chat context (#3176) * feat: add app auto execute (#3115) * feat: add app auto execute * auto exec configtion * chatting animation * change icon * fix * fix * fix link * feat: add chat context to all chatbox * perf: loading ui --------- Co-authored-by: heheer <heheer@sealos.io> * app auto exec (#3179) * add chat records loaded state (#3184) * perf: chat store reset storage (#3186) * perf: chat store reset storage * perf: auto exec code * chore: workflow ui (#3175) * chore: workflow ui * fix * change icon color config * change popover to mymenu * 4.8.14 test (#3189) * update doc * fix: token check * perf: icon button * update doc * feat: share page support configuration Whether to allow the original view (#3194) * update doc * perf: fix index (#3206) * perf: i18n * perf: Add service entry (#3226) * 4.8.14 test (#3228) * fix: ai log * fix: text splitter * fix: reference unselect & user form description & simple to advance (#3229) * fix: reference unselect & user form description & simple to advance * change abort position * perf * perf: code (#3232) * perf: code * update doc * fix: create btn permission (#3233) * update doc * fix: refresh chatbox listener * perf: check invalid reference * perf: check invalid reference * update doc * fix: ui props --------- Co-authored-by: heheer <heheer@sealos.io>
19 lines
971 B
JSON
19 lines
971 B
JSON
{
|
|
"bucket_chat": "對話檔案",
|
|
"bucket_file": "知識庫檔案",
|
|
"click_to_view_raw_source": "點選檢視原始來源",
|
|
"file_name": "檔案名稱",
|
|
"file_size": "檔案大小",
|
|
"release_the_mouse_to_upload_the_file": "放開滑鼠以上傳檔案",
|
|
"select_and_drag_file_tip": "點選或拖曳檔案至此處上傳",
|
|
"select_file_amount_limit": "最多可選擇 {{max}} 個檔案",
|
|
"some_file_count_exceeds_limit": "已超過 {{maxCount}} 個檔案上限,系統已自動截斷",
|
|
"some_file_size_exceeds_limit": "部分檔案超過 {{maxSize}} 大小限制,已自動過濾",
|
|
"support_file_type": "支援 {{fileType}} 格式的檔案",
|
|
"support_max_count": "最多可支援 {{maxCount}} 個檔案",
|
|
"support_max_size": "單一檔案大小上限為 {{maxSize}}",
|
|
"upload_failed": "上傳失敗",
|
|
"reached_max_file_count": "已達檔案數量上限",
|
|
"upload_error_description": "單次僅支援上傳多個檔案或一個資料夾"
|
|
}
|