{
  "name": "Serving",
  "new": "Create New Deployment",
  "deploy": "Deploy",
  "accessControl": "Access Control",
  "latest": "Latest Deployment",
  "active": "Active Deployment",
  "search": "Search Deployments...",
  "api": "API Request URL",
  "replica": "Replica",
  "customImage": "Custom Image",
  "dataBinding": "Data Binding",
  "traces": {
    "token": "Token Statistics",
    "latency": "Latency Statistics",
    "ttft": "TTFT Statistics",
    "tokenShowSum": "Show Token SUM curve",
    "tokenDisplayText": "Token avg: {{avgWeighted}}, p95: {{maxP95}}, max: {{maxMax}}, total: {{total}}",
    "latencyDisplayText": "Total requests: {{totalCount}} | Lat avg: {{avgWeighted}} ms, p95: {{maxP95}} ms, max: {{maxMax}} ms",
    "ttftDisplayText": "Total requests: {{totalCount}} | TTFT avg: {{avgWeighted}} ms, p95: {{maxP95}} ms, max: {{maxMax}} ms"
  },
  "version": {
    "title": "Version",
    "new": "Create New Version",
    "stopSuccess": "Version stopped successfully",
    "deleteSuccess": "Version deleted successfully",
    "startSuccess": "Version started successfully",
    "overview": "Version Overview",
    "test": "Version Test",
    "metrics": "System Metrics",
    "traces": "Request Statistics",
    "output": "Request Details",
    "settings": "Version Settings",
    "start": "Start Version",
    "startConfirm": "Confirm to launch this version?",
    "stop": "Stop Version",
    "stopConfirm": "Confirm to stop this version?",
    "logs": "Logs",
    "emptyMetrics": "No Metrics Available",
    "podMetricsTitle": "Pod ID: {{podId}} (Updated every minute)",
    "downloadAllOutput": "Download All Output",
    "llmEvents": {
      "eventId": "Event ID",
      "startTime": "Start Time",
      "apiKeyId": "API Key ID",
      "timeToFirstToken": "TTFT",
      "latency": "Latency",
      "tokenUsage": "Token Usage"
    },
    "table": {
      "name": "Name",
      "status": "Status",
      "node": "Node",
      "ip": "IP",
      "accept": "Accept Traffic",
      "restart": "Restart Count"
    },
    "notStarted": "Not Started"
  },
  "empty": {
    "title": "Servings",
    "desc": "The model deployment feature allows you to easily serve models as REST APIs and output the corresponding computational results after processing.",
    "first": "You currently have no deployed models. You can click the 'Create New Deployment' button above to deploy your first model.",
    "result": "No deployments found matching the criteria"
  },
  "status": {
    "running": "Running",
    "preparing": "Preparing",
    "failed": "Execution Error",
    "error": "Execution Error",
    "cancelling": "Closing",
    "cancelled": "Closed",
    "exhausted": "Overdue Payment",
    "all": "All"
  },
  "statusTips": {
    "k8sResourceNotFound": "Kubernetes resource not found."
  },
  "token": {
    "empty": "No Data Available",
    "desc": "Modify the access control settings for the current model deployment",
    "http": "REST Entry URL",
    "httpDesc": "Used to request the API",
    "access": "Enable Access Control",
    "accessDesc": "Once enabled, you will need to create a Token to use the API",
    "accessKeysDesc": "Create/Edit API Key, bind to model deployment to support API usage of the current model deployment",
    "create": "Create New API Key",
    "update": "Update API Key",
    "apiKeyDesc": "Manage Your API Keys",
    "table": {
      "id": "API Key ID",
      "name": "Name",
      "key": "API Key",
      "type": "Type",
      "creator": "Creator",
      "createdAt": "Creation Time",
      "lastUsedAt": "Last Used Time",
      "action": "Action",
      "empty": "No API Keys"
    },
    "dialog": {
      "alert": "Please store your API Key in a secure location. After closing this dialog, the API Key you created will no longer be displayed. If lost, you will need to create a new one.",
      "delete": "Delete API Key",
      "deleteDesc": "Are you sure you want to delete the current API Key \"{{name}}\"? Once confirmed, the API Key will be deleted 5 minutes later and this action cannot be undone.",
      "updateDesc": "Note: After updating the API Key, it will take 5 minutes to take effect."
    },
    "form": {
      "name": "Name",
      "nameRequired": "Please enter the API Key name",
      "type": "API Key Type",
      "userLevel": "User Level",
      "servingLevel": "Model Deployment Level",
      "typeDesc1": "User level API Key is associated with your user, and can make requests to the selected project. If you remove it from the organization or project, this key will be disabled.",
      "typeDesc2": "Model deployment level API Key is associated with a specific model deployment, and can only be used for the specified model deployment",
      "serving": "Bind Model Deployment",
      "servingDesc": "Select the model deployment to bind",
      "bindServingDesc": "If your model deployment cannot be selected, you need to enable access control in 'Model Deployment/Access Control'.",
      "noOptions": "No matching model deployments",
      "servingRequired": "Please select at least one model deployment"
    },
    "updated": "API Key updated!",
    "created": "API Key created, please save it properly!",
    "deleted": "API Key deleted!"
  },
  "setting": {
    "basic": "Basic Information",
    "basicDesc": "Modify the basic configuration of the current model deployment",
    "name": "Service Name",
    "nameDesc": "Can contain Chinese, English, numbers and common special characters, up to 100 characters",
    "deploy": "Deployment Service Description",
    "deployDesc": "Used to record the description of the deployment service",
    "delete": "Delete Current Deployment Service",
    "deleteDesc": "Deleting the current deployment service will also delete the corresponding storage and output files. This action cannot be undone.",
    "deleteRetry": "The current deployment service contains running versions. Please stop the respective versions before trying again.",
    "dialog": {
      "title": "Confirm Deletion of Current Deployment Service: {{name}}",
      "confirm": "I understand what this means. Confirm deletion of the current deployed service",
      "tip": "Are you sure you want to delete the current deployment service '<bold>{{name}}</bold>'? After confirmation, all version records, storage files, and output files will be deleted. This action cannot be undone.",
      "enter": "Please enter the name of the current deployment service to confirm:"
    }
  },
  "item": {
    "request": "{{count}} requests",
    "replica": "Available replicas {{ready}} / {{replica}}",
    "replicaCount": "{{count}} instance replicas",
    "latest": "Latest Version",
    "avgTime": "{{tracesCount}} requests | {{tracesAvg}}ms",
    "deleteTip": "Cannot delete the last version of the deployment service. Please delete the entire deployment service in 'Settings'.",
    "lastOne": "Reminder",
    "confirmDelete": "Confirm Delete Version v{{version}}",
    "confirmDeleteTip": "Are you sure you want to delete version {{version}}? After confirmation, the corresponding storage files and output files will be deleted. This action cannot be undone.",
    "confirmStop": "Confirm Stop Version v{{version}}",
    "confirmStopTip": "Are you sure you want to stop version {{version}}?",
    "confirmRestart": "Confirm Start Version v{{version}}",
    "confirmRestartTip": "Are you sure you want to start version {{version}}? After starting, the currently running version will be automatically stopped.",
    "confirmRestartDeploy": "Confirm Start Deployment"
  },
  "duration": {
    "fiveMinutes": "5 min",
    "fifteenMinutes": "15 min",
    "thirtyMinutes": "30 min",
    "oneHour": "1 h",
    "threeHours": "3 h",
    "sixHours": "6 h",
    "twelveHours": "12 h",
    "oneDay": "24 h",
    "sevenDays": "Last 7 days",
    "thirtyDays": "Last 30 days"
  },
  "onlineTest": {
    "type": "Request Type",
    "file": "Single File Upload",
    "text": "Text",
    "url": "URL",
    "urlLabel": "Please enter URL",
    "json": "JSON Data",
    "urlRequired": "Please fill in URL",
    "jsonRequired": "Please fill in JSON Data",
    "textRequired": "Please enter text",
    "submit": "Submit Test",
    "title": "Test Result",
    "success": "Test Success",
    "img": "Image Upload",
    "clickOrDrag": "<text>Click here</text> or drag and drop",
    "preview": "Input Preview",
    "imgMaxSize": "File size cannot exceed {{size}}"
  },
  "versionSetting": {
    "title": "Basic Configuration",
    "desc": "Modify the basic configuration information of the current version",
    "replica": "Instance Replicas",
    "replicaDesc": "Select the number of instances to create for the current version",
    "replicaUnit": "instances",
    "replicaUpdate": "Instance replica count updated successfully!",
    "delete": "Delete Current Version",
    "deleteDesc": "Deleting the current version will also delete the corresponding storage and output files. This action cannot be undone.",
    "deleteTip": "Cannot delete the currently running version. Please stop the version first before trying again.",
    "deleteConfirm": "Confirm Delete Version v{{version}}",
    "deleteConfirmTip": "Are you sure you want to delete version {{version}}? After confirmation, the corresponding storage files and output files will be deleted. This action cannot be undone.",
    "deleteSuccess": "Current version deleted successfully"
  },
  "viewToggle": {
    "all": "All",
    "active": "Active",
    "noActiveServings": "No active deployments"
  },
  "create": {
    "titlePrefix": "Create New Deployment: ",
    "step1": "Basic Information",
    "step2": "Data Binding",
    "success": "Model Deployment Created Successfully!",
    "limitTitle": "Function Restricted",
    "limitDesc": "Uncompleted real name verification, new model deployment function restricted",
    "toVerified": "To Real Name Verification",
    "descMax": "Maximum 140 characters",
    "nodePreserved": "{{name}} (Under Maintenance)",
    "name": "Deployment Name",
    "nameDesc": "Enter a deployment name, can contain Chinese, English, numbers and common special characters, up to 100 characters",
    "desc": "Deployment Description",
    "descDesc": "Enter deployment description, used for notes and describing deployment purpose",
    "resource": "Select Computing Resource",
    "resourceDesc": "Computing resource defines the amount of resources provided for container execution on {{brand}}.",
    "runtime": "Select Mode",
    "runtimeDesc": "Each mode provides the base image and corresponding execution environment dependencies required for model deployment.",
    "image": "Custom Image",
    "imageDesc": "Select the custom image to use",
    "imagePlaceholder": "Default image for each mode will be used if left empty",
    "nodes": "Specify Instance Location",
    "nodesDesc": "Select the physical machine location for the instance",
    "nodesPlaceholder": "Type keywords to search...",
    "nodesNoOptions": "No machines match the criteria",
    "nodesLoading": "Loading...",
    "replica": "Instance Replicas",
    "replicaDesc": "Select the number of instances to create for the current version",
    "replicaUnit": "instances",
    "cancel": "Cancel",
    "next": "Next: Data Binding",
    "prev": "Previous",
    "deploy": "Deploy"
  },
  "createReview": {
    "bindData": "Bind Data",
    "bindDataDesc": "Select the data warehouse or container working directory to bind, up to 5 binding directories",
    "bindDataDesc1": "<code>Bind to {{inputPathPrefix}}/input/input[0-4]</code>: <nextLine/>Bind to data directory, no need to copy",
    "bindDataDesc2": "<code>Bind to {{homePath}}</code><require></require>:<nextLine/>Bind to working directory, need to copy",
    "bindError": "Binding to {{homePath}} working directory is required, please complete data binding"
  },
  "dropdown": {
    "stop": "Stop Deployment",
    "restart": "Start",
    "delete": "Delete Current Version",
    "noAction": "No Available Actions"
  },
  "test": {
    "title": "Online Test Tool",
    "subTitle": "Test Online Service",
    "pathPlaceholder": "Enter Request Path",
    "method": "Request Method",
    "request": {
      "body": "Request Body",
      "headers": "Request Headers",
      "bodyType": "Request Body Type",
      "headerKeyPlaceholder": "Header Name",
      "headerValuePlaceholder": "Header Value",
      "raw": "Request Body (JSON)",
      "selectedFile": "Selected File: {{fileName}}"
    },
    "response": {
      "title": "Response",
      "error": "Error: {{error}}",
      "body": "Response Body",
      "headers": "Response Headers",
      "status": "Status:",
      "before": "After sending the request, the response will be displayed here",
      "loading": "Loading response...",
      "errorStatus": "(Error Response)",
      "requestTime": "Request Time: {{requestTime}} ms",
      "receiving": "Receiving streaming data...",
      "sseMessage": "After connecting to SSE, events will be displayed here",
      "connected": "Connected",
      "disconnected": "Disconnected",
      "messages": "{{count}} messages"
    },
    "send": "Send",
    "sending": "Sending...",
    "clear": "Clear",
    "abortError": "Request cancelled by user"
  }
}