2024-04-30 23:38:49 +08:00
|
|
|
|
{
|
|
|
|
|
|
"rule": "Rule",
|
|
|
|
|
|
"global": "Global",
|
|
|
|
|
|
"direct": "Direct",
|
|
|
|
|
|
"dashboard": "Dashboard",
|
|
|
|
|
|
"proxies": "Proxies",
|
|
|
|
|
|
"profile": "Profile",
|
|
|
|
|
|
"profiles": "Profiles",
|
|
|
|
|
|
"tools": "Tools",
|
|
|
|
|
|
"logs": "Logs",
|
|
|
|
|
|
"logsDesc": "Log capture records",
|
2024-06-03 18:02:05 +08:00
|
|
|
|
"resources": "Resources",
|
|
|
|
|
|
"resourcesDesc": "External resource related info",
|
2024-04-30 23:38:49 +08:00
|
|
|
|
"trafficUsage": "Traffic usage",
|
|
|
|
|
|
"coreInfo": "Core info",
|
|
|
|
|
|
"nullCoreInfoDesc": "Unable to obtain core info",
|
|
|
|
|
|
"networkSpeed": "Network speed",
|
|
|
|
|
|
"outboundMode": "Outbound mode",
|
|
|
|
|
|
"networkDetection": "Network detection",
|
|
|
|
|
|
"upload": "Upload",
|
|
|
|
|
|
"download": "Download",
|
|
|
|
|
|
"noProxy": "No proxy",
|
|
|
|
|
|
"noProxyDesc": "Please create a profile or add a valid profile",
|
|
|
|
|
|
"nullProfileDesc": "No profile, Please add a profile",
|
|
|
|
|
|
"nullLogsDesc": "No logs",
|
|
|
|
|
|
"settings": "Settings",
|
|
|
|
|
|
"language": "Language",
|
|
|
|
|
|
"defaultText": "Default",
|
|
|
|
|
|
"more": "More",
|
|
|
|
|
|
"other": "Other",
|
|
|
|
|
|
"about": "About",
|
|
|
|
|
|
"en": "English",
|
|
|
|
|
|
"zh_CN": "Simplified Chinese",
|
|
|
|
|
|
"theme": "Theme",
|
|
|
|
|
|
"themeDesc": "Set dark mode,adjust the color",
|
|
|
|
|
|
"override": "Override",
|
|
|
|
|
|
"overrideDesc": "Override Proxy related config",
|
|
|
|
|
|
"allowLan": "AllowLan",
|
|
|
|
|
|
"allowLanDesc": "Allow access proxy through the LAN",
|
2024-05-11 17:02:34 +08:00
|
|
|
|
"tun": "Tun mode",
|
2024-04-30 23:38:49 +08:00
|
|
|
|
"tunDesc": "only effective in administrator mode",
|
|
|
|
|
|
"minimizeOnExit": "Minimize on exit",
|
|
|
|
|
|
"minimizeOnExitDesc": "Modify the default system exit event",
|
|
|
|
|
|
"autoLaunch": "AutoLaunch",
|
|
|
|
|
|
"autoLaunchDesc": "Follow the system self startup",
|
|
|
|
|
|
"silentLaunch": "SilentLaunch",
|
|
|
|
|
|
"silentLaunchDesc": "Start in the background",
|
|
|
|
|
|
"autoRun": "AutoRun",
|
|
|
|
|
|
"autoRunDesc": "Auto run when the application is opened",
|
|
|
|
|
|
"logcat": "Logcat",
|
|
|
|
|
|
"logcatDesc": "Disabling will hide the log entry",
|
2024-05-20 15:15:09 +08:00
|
|
|
|
"autoCheckUpdate": "Auto check updates",
|
|
|
|
|
|
"autoCheckUpdateDesc": "Auto check for updates when the app starts",
|
2024-04-30 23:38:49 +08:00
|
|
|
|
"accessControl": "AccessControl",
|
|
|
|
|
|
"accessControlDesc": "Configure application access proxy",
|
|
|
|
|
|
"application": "Application",
|
|
|
|
|
|
"applicationDesc": "Modify application related settings",
|
|
|
|
|
|
"edit": "Edit",
|
|
|
|
|
|
"confirm": "Confirm",
|
|
|
|
|
|
"update": "Update",
|
|
|
|
|
|
"add": "Add",
|
|
|
|
|
|
"save": "Save",
|
|
|
|
|
|
"delete": "Delete",
|
|
|
|
|
|
"years": "Years",
|
|
|
|
|
|
"months": "Months",
|
|
|
|
|
|
"hours": "Hours",
|
|
|
|
|
|
"days": "Days",
|
|
|
|
|
|
"minutes": "Minutes",
|
|
|
|
|
|
"ago": " Ago",
|
|
|
|
|
|
"just": "Just",
|
|
|
|
|
|
"qrcode": "QR code",
|
|
|
|
|
|
"qrcodeDesc": "Scan QR code to obtain profile",
|
|
|
|
|
|
"url": "URL",
|
|
|
|
|
|
"urlDesc": "Obtain profile through URL",
|
|
|
|
|
|
"file": "File",
|
|
|
|
|
|
"fileDesc": "Directly upload profile",
|
|
|
|
|
|
"name": "Name",
|
|
|
|
|
|
"profileNameNullValidationDesc": "Please input the profile name",
|
|
|
|
|
|
"profileUrlNullValidationDesc": "Please input the profile URL",
|
|
|
|
|
|
"profileUrlInvalidValidationDesc": "Please input a valid profile URL",
|
|
|
|
|
|
"autoUpdate": "Auto update",
|
|
|
|
|
|
"autoUpdateInterval": "Auto update interval (minutes)",
|
|
|
|
|
|
"profileAutoUpdateIntervalNullValidationDesc": "Please enter the auto update interval time",
|
|
|
|
|
|
"profileAutoUpdateIntervalInvalidValidationDesc": "Please input a valid interval time format",
|
|
|
|
|
|
"themeMode": "Theme mode",
|
|
|
|
|
|
"themeColor": "Theme color",
|
|
|
|
|
|
"preview": "Preview",
|
|
|
|
|
|
"auto": "Auto",
|
|
|
|
|
|
"light": "Light",
|
|
|
|
|
|
"dark": "Dark",
|
|
|
|
|
|
"importFromURL": "Import from URL",
|
|
|
|
|
|
"submit": "Submit",
|
|
|
|
|
|
"doYouWantToPass": "Do you want to pass",
|
|
|
|
|
|
"create": "Create",
|
|
|
|
|
|
"defaultSort": "Sort by default",
|
|
|
|
|
|
"delaySort": "Sort by delay",
|
|
|
|
|
|
"nameSort": "Sort by name",
|
|
|
|
|
|
"pleaseUploadFile": "Please upload file",
|
2024-05-11 17:02:34 +08:00
|
|
|
|
"pleaseUploadValidQrcode": "Please upload a valid QR code",
|
2024-04-30 23:38:49 +08:00
|
|
|
|
"blacklistMode": "Blacklist mode",
|
|
|
|
|
|
"whitelistMode": "Whitelist mode",
|
|
|
|
|
|
"filterSystemApp": "Filter system app",
|
|
|
|
|
|
"cancelFilterSystemApp": "Cancel filter system app",
|
|
|
|
|
|
"selectAll": "Select all",
|
|
|
|
|
|
"cancelSelectAll": "Cancel select all",
|
|
|
|
|
|
"appAccessControl": "App access control",
|
|
|
|
|
|
"accessControlAllowDesc": "Only allow selected app to enter VPN",
|
|
|
|
|
|
"accessControlNotAllowDesc": "The selected application will be excluded from VPN",
|
|
|
|
|
|
"selected": "Selected",
|
|
|
|
|
|
"unableToUpdateCurrentProfileDesc": "unable to update current profile",
|
|
|
|
|
|
"noMoreInfoDesc": "No more info",
|
|
|
|
|
|
"profileParseErrorDesc": "profile parse error",
|
|
|
|
|
|
"proxyPort": "ProxyPort",
|
|
|
|
|
|
"port": "Port",
|
|
|
|
|
|
"logLevel": "LogLevel",
|
|
|
|
|
|
"show": "Show",
|
|
|
|
|
|
"exit": "Exit",
|
|
|
|
|
|
"systemProxy": "SystemProxy",
|
|
|
|
|
|
"project": "Project",
|
|
|
|
|
|
"core": "Core",
|
|
|
|
|
|
"tabAnimation": "Tab animation",
|
|
|
|
|
|
"tabAnimationDesc": "When enabled, the home tab will add a toggle animation",
|
|
|
|
|
|
"desc": "A multi-platform proxy client based on ClashMeta, simple and easy to use, open-source and ad-free.",
|
|
|
|
|
|
"startVpn": "Staring VPN...",
|
|
|
|
|
|
"stopVpn": "Stopping VPN...",
|
2024-05-11 17:02:34 +08:00
|
|
|
|
"discovery": "Discovery a new version",
|
|
|
|
|
|
"compatible": "Compatibility mode",
|
|
|
|
|
|
"compatibleDesc": "Opening it will lose part of its application ability and gain the support of full amount of Clash.",
|
|
|
|
|
|
"notSelectedTip": "The current proxy group cannot be selected.",
|
2024-05-20 15:15:09 +08:00
|
|
|
|
"tip": "tip",
|
|
|
|
|
|
"backupAndRecovery": "Backup and Recovery",
|
|
|
|
|
|
"backupAndRecoveryDesc": "Sync data by WebDAV",
|
|
|
|
|
|
"account": "Account",
|
|
|
|
|
|
"backup": "Backup",
|
|
|
|
|
|
"backupDesc": "Backup local data to WebDAV",
|
|
|
|
|
|
"recovery": "Recovery",
|
|
|
|
|
|
"recoveryDesc": "Recovery data from WebDAV",
|
|
|
|
|
|
"recoveryProfiles": "Only recovery profiles",
|
|
|
|
|
|
"recoveryAll": "Recovery all data",
|
|
|
|
|
|
"recoverySuccess": "Recovery success",
|
|
|
|
|
|
"backupSuccess": "Backup success",
|
|
|
|
|
|
"noInfo": "No info",
|
|
|
|
|
|
"pleaseBindWebDAV": "Please bind WebDAV",
|
|
|
|
|
|
"bind": "Bind",
|
|
|
|
|
|
"connectivity": "Connectivity:",
|
|
|
|
|
|
"webDAVConfiguration": "WebDAV configuration",
|
|
|
|
|
|
"address": "Address",
|
|
|
|
|
|
"addressHelp": "WebDAV server address",
|
|
|
|
|
|
"addressTip": "Please enter a valid WebDAV address",
|
|
|
|
|
|
"password": "Password",
|
|
|
|
|
|
"passwordTip": "Password cannot be empty",
|
|
|
|
|
|
"accountTip": "Account cannot be empty",
|
|
|
|
|
|
"checkUpdate": "Check for updates",
|
2024-05-31 09:59:18 +08:00
|
|
|
|
"discoverNewVersion": "Discover the new version",
|
|
|
|
|
|
"checkUpdateError": "The current application is already the latest version",
|
2024-06-03 18:02:05 +08:00
|
|
|
|
"goDownload": "Go to download",
|
|
|
|
|
|
"unknown": "Unknown",
|
|
|
|
|
|
"geoData": "GeoData",
|
2024-06-06 16:31:08 +08:00
|
|
|
|
"externalResources": "External resources",
|
|
|
|
|
|
"checking": "Checking...",
|
2024-06-06 17:13:32 +08:00
|
|
|
|
"country": "Country",
|
2024-06-08 15:04:18 +08:00
|
|
|
|
"checkError": "Check error",
|
|
|
|
|
|
"ipCheckTimeout": "Ip check timeout"
|
2024-04-30 23:38:49 +08:00
|
|
|
|
}
|