129 lines
4.0 KiB
JSON
129 lines
4.0 KiB
JSON
{
|
|
"actions": {
|
|
"cancel": "Cancel",
|
|
"close": "Close",
|
|
"confirm": "Confirm",
|
|
"save": "Save",
|
|
"delete": "Delete",
|
|
"edit": "Edit",
|
|
"new": "New",
|
|
"enable": "Enable",
|
|
"upgrade": "Upgrade",
|
|
"restart": "Restart",
|
|
"resetToDefault": "Reset to Default",
|
|
"refresh": "Refresh",
|
|
"retry": "Retry",
|
|
"refreshPage": "Refresh Page",
|
|
"showDetails": "Show Details",
|
|
"hideDetails": "Hide Details",
|
|
"listView": "List View",
|
|
"tableView": "Table View",
|
|
"pause": "Pause",
|
|
"resume": "Resume",
|
|
"closeAll": "Close All",
|
|
"clear": "Clear"
|
|
},
|
|
"labels": {
|
|
"updateAt": "Update At",
|
|
"timeout": "Timeout",
|
|
"icon": "Icon",
|
|
"name": "Name",
|
|
"readOnly": "ReadOnly",
|
|
"expireTime": "Expire Time",
|
|
"updateTime": "Update Time",
|
|
"usedTotal": "Used / Total",
|
|
"from": "From",
|
|
"password": "Password",
|
|
"retryAttempts": "Retry attempts",
|
|
"downloaded": "Downloaded",
|
|
"uploaded": "Uploaded"
|
|
},
|
|
"statuses": {
|
|
"enabled": "Enabled",
|
|
"disabled": "Disabled",
|
|
"saving": "Saving...",
|
|
"empty": "Empty"
|
|
},
|
|
"units": {
|
|
"milliseconds": "ms",
|
|
"seconds": "seconds",
|
|
"minutes": "mins",
|
|
"kilobytes": "KB",
|
|
"files": "Files"
|
|
},
|
|
"placeholders": {
|
|
"filter": "Filter conditions",
|
|
"matchCase": "Match Case",
|
|
"matchWholeWord": "Match Whole Word",
|
|
"useRegex": "Use Regular Expression"
|
|
},
|
|
"validation": {
|
|
"invalidRegex": "Invalid regular expression"
|
|
},
|
|
"window": {
|
|
"maximize": "Maximize",
|
|
"minimize": "Minimize"
|
|
},
|
|
"editorModes": {
|
|
"visualization": "Visualization",
|
|
"advanced": "Advanced"
|
|
},
|
|
"feedback": {
|
|
"errors": {
|
|
"trafficStats": "Traffic Statistics Error",
|
|
"trafficStatsDescription": "The traffic statistics component encountered an error and has been disabled to prevent crashes."
|
|
},
|
|
"notices": {
|
|
"raw": "{{message}}",
|
|
"prefixedRaw": "{{prefix}} {{message}}"
|
|
},
|
|
"notifications": {
|
|
"importSuccess": "Profile Imported Successfully",
|
|
"importSubscriptionSuccess": "Import subscription successful",
|
|
"importWithClashProxy": "Profile Imported with Clash proxy",
|
|
"saved": "Saved successfully",
|
|
"common": {
|
|
"copySuccess": "Copy Success",
|
|
"saveSuccess": "Configuration saved successfully",
|
|
"saveFailed": "Failed to save configuration"
|
|
}
|
|
},
|
|
"validation": {
|
|
"config": {
|
|
"failed": "Subscription configuration validation failed. Please check the subscription configuration file; modifications have been rolled back.",
|
|
"bootFailed": "Boot subscription configuration validation failed. Started with the default configuration; please check the subscription configuration file.",
|
|
"coreChangeFailed": "Configuration validation failed when switching the kernel. Started with the default configuration; please check the subscription configuration file.",
|
|
"processTerminated": "The validation process has been terminated."
|
|
},
|
|
"script": {
|
|
"syntaxError": "Script syntax error, changes reverted",
|
|
"missingMain": "Script error, changes reverted",
|
|
"fileNotFound": "File missing, changes reverted",
|
|
"fileError": "Script file error, changes reverted"
|
|
},
|
|
"yaml": {
|
|
"syntaxError": "YAML syntax error, changes reverted",
|
|
"readError": "YAML read error, changes reverted",
|
|
"mappingError": "YAML mapping error, changes reverted",
|
|
"keyError": "YAML key error, changes reverted",
|
|
"generalError": "YAML error, changes reverted"
|
|
},
|
|
"merge": {
|
|
"syntaxError": "Merge file syntax error, changes reverted",
|
|
"mappingError": "Merge file mapping error, changes reverted",
|
|
"keyError": "Merge file key error, changes reverted",
|
|
"generalError": "Merge file error, changes reverted"
|
|
}
|
|
}
|
|
},
|
|
"filters": {
|
|
"logLevels": {
|
|
"all": "ALL",
|
|
"debug": "DEBUG",
|
|
"info": "INFO",
|
|
"warn": "WARN",
|
|
"error": "ERROR"
|
|
}
|
|
}
|
|
}
|