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": "Begin by adding a subscription profile",
|
|
"noActiveProfileMsg": "Choose a profile",
|
|
"connection": {
|
|
"tapToConnect": "Tap to Connect",
|
|
"connecting": "Connecting",
|
|
"disconnecting": "Disconnecting",
|
|
"connected": "Connected"
|
|
},
|
|
"stats": {
|
|
"traffic": "Live Traffic",
|
|
"trafficTotal": "Total Traffic",
|
|
"uplink": "↑",
|
|
"downlink": "↓"
|
|
}
|
|
},
|
|
"profile": {
|
|
"overviewPageTitle": "Profiles",
|
|
"detailsPageTitle": "Profile",
|
|
"subscription": {
|
|
"traffic": "Traffic",
|
|
"updatedTimeAgo": "Updated ${timeago}",
|
|
"remainingDuration": "📅 ${duration} Days Remaining",
|
|
"expired": "Expired",
|
|
"noTraffic": "No more traffic"
|
|
},
|
|
"sortBy": {
|
|
"lastUpdate": "Recently updated",
|
|
"name": "Alphabetically"
|
|
},
|
|
"add": {
|
|
"buttonText": "New Profile",
|
|
"shortBtnTxt": "New Profile",
|
|
"fromClipboard": "Add From Clipboard",
|
|
"scanQr": "Scan QR code",
|
|
"manually": "Manual Entry",
|
|
"addingProfileMsg": "Adding Profile",
|
|
"invalidUrlMsg": "Invalid URL"
|
|
},
|
|
"update": {
|
|
"buttonTxt": "Update",
|
|
"tooltip": "Update Profile",
|
|
"failureMsg": "Update Failed: ${reason}",
|
|
"successMsg": "Profile updated successfully"
|
|
},
|
|
"edit": {
|
|
"buttonTxt": "Edit"
|
|
},
|
|
"delete": {
|
|
"buttonTxt": "Delete",
|
|
"confirmationMsg": "Delete profile permanently?",
|
|
"successMsg": "Profile deleted successfully"
|
|
},
|
|
"save": {
|
|
"buttonText": "Save",
|
|
"successMsg": "Profile saved successfully"
|
|
},
|
|
"detailsForm": {
|
|
"nameHint": "Name",
|
|
"urlHint": "URL",
|
|
"emptyNameMsg": "Name is required",
|
|
"invalidUrlMsg": "Invalid URL"
|
|
}
|
|
},
|
|
"proxies": {
|
|
"pageTitle": "Proxies",
|
|
"emptyProxiesMsg": "No proxies available",
|
|
"delayTestTooltip": "Test Delay",
|
|
"sortTooltip": "Sort Proxies",
|
|
"sortOptions": {
|
|
"unsorted": "Default",
|
|
"name": "Alphabetically",
|
|
"delay": "By Delay"
|
|
}
|
|
},
|
|
"logs": {
|
|
"pageTitle": "Logs",
|
|
"clearLogsButtonText": "Clear Logs",
|
|
"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": "Pure Black",
|
|
"autoStart": "Start on Boot",
|
|
"silentStart": "Silent Start",
|
|
"openWorkingDir": "Open Working Directory",
|
|
"ignoreBatteryOptimizations": "Ignore Battery Optimization",
|
|
"ignoreBatteryOptimizationsMsg": "Remove restrictions for optimal VPN performance"
|
|
},
|
|
"advanced": {
|
|
"sectionTitle": "Advanced",
|
|
"debugMode": "Debug Mode",
|
|
"debugModeMsg": "Restart the app for applying this change"
|
|
},
|
|
"config": {
|
|
"section": {
|
|
"route": "Route Options",
|
|
"dns": "DNS Options",
|
|
"inbound": "Inbound Options",
|
|
"misc": "Misc Options"
|
|
},
|
|
"pageTitle": "Config Options",
|
|
"executeConfigAsIs": "Execute Config As Is",
|
|
"executeConfigAsIsMsg": "Executes the SingBox configs with minimal changes.",
|
|
"logLevel": "Log Level",
|
|
"resolveDestination": "Resolve Destination",
|
|
"ipv6Mode": "IPv6 Route",
|
|
"ipv6Modes": {
|
|
"disable": "Disable",
|
|
"enable": "Enable",
|
|
"prefer": "Preferred",
|
|
"only": "Exclusive"
|
|
},
|
|
"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 Error",
|
|
"clash": {
|
|
"unexpected": "Unexpected Error",
|
|
"core": "Clash Error ${reason}"
|
|
},
|
|
"singbox": {
|
|
"unexpected": "Unexpected Service Error",
|
|
"serviceNotRunning": "Service is not running",
|
|
"invalidConfigOptions": "Invalid configuration options",
|
|
"invalidConfig": "Invalid Configuration",
|
|
"create": "Service creation error",
|
|
"start": "Service startup error"
|
|
},
|
|
"connectivity": {
|
|
"unexpected": "Unexpected Failure",
|
|
"missingVpnPermission": "Missing VPN Permission",
|
|
"missingNotificationPermission": "Missing Notification Permission",
|
|
"core": "Core Error"
|
|
},
|
|
"profiles": {
|
|
"unexpected": "Unexpected Error",
|
|
"notFound": "Profile Not Found",
|
|
"invalidConfig": "Invalid Configs"
|
|
}
|
|
}
|
|
} |