Files
umbrix/assets/translations/strings.i18n.json
problematicconsumer 684acc555d Migrate to singbox
2023-08-19 22:27:23 +03:30

167 lines
5.4 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"
}
},
"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"
},
"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"
},
"network": {
"sectionTitle": "network",
"systemProxy": "system proxy",
"systemProxyMsg": "Attach http proxy to VpnService",
"bypassPrivateNetworks": "bypass private networks",
"bypassPrivateNetworksMsg": "Bypass private network addresses"
},
"clash": {
"sectionTitle": "clash proxy overrides",
"doNotModify": "do not modify",
"overrides": {
"httpPort": "HTTP Port",
"socksPort": "Socks Port",
"redirPort": "Redirect Port",
"tproxyPort": "TProxy Port",
"mixedPort": "Mixed Port",
"allowLan": "Allow LAN",
"ipv6": "IPv6",
"mode": "Mode",
"logLevel": "Log Level"
}
}
},
"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",
"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"
}
}
}