Files
FastGPT/packages/web/i18n/en/publish.json
jingyang 57ff38e16f 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
2024-07-19 16:28:07 +08:00

17 lines
987 B
JSON

{
"create_api_key": "Create new Key",
"create_link": "Create link",
"default_response": "Default Response",
"edit_api_key": "Edit Key information",
"edit_link": "Edit",
"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"
}