193 lines
6.5 KiB
JSON
193 lines
6.5 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",
|
|
"gigaByte": "GB"
|
|
},
|
|
"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",
|
|
"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",
|
|
"cancelTestButtonText": "cancel test"
|
|
},
|
|
"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",
|
|
"silentStart": "Silent Start",
|
|
"openWorkingDir": "Open Working Directory"
|
|
},
|
|
"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",
|
|
"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",
|
|
"whatsNew": "what's new",
|
|
"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"
|
|
}
|
|
}
|
|
} |