mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-22 20:37:48 +00:00
4.8.10 test (#2573)
* feat: more debug response * fix: debug edge status * perf: doc * fix: workflow edge check * perf: i18n * package.json * perf: markdown mask
This commit is contained in:
@@ -30,6 +30,9 @@
|
||||
"plugins_output": "Plugin output",
|
||||
"question_tip": "From left to right, the response order of each module",
|
||||
"rearrangement": "Search results rearranged",
|
||||
"response": {
|
||||
"node_inputs": "Node input"
|
||||
},
|
||||
"select_file": "Select file",
|
||||
"select_img": "Select images",
|
||||
"stream_output": "stream output",
|
||||
|
@@ -1105,7 +1105,7 @@
|
||||
"navbar": {
|
||||
"Account": "Account",
|
||||
"Chat": "Chat",
|
||||
"Datasets": "Knowledge Base",
|
||||
"Datasets": "Knowledge",
|
||||
"Studio": "Studio",
|
||||
"Tools": "Tools"
|
||||
},
|
||||
@@ -1133,7 +1133,7 @@
|
||||
"upgrade": "If the package you purchased is higher than the current package, the package will take effect immediately, and the current package will take effect later. \nYou can check the package usage in Account—Personal Information—Package Details."
|
||||
},
|
||||
"to_recharge": "Insufficient balance, please recharge",
|
||||
"wechat": "Please scan the QR code on WeChat to pay:",
|
||||
"wechat": "WeChat scan the QR code to pay: ¥{{price}}",
|
||||
"yuan": "Yuan"
|
||||
},
|
||||
"permission": {
|
||||
|
@@ -30,6 +30,9 @@
|
||||
"plugins_output": "插件输出",
|
||||
"question_tip": "从上到下,为各个模块的响应顺序",
|
||||
"rearrangement": "检索结果重排",
|
||||
"response": {
|
||||
"node_inputs": "节点输入"
|
||||
},
|
||||
"select_file": "选择文件",
|
||||
"select_img": "选择图片",
|
||||
"stream_output": "流输出",
|
||||
|
@@ -1128,12 +1128,12 @@
|
||||
"old_package_price": "旧套餐余额",
|
||||
"other": "其他金额,请取整数",
|
||||
"package_tip": {
|
||||
"buy": "您购买的套餐等级低于当前套餐,该套餐将在当前套餐过期后生效。您可在账号—个人信息—套餐详情里,查看套餐使用情况。",
|
||||
"buy": "您购买的套餐等级低于当前套餐,该套餐将在当前套餐过期后生效。\n您可在账号—个人信息—套餐详情里,查看套餐使用情况。",
|
||||
"renewal": "您正在续费套餐。您可在账号—个人信息—套餐详情里,查看套餐使用情况。",
|
||||
"upgrade": "您购买的套餐等级高于当前套餐,该套餐将即刻生效,当前套餐将延后生效。您可在账号—个人信息—套餐详情里,查看套餐使用情况。"
|
||||
"upgrade": "您购买的套餐等级高于当前套餐,该套餐将即刻生效,当前套餐将延后生效。\n您可在账号—个人信息—套餐详情里,查看套餐使用情况。"
|
||||
},
|
||||
"to_recharge": "余额不足,去充值",
|
||||
"wechat": "请微信扫码支付: {{price}}元\n请勿关闭页面",
|
||||
"wechat": "微信扫码支付: {{price}}元\n请勿关闭页面",
|
||||
"yuan": "{{amount}}元"
|
||||
},
|
||||
"permission": {
|
||||
|
Reference in New Issue
Block a user