2023-07-06 17:18:41 +03:30
{
"general" : {
2023-07-27 18:03:41 +03:30
"appTitle" : "Hiddify Next" ,
2023-09-07 01:56:59 +03:30
"reset" : "Reset" ,
2023-07-06 17:18:41 +03:30
"toggle" : {
2023-09-07 01:56:59 +03:30
"enabled" : "Enabled" ,
"disabled" : "Disabled"
2023-07-26 16:42:31 +03:30
} ,
2023-09-28 14:03:45 +03:30
"state" : {
"disable" : "Disable"
} ,
2023-09-07 01:56:59 +03:30
"sort" : "Sort" ,
2023-10-06 23:42:06 +03:30
"sortBy" : "Sort by" ,
"addToClipboard" : "Add to clipboard"
2023-07-06 17:18:41 +03:30
} ,
2023-09-17 00:23:31 +03:30
"intro" : {
2023-09-17 14:55:46 +03:30
"termsAndPolicyCaution(rich)" : "by continuing you agree with ${tap(@:about.termsAndConditions)}" ,
2023-09-17 00:23:31 +03:30
"start" : "Start"
} ,
2023-07-06 17:18:41 +03:30
"home" : {
2023-09-07 01:56:59 +03:30
"pageTitle" : "Home" ,
2023-09-10 11:55:16 +02:00
"emptyProfilesMsg" : "Begin by adding a subscription profile" ,
"noActiveProfileMsg" : "Choose a profile" ,
2023-07-06 17:18:41 +03:30
"connection" : {
2023-09-07 01:56:59 +03:30
"tapToConnect" : "Tap to Connect" ,
"connecting" : "Connecting" ,
"disconnecting" : "Disconnecting" ,
"connected" : "Connected"
2023-08-30 16:18:38 +03:30
} ,
"stats" : {
2023-09-10 11:55:16 +02:00
"traffic" : "Live Traffic" ,
2023-09-12 00:05:44 +03:30
"trafficTotal" : "Total Traffic" ,
"uplink" : "Uplink" ,
"downlink" : "Downlink"
2023-07-06 17:18:41 +03:30
}
} ,
"profile" : {
2023-09-07 01:56:59 +03:30
"overviewPageTitle" : "Profiles" ,
"detailsPageTitle" : "Profile" ,
2023-09-30 11:15:32 +03:30
"activeProfileNameSemanticLabel" : "Active profile name: \"${name}\"." ,
"activeProfileBtnSemanticLabel" : "View all profiles." ,
"nonActiveProfileBtnSemanticLabel" : "Select \"${name}\" as active profile." ,
2023-07-06 17:18:41 +03:30
"subscription" : {
2023-09-07 01:56:59 +03:30
"traffic" : "Traffic" ,
"updatedTimeAgo" : "Updated ${timeago}" ,
2023-09-10 20:27:07 +03:30
"remainingDuration" : "${duration} Days Remaining" ,
2023-09-30 11:15:32 +03:30
"remainingTrafficSemanticLabel" : "${consumed} of ${total} traffic consumed." ,
2023-09-07 01:56:59 +03:30
"expired" : "Expired" ,
2023-09-10 11:55:16 +02:00
"noTraffic" : "No more traffic"
2023-07-06 17:18:41 +03:30
} ,
2023-07-26 16:42:31 +03:30
"sortBy" : {
"lastUpdate" : "Recently updated" ,
2023-09-10 11:55:16 +02:00
"name" : "Alphabetically"
2023-07-26 16:42:31 +03:30
} ,
2023-07-06 17:18:41 +03:30
"add" : {
2023-09-10 11:55:16 +02:00
"buttonText" : "New Profile" ,
"shortBtnTxt" : "New Profile" ,
2023-09-07 01:56:59 +03:30
"fromClipboard" : "Add From Clipboard" ,
2023-07-06 17:18:41 +03:30
"scanQr" : "Scan QR code" ,
2023-09-10 11:55:16 +02:00
"manually" : "Manual Entry" ,
2023-10-04 18:06:48 +03:30
"addingProfileMsg" : "Adding Profile" ,
"failureMsg" : "Failed to add profile"
2023-07-06 17:18:41 +03:30
} ,
"update" : {
2023-09-07 01:56:59 +03:30
"buttonTxt" : "Update" ,
2023-09-10 11:55:16 +02:00
"tooltip" : "Update Profile" ,
2023-10-04 18:06:48 +03:30
"failureMsg" : "Failed to update profile" ,
2023-09-10 11:55:16 +02:00
"successMsg" : "Profile updated successfully"
2023-07-06 17:18:41 +03:30
} ,
2023-07-24 19:45:58 +03:30
"edit" : {
2023-09-12 00:05:44 +03:30
"buttonTxt" : "Edit" ,
"selectActiveTxt" : "Select active profile"
2023-07-24 19:45:58 +03:30
} ,
2023-07-06 17:18:41 +03:30
"delete" : {
2023-09-07 01:56:59 +03:30
"buttonTxt" : "Delete" ,
2023-09-10 11:55:16 +02:00
"confirmationMsg" : "Delete profile permanently?" ,
"successMsg" : "Profile deleted successfully"
2023-07-06 17:18:41 +03:30
} ,
"save" : {
2023-09-07 01:56:59 +03:30
"buttonText" : "Save" ,
2023-10-04 18:06:48 +03:30
"successMsg" : "Profile saved successfully" ,
"failureMsg" : "Failed to save profile"
2023-07-06 17:18:41 +03:30
} ,
"detailsForm" : {
2023-09-28 14:03:45 +03:30
"nameLabel" : "Name" ,
"nameHint" : "Profile name" ,
"urlLabel" : "URL" ,
"urlHint" : "Full config URL" ,
2023-09-10 11:55:16 +02:00
"emptyNameMsg" : "Name is required" ,
2023-09-28 14:03:45 +03:30
"invalidUrlMsg" : "Invalid URL" ,
"lastUpdate" : "Last Update" ,
"updateInterval" : "Auto Update" ,
"updateIntervalDialogTitle" : "Auto Update Interval (in hours)"
2023-07-06 17:18:41 +03:30
}
} ,
"proxies" : {
2023-09-07 01:56:59 +03:30
"pageTitle" : "Proxies" ,
2023-09-10 11:55:16 +02:00
"emptyProxiesMsg" : "No proxies available" ,
"delayTestTooltip" : "Test Delay" ,
"sortTooltip" : "Sort Proxies" ,
2023-09-06 17:14:24 +03:30
"sortOptions" : {
"unsorted" : "Default" ,
2023-09-10 11:55:16 +02:00
"name" : "Alphabetically" ,
"delay" : "By Delay"
2023-09-06 17:14:24 +03:30
}
2023-07-06 17:18:41 +03:30
} ,
"logs" : {
2023-09-07 01:56:59 +03:30
"pageTitle" : "Logs" ,
2023-09-10 11:55:16 +02:00
"clearLogsButtonText" : "Clear Logs" ,
2023-09-07 01:56:59 +03:30
"filterHint" : "Filter" ,
"allLevelsFilter" : "All" ,
2023-09-10 11:55:16 +02:00
"shareCoreLogs" : "Share Core Logs" ,
"shareAppLogs" : "Share App logs"
2023-07-06 17:18:41 +03:30
} ,
"settings" : {
2023-09-01 15:00:41 +03:30
"pageTitle" : "Settings" ,
2023-09-17 14:55:46 +03:30
"requiresRestartMsg" : "For this to take effect restart the app" ,
2023-07-08 23:16:22 +03:30
"general" : {
2023-09-01 15:00:41 +03:30
"sectionTitle" : "General" ,
"locale" : "Language" ,
2023-09-17 14:55:46 +03:30
"region" : "Region" ,
"regionMsg" : "Helps set default options to bypass domestic addresses" ,
"regions" : {
"ir" : "Iran (ir)" ,
"cn" : "China (cn)" ,
"other" : "Other"
} ,
2023-09-01 15:00:41 +03:30
"themeMode" : "Theme Mode" ,
2023-07-06 17:18:41 +03:30
"themeModes" : {
2023-09-01 15:00:41 +03:30
"system" : "Follow system theme" ,
"dark" : "Dark mode" ,
"light" : "Light mode"
2023-07-06 17:18:41 +03:30
} ,
2023-09-17 00:23:31 +03:30
"enableAnalytics" : "Enable Analytics" ,
"enableAnalyticsMsg" : "Give permission to collect analytics and send crash reports to improve the app" ,
2023-09-10 11:55:16 +02:00
"trueBlack" : "Pure Black" ,
2023-09-09 16:47:11 +03:30
"autoStart" : "Start on Boot" ,
2023-09-01 15:00:41 +03:30
"silentStart" : "Silent Start" ,
2023-09-09 15:04:52 +03:30
"openWorkingDir" : "Open Working Directory" ,
2023-09-16 11:10:00 +02:00
"ignoreBatteryOptimizations" : "Disable Battery Optimization" ,
2023-09-10 20:27:07 +03:30
"ignoreBatteryOptimizationsMsg" : "Remove restrictions for optimal VPN performance"
2023-07-06 17:18:41 +03:30
} ,
2023-09-01 15:00:41 +03:30
"advanced" : {
"sectionTitle" : "Advanced" ,
"debugMode" : "Debug Mode" ,
2023-09-10 11:55:16 +02:00
"debugModeMsg" : "Restart the app for applying this change"
2023-07-06 17:18:41 +03:30
} ,
2023-09-13 23:19:16 +03:30
"network" : {
"perAppProxyPageTitle" : "Per-app Proxy" ,
"perAppProxyModes" : {
"off" : "All" ,
"offMsg" : "Proxy all apps" ,
"include" : "Proxy" ,
"includeMsg" : "Proxy only selected apps" ,
"exclude" : "Bypass" ,
"excludeMsg" : "Do not proxy selected apps"
} ,
"showSystemApps" : "Show system apps" ,
"hideSystemApps" : "Hide system apps" ,
"clearSelection" : "Clear selection"
} ,
2023-09-01 15:00:41 +03:30
"config" : {
"section" : {
"route" : "Route Options" ,
"dns" : "DNS Options" ,
"inbound" : "Inbound Options" ,
"misc" : "Misc Options"
} ,
"pageTitle" : "Config Options" ,
"executeConfigAsIs" : "Execute Config As Is" ,
2023-10-06 23:42:06 +03:30
"executeConfigAsIsMsg" : "Executes the SingBox configs with minimal changes. Can cause problems." ,
2023-09-01 15:00:41 +03:30
"logLevel" : "Log Level" ,
"resolveDestination" : "Resolve Destination" ,
"ipv6Mode" : "IPv6 Route" ,
"ipv6Modes" : {
"disable" : "Disable" ,
"enable" : "Enable" ,
2023-09-10 11:55:16 +02:00
"prefer" : "Preferred" ,
"only" : "Exclusive"
2023-09-01 15:00:41 +03:30
} ,
"remoteDnsAddress" : "Remote DNS" ,
"remoteDnsDomainStrategy" : "Remote DNS Domain Strategy" ,
"directDnsAddress" : "Direct DNS" ,
"directDnsDomainStrategy" : "Direct DNS Domain Strategy" ,
"mixedPort" : "Mixed Port" ,
"localDnsPort" : "Local DNS Port" ,
2023-09-05 19:07:13 +03:30
"tunImplementation" : "TUN Implementation" ,
2023-09-01 15:00:41 +03:30
"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"
2023-07-06 17:18:41 +03:30
}
} ,
2023-07-22 16:02:06 +03:30
"about" : {
2023-09-07 01:56:59 +03:30
"pageTitle" : "About" ,
"version" : "Version" ,
"sourceCode" : "Source Code" ,
"telegramChannel" : "Telegram Channel" ,
2023-09-17 14:55:46 +03:30
"checkForUpdate" : "Check for update" ,
"privacyPolicy" : "Privacy policy" ,
"termsAndConditions" : "Terms and conditions"
2023-07-22 16:02:06 +03:30
} ,
2023-07-27 18:03:41 +03:30
"appUpdate" : {
2023-09-20 22:38:38 +03:30
"notAvailableMsg" : "Already using the latest version" ,
2023-08-30 06:50:30 +02:00
"dialogTitle" : "Update Available" ,
2023-09-10 11:55:16 +02:00
"updateMsg" : "A new version of @:general.appTitle is available. Would you like to update now?" ,
2023-08-30 06:50:30 +02:00
"currentVersionLbl" : "Current Version" ,
"newVersionLbl" : "New Version" ,
"updateNowBtnTxt" : "Update Now" ,
"laterBtnTxt" : "Later" ,
"ignoreBtnTxt" : "Ignore"
2023-07-27 18:03:41 +03:30
} ,
2023-07-06 17:18:41 +03:30
"tray" : {
2023-08-30 06:50:30 +02:00
"dashboard" : "Dashboard" ,
"quit" : "Quit" ,
"systemProxy" : "System Proxy"
2023-07-06 17:18:41 +03:30
} ,
"failure" : {
2023-09-10 11:55:16 +02:00
"unexpected" : "Unexpected Error" ,
2023-07-06 17:18:41 +03:30
"clash" : {
2023-09-10 11:55:16 +02:00
"unexpected" : "Unexpected Error" ,
"core" : "Clash Error ${reason}"
2023-07-06 17:18:41 +03:30
} ,
2023-08-19 22:27:23 +03:30
"singbox" : {
2023-09-10 11:55:16 +02:00
"unexpected" : "Unexpected Service Error" ,
"serviceNotRunning" : "Service is not running" ,
"invalidConfigOptions" : "Invalid configuration options" ,
"invalidConfig" : "Invalid Configuration" ,
"create" : "Service creation error" ,
"start" : "Service startup error"
2023-08-19 22:27:23 +03:30
} ,
2023-07-06 17:18:41 +03:30
"connectivity" : {
2023-08-30 06:50:30 +02:00
"unexpected" : "Unexpected Failure" ,
"missingVpnPermission" : "Missing VPN Permission" ,
"missingNotificationPermission" : "Missing Notification Permission" ,
2023-09-10 11:55:16 +02:00
"core" : "Core Error"
2023-07-06 17:18:41 +03:30
} ,
"profiles" : {
2023-09-10 11:55:16 +02:00
"unexpected" : "Unexpected Error" ,
"notFound" : "Profile Not Found" ,
2023-10-05 15:22:48 +02:00
"invalidConfig" : "Invalid Configs" ,
"invalidUrl" : "Invalid URL"
2023-10-02 23:57:20 +03:30
} ,
"connection" : {
2023-10-04 18:06:48 +03:30
"unexpected" : "Unexpected connection error" ,
2023-10-02 23:57:20 +03:30
"timeout" : "Connection timeout" ,
"badResponse" : "Bad response" ,
2023-10-05 15:22:48 +02:00
"connectionError" : "Connection error" ,
"badCertificate" : "Bad certificate"
2023-07-06 17:18:41 +03:30
}
2023-10-06 10:54:29 +02:00
} ,
"play" : {
"title" : "Hiddify Next (Preview)" ,
"short_description" : "Auto, SSH, VLESS, Vmess, Trojan, Reality, Sing-Box, Clash, Xray, Shadowsocks" ,
"full_description" : "The key goal of HiddifyNext is to provide a secure, user-friendly and efficient tunneling client. It enables you to route all traffic or selected app traffic to a remote server of your choose, utilizing VPN-Service permission.\n\nNote: We do not provide any server; users are required to ensure their online activities stay private by using use their own self-hosted server or trusted servers. \n \nWe support servers with:\n- Normal V2ray/Xray Subscription Link\n- Clash Subscription Link\n- Sing-Box Subscription Link\n\nWhat is our unique features?\n - User Friendly\n - Optimized and Fast\n - Automatically select LowestPing \n - Show user usage information\n - Easily import sublink by one click using deeplinking \n - Free and No ADS\n - Easily switch user sublinks\n - more and more\n\nSupport:\n- All Protocols supported by Sing-Box \n- VLESS + xtls reality, vision\n- VMESS\n- Trojan\n- ShoadowSocks\n- Reality\n- V2ray\n- Hystria2\n- TUIC\n- SSH\n- ShadowTLS\n\n\nThe source code exist in https://github.com/hiddify/Hiddify-Next\nThe application core is based on open-source sing-box.\n\nPermission Description:\n- VPN Service: As the goal of this application is to provide a secure, user-friendly and efficient tunneling client, we need this permission to be able to route the traffic via tunnel to the remote server. \n- QUERY ALL PACKAGES: This permission is used to allow users to include or exclude specific applications for tunneling.\n- RECEIVE BOOT COMPLETED: This permission can be enabled or disabled from app settings to activate this application upon device boot.\n- POST NOTIFICATIONS: This permission is essential as we employ a foreground service to ensure the continuous operation of the VPN service.\n- This application is free from advertisements. The analytics and crash data only occurs with the explicit consent of the user in the first use of application."
2023-07-06 17:18:41 +03:30
}
2023-10-05 15:22:48 +02:00
}