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:
jingyang
2024-07-19 16:28:07 +08:00
committed by GitHub
parent f7b55b501f
commit 57ff38e16f
64 changed files with 552 additions and 1547 deletions

View File

@@ -1,22 +1,17 @@
{
"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"
}
"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"
}