修改计算规则
This commit is contained in:
@@ -719,6 +719,10 @@
|
||||
"editTitle": "Edit Relay Station",
|
||||
"delete": "Delete Station",
|
||||
"deleteConfirm": "Are you sure you want to delete this relay station?",
|
||||
"confirmDeleteTitle": "Confirm Delete",
|
||||
"deleteSuccess": "Successfully deleted",
|
||||
"createSuccess": "Successfully created",
|
||||
"updateSuccess": "Successfully updated",
|
||||
"noStations": "No relay stations configured",
|
||||
"noStationsDesc": "Add a relay station to access Claude API through proxy services",
|
||||
"name": "Station Name",
|
||||
@@ -754,7 +758,30 @@
|
||||
"syncFailed": "Failed to sync configuration",
|
||||
"currentConfig": "Current Configuration",
|
||||
"notConfigured": "Not configured",
|
||||
"configLocation": "Config file location"
|
||||
"configLocation": "Config file location",
|
||||
"serviceType": "Service Type",
|
||||
"taxiService": "Taxi",
|
||||
"busService": "Bus",
|
||||
"taxiServiceDesc": "Fast & Stable (share-api.packycode.com)",
|
||||
"busServiceDesc": "Shared Economy (api.packycode.com)",
|
||||
"selectService": "Select a service type",
|
||||
"fixedUrl": "Fixed URL",
|
||||
"busServiceNote": "Select a node or use auto-selection for optimal performance",
|
||||
"nodeSelection": "Node Selection",
|
||||
"selectNode": "Select a node",
|
||||
"autoSelect": "Auto-select fastest",
|
||||
"autoSelectDesc": "Will automatically test and select the fastest node",
|
||||
"selectedNode": "Selected",
|
||||
"testSpeed": "Test Speed",
|
||||
"testResults": "Speed Test Results",
|
||||
"failed": "Failed",
|
||||
"testCompleted": "Speed test completed",
|
||||
"testFailed": "Speed test failed",
|
||||
"autoSelectedNode": "Auto-selected node",
|
||||
"autoSelectFailed": "Failed to auto-select node",
|
||||
"selectingBestNode": "Testing nodes to find the fastest...",
|
||||
"packycodeTokenNote": "PackyCode uses API Key authentication only",
|
||||
"enabledNote": "Enable this station to make it available for use"
|
||||
},
|
||||
"status": {
|
||||
"connected": "Connected",
|
||||
|
Reference in New Issue
Block a user