i18n (#1444)
* adapt not input type * adapt not input type * file i18n * publish i18n * translate * i18n
This commit is contained in:
File diff suppressed because it is too large
Load Diff
23
projects/app/i18n/en/file.json
Normal file
23
projects/app/i18n/en/file.json
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
22
projects/app/i18n/en/publish.json
Normal file
22
projects/app/i18n/en/publish.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"Copy IFrame": "Embed webpage",
|
||||
"Copy Link": "Copy",
|
||||
"Create API Key": "Create new Key",
|
||||
"Create Link": "Create link",
|
||||
"Default Response": "Default Response",
|
||||
"Delete Link": "Delete link",
|
||||
"Edit API Key": "Edit Key information",
|
||||
"Edit IFrame Link": "Update embed link",
|
||||
"Edit Link": "Edit",
|
||||
"Edit Share Window": "Update share window",
|
||||
"Feishu name": "Lark",
|
||||
"Link Name": "Name of the share link",
|
||||
"QPM Tips": "How many times per minute can each IP ask at most",
|
||||
"QPM is empty": "QPM cannot be empty",
|
||||
"app key tips": "These keys have the current application identification, refer to the document for specific use ",
|
||||
"key alias": "key alias, for display only ",
|
||||
"key tips": "You can use the API Key to access certain interfaces (you can't access the app, you need to use the API key within the app to access the app)",
|
||||
"token auth": "Token authentication",
|
||||
"token auth Tips": "Identity verification server address, if this value is filled, a request will be sent to the specified server before each conversation to perform identity verification",
|
||||
"token auth use cases": "View usage instructions for identity verification"
|
||||
}
|
||||
Reference in New Issue
Block a user