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 secret key",
|
||||
"Copy selected codes": "Copy selected codes",
|
||||
"Copy selected keys": "Copy selected keys",
|
||||
"Copy selected models": "Copy selected models",
|
||||
"Copy selected models separated by commas (e.g. a,b)": "Copy selected models separated by commas (e.g. a,b)",
|
||||
"Copy source field to target field": "Copy source field to target field",
|
||||
"Copy the key and paste it here": "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.": "Copy this prompt and send it to an LLM (e.g. ChatGPT / Claude) to help design your billing expression.",
|
||||
@@ -1158,6 +1160,8 @@
|
||||
"Delete condition": "Delete condition",
|
||||
"Delete Condition": "Delete Condition",
|
||||
"Delete failed": "Delete failed",
|
||||
"Delete failed models": "Delete failed models",
|
||||
"Delete failed models ({{count}})": "Delete failed models ({{count}})",
|
||||
"Delete Field": "Delete Field",
|
||||
"Delete group": "Delete group",
|
||||
"Delete Header": "Delete Header",
|
||||
@@ -1176,6 +1180,7 @@
|
||||
"Delete selected channels": "Delete selected channels",
|
||||
"Delete selected models": "Delete selected models",
|
||||
"Deleted": "Deleted",
|
||||
"Deleted {{count}} failed models": "Deleted {{count}} failed models",
|
||||
"Deleted a custom OAuth provider": "Deleted a custom OAuth provider",
|
||||
"Deleted a deployment": "Deleted a deployment",
|
||||
"Deleted a model": "Deleted a model",
|
||||
@@ -1641,6 +1646,7 @@
|
||||
"Failed to delete API keys": "Failed to delete API keys",
|
||||
"Failed to delete channel": "Failed to delete channel",
|
||||
"Failed to delete disabled channels": "Failed to delete disabled channels",
|
||||
"Failed to delete failed models": "Failed to delete failed models",
|
||||
"Failed to delete invalid redemption codes": "Failed to delete invalid redemption codes",
|
||||
"Failed to delete model": "Failed to delete model",
|
||||
"Failed to delete provider": "Failed to delete provider",
|
||||
@@ -3652,6 +3658,7 @@
|
||||
"Select site direction": "Select site direction",
|
||||
"Select start time": "Select start time",
|
||||
"Select subscription plan": "Select subscription plan",
|
||||
"Select successful models ({{count}})": "Select successful models ({{count}})",
|
||||
"Select Sync Channels": "Select Sync Channels",
|
||||
"Select sync channels to compare prices": "Select sync channels to compare prices",
|
||||
"Select sync channels to compare ratios": "Select sync channels to compare ratios",
|
||||
@@ -4053,6 +4060,7 @@
|
||||
"This plan does not allow balance redemption": "This plan does not allow balance redemption",
|
||||
"This project must be used in compliance with the": "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.": "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.",
|
||||
"This removes {{count}} failed models from this channel. This action cannot be undone.": "This removes {{count}} failed models from this channel. This action cannot be undone.",
|
||||
"This site currently has {{count}} models enabled": "This site currently has {{count}} models enabled",
|
||||
"This tier catches any request that did not match earlier tiers.": "This tier catches any request that did not match earlier tiers.",
|
||||
"this token group": "this token group",
|
||||
|
||||
Reference in New Issue
Block a user