Files
community-plugins/ruh-vpn/translations/en.json
T

108 lines
2.7 KiB
JSON

{
"action": {
"add": "Add",
"confirm": "Confirm",
"delete": "Delete",
"reset": "Reset",
"run-test": "Run test",
"save": "Save",
"start": "Start",
"stop": "Stop"
},
"editor": {
"address": "Address",
"alterid": "alterId",
"country": "Country code (for the flag)",
"edit": "Edit server",
"flow": "Flow",
"fp": "Fingerprint",
"host": "Host",
"keep": "leave empty to keep current",
"keyfile": "Key file",
"method": "Method",
"name": "Name",
"new": "New server",
"password": "Password",
"path": "Path",
"pbk": "Public key (pbk)",
"port": "Port",
"protocol": "Protocol",
"security": "Security",
"sid": "Short ID (sid)",
"sni": "SNI",
"transport": "Transport",
"user": "User",
"uuid": "UUID",
"wshost": "WS/HTTP Host"
},
"error": {
"clipboard": "Clipboard is empty",
"no-server": "No server selected"
},
"logs": {
"empty": "No logs yet",
"title": "Logs"
},
"notice": {
"tun": "TUN mode may prompt for administrator rights"
},
"panel": {
"connected": "Connected",
"disconnected": "Disconnected",
"fallback-server-name": "Server",
"no-servers": "No servers configured",
"routing": "Routing",
"servers": "Servers",
"starting": "Starting backend…",
"via": "Via"
},
"rules": {
"custom": "Custom rules",
"dns-check": "Check DNS",
"dns-hint": "DNS leak not checked yet",
"dns-leak": "DNS leak",
"dns-ok": "No DNS leak",
"killswitch": "Kill switch",
"killswitch-desc": "Block all traffic when the proxy is down",
"none": "No custom rules",
"presets": "Country presets",
"reset-servers": "Reset all servers",
"reset-servers-desc": "Remove every server. Rules and settings stay.",
"title": "Routing & rules"
},
"settings": {
"auto_start": {
"description": "Connect the active server automatically when the plugin loads",
"label": "Auto-connect on start"
},
"backend_python": {
"description": "Python 3 executable with the backend dependencies installed",
"label": "Backend Python"
},
"control_port": {
"description": "Localhost port for the backend HTTP control API",
"label": "Control port"
},
"geoip_country": {
"description": "Look up each server's country by IP to show its flag. Sends the server address to api.country.is.",
"label": "Detect server country"
},
"show_ping": {
"label": "Show ping in bar"
},
"show_traffic": {
"label": "Show traffic in bar"
}
},
"shortcut": {
"off": "VPN Off",
"on": "VPN On"
},
"subs": {
"name": "Name (optional)",
"none": "No subscriptions",
"title": "Subscriptions"
},
"title": "VPN"
}