Files
umbrix/assets/translations/strings_en.i18n.json

321 lines
14 KiB
JSON
Raw Normal View History

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-08 00:40:37 +02:00
"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",
"noTraffic": "Out of Quota"
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-11-13 17:49:10 +03:30
"qrScanner": {
"permissionDeniedError": "Permission denied",
"unexpectedError": "Something went wrong",
"torchSemanticLabel": "Flash light",
"facingSemanticLabel": "Camera facing"
},
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-11-12 12:52:54 +03:30
"share": {
"buttonText": "Share",
2023-11-12 22:22:20 +03:30
"exportToClipboardSuccess": "Exported to clipboard",
"exportSubLinkToClipboard": "Export subscription link to clipboard",
2023-11-13 17:55:47 +03:30
"subLinkQrCode": "Subscription link QR code",
2023-11-12 12:52:54 +03:30
"exportConfigToClipboard": "Export configuration to clipboard",
"exportConfigToClipboardSuccess": "Configuration copied to clipboard"
},
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",
"filterHint": "Filter",
"allLevelsFilter": "All",
2023-09-10 11:55:16 +02:00
"shareCoreLogs": "Share Core Logs",
"shareAppLogs": "Share App logs",
"pauseTooltip": "Pause",
"resumeTooltip": "Resume",
"clearTooltip": "Clear"
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)",
"ru": "Russia (ru)",
2023-12-28 18:15:59 +03:30
"af": "Afghanistan (af)",
2023-09-17 14:55:46 +03:30
"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",
"black": "Black 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-09 16:47:11 +03:30
"autoStart": "Start on Boot",
2023-09-01 15:00:41 +03:30
"silentStart": "Silent Start",
"openWorkingDir": "Open Working Directory",
2023-09-16 11:10:00 +02:00
"ignoreBatteryOptimizations": "Disable Battery Optimization",
2023-12-14 14:50:10 +03:30
"ignoreBatteryOptimizationsMsg": "Remove restrictions for optimal VPN performance",
"dynamicNotification": "Display speed in notification"
2023-07-06 17:18:41 +03:30
},
2023-09-01 15:00:41 +03:30
"advanced": {
"sectionTitle": "Advanced",
"debugMode": "Debug Mode",
2023-10-26 15:16:25 +03:30
"debugModeMsg": "Restart the app for applying this change",
"memoryLimit": "Memory Limit"
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": {
2023-12-12 18:07:02 +03:30
"resetBtn": "Reset options",
2023-11-11 23:10:58 +03:30
"serviceMode": "Service Mode",
"serviceModes": {
2023-11-01 22:02:13 +03:30
"proxy": "Proxy",
2023-11-11 23:10:58 +03:30
"systemProxy": "System Proxy",
2023-11-01 22:02:13 +03:30
"tun": "VPN"
},
2023-09-01 15:00:41 +03:30
"section": {
"route": "Route Options",
"dns": "DNS Options",
"inbound": "Inbound Options",
2023-12-04 17:36:02 +03:30
"outbound": "Outbound Options",
2023-09-01 15:00:41 +03:30
"misc": "Misc Options"
},
"pageTitle": "Config Options",
"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",
2023-11-11 23:10:58 +03:30
"setSystemProxy": "Set System Proxy",
"enableFakeDns": "Enable Fake DNS",
"bypassLan": "Bypass Lan",
2023-12-04 17:36:02 +03:30
"strictRoute": "Strict Route",
"enableTlsFragment": "Enable TLS Fragment",
"tlsFragmentSize": "TLS Fragment Size",
"tlsFragmentSleep": "TLS Fragment Sleep",
"enableTlsMixedSniCase": "Enable TLS Mixed SNI Case",
"enableTlsPadding": "Enable TLS Padding",
"tlsPaddingSize": "TLS Padding"
2023-11-17 21:30:09 +03:30
},
"geoAssets": {
"pageTitle": "Routing Assets",
"version": "Version ${version}",
"fileMissing": "File Missing",
"update": "Update",
"download": "Download",
"failureMsg": "Failed to update asset",
2023-11-17 23:44:32 +03:30
"successMsg": "Successfully updated asset",
2023-12-12 17:35:44 +03:30
"addRecommended": "Add Recommended Assets",
"missingGeoAssetsMsg": "Selected routing assets' files are missing. Either download them or choose existing ones."
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",
2023-11-15 18:48:48 +03:30
"open": "Open",
2023-11-01 22:02:13 +03:30
"status": {
"connect": "Connect",
"connecting": "Connecting",
"disconnect": "Disconnect",
"disconnecting": "Disconnecting"
}
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",
2023-11-11 15:25:18 +03:30
"missingPrivilege": "Missing Privilege",
"missingPrivilegeMsg": "VPN mode requires administrator privileges. Either relaunch the app as administrator or change service mode.",
2023-11-17 23:22:12 +03:30
"missingGeoAssets": "Missing Geo Assets",
"missingGeoAssetsMsg": "Geo assets are missing. consider changing active asset or download selected one in the settings.",
2023-09-10 11:55:16 +02:00
"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"
},
"connection": {
2023-10-04 18:06:48 +03:30
"unexpected": "Unexpected connection error",
"timeout": "Connection timeout",
"badResponse": "Bad response",
2023-10-05 15:22:48 +02:00
"connectionError": "Connection error",
"badCertificate": "Bad certificate"
2023-11-17 21:30:09 +03:30
},
"geoAssets": {
"unexpected": "Unexpected Error",
"notUpdate": "No Update Available",
"activeNotFound": "Active Geo Asset Not Found"
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
}
}