3x-ui/web/translation/translate.en_US.toml

596 lines
25 KiB
TOML
Raw Normal View History

2023-03-17 19:07:49 +03:00
"username" = "Username"
"password" = "Password"
"login" = "Log In"
"confirm" = "Confirm"
"cancel" = "Cancel"
"close" = "Close"
"copy" = "Copy"
"copied" = "Copied"
"download" = "Download"
"remark" = "Remark"
2024-01-09 12:10:40 +03:00
"enable" = "Enabled"
"protocol" = "Protocol"
2023-03-17 19:07:49 +03:00
"search" = "Search"
"filter" = "Filter"
2023-12-04 21:20:46 +03:00
"loading" = "Loading..."
"second" = "Second"
"minute" = "Minute"
"hour" = "Hour"
"day" = "Day"
"check" = "Check"
"indefinite" = "Indefinite"
"unlimited" = "Unlimited"
"none" = "None"
2023-02-09 22:18:06 +03:00
"qrCode" = "QR Code"
2023-05-04 20:52:54 +03:00
"info" = "More Information"
"edit" = "Edit"
"delete" = "Delete"
"reset" = "Reset"
2024-01-09 12:10:40 +03:00
"copySuccess" = "Copied Successful"
2023-02-09 22:18:06 +03:00
"sure" = "Sure"
"encryption" = "Encryption"
"transmission" = "Transmission"
"host" = "Host"
"path" = "Path"
2024-01-11 08:53:26 +03:00
"camouflage" = "Obfuscation"
"status" = "Status"
"enabled" = "Enabled"
"disabled" = "Disabled"
"depleted" = "Depleted"
2023-12-04 21:20:46 +03:00
"depletingSoon" = "Depleting"
"offline" = "Offline"
"online" = "Online"
"domainName" = "Domain Name"
2024-01-09 12:10:40 +03:00
"monitor" = "Listen IP"
2023-04-14 16:52:49 +03:00
"certificate" = "Certificate"
2024-01-12 17:24:42 +03:00
"fail" = " Failed"
2024-01-11 08:53:26 +03:00
"success" = " Successful"
"getVersion" = "Get Version"
"install" = "Install"
"clients" = "Clients"
2023-02-12 16:50:09 +03:00
"usage" = "Usage"
2023-05-04 20:52:54 +03:00
"secretToken" = "Secret Token"
"remained" = "Remained"
2023-12-05 20:13:36 +03:00
"security" = "Security"
2023-02-09 22:18:06 +03:00
[menu]
"dashboard" = "Overview"
"inbounds" = "Inbounds"
"settings" = "Panel Settings"
"xray" = "Xray Configs"
"logout" = "Log Out"
"link" = "Manage"
2023-02-09 22:18:06 +03:00
[pages.login]
2024-01-15 12:37:01 +03:00
"title" = "Welcome"
"loginAgain" = "Your session has expired, please log in again"
2023-02-09 22:18:06 +03:00
[pages.login.toasts]
"invalidFormData" = "The Input data format is invalid."
"emptyUsername" = "Username is required"
"emptyPassword" = "Password is required"
2023-05-04 20:52:54 +03:00
"wrongUsernameOrPassword" = "Invalid username or password."
2023-02-09 22:18:06 +03:00
"successLogin" = "Login"
[pages.index]
2024-01-11 08:53:26 +03:00
"title" = "Overview"
"memory" = "RAM"
"hard" = "Disk"
2024-02-17 19:22:23 +03:00
"xrayStatus" = "Xray"
2023-03-17 01:01:14 +03:00
"stopXray" = "Stop"
2023-03-17 19:07:49 +03:00
"restartXray" = "Restart"
"xraySwitch" = "Version"
2023-04-21 01:11:03 +03:00
"xraySwitchClick" = "Choose the version you want to switch to."
2024-01-09 12:10:40 +03:00
"xraySwitchClickDesk" = "Choose carefully, as older versions may not be compatible with current configurations."
"operationHours" = "Uptime"
2023-02-09 22:18:06 +03:00
"systemLoad" = "System Load"
2024-01-09 12:10:40 +03:00
"systemLoadDesc" = "System load average for the past 1, 5, and 15 minutes"
2024-01-15 12:37:01 +03:00
"connectionTcpCountDesc" = "Total TCP connections across the system"
"connectionUdpCountDesc" = "Total UDP connections across the system"
2024-01-09 12:10:40 +03:00
"connectionCount" = "Connection Stats"
2024-01-15 12:37:01 +03:00
"upSpeed" = "Overall upload speed across the system"
"downSpeed" = "Overall download speed across the system"
"totalSent" = "Total data sent across the system since OS startup"
"totalReceive" = "Total data received across the system since OS startup"
2024-01-09 12:10:40 +03:00
"xraySwitchVersionDialog" = "Change Xray Version"
"xraySwitchVersionDialogDesc" = "Are you sure you want to change the Xray version to"
"dontRefresh" = "Installation is in progress, please do not refresh this page"
2023-05-05 21:22:48 +03:00
"logs" = "Logs"
"config" = "Config"
2023-05-06 15:55:41 +03:00
"backup" = "Backup & Restore"
2024-01-15 12:37:01 +03:00
"backupTitle" = "Database Backup & Restore"
"backupDescription" = "It is recommended to make a backup before restoring a database."
"exportDatabase" = "Back Up"
"importDatabase" = "Restore"
2023-02-09 22:18:06 +03:00
[pages.inbounds]
"title" = "Inbounds"
2024-01-09 12:10:40 +03:00
"totalDownUp" = "Total Sent/Received"
2024-01-12 17:24:42 +03:00
"totalUsage" = "Total Usage"
2024-01-11 08:53:26 +03:00
"inboundCount" = "Total Inbounds"
"operate" = "Menu"
2024-01-11 08:53:26 +03:00
"enable" = "Enabled"
"remark" = "Remark"
"protocol" = "Protocol"
"port" = "Port"
"traffic" = "Traffic"
"details" = "Details"
"transportConfig" = "Transport"
2024-01-15 12:37:01 +03:00
"expireDate" = "Duration"
2023-05-04 20:52:54 +03:00
"resetTraffic" = "Reset Traffic"
"addInbound" = "Add Inbound"
"generalActions" = "General Actions"
2023-05-04 20:52:54 +03:00
"create" = "Create"
"update" = "Update"
"modifyInbound" = "Modify Inbound"
2023-02-09 22:18:06 +03:00
"deleteInbound" = "Delete Inbound"
"deleteInboundContent" = "Are you sure you want to delete inbound?"
2023-12-04 21:20:46 +03:00
"deleteClient" = "Delete Client"
"deleteClientContent" = "Are you sure you want to delete client?"
"resetTrafficContent" = "Are you sure you want to reset traffic?"
"copyLink" = "Copy URL"
"address" = "Address"
"network" = "Network"
2023-05-04 20:52:54 +03:00
"destinationPort" = "Destination Port"
"targetAddress" = "Target Address"
2024-01-09 12:10:40 +03:00
"monitorDesc" = "Leave blank to listen on all IPs"
2024-01-12 17:24:42 +03:00
"meansNoLimit" = " = Unlimited. (unit: GB)"
2023-05-04 20:52:54 +03:00
"totalFlow" = "Total Flow"
2024-01-09 12:10:40 +03:00
"leaveBlankToNeverExpire" = "Leave blank to never expire"
"noRecommendKeepDefault" = "It is recommended to keep the default"
2023-12-04 21:20:46 +03:00
"certificatePath" = "File Path"
"certificateContent" = "File Content"
2023-05-04 20:52:54 +03:00
"publicKeyPath" = "Public Key Path"
"publicKeyContent" = "Public Key Content"
"keyPath" = "Private Key Path"
"keyContent" = "Private Key Content"
2023-03-17 19:07:49 +03:00
"clickOnQRcode" = "Click on QR Code to Copy"
2023-02-09 22:18:06 +03:00
"client" = "Client"
"export" = "Export All URLs"
2023-05-04 20:52:54 +03:00
"clone" = "Clone"
"cloneInbound" = "Clone"
2024-01-09 12:10:40 +03:00
"cloneInboundContent" = "All settings of this inbound, except Port, Listening IP, and Clients, will be applied to the clone."
2023-05-04 20:52:54 +03:00
"cloneInboundOk" = "Clone"
"resetAllTraffic" = "Reset All Inbounds Traffic"
"resetAllTrafficTitle" = "Reset All Inbounds Traffic"
"resetAllTrafficContent" = "Are you sure you want to reset the traffic of all inbounds?"
"resetInboundClientTraffics" = "Reset Clients Traffic"
"resetInboundClientTrafficTitle" = "Reset Clients Traffic"
"resetInboundClientTrafficContent" = "Are you sure you want to reset the traffic of this inbound's clients?"
"resetAllClientTraffics" = "Reset All Clients Traffic"
"resetAllClientTrafficTitle" = "Reset All Clients Traffic"
"resetAllClientTrafficContent" = "Are you sure you want to reset the traffic of all clients?"
2023-05-04 20:52:54 +03:00
"delDepletedClients" = "Delete Depleted Clients"
"delDepletedClientsTitle" = "Delete Depleted Clients"
"delDepletedClientsContent" = "Are you sure you want to delete all the depleted clients?"
2023-05-12 20:30:10 +03:00
"email" = "Email"
"emailDesc" = "Please provide a unique email address."
"IPLimit" = "IP Limit"
2024-01-12 17:24:42 +03:00
"IPLimitDesc" = "Disables inbound if the count exceeds the set value. (0 = disable)"
2023-04-01 16:49:01 +03:00
"IPLimitlog" = "IP Log"
2024-01-12 17:24:42 +03:00
"IPLimitlogDesc" = "The IPs history log. (to enable inbound after disabling, clear the log)"
2023-04-01 16:49:01 +03:00
"IPLimitlogclear" = "Clear The Log"
"setDefaultCert" = "Set Cert from Panel"
2024-01-15 12:37:01 +03:00
"xtlsDesc" = "Xray must be v1.7.5"
"realityDesc" = "Xray must be v1.8.0+"
2024-01-12 17:24:42 +03:00
"telegramDesc" = "Please provide Telegram or chat ID(s) without using the '@'. (get it here @userinfobot) or (use '/id' command in the bot)"
2024-01-11 08:53:26 +03:00
"subscriptionDesc" = "To find your subscription URL, navigate to the 'Details'. Additionally, you can use the same name for several clients."
2023-12-04 21:20:46 +03:00
"info" = "Info"
"same" = "Same"
"inboundData" = "Inbound's Data"
"exportInbound" = "Export Inbound"
2023-12-08 22:08:44 +03:00
"import" = "Import"
"importInbound" = "Import an Inbound"
2023-02-09 22:18:06 +03:00
2023-03-17 19:07:49 +03:00
[pages.client]
2023-05-04 20:52:54 +03:00
"add" = "Add Client"
"edit" = "Edit Client"
"submitAdd" = "Add Client"
"submitEdit" = "Save Changes"
2023-05-04 20:52:54 +03:00
"clientCount" = "Number of Clients"
"bulk" = "Add Bulk"
2023-03-17 19:07:49 +03:00
"method" = "Method"
"first" = "First"
"last" = "Last"
"prefix" = "Prefix"
2023-05-04 20:52:54 +03:00
"postfix" = "Postfix"
2024-01-12 17:24:42 +03:00
"delayedStart" = "Start on Initial Use"
2024-01-09 12:10:40 +03:00
"expireDays" = "Duration"
"days" = "Day(s)"
"renew" = "Auto Renew"
2024-01-09 12:10:40 +03:00
"renewDesc" = "Auto-renewal after expiration. (0 = disable)(unit: day)"
2023-02-12 16:50:09 +03:00
2023-02-09 22:18:06 +03:00
[pages.inbounds.toasts]
"obtain" = "Obtain"
[pages.inbounds.stream.general]
2024-01-11 17:41:48 +03:00
"request" = "Request"
"response" = "Response"
2023-02-12 16:50:09 +03:00
"name" = "Name"
"value" = "Value"
2023-02-09 22:18:06 +03:00
[pages.inbounds.stream.tcp]
2024-01-11 17:41:48 +03:00
"version" = "Version"
"method" = "Method"
"path" = "Path"
"status" = "Status"
2024-01-12 17:24:42 +03:00
"statusDescription" = "Status Desc"
2024-01-11 17:41:48 +03:00
"requestHeader" = "Request Header"
"responseHeader" = "Response Header"
2023-02-09 22:18:06 +03:00
[pages.inbounds.stream.quic]
"encryption" = "Encryption"
2023-02-09 22:18:06 +03:00
2023-05-04 20:52:54 +03:00
[pages.settings]
"title" = "Panel Settings"
2023-02-09 22:18:06 +03:00
"save" = "Save"
2023-05-20 17:51:10 +03:00
"infoDesc" = "Every change made here needs to be saved. Please restart the panel to apply changes."
"restartPanel" = "Restart Panel"
"restartPanelDesc" = "Are you sure you want to restart the panel? If you cannot access the panel after restarting, please view the panel log info on the server."
2023-04-18 19:55:16 +03:00
"actions" = "Actions"
"resetDefaultConfig" = "Reset to Default"
2024-01-15 12:37:01 +03:00
"panelSettings" = "General"
2024-01-09 12:10:40 +03:00
"securitySettings" = "Authentication"
"TGBotSettings" = "Telegram Bot"
2024-01-11 08:53:26 +03:00
"panelListeningIP" = "Listen IP"
"panelListeningIPDesc" = "The IP address for the web panel. (leave blank to listen on all IPs)"
"panelListeningDomain" = "Listen Domain"
"panelListeningDomainDesc" = "The domain name for the web panel. (leave blank to listen on all domains and IPs)"
"panelPort" = "Listen Port"
"panelPortDesc" = "The port number for the web panel. (must be an unused port)"
"publicKeyPath" = "Public Key Path"
"publicKeyPathDesc" = "The public key file path for the web panel. (begins with /)"
"privateKeyPath" = "Private Key Path"
"privateKeyPathDesc" = "The private key file path for the web panel. (begins with /)"
"panelUrlPath" = "URI Path"
"panelUrlPathDesc" = "The URI path for the web panel. (begins with / and concludes with /)"
"pageSize" = "Pagination Size"
2024-01-09 12:10:40 +03:00
"pageSizeDesc" = "Define page size for inbounds table. (0 = disable)"
"remarkModel" = "Remark Model & Separation Character"
2024-01-12 17:24:42 +03:00
"datepicker" = "Calendar Type"
"datepickerPlaceholder" = "Select date"
2024-01-12 17:24:42 +03:00
"datepickerDescription" = "Scheduled tasks will run based on this calendar."
"sampleRemark" = "Sample Remark"
2023-02-09 22:18:06 +03:00
"oldUsername" = "Current Username"
"currentPassword" = "Current Password"
"newUsername" = "New Username"
"newPassword" = "New Password"
"telegramBotEnable" = "Enable Telegram Bot"
2024-01-11 08:53:26 +03:00
"telegramBotEnableDesc" = "Enables the Telegram bot."
2023-05-04 20:52:54 +03:00
"telegramToken" = "Telegram Token"
2024-01-11 08:53:26 +03:00
"telegramTokenDesc" = "The Telegram bot token obtained from '@BotFather'."
2024-01-12 17:24:42 +03:00
"telegramProxy" = "SOCKS Proxy"
2024-01-15 12:37:01 +03:00
"telegramProxyDesc" = "Enables SOCKS5 proxy for connecting to Telegram. (adjust settings as per guide)"
2024-01-11 08:53:26 +03:00
"telegramChatId" = "Admin Chat ID"
2024-01-15 12:37:01 +03:00
"telegramChatIdDesc" = "The Telegram Admin Chat ID(s). (comma-separated)(get it here @userinfobot) or (use '/id' command in the bot)"
2024-01-11 08:53:26 +03:00
"telegramNotifyTime" = "Notification Time"
"telegramNotifyTimeDesc" = "The Telegram bot notification time set for periodic reports. (use the crontab time format)"
2023-05-04 20:52:54 +03:00
"tgNotifyBackup" = "Database Backup"
2024-01-11 08:53:26 +03:00
"tgNotifyBackupDesc" = "Send a database backup file with a report."
2023-06-17 18:41:16 +03:00
"tgNotifyLogin" = "Login Notification"
2024-01-11 08:53:26 +03:00
"tgNotifyLoginDesc" = "Get notified about the username, IP address, and time whenever someone attempts to log into your web panel."
"sessionMaxAge" = "Session Duration"
2024-01-11 08:53:26 +03:00
"sessionMaxAgeDesc" = "The duration for which you can stay logged in. (unit: minute)"
2024-01-15 12:37:01 +03:00
"expireTimeDiff" = "Expiration Date Notification"
2024-01-12 17:24:42 +03:00
"expireTimeDiffDesc" = "Get notified about expiration date when reaching this threshold. (unit: day)"
2024-01-15 12:37:01 +03:00
"trafficDiff" = "Traffic Cap Notification"
"trafficDiffDesc" = "Get notified about traffic cap when reaching this threshold. (unit: GB)"
"tgNotifyCpu" = "CPU Load Notification"
"tgNotifyCpuDesc" = "Get notified if CPU load exceeds this threshold. (unit: %)"
"timeZone" = "Time Zone"
2024-01-12 17:24:42 +03:00
"timeZoneDesc" = "Scheduled tasks will run based on this time zone."
"subSettings" = "Subscription"
2024-01-09 12:10:40 +03:00
"subEnable" = "Enable Subscription Service"
2024-01-11 08:53:26 +03:00
"subEnableDesc" = "Enables the subscription service."
"subListen" = "Listen IP"
"subListenDesc" = "The IP address for the subscription service. (leave blank to listen on all IPs)"
"subPort" = "Listen Port"
"subPortDesc" = "The port number for the subscription service. (must be an unused port)"
"subCertPath" = "Public Key Path"
"subCertPathDesc" = "The public key file path for the subscription service. (begins with /)"
"subKeyPath" = "Private Key Path"
"subKeyPathDesc" = "The private key file path for the subscription service. (begins with /)"
"subPath" = "URI Path"
"subPathDesc" = "The URI path for the subscription service. (begins with / and concludes with /)"
"subDomain" = "Listen Domain"
"subDomainDesc" = "The domain name for the subscription service. (leave blank to listen on all domains and IPs)"
"subUpdates" = "Update Intervals"
"subUpdatesDesc" = "The update intervals of the subscription URL in the client apps. (unit: hour)"
"subEncrypt" = "Encode"
2024-01-11 08:53:26 +03:00
"subEncryptDesc" = "The returned content of subscription service will be Base64 encoded."
"subShowInfo" = "Show Usage Info"
2024-01-11 08:53:26 +03:00
"subShowInfoDesc" = "The remaining traffic and date will be displayed in the client apps."
2023-12-08 19:18:51 +03:00
"subURI" = "Reverse Proxy URI"
2024-01-11 08:53:26 +03:00
"subURIDesc" = "The URI path of the subscription URL for use behind proxies."
2023-05-04 20:52:54 +03:00
2023-12-04 21:20:46 +03:00
[pages.xray]
2024-01-11 08:53:26 +03:00
"title" = "Xray Configs"
"save" = "Save"
2023-12-08 21:44:52 +03:00
"restart" = "Restart Xray"
2024-01-15 12:37:01 +03:00
"basicTemplate" = "Basics"
2024-01-11 08:53:26 +03:00
"advancedTemplate" = "Advanced"
"generalConfigs" = "General"
"generalConfigsDesc" = "These options will determine general adjustments."
2024-02-18 00:43:39 +03:00
"logConfigs" = "Log"
"logConfigsDesc" = "Logs may affect your server's efficiency. It is recommended to enable it wisely only in case of your needs"
2024-01-09 12:10:40 +03:00
"blockConfigs" = "Protection Shield"
2024-01-11 08:53:26 +03:00
"blockConfigsDesc" = "These options will block traffic based on specific requested protocols and websites."
2024-01-09 12:10:40 +03:00
"blockCountryConfigs" = "Block Country"
2024-01-11 08:53:26 +03:00
"blockCountryConfigsDesc" = "These options will block traffic based on the specific requested country."
2024-01-09 12:10:40 +03:00
"directCountryConfigs" = "Direct Country"
2024-01-11 08:53:26 +03:00
"directCountryConfigsDesc" = "These options will directly forward traffic based on the specific requested country."
2024-01-09 12:10:40 +03:00
"ipv4Configs" = "IPv4 Routing"
2024-01-12 17:24:42 +03:00
"ipv4ConfigsDesc" = "These options will route traffic based on a specific destination via IPv4."
2024-01-09 12:10:40 +03:00
"warpConfigs" = "WARP Routing"
"warpConfigsDesc" = "These options will route traffic based on a specific destination via WARP."
2024-01-11 08:53:26 +03:00
"Template" = "Advanced Xray Configuration Template"
2024-01-15 12:37:01 +03:00
"TemplateDesc" = "The final Xray config file will be generated based on this template."
2024-01-11 08:53:26 +03:00
"FreedomStrategy" = "Freedom Protocol Strategy"
"FreedomStrategyDesc" = "Set the output strategy for the network in the Freedom Protocol."
"RoutingStrategy" = "Overall Routing Strategy"
"RoutingStrategyDesc" = "Set the overall traffic routing strategy for resolving all requests."
2024-01-09 12:10:40 +03:00
"Torrent" = "Block BitTorrent Protocol"
2024-01-11 08:53:26 +03:00
"TorrentDesc" = "Blocks BitTorrent protocol."
"PrivateIp" = "Block Connection to Private IPs"
"PrivateIpDesc" = "Blocks establishing connections to private IP ranges."
2023-12-10 20:13:48 +03:00
"Ads" = "Block Ads"
2024-01-11 08:53:26 +03:00
"AdsDesc" = "Blocks advertising websites."
2024-01-09 12:10:40 +03:00
"Family" = "Family Protection"
2024-01-11 08:53:26 +03:00
"FamilyDesc" = "Blocks adult content, and malware websites."
2024-01-15 12:37:01 +03:00
"Security" = "Security Shield"
2024-01-11 08:53:26 +03:00
"SecurityDesc" = "Blocks malware, phishing, and cryptominers websites."
"Speedtest" = "Block Speedtest"
"SpeedtestDesc" = "Blocks establishing connectins to speedtest websites."
"IRIp" = "Block Connection to Iran IPs"
"IRIpDesc" = "Blocks establishing connections to Iran IP ranges."
"IRDomain" = "Block Connection to Iran Domains"
"IRDomainDesc" = "Blocks establishing connections to Iran domains."
"ChinaIp" = "Block Connection to China IPs"
"ChinaIpDesc" = "Blocks establishing connections to China IP ranges."
"ChinaDomain" = "Block Connection to China Domains"
"ChinaDomainDesc" = "Blocks establishing connections to China domains."
"RussiaIp" = "Block Connection to Russia IPs"
"RussiaIpDesc" = "Blocks establishing connections to Russia IP ranges."
"RussiaDomain" = "Block Connection to Russia Domains"
"RussiaDomainDesc" = "Blocks establishing connections to Russia domains."
"VNIp" = "Block Connection to Vietnam IPs"
"VNIpDesc" = "Blocks establishing connections to Vietnam IP ranges."
"VNDomain" = "Block Connection to Vietnam Domains"
"VNDomainDesc" = "Blocks establishing connections to Vietnam domains."
"DirectIRIp" = "Direct Connection to Iran IPs"
2024-01-11 08:53:26 +03:00
"DirectIRIpDesc" = "Directly establishes connections to Iran IP ranges."
"DirectIRDomain" = "Direct Connection to Iran Domains"
2024-01-11 08:53:26 +03:00
"DirectIRDomainDesc" = "Directly establishes connections to Iran domains."
"DirectChinaIp" = "Direct Connection to China IPs"
2024-01-11 08:53:26 +03:00
"DirectChinaIpDesc" = "Directly establishes connections to China IP ranges."
"DirectChinaDomain" = "Direct Connection to China Domains"
2024-01-11 08:53:26 +03:00
"DirectChinaDomainDesc" = "Directly establishes connections to China domains."
"DirectRussiaIp" = "Direct Connection to Russia IPs"
2024-01-11 08:53:26 +03:00
"DirectRussiaIpDesc" = "Directly establishes connections to Russia IP ranges."
"DirectRussiaDomain" = "Direct Connection to Russia Domains"
2024-01-11 08:53:26 +03:00
"DirectRussiaDomainDesc" = "Directly establishes connections to Russia domains."
"DirectVNIp" = "Direct Connection to Vietnam IPs"
2024-01-11 08:53:26 +03:00
"DirectVNIpDesc" = "Directly establishes connections to Vietnam IP ranges."
"DirectVNDomain" = "Direct Connection to Vietnam Domains"
2024-01-11 08:53:26 +03:00
"DirectVNDomainDesc" = "Directly establishes connections to Vietnam domains."
"GoogleIPv4" = "Google"
"GoogleIPv4Desc" = "Routes traffic to Google via IPv4."
"NetflixIPv4" = "Netflix"
"NetflixIPv4Desc" = "Routes traffic to Netflix via IPv4."
"GoogleWARP" = "Google"
2023-12-10 20:13:48 +03:00
"GoogleWARPDesc" = "Add routing for Google via WARP."
2024-01-11 08:53:26 +03:00
"OpenAIWARP" = "ChatGPT"
2024-01-12 17:24:42 +03:00
"OpenAIWARPDesc" = "Routes traffic to ChatGPT via WARP."
2024-01-11 08:53:26 +03:00
"NetflixWARP" = "Netflix"
"NetflixWARPDesc" = "Routes traffic to Netflix via WARP."
"SpotifyWARP" = "Spotify"
"SpotifyWARPDesc" = "Routes traffic to Spotify via WARP."
"IRWARP" = "Iran domains"
"IRWARPDesc" = "Routes traffic to Iran domains via WARP."
2023-12-05 20:13:36 +03:00
"Inbounds" = "Inbounds"
2024-01-12 17:24:42 +03:00
"InboundsDesc" = "Accepting the specific clients."
2023-12-05 20:13:36 +03:00
"Outbounds" = "Outbounds"
"Balancers" = "Balancers"
2024-01-12 17:24:42 +03:00
"OutboundsDesc" = "Set the outgoing traffic pathway."
"Routings" = "Routing Rules"
2023-12-05 20:13:36 +03:00
"RoutingsDesc" = "The priority of each rule is important!"
2023-12-10 20:13:48 +03:00
"completeTemplate" = "All"
"logLevel" = "Log Level"
"logLevelDesc" = "The log level for error logs, indicating the information that needs to be recorded."
"accessLog" = "Access Log"
"accessLogDesc" = "The file path for the access log. The special value 'none' disabled access logs"
2024-02-18 00:43:39 +03:00
"errorLog" = "Error Log"
"errorLogDesc" = "The file path for the error log. The special value 'none' disabled error logs"
2023-12-05 20:13:36 +03:00
[pages.xray.rules]
"first" = "First"
"last" = "Last"
"up" = "Up"
"down" = "Down"
"source" = "Source"
"dest" = "Destination"
"inbound" = "Inbound"
"outbound" = "Outbound"
"balancer" = "Balancer"
2023-12-05 20:13:36 +03:00
"info" = "Info"
"add" = "Add Rule"
"edit" = "Edit Rule"
"useComma" = "Comma-separated items"
2023-12-05 20:13:36 +03:00
[pages.xray.outbound]
"addOutbound" = "Add Outbound"
"addReverse" = "Add Reverse"
"editOutbound" = "Edit Outbound"
"editReverse" = "Edit Reverse"
2023-12-05 20:13:36 +03:00
"tag" = "Tag"
"tagDesc" = "Unique Tag"
2023-12-05 20:13:36 +03:00
"address" = "Address"
"reverse" = "Reverse"
"domain" = "Domain"
"type" = "Type"
"bridge" = "Bridge"
"portal" = "Portal"
"intercon" = "Interconnection"
2023-05-04 20:52:54 +03:00
[pages.xray.balancer]
"addBalancer" = "Add Balancer"
"editBalancer" = "Edit Balancer"
"balancerStrategy" = "Strategy"
"balancerSelectors" = "Selectors"
"tag" = "Tag"
"tagDesc" = "Unique Tag"
"balancerDesc" = "It is not possible to use balancerTag and outboundTag at the same time. If used at the same time, only outboundTag will work."
[pages.xray.wireguard]
"secretKey" = "Secret Key"
"publicKey" = "Public Key"
"allowedIPs" = "Allowed IPs"
2024-01-11 08:53:26 +03:00
"endpoint" = "Endpoint"
"psk" = "PreShared Key"
"domainStrategy" = "Domain Strategy"
2023-05-04 20:52:54 +03:00
[pages.settings.security]
"admin" = "Admin"
"secret" = "Secret Token"
2024-01-15 12:37:01 +03:00
"loginSecurity" = "Secure Login"
2024-01-12 17:24:42 +03:00
"loginSecurityDesc" = "Adds an additional layer of authentication to provide more security."
"secretToken" = "Secret Token"
2024-01-12 17:24:42 +03:00
"secretTokenDesc" = "Please securely store this token in a safe place. This token is required for login and cannot be recovered."
2023-02-09 22:18:06 +03:00
2023-05-04 20:52:54 +03:00
[pages.settings.toasts]
"modifySettings" = "Modify Settings"
"getSettings" = "Get Settings"
2024-01-15 12:37:01 +03:00
"modifyUser" = "Modify Admin"
"originalUserPassIncorrect" = "The Current username or password is invalid"
"userPassMustBeNotEmpty" = "The new username and password is empty"
2023-05-21 02:00:39 +03:00
[tgbot]
"keyboardClosed" = "❌ Custom keyboard closed!"
"noResult" = "❗ No result!"
"noQuery" = "❌ Query not found! Please use the command again!"
"wentWrong" = "❌ Something went wrong!"
"noIpRecord" = "❗ No IP Record!"
"noInbounds" = "❗ No inbound found!"
2024-02-04 01:21:01 +03:00
"unlimited" = "♾ Unlimited(Reset)"
"add" = "Add"
2023-05-21 02:00:39 +03:00
"month" = "Month"
"months" = "Months"
"day" = "Day"
"days" = "Days"
"hours" = "Hours"
2023-05-21 02:00:39 +03:00
"unknown" = "Unknown"
"inbounds" = "Inbounds"
"clients" = "Clients"
"offline" = "🔴 Offline"
"online" = "🟢 Online"
2023-05-21 02:00:39 +03:00
[tgbot.commands]
"unknown" = "❗ Unknown command."
2023-05-21 02:00:39 +03:00
"pleaseChoose" = "👇 Please choose:\r\n"
2024-01-12 17:24:42 +03:00
"help" = "🤖 Welcome to this bot! It's designed to offer specific data from the web panel and allows you to make modifications as needed.\r\n\r\n"
2023-05-21 02:00:39 +03:00
"start" = "👋 Hello <i>{{ .Firstname }}</i>.\r\n"
"welcome" = "🤖 Welcome to <b>{{ .Hostname }}</b> management bot.\r\n"
"status" = "✅ Bot is OK!"
2023-05-21 02:00:39 +03:00
"usage" = "❗ Please provide a text to search!"
"getID" = "🆔 Your ID: <code>{{ .ID }}</code>"
"helpAdminCommands" = "To search for a client email:\r\n<code>/usage [Email]</code>\r\n\r\nTo search for inbounds (with client stats):\r\n<code>/inbound [Remark]</code>"
"helpClientCommands" = "To search for statistics, use the following command:\r\n\r\n<code>/usage [Email]</code>"
2023-05-21 02:00:39 +03:00
[tgbot.messages]
"cpuThreshold" = "🔴 CPU Load {{ .Percent }}% exceeds the threshold of {{ .Threshold }}%"
2023-05-21 02:00:39 +03:00
"selectUserFailed" = "❌ Error in user selection!"
"userSaved" = "✅ Telegram User saved."
2024-01-12 17:24:42 +03:00
"loginSuccess" = "✅ Logged in to the panel successfully.\r\n"
2024-01-09 12:10:40 +03:00
"loginFailed" = "❗️ Log in to the panel failed.\r\n"
2023-05-21 02:00:39 +03:00
"report" = "🕰 Scheduled Reports: {{ .RunTime }}\r\n"
2024-01-09 12:10:40 +03:00
"datetime" = "⏰ Date&Time: {{ .DateTime }}\r\n"
2024-01-12 17:24:42 +03:00
"hostname" = "💻 Host: {{ .Hostname }}\r\n"
"version" = "🚀 3X-UI Version: {{ .Version }}\r\n"
2023-05-21 02:00:39 +03:00
"ipv6" = "🌐 IPv6: {{ .IPv6 }}\r\n"
"ipv4" = "🌐 IPv4: {{ .IPv4 }}\r\n"
"ip" = "🌐 IP: {{ .IP }}\r\n"
"ips" = "🔢 IPs:\r\n{{ .IPs }}\r\n"
2024-01-09 12:10:40 +03:00
"serverUpTime" = "⏳ Uptime: {{ .UpTime }} {{ .Unit }}\r\n"
2024-01-12 17:24:42 +03:00
"serverLoad" = "📈 System Load: {{ .Load1 }}, {{ .Load2 }}, {{ .Load3 }}\r\n"
2024-01-09 12:10:40 +03:00
"serverMemory" = "📋 RAM: {{ .Current }}/{{ .Total }}\r\n"
"tcpCount" = "🔹 TCP: {{ .Count }}\r\n"
"udpCount" = "🔸 UDP: {{ .Count }}\r\n"
2023-05-21 02:00:39 +03:00
"traffic" = "🚦 Traffic: {{ .Total }} (↑{{ .Upload }},↓{{ .Download }})\r\n"
2024-01-12 17:24:42 +03:00
"xrayStatus" = " Status: {{ .State }}\r\n"
2023-05-21 02:00:39 +03:00
"username" = "👤 Username: {{ .Username }}\r\n"
"time" = "⏰ Time: {{ .Time }}\r\n"
"inbound" = "📍 Inbound: {{ .Remark }}\r\n"
"port" = "🔌 Port: {{ .Port }}\r\n"
"expire" = "📅 Expire Date: {{ .Time }}\r\n"
"expireIn" = "📅 Expire In: {{ .Time }}\r\n"
"active" = "💡 Active: {{ .Enable }}\r\n"
"enabled" = "🚨 Enabled: {{ .Enable }}\r\n"
"online" = "🌐 Connection status: {{ .Status }}\r\n"
2023-05-21 02:00:39 +03:00
"email" = "📧 Email: {{ .Email }}\r\n"
"upload" = "🔼 Upload: ↑{{ .Upload }}\r\n"
"download" = "🔽 Download: ↓{{ .Download }}\r\n"
"total" = "📊 Total: ↑↓{{ .UpDown }} / {{ .Total }}\r\n"
2023-05-21 02:00:39 +03:00
"TGUser" = "👤 Telegram User: {{ .TelegramID }}\r\n"
"exhaustedMsg" = "🚨 Exhausted {{ .Type }}:\r\n"
"exhaustedCount" = "🚨 Exhausted {{ .Type }} count:\r\n"
2024-01-09 12:10:40 +03:00
"onlinesCount" = "🌐 Online Clients: {{ .Count }}\r\n"
2023-05-21 02:00:39 +03:00
"disabled" = "🛑 Disabled: {{ .Disabled }}\r\n"
"depleteSoon" = "🔜 Deplete Soon: {{ .Deplete }}\r\n\r\n"
2023-05-21 02:00:39 +03:00
"backupTime" = "🗄 Backup Time: {{ .Time }}\r\n"
"refreshedOn" = "\r\n📋🔄 Refreshed On: {{ .Time }}\r\n\r\n"
"yes" = "✅ Yes"
"no" = "❌ No"
2023-05-21 02:00:39 +03:00
[tgbot.buttons]
"closeKeyboard" = "❌ Close Keyboard"
"cancel" = "❌ Cancel"
"cancelReset" = "❌ Cancel Reset"
"cancelIpLimit" = "❌ Cancel IP Limit"
"confirmResetTraffic" = "✅ Confirm Reset Traffic?"
"confirmClearIps" = "✅ Confirm Clear IPs?"
"confirmRemoveTGUser" = "✅ Confirm Remove Telegram User?"
"confirmToggle" = "✅ Confirm Enable/Disable User?"
2023-05-21 02:00:39 +03:00
"dbBackup" = "Get DB Backup"
"serverUsage" = "Server Usage"
"getInbounds" = "Get Inbounds"
"depleteSoon" = "Deplete Soon"
2023-05-21 02:00:39 +03:00
"clientUsage" = "Get Usage"
"onlines" = "Online Clients"
2023-05-21 02:00:39 +03:00
"commands" = "Commands"
"refresh" = "🔄 Refresh"
"clearIPs" = "❌ Clear IPs"
"removeTGUser" = "❌ Remove Telegram User"
"selectTGUser" = "👤 Select Telegram User"
2024-01-12 17:24:42 +03:00
"selectOneTGUser" = "👤 Select a Telegram User:"
2023-05-21 02:00:39 +03:00
"resetTraffic" = "📈 Reset Traffic"
2024-01-12 17:24:42 +03:00
"resetExpire" = "📅 Change Expiry Date"
2023-05-21 02:00:39 +03:00
"ipLog" = "🔢 IP Log"
"ipLimit" = "🔢 IP Limit"
"setTGUser" = "👤 Set Telegram User"
"toggle" = "🔘 Enable / Disable"
"custom" = "🔢 Custom"
"confirmNumber" = "✅ Confirm: {{ .Num }}"
"confirmNumberAdd" = "✅ Confirm adding: {{ .Num }}"
"limitTraffic" = "🚧 Traffic Limit"
"getBanLogs" = "Get Ban Logs"
2023-05-21 02:00:39 +03:00
[tgbot.answers]
"successfulOperation" = "✅ Operation successful!"
"errorOperation" = "❗ Error in operation."
"getInboundsFailed" = "❌ Failed to get inbounds."
"canceled" = "❌ {{ .Email }}: Operation canceled."
"clientRefreshSuccess" = "✅ {{ .Email }}: Client refreshed successfully."
"IpRefreshSuccess" = "✅ {{ .Email }}: IPs refreshed successfully."
"TGIdRefreshSuccess" = "✅ {{ .Email }}: Client's Telegram User refreshed successfully."
"resetTrafficSuccess" = "✅ {{ .Email }}: Traffic reset successfully."
"setTrafficLimitSuccess" = "✅ {{ .Email }}: Traffic limit saved successfully."
"expireResetSuccess" = "✅ {{ .Email }}: Expire days reset successfully."
"resetIpSuccess" = "✅ {{ .Email }}: IP limit {{ .Count }} saved successfully."
"clearIpSuccess" = "✅ {{ .Email }}: IPs cleared successfully."
"getIpLog" = "✅ {{ .Email }}: Get IP Log."
"getUserInfo" = "✅ {{ .Email }}: Get Telegram User Info."
"removedTGUserSuccess" = "✅ {{ .Email }}: Telegram User removed successfully."
"enableSuccess" = "✅ {{ .Email }}: Enabled successfully."
"disableSuccess" = "✅ {{ .Email }}: Disabled successfully."
2024-01-12 17:24:42 +03:00
"askToAddUserId" = "Your configuration is not found!\r\nPlease ask your admin to use your Telegram ID in your configuration(s).\r\n\r\nYour User ID: <code>{{ .TgUserID }}</code>"