mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-27 16:33:49 +00:00
feat: Optimize i18n keys and remove unused keys, supporting static files in I18nT (#2092)
* feat: packages web i18n * delete file * feat:i18n add i18nT * handle keys * delete unusedKeys * fix build * update dev.md
This commit is contained in:
@@ -1,24 +1,15 @@
|
||||
{
|
||||
"Click to view raw source": "View source",
|
||||
"Click to view file": "Click to view the original file",
|
||||
"Release the mouse to upload the file": "Release the mouse to upload the file",
|
||||
"upload error description": "Only supports uploading multiple files or one folder at a time",
|
||||
|
||||
"Empty file tip": "The file content is empty, the file may not be readable or it may be a pure image file.",
|
||||
"File Content": "File Content",
|
||||
"File Name": "File Name",
|
||||
"File Size": "File Size",
|
||||
"File content can not be empty": "File content cannot be empty",
|
||||
"Filename Can not Be Empty": "Filename cannot be empty",
|
||||
"Read File Error": "File parsing failed",
|
||||
"Select and drag file tip": "Click or drag files here to upload",
|
||||
"Select failed": "File selection failed",
|
||||
"Select file amount limit": "You can select up to {{max}} files",
|
||||
"Select file amount limit 100": "You can select up to 100 files at a time",
|
||||
"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 failed": "Upload failed"
|
||||
}
|
||||
"click_to_view_raw_source": "View source",
|
||||
"release_the_mouse_to_upload_the_file": "Release the mouse to upload the file",
|
||||
"upload_error_description": "Only supports uploading multiple files or one folder at a time",
|
||||
"file_name": "File Name",
|
||||
"file_size": "File Size",
|
||||
"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_failed": "Upload failed"
|
||||
}
|
Reference in New Issue
Block a user