mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
Invoice (#2435)
* feat: invoice (#2293) * feat: default voice header * add i18n * refactor: 优化代码 * feat: 用户开票 * refactor: 代码优化&&样式联调 (#2384) * Feat: invoice upload (#2424) * refactor: 验收问题&&样式调整 * feat: 文件上传 * 小调整 * perf: invoice ui --------- Co-authored-by: papapatrick <109422393+Patrickill@users.noreply.github.com>
This commit is contained in:
@@ -1,10 +1,16 @@
|
||||
{
|
||||
"app_key_tips": "These keys have the current application identification, refer to the document for specific use ",
|
||||
"basic_info": "Basic information",
|
||||
"copy_link_hint": "Copy the link below to the specified location",
|
||||
"create_api_key": "Create new Key",
|
||||
"create_link": "Create link",
|
||||
"default_response": "Default Response",
|
||||
"edit_api_key": "Edit Key information",
|
||||
"edit_feishu_bot": "Edit Feishu Robot",
|
||||
"edit_link": "Edit",
|
||||
"feishu_api": "Feishu interface",
|
||||
"feishu_bot": "Feishu Robot",
|
||||
"feishu_bot_desc": "Directly access Feishu Robot through API",
|
||||
"feishu_name": "Lark",
|
||||
"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)",
|
||||
@@ -12,9 +18,21 @@
|
||||
"official_account": {
|
||||
"params": "Wechat params"
|
||||
},
|
||||
"new_feishu_bot": "Added Feishu robot",
|
||||
"publish_name": "name",
|
||||
"qpm_is_empty": "QPM cannot be empty",
|
||||
"qpm_tips": "How many times per minute can each IP ask at most",
|
||||
"request_address": "Request address",
|
||||
"show_share_link_modal_title": "Get started",
|
||||
"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"
|
||||
"token_auth_use_cases": "View usage instructions for identity verification",
|
||||
"wecom": {
|
||||
"api": "Qiwei API",
|
||||
"bot": "Enterprise WeChat robot",
|
||||
"bot_desc": "Directly access enterprise WeChat robots through API",
|
||||
"create_modal_title": "Create a Qiwei robot",
|
||||
"edit_modal_title": "Edit Qiwei Robot",
|
||||
"title": "Publish to enterprise WeChat robot"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user