mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 05:12:39 +00:00

* doc * feat: file upload config * perf: chat box file params * feat: markdown show file * feat: chat file store and clear * perf: read file contentType * feat: llm vision config * feat: file url output * perf: plugin error text * perf: image load * feat: ai chat document * perf: file block ui * feat: read file node * feat: file read response field * feat: simple mode support read files * feat: tool call * feat: read file histories * perf: select file * perf: select file config * i18n * i18n * fix: ts; feat: tool response preview result
19 lines
939 B
JSON
19 lines
939 B
JSON
{
|
|
"bucket_chat": "Chat file",
|
|
"bucket_file": "Dataset file",
|
|
"click_to_view_raw_source": "View source",
|
|
"file_name": "File Name",
|
|
"file_size": "File Size",
|
|
"reached_max_file_count": "Maximum number of files reached",
|
|
"release_the_mouse_to_upload_the_file": "Release the mouse to upload the file",
|
|
"select_and_drag_file_tip": "Click or drag files here to upload",
|
|
"select_file_amount_limit": "You can select up to {{max}} files",
|
|
"some_file_count_exceeds_limit": "Exceeds {{maxCount}} files, automatically truncated",
|
|
"some_file_size_exceeds_limit": "Some files exceed: {{maxSize}}, have been filtered",
|
|
"support_file_type": "Supports {{fileType}} type files",
|
|
"support_max_count": "Supports up to {{maxCount}} files.",
|
|
"support_max_size": "Maximum size per file: {{maxSize}}.",
|
|
"upload_error_description": "Only supports uploading multiple files or one folder at a time",
|
|
"upload_failed": "Upload failed"
|
|
}
|