mirror of
https://github.com/QuantumNous/new-api.git
synced 2026-09-07 01:56:53 +00:00
feat(channel-test-dialog): add functionality to delete failed models and copy selected models
This commit is contained in:
Vendored
+8
@@ -980,6 +980,8 @@
|
||||
"Copy secret key": "复制密钥",
|
||||
"Copy selected codes": "复制选定的代码",
|
||||
"Copy selected keys": "复制选定的密钥",
|
||||
"Copy selected models": "复制已选模型",
|
||||
"Copy selected models separated by commas (e.g. a,b)": "复制已选模型,使用英文逗号隔开(例如 a,b)",
|
||||
"Copy source field to target field": "把来源字段复制到目标字段",
|
||||
"Copy the key and paste it here": "复制密钥并粘贴到这里",
|
||||
"Copy this prompt and send it to an LLM (e.g. ChatGPT / Claude) to help design your billing expression.": "复制以下提示词发送给 LLM(如 ChatGPT / Claude),让它帮你设计计费表达式",
|
||||
@@ -1158,6 +1160,8 @@
|
||||
"Delete condition": "删除条件",
|
||||
"Delete Condition": "删除条件",
|
||||
"Delete failed": "删除失败",
|
||||
"Delete failed models": "删除失败模型",
|
||||
"Delete failed models ({{count}})": "删除失败模型({{count}})",
|
||||
"Delete Field": "删除字段",
|
||||
"Delete group": "删除分组",
|
||||
"Delete Header": "删请求头",
|
||||
@@ -1176,6 +1180,7 @@
|
||||
"Delete selected channels": "删除所选渠道",
|
||||
"Delete selected models": "删除选定的模型",
|
||||
"Deleted": "已注销",
|
||||
"Deleted {{count}} failed models": "已删除 {{count}} 个失败模型",
|
||||
"Deleted a custom OAuth provider": "删除了一个自定义 OAuth 提供方",
|
||||
"Deleted a deployment": "删除了一个部署",
|
||||
"Deleted a model": "删除了一个模型",
|
||||
@@ -1641,6 +1646,7 @@
|
||||
"Failed to delete API keys": "删除API密钥失败",
|
||||
"Failed to delete channel": "删除渠道失败",
|
||||
"Failed to delete disabled channels": "删除已禁用渠道失败",
|
||||
"Failed to delete failed models": "删除失败模型失败",
|
||||
"Failed to delete invalid redemption codes": "删除无效兑换码失败",
|
||||
"Failed to delete model": "删除模型失败",
|
||||
"Failed to delete provider": "删除提供商失败",
|
||||
@@ -3652,6 +3658,7 @@
|
||||
"Select site direction": "选择站点方向",
|
||||
"Select start time": "选择开始时间",
|
||||
"Select subscription plan": "选择订阅套餐",
|
||||
"Select successful models ({{count}})": "勾选成功模型({{count}})",
|
||||
"Select Sync Channels": "选择同步渠道",
|
||||
"Select sync channels to compare prices": "选择同步渠道以对比价格",
|
||||
"Select sync channels to compare ratios": "选择同步渠道以比较比率",
|
||||
@@ -4053,6 +4060,7 @@
|
||||
"This plan does not allow balance redemption": "该套餐不允许使用余额兑换",
|
||||
"This project must be used in compliance with the": "此项目的使用必须遵守",
|
||||
"This record was written by a pre-upgrade instance and lacks audit info. Upgrade the instance to record server IP, callback IP, payment method and system version.": "该记录由旧版本实例写入,缺少审计信息,建议将实例升级至最新版本以便记录服务器 IP、回调 IP、支付方式与系统版本等审计字段。",
|
||||
"This removes {{count}} failed models from this channel. This action cannot be undone.": "此操作将从该渠道移除 {{count}} 个测试失败的模型,且无法撤销。",
|
||||
"This site currently has {{count}} models enabled": "本站当前已启用模型,总计 {{count}} 个",
|
||||
"This tier catches any request that did not match earlier tiers.": "此阶梯会兜底处理未匹配前面阶梯的请求。",
|
||||
"this token group": "此令牌分组",
|
||||
|
||||
Reference in New Issue
Block a user