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

238 lines
8.5 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-07 01:56:59 +03:30
"sort": "Sort",
"sortBy": "Sort by"
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-14 15:20:48 +03:30
"activeProfileNameSemanticLabel": "Active profile name: ${name}",
"nonActiveProfileNameSemanticLabel": "Profile name: ${name}",
"activeProfileBtnSemanticLabel": "View all profiles",
"nonActiveProfileBtnSemanticLabel": "Select ${name} as active",
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-14 15:20:48 +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-09-07 01:56:59 +03:30
"addingProfileMsg": "Adding Profile",
2023-09-10 11:55:16 +02:00
"invalidUrlMsg": "Invalid URL"
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",
"failureMsg": "Update Failed: ${reason}",
"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-09-10 11:55:16 +02:00
"successMsg": "Profile saved successfully"
2023-07-06 17:18:41 +03:30
},
"detailsForm": {
2023-09-07 01:56:59 +03:30
"nameHint": "Name",
"urlHint": "URL",
2023-09-10 11:55:16 +02:00
"emptyNameMsg": "Name is required",
2023-09-07 01:56:59 +03:30
"invalidUrlMsg": "Invalid URL"
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",
"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-09-10 11:55:16 +02:00
"executeConfigAsIsMsg": "Executes the SingBox configs with minimal changes.",
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",
"invalidConfig": "Invalid Configs"
2023-07-06 17:18:41 +03:30
}
}
2023-09-01 15:00:41 +03:30
}