201 lines
6.8 KiB
JSON
201 lines
6.8 KiB
JSON
{
|
|
"general": {
|
|
"appTitle": "Hiddify Next",
|
|
"reset": "Reset",
|
|
"toggle": {
|
|
"enabled": "Enabled",
|
|
"disabled": "Disabled"
|
|
},
|
|
"sort": "Sort",
|
|
"sortBy": "Sort by"
|
|
},
|
|
"home": {
|
|
"pageTitle": "Home",
|
|
"emptyProfilesMsg": "Start by adding subscription profile",
|
|
"noActiveProfileMsg": "Select a profile",
|
|
"connection": {
|
|
"tapToConnect": "Tap to Connect",
|
|
"connecting": "Connecting",
|
|
"disconnecting": "Disconnecting",
|
|
"connected": "Connected"
|
|
},
|
|
"stats": {
|
|
"traffic": "Traffic",
|
|
"trafficTotal": "Traffic total",
|
|
"uplink": "Uplink",
|
|
"downlink": "Downlink"
|
|
}
|
|
},
|
|
"profile": {
|
|
"overviewPageTitle": "Profiles",
|
|
"detailsPageTitle": "Profile",
|
|
"subscription": {
|
|
"traffic": "Traffic",
|
|
"updatedTimeAgo": "Updated ${timeago}",
|
|
"remainingDuration": "${duration} days remaining",
|
|
"expired": "Expired",
|
|
"noTraffic": "No traffic"
|
|
},
|
|
"sortBy": {
|
|
"lastUpdate": "Recently updated",
|
|
"name": "by Name"
|
|
},
|
|
"add": {
|
|
"buttonText": "Add New Profile",
|
|
"shortBtnTxt": "Add New",
|
|
"fromClipboard": "Add From Clipboard",
|
|
"scanQr": "Scan QR code",
|
|
"manually": "Add Manually",
|
|
"addingProfileMsg": "Adding Profile",
|
|
"invalidUrlMsg": "Unexpected URL"
|
|
},
|
|
"update": {
|
|
"buttonTxt": "Update",
|
|
"tooltip": "update profile",
|
|
"failureMsg": "Failed to update profile: ${reason}",
|
|
"successMsg": "Successfully updated profile"
|
|
},
|
|
"edit": {
|
|
"buttonTxt": "Edit"
|
|
},
|
|
"delete": {
|
|
"buttonTxt": "Delete",
|
|
"confirmationMsg": "Delete profile for ever? This can not be undone",
|
|
"successMsg": "Successfully deleted profile"
|
|
},
|
|
"save": {
|
|
"buttonText": "Save",
|
|
"successMsg": "Successfully saved profile"
|
|
},
|
|
"detailsForm": {
|
|
"nameHint": "Name",
|
|
"urlHint": "URL",
|
|
"emptyNameMsg": "Name can't be empty",
|
|
"invalidUrlMsg": "Invalid URL"
|
|
}
|
|
},
|
|
"proxies": {
|
|
"pageTitle": "Proxies",
|
|
"emptyProxiesMsg": "No Proxies",
|
|
"delayTestTooltip": "delay test",
|
|
"sortTooltip": "sort proxies",
|
|
"sortOptions": {
|
|
"unsorted": "Default",
|
|
"name": "by Name",
|
|
"delay": "by Delay"
|
|
}
|
|
},
|
|
"logs": {
|
|
"pageTitle": "Logs",
|
|
"clearLogsButtonText": "Clear",
|
|
"filterHint": "Filter",
|
|
"allLevelsFilter": "All",
|
|
"shareCoreLogs": "Share core logs",
|
|
"shareAppLogs": "Share app logs"
|
|
},
|
|
"settings": {
|
|
"pageTitle": "Settings",
|
|
"general": {
|
|
"sectionTitle": "General",
|
|
"locale": "Language",
|
|
"themeMode": "Theme Mode",
|
|
"themeModes": {
|
|
"system": "Follow system theme",
|
|
"dark": "Dark mode",
|
|
"light": "Light mode"
|
|
},
|
|
"trueBlack": "True Black",
|
|
"autoStart": "Start on Boot",
|
|
"silentStart": "Silent Start",
|
|
"openWorkingDir": "Open Working Directory",
|
|
"ignoreBatteryOptimizations": "Ignore Battery Optimization",
|
|
"ignoreBatteryOptimizationsMsg": "Remove restrictions for VPN to work properly"
|
|
},
|
|
"advanced": {
|
|
"sectionTitle": "Advanced",
|
|
"debugMode": "Debug Mode",
|
|
"debugModeMsg": "Restart the app for this to take effect"
|
|
},
|
|
"config": {
|
|
"section": {
|
|
"route": "Route Options",
|
|
"dns": "DNS Options",
|
|
"inbound": "Inbound Options",
|
|
"misc": "Misc Options"
|
|
},
|
|
"pageTitle": "Config Options",
|
|
"executeConfigAsIs": "Execute Config As Is",
|
|
"executeConfigAsIsMsg": "Run provided config with minimum changes. only works with sing-box configs",
|
|
"logLevel": "Log Level",
|
|
"resolveDestination": "Resolve Destination",
|
|
"ipv6Mode": "IPv6 Route",
|
|
"ipv6Modes": {
|
|
"disable": "Disable",
|
|
"enable": "Enable",
|
|
"prefer": "Prefer",
|
|
"only": "Only"
|
|
},
|
|
"remoteDnsAddress": "Remote DNS",
|
|
"remoteDnsDomainStrategy": "Remote DNS Domain Strategy",
|
|
"directDnsAddress": "Direct DNS",
|
|
"directDnsDomainStrategy": "Direct DNS Domain Strategy",
|
|
"mixedPort": "Mixed Port",
|
|
"localDnsPort": "Local DNS Port",
|
|
"tunImplementation": "TUN Implementation",
|
|
"mtu": "MTU",
|
|
"connectionTestUrl": "Connection Test URL",
|
|
"urlTestInterval": "URL Test Interval",
|
|
"enableClashApi": "Enable Clash API",
|
|
"clashApiPort": "Clash API Port",
|
|
"enableTun": "Enable TUN",
|
|
"setSystemProxy": "Set System Proxy"
|
|
}
|
|
},
|
|
"about": {
|
|
"pageTitle": "About",
|
|
"version": "Version",
|
|
"sourceCode": "Source Code",
|
|
"telegramChannel": "Telegram Channel",
|
|
"checkForUpdate": "Check for update"
|
|
},
|
|
"appUpdate": {
|
|
"dialogTitle": "Update Available",
|
|
"updateMsg": "A new version of @:general.appTitle is available! Would you like to update now?",
|
|
"currentVersionLbl": "Current Version",
|
|
"newVersionLbl": "New Version",
|
|
"updateNowBtnTxt": "Update Now",
|
|
"laterBtnTxt": "Later",
|
|
"ignoreBtnTxt": "Ignore"
|
|
},
|
|
"tray": {
|
|
"dashboard": "Dashboard",
|
|
"quit": "Quit",
|
|
"systemProxy": "System Proxy"
|
|
},
|
|
"failure": {
|
|
"unexpected": "Unexpected Failure",
|
|
"clash": {
|
|
"unexpected": "Unexpected Failure",
|
|
"core": "Clash Failure ${reason}"
|
|
},
|
|
"singbox": {
|
|
"unexpected": "Unexpected Service Failure",
|
|
"serviceNotRunning": "Service not Running",
|
|
"invalidConfigOptions": "Configuration options are not valid",
|
|
"invalidConfig": "Configuration is not valid",
|
|
"create": "Error creating service",
|
|
"start": "Error starting service"
|
|
},
|
|
"connectivity": {
|
|
"unexpected": "Unexpected Failure",
|
|
"missingVpnPermission": "Missing VPN Permission",
|
|
"missingNotificationPermission": "Missing Notification Permission",
|
|
"core": "Core failure"
|
|
},
|
|
"profiles": {
|
|
"unexpected": "Unexpected Failure",
|
|
"notFound": "Profile not Found",
|
|
"invalidConfig": "Invalid Config"
|
|
}
|
|
}
|
|
} |