1
0

translate.en_US.toml 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647
  1. "username" = "Username"
  2. "password" = "Password"
  3. "login" = "Log In"
  4. "confirm" = "Confirm"
  5. "cancel" = "Cancel"
  6. "close" = "Close"
  7. "copy" = "Copy"
  8. "copied" = "Copied"
  9. "download" = "Download"
  10. "remark" = "Remark"
  11. "enable" = "Enabled"
  12. "protocol" = "Protocol"
  13. "search" = "Search"
  14. "filter" = "Filter"
  15. "loading" = "Loading..."
  16. "second" = "Second"
  17. "minute" = "Minute"
  18. "hour" = "Hour"
  19. "day" = "Day"
  20. "check" = "Check"
  21. "indefinite" = "Indefinite"
  22. "unlimited" = "Unlimited"
  23. "none" = "None"
  24. "qrCode" = "QR Code"
  25. "info" = "More Information"
  26. "edit" = "Edit"
  27. "delete" = "Delete"
  28. "reset" = "Reset"
  29. "copySuccess" = "Copied Successful"
  30. "sure" = "Sure"
  31. "encryption" = "Encryption"
  32. "transmission" = "Transmission"
  33. "host" = "Host"
  34. "path" = "Path"
  35. "camouflage" = "Obfuscation"
  36. "status" = "Status"
  37. "enabled" = "Enabled"
  38. "disabled" = "Disabled"
  39. "depleted" = "Ended"
  40. "depletingSoon" = "Depleting"
  41. "offline" = "Offline"
  42. "online" = "Online"
  43. "domainName" = "Domain Name"
  44. "monitor" = "Listen IP"
  45. "certificate" = "Digital Certificate"
  46. "fail" = " Failed"
  47. "success" = " Successfully"
  48. "getVersion" = "Get Version"
  49. "install" = "Install"
  50. "clients" = "Clients"
  51. "usage" = "Usage"
  52. "secretToken" = "Secret Token"
  53. "remained" = "Remained"
  54. "security" = "Security"
  55. "secAlertTitle" = "Security Alert"
  56. "secAlertSsl" = "This connection is not secure. Please avoid entering sensitive information until TLS is activated for data protection."
  57. "secAlertConf" = "Certain settings are vulnerable to attacks. It is recommended to reinforce security protocols to prevent potential breaches."
  58. "secAlertSSL" = "Panel lacks secure connection. Please install TLS certificate for data protection."
  59. "secAlertPanelPort" = "Panel default port is vulnerable. Please configure a random or specific port."
  60. "secAlertPanelURI" = "Panel default URI path is insecure. Please configure a complex URI path."
  61. "secAlertSubURI" = "Subscription default URI path is insecure. Please configure a complex URI path."
  62. "secAlertSubJsonURI" = "Subscription JSON default URI path is insecure. Please configure a complex URI path."
  63. [menu]
  64. "dashboard" = "Overview"
  65. "inbounds" = "Inbounds"
  66. "settings" = "Panel Settings"
  67. "xray" = "Xray Configs"
  68. "logout" = "Log Out"
  69. "link" = "Manage"
  70. [pages.login]
  71. "hello" = "Hello"
  72. "title" = "Welcome"
  73. "loginAgain" = "Your session has expired, please log in again"
  74. [pages.login.toasts]
  75. "invalidFormData" = "The Input data format is invalid."
  76. "emptyUsername" = "Username is required"
  77. "emptyPassword" = "Password is required"
  78. "wrongUsernameOrPassword" = "Invalid username or password or secret."
  79. "successLogin" = "Login"
  80. [pages.index]
  81. "title" = "Overview"
  82. "memory" = "RAM"
  83. "hard" = "Disk"
  84. "xrayStatus" = "Xray"
  85. "stopXray" = "Stop"
  86. "restartXray" = "Restart"
  87. "xraySwitch" = "Version"
  88. "xraySwitchClick" = "Choose the version you want to switch to."
  89. "xraySwitchClickDesk" = "Choose carefully, as older versions may not be compatible with current configurations."
  90. "operationHours" = "Uptime"
  91. "systemLoad" = "System Load"
  92. "systemLoadDesc" = "System load average for the past 1, 5, and 15 minutes"
  93. "connectionTcpCountDesc" = "Total TCP connections across the system"
  94. "connectionUdpCountDesc" = "Total UDP connections across the system"
  95. "connectionCount" = "Connection Stats"
  96. "upSpeed" = "Overall upload speed across the system"
  97. "downSpeed" = "Overall download speed across the system"
  98. "totalSent" = "Total data sent across the system since OS startup"
  99. "totalReceive" = "Total data received across the system since OS startup"
  100. "xraySwitchVersionDialog" = "Change Xray Version"
  101. "xraySwitchVersionDialogDesc" = "Are you sure you want to change the Xray version to"
  102. "dontRefresh" = "Installation is in progress, please do not refresh this page"
  103. "logs" = "Logs"
  104. "config" = "Config"
  105. "backup" = "Backup & Restore"
  106. "backupTitle" = "Database Backup & Restore"
  107. "backupDescription" = "It is recommended to make a backup before restoring a database."
  108. "exportDatabase" = "Back Up"
  109. "importDatabase" = "Restore"
  110. [pages.inbounds]
  111. "title" = "Inbounds"
  112. "totalDownUp" = "Total Sent/Received"
  113. "totalUsage" = "Total Usage"
  114. "inboundCount" = "Total Inbounds"
  115. "operate" = "Menu"
  116. "enable" = "Enabled"
  117. "remark" = "Remark"
  118. "protocol" = "Protocol"
  119. "port" = "Port"
  120. "traffic" = "Traffic"
  121. "details" = "Details"
  122. "transportConfig" = "Transport"
  123. "expireDate" = "Duration"
  124. "resetTraffic" = "Reset Traffic"
  125. "addInbound" = "Add Inbound"
  126. "generalActions" = "General Actions"
  127. "create" = "Create"
  128. "update" = "Update"
  129. "modifyInbound" = "Modify Inbound"
  130. "deleteInbound" = "Delete Inbound"
  131. "deleteInboundContent" = "Are you sure you want to delete inbound?"
  132. "deleteClient" = "Delete Client"
  133. "deleteClientContent" = "Are you sure you want to delete client?"
  134. "resetTrafficContent" = "Are you sure you want to reset traffic?"
  135. "copyLink" = "Copy URL"
  136. "address" = "Address"
  137. "network" = "Network"
  138. "destinationPort" = "Destination Port"
  139. "targetAddress" = "Target Address"
  140. "monitorDesc" = "Leave blank to listen on all IPs"
  141. "meansNoLimit" = " = Unlimited. (unit: GB)"
  142. "totalFlow" = "Total Flow"
  143. "leaveBlankToNeverExpire" = "Leave blank to never expire"
  144. "noRecommendKeepDefault" = "It is recommended to keep the default"
  145. "certificatePath" = "File Path"
  146. "certificateContent" = "File Content"
  147. "publicKey" = "Public Key"
  148. "privatekey" = "Private Key"
  149. "clickOnQRcode" = "Click on QR Code to Copy"
  150. "client" = "Client"
  151. "export" = "Export All URLs"
  152. "clone" = "Clone"
  153. "cloneInbound" = "Clone"
  154. "cloneInboundContent" = "All settings of this inbound, except Port, Listening IP, and Clients, will be applied to the clone."
  155. "cloneInboundOk" = "Clone"
  156. "resetAllTraffic" = "Reset All Inbounds Traffic"
  157. "resetAllTrafficTitle" = "Reset All Inbounds Traffic"
  158. "resetAllTrafficContent" = "Are you sure you want to reset the traffic of all inbounds?"
  159. "resetInboundClientTraffics" = "Reset Clients Traffic"
  160. "resetInboundClientTrafficTitle" = "Reset Clients Traffic"
  161. "resetInboundClientTrafficContent" = "Are you sure you want to reset the traffic of this inbound's clients?"
  162. "resetAllClientTraffics" = "Reset All Clients Traffic"
  163. "resetAllClientTrafficTitle" = "Reset All Clients Traffic"
  164. "resetAllClientTrafficContent" = "Are you sure you want to reset the traffic of all clients?"
  165. "delDepletedClients" = "Delete Depleted Clients"
  166. "delDepletedClientsTitle" = "Delete Depleted Clients"
  167. "delDepletedClientsContent" = "Are you sure you want to delete all the depleted clients?"
  168. "email" = "Email"
  169. "emailDesc" = "Please provide a unique email address."
  170. "IPLimit" = "IP Limit"
  171. "IPLimitDesc" = "Disables inbound if the count exceeds the set value. (0 = disable)"
  172. "IPLimitlog" = "IP Log"
  173. "IPLimitlogDesc" = "The IPs history log. (to enable inbound after disabling, clear the log)"
  174. "IPLimitlogclear" = "Clear The Log"
  175. "setDefaultCert" = "Set Cert from Panel"
  176. "xtlsDesc" = "Xray must be v1.7.5"
  177. "realityDesc" = "Xray must be v1.8.0+"
  178. "telegramDesc" = "Please provide Telegram Chat ID. (use '/id' command in the bot) or (@userinfobot)"
  179. "subscriptionDesc" = "To find your subscription URL, navigate to the 'Details'. Additionally, you can use the same name for several clients."
  180. "info" = "Info"
  181. "same" = "Same"
  182. "inboundData" = "Inbound's Data"
  183. "exportInbound" = "Export Inbound"
  184. "import" = "Import"
  185. "importInbound" = "Import an Inbound"
  186. [pages.client]
  187. "add" = "Add Client"
  188. "edit" = "Edit Client"
  189. "submitAdd" = "Add Client"
  190. "submitEdit" = "Save Changes"
  191. "clientCount" = "Number of Clients"
  192. "bulk" = "Add Bulk"
  193. "method" = "Method"
  194. "first" = "First"
  195. "last" = "Last"
  196. "prefix" = "Prefix"
  197. "postfix" = "Postfix"
  198. "delayedStart" = "Start After First Use"
  199. "expireDays" = "Duration"
  200. "days" = "Day(s)"
  201. "renew" = "Auto Renew"
  202. "renewDesc" = "Auto-renewal after expiration. (0 = disable)(unit: day)"
  203. [pages.inbounds.toasts]
  204. "obtain" = "Obtain"
  205. [pages.inbounds.stream.general]
  206. "request" = "Request"
  207. "response" = "Response"
  208. "name" = "Name"
  209. "value" = "Value"
  210. [pages.inbounds.stream.tcp]
  211. "version" = "Version"
  212. "method" = "Method"
  213. "path" = "Path"
  214. "status" = "Status"
  215. "statusDescription" = "Status Desc"
  216. "requestHeader" = "Request Header"
  217. "responseHeader" = "Response Header"
  218. [pages.settings]
  219. "title" = "Panel Settings"
  220. "save" = "Save"
  221. "infoDesc" = "Every change made here needs to be saved. Please restart the panel to apply changes."
  222. "restartPanel" = "Restart Panel"
  223. "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."
  224. "actions" = "Actions"
  225. "resetDefaultConfig" = "Reset to Default"
  226. "panelSettings" = "General"
  227. "securitySettings" = "Authentication"
  228. "TGBotSettings" = "Telegram Bot"
  229. "panelListeningIP" = "Listen IP"
  230. "panelListeningIPDesc" = "The IP address for the web panel. (leave blank to listen on all IPs)"
  231. "panelListeningDomain" = "Listen Domain"
  232. "panelListeningDomainDesc" = "The domain name for the web panel. (leave blank to listen on all domains and IPs)"
  233. "panelPort" = "Listen Port"
  234. "panelPortDesc" = "The port number for the web panel. (must be an unused port)"
  235. "publicKeyPath" = "Public Key Path"
  236. "publicKeyPathDesc" = "The public key file path for the web panel. (begins with ‘/‘)"
  237. "privateKeyPath" = "Private Key Path"
  238. "privateKeyPathDesc" = "The private key file path for the web panel. (begins with ‘/‘)"
  239. "panelUrlPath" = "URI Path"
  240. "panelUrlPathDesc" = "The URI path for the web panel. (begins with ‘/‘ and concludes with ‘/‘)"
  241. "pageSize" = "Pagination Size"
  242. "pageSizeDesc" = "Define page size for inbounds table. (0 = disable)"
  243. "remarkModel" = "Remark Model & Separation Character"
  244. "datepicker" = "Calendar Type"
  245. "datepickerPlaceholder" = "Select date"
  246. "datepickerDescription" = "Scheduled tasks will run based on this calendar."
  247. "sampleRemark" = "Sample Remark"
  248. "oldUsername" = "Current Username"
  249. "currentPassword" = "Current Password"
  250. "newUsername" = "New Username"
  251. "newPassword" = "New Password"
  252. "telegramBotEnable" = "Enable Telegram Bot"
  253. "telegramBotEnableDesc" = "Enables the Telegram bot."
  254. "telegramToken" = "Telegram Token"
  255. "telegramTokenDesc" = "The Telegram bot token obtained from '@BotFather'."
  256. "telegramProxy" = "SOCKS Proxy"
  257. "telegramProxyDesc" = "Enables SOCKS5 proxy for connecting to Telegram. (adjust settings as per guide)"
  258. "telegramChatId" = "Admin Chat ID"
  259. "telegramChatIdDesc" = "The Telegram Admin Chat ID(s). (comma-separated)(get it here @userinfobot) or (use '/id' command in the bot)"
  260. "telegramNotifyTime" = "Notification Time"
  261. "telegramNotifyTimeDesc" = "The Telegram bot notification time set for periodic reports. (use the crontab time format)"
  262. "tgNotifyBackup" = "Database Backup"
  263. "tgNotifyBackupDesc" = "Send a database backup file with a report."
  264. "tgNotifyLogin" = "Login Notification"
  265. "tgNotifyLoginDesc" = "Get notified about the username, IP address, and time whenever someone attempts to log into your web panel."
  266. "sessionMaxAge" = "Session Duration"
  267. "sessionMaxAgeDesc" = "The duration for which you can stay logged in. (unit: minute)"
  268. "expireTimeDiff" = "Expiration Date Notification"
  269. "expireTimeDiffDesc" = "Get notified about expiration date when reaching this threshold. (unit: day)"
  270. "trafficDiff" = "Traffic Cap Notification"
  271. "trafficDiffDesc" = "Get notified about traffic cap when reaching this threshold. (unit: GB)"
  272. "tgNotifyCpu" = "CPU Load Notification"
  273. "tgNotifyCpuDesc" = "Get notified if CPU load exceeds this threshold. (unit: %)"
  274. "timeZone" = "Time Zone"
  275. "timeZoneDesc" = "Scheduled tasks will run based on this time zone."
  276. "subSettings" = "Subscription"
  277. "subEnable" = "Enable Subscription Service"
  278. "subEnableDesc" = "Enables the subscription service."
  279. "subListen" = "Listen IP"
  280. "subListenDesc" = "The IP address for the subscription service. (leave blank to listen on all IPs)"
  281. "subPort" = "Listen Port"
  282. "subPortDesc" = "The port number for the subscription service. (must be an unused port)"
  283. "subCertPath" = "Public Key Path"
  284. "subCertPathDesc" = "The public key file path for the subscription service. (begins with ‘/‘)"
  285. "subKeyPath" = "Private Key Path"
  286. "subKeyPathDesc" = "The private key file path for the subscription service. (begins with ‘/‘)"
  287. "subPath" = "URI Path"
  288. "subPathDesc" = "The URI path for the subscription service. (begins with ‘/‘ and concludes with ‘/‘)"
  289. "subDomain" = "Listen Domain"
  290. "subDomainDesc" = "The domain name for the subscription service. (leave blank to listen on all domains and IPs)"
  291. "subUpdates" = "Update Intervals"
  292. "subUpdatesDesc" = "The update intervals of the subscription URL in the client apps. (unit: hour)"
  293. "subEncrypt" = "Encode"
  294. "subEncryptDesc" = "The returned content of subscription service will be Base64 encoded."
  295. "subShowInfo" = "Show Usage Info"
  296. "subShowInfoDesc" = "The remaining traffic and date will be displayed in the client apps."
  297. "subURI" = "Reverse Proxy URI"
  298. "subURIDesc" = "The URI path of the subscription URL for use behind proxies."
  299. "fragment" = "Fragmentation"
  300. "fragmentDesc" = "Enable fragmentation for TLS hello packet."
  301. "fragmentSett" = "Fragmentation Settings"
  302. "noiseDesc" = "Enable Noise."
  303. "noiseSett" = "Noise Settings"
  304. "mux" = "Mux"
  305. "muxDesc" = "Transmit multiple independent data streams within an established data stream."
  306. "muxSett" = "Mux Settings"
  307. "direct" = "Direct Connection"
  308. "directDesc" = "Directly establishes connections with domains or IP ranges of a specific country."
  309. "directSett" = "Direct Connection Options"
  310. [pages.xray]
  311. "title" = "Xray Configs"
  312. "save" = "Save"
  313. "restart" = "Restart Xray"
  314. "basicTemplate" = "Basics"
  315. "advancedTemplate" = "Advanced"
  316. "generalConfigs" = "General"
  317. "generalConfigsDesc" = "These options will determine general adjustments."
  318. "logConfigs" = "Log"
  319. "logConfigsDesc" = "Logs may affect your server's efficiency. It is recommended to enable it wisely only in case of your needs"
  320. "blockConfigs" = "Protection Shield"
  321. "blockConfigsDesc" = "These options will block traffic based on specific requested protocols and websites."
  322. "blockCountryConfigs" = "Block Country"
  323. "blockCountryConfigsDesc" = "These options will block traffic based on the specific requested country."
  324. "directCountryConfigs" = "Direct Country"
  325. "directCountryConfigsDesc" = "A direct connection ensures that specific traffic is not routed through another server."
  326. "ipv4Configs" = "IPv4 Routing"
  327. "ipv4ConfigsDesc" = "These options will route traffic based on a specific destination via IPv4."
  328. "warpConfigs" = "WARP Routing"
  329. "warpConfigsDesc" = "These options will route traffic based on a specific destination via WARP."
  330. "Template" = "Advanced Xray Configuration Template"
  331. "TemplateDesc" = "The final Xray config file will be generated based on this template."
  332. "FreedomStrategy" = "Freedom Protocol Strategy"
  333. "FreedomStrategyDesc" = "Set the output strategy for the network in the Freedom Protocol."
  334. "RoutingStrategy" = "Overall Routing Strategy"
  335. "RoutingStrategyDesc" = "Set the overall traffic routing strategy for resolving all requests."
  336. "Torrent" = "Block BitTorrent Protocol"
  337. "TorrentDesc" = "Blocks BitTorrent protocol."
  338. "PrivateIp" = "Block Connection to Private IPs"
  339. "PrivateIpDesc" = "Blocks establishing connections to private IP ranges."
  340. "Ads" = "Block Ads"
  341. "AdsDesc" = "Blocks advertising websites."
  342. "Family" = "Family Protection"
  343. "FamilyDesc" = "Blocks adult content, and malware websites."
  344. "Security" = "Security Shield"
  345. "SecurityDesc" = "Blocks malware, phishing, and cryptominers websites."
  346. "Speedtest" = "Block Speedtest"
  347. "SpeedtestDesc" = "Blocks establishing connectins to speedtest websites."
  348. "IRIp" = "Block Connection to Iran IPs"
  349. "IRIpDesc" = "Blocks establishing connections to Iran IP ranges."
  350. "IRDomain" = "Block Connection to Iran Domains"
  351. "IRDomainDesc" = "Blocks establishing connections to Iran domains."
  352. "ChinaIp" = "Block Connection to China IPs"
  353. "ChinaIpDesc" = "Blocks establishing connections to China IP ranges."
  354. "ChinaDomain" = "Block Connection to China Domains"
  355. "ChinaDomainDesc" = "Blocks establishing connections to China domains."
  356. "RussiaIp" = "Block Connection to Russia IPs"
  357. "RussiaIpDesc" = "Blocks establishing connections to Russia IP ranges."
  358. "RussiaDomain" = "Block Connection to Russia Domains"
  359. "RussiaDomainDesc" = "Blocks establishing connections to Russia domains."
  360. "VNIp" = "Block Connection to Vietnam IPs"
  361. "VNIpDesc" = "Blocks establishing connections to Vietnam IP ranges."
  362. "VNDomain" = "Block Connection to Vietnam Domains"
  363. "VNDomainDesc" = "Blocks establishing connections to Vietnam domains."
  364. "DirectIRIp" = "Direct Connection to Iran IPs"
  365. "DirectIRIpDesc" = "Directly establishes connections to Iran IP ranges."
  366. "DirectIRDomain" = "Direct Connection to Iran Domains"
  367. "DirectIRDomainDesc" = "Directly establishes connections to Iran domains."
  368. "DirectChinaIp" = "Direct Connection to China IPs"
  369. "DirectChinaIpDesc" = "Directly establishes connections to China IP ranges."
  370. "DirectChinaDomain" = "Direct Connection to China Domains"
  371. "DirectChinaDomainDesc" = "Directly establishes connections to China domains."
  372. "DirectRussiaIp" = "Direct Connection to Russia IPs"
  373. "DirectRussiaIpDesc" = "Directly establishes connections to Russia IP ranges."
  374. "DirectRussiaDomain" = "Direct Connection to Russia Domains"
  375. "DirectRussiaDomainDesc" = "Directly establishes connections to Russia domains."
  376. "DirectVNIp" = "Direct Connection to Vietnam IPs"
  377. "DirectVNIpDesc" = "Directly establishes connections to Vietnam IP ranges."
  378. "DirectVNDomain" = "Direct Connection to Vietnam Domains"
  379. "DirectVNDomainDesc" = "Directly establishes connections to Vietnam domains."
  380. "GoogleIPv4" = "Google"
  381. "GoogleIPv4Desc" = "Routes traffic to Google via IPv4."
  382. "NetflixIPv4" = "Netflix"
  383. "NetflixIPv4Desc" = "Routes traffic to Netflix via IPv4."
  384. "GoogleWARP" = "Google"
  385. "GoogleWARPDesc" = "Add routing for Google via WARP."
  386. "OpenAIWARP" = "ChatGPT"
  387. "OpenAIWARPDesc" = "Routes traffic to ChatGPT via WARP."
  388. "NetflixWARP" = "Netflix"
  389. "NetflixWARPDesc" = "Routes traffic to Netflix via WARP."
  390. "MetaWARP" = "Meta"
  391. "MetaWARPDesc" = "Routes traffic to Meta (Instagram, Facebook, WhatsApp, Threads,...) via WARP."
  392. "AppleWARP" = "Apple"
  393. "AppleWARPDesc" = "Routes traffic to Apple via WARP."
  394. "RedditWARP" = "Reddit"
  395. "RedditWARPDesc" = "Routes traffic to Reddit via WARP."
  396. "SpotifyWARP" = "Spotify"
  397. "SpotifyWARPDesc" = "Routes traffic to Spotify via WARP."
  398. "IRWARP" = "Iran domains"
  399. "IRWARPDesc" = "Routes traffic to Iran domains via WARP."
  400. "Inbounds" = "Inbounds"
  401. "InboundsDesc" = "Accepting the specific clients."
  402. "Outbounds" = "Outbounds"
  403. "Balancers" = "Balancers"
  404. "OutboundsDesc" = "Set the outgoing traffic pathway."
  405. "Routings" = "Routing Rules"
  406. "RoutingsDesc" = "The priority of each rule is important!"
  407. "completeTemplate" = "All"
  408. "logLevel" = "Log Level"
  409. "logLevelDesc" = "The log level for error logs, indicating the information that needs to be recorded."
  410. "accessLog" = "Access Log"
  411. "accessLogDesc" = "The file path for the access log. The special value 'none' disabled access logs"
  412. "errorLog" = "Error Log"
  413. "errorLogDesc" = "The file path for the error log. The special value 'none' disabled error logs"
  414. "dnsLog" = "DNS Log"
  415. "dnsLogDesc" = "Whether to enable DNS query logs"
  416. "maskAddress" = "Mask Address"
  417. "maskAddressDesc" = "IP address mask, when enabled, will automatically replace the IP address that appears in the log."
  418. [pages.xray.rules]
  419. "first" = "First"
  420. "last" = "Last"
  421. "up" = "Up"
  422. "down" = "Down"
  423. "source" = "Source"
  424. "dest" = "Destination"
  425. "inbound" = "Inbound"
  426. "outbound" = "Outbound"
  427. "balancer" = "Balancer"
  428. "info" = "Info"
  429. "add" = "Add Rule"
  430. "edit" = "Edit Rule"
  431. "useComma" = "Comma-separated items"
  432. [pages.xray.outbound]
  433. "addOutbound" = "Add Outbound"
  434. "addReverse" = "Add Reverse"
  435. "editOutbound" = "Edit Outbound"
  436. "editReverse" = "Edit Reverse"
  437. "tag" = "Tag"
  438. "tagDesc" = "Unique Tag"
  439. "address" = "Address"
  440. "reverse" = "Reverse"
  441. "domain" = "Domain"
  442. "type" = "Type"
  443. "bridge" = "Bridge"
  444. "portal" = "Portal"
  445. "intercon" = "Interconnection"
  446. "settings" = "Settings"
  447. "accountInfo" = "Account Information"
  448. "outboundStatus" = "Outbound Status"
  449. "sendThrough" = "Send Through"
  450. [pages.xray.balancer]
  451. "addBalancer" = "Add Balancer"
  452. "editBalancer" = "Edit Balancer"
  453. "balancerStrategy" = "Strategy"
  454. "balancerSelectors" = "Selectors"
  455. "tag" = "Tag"
  456. "tagDesc" = "Unique Tag"
  457. "balancerDesc" = "It is not possible to use balancerTag and outboundTag at the same time. If used at the same time, only outboundTag will work."
  458. [pages.xray.wireguard]
  459. "secretKey" = "Secret Key"
  460. "publicKey" = "Public Key"
  461. "allowedIPs" = "Allowed IPs"
  462. "endpoint" = "Endpoint"
  463. "psk" = "PreShared Key"
  464. "domainStrategy" = "Domain Strategy"
  465. [pages.xray.dns]
  466. "enable" = "Enable DNS"
  467. "enableDesc" = "Enable built-in DNS server"
  468. "tag" = "DNS Inbound Tag"
  469. "tagDesc" = "This tag will be available as an Inbound tag in routing rules."
  470. "strategy" = "Query Strategy"
  471. "strategyDesc" = "Overall strategy to resolve domain names"
  472. "add" = "Add Server"
  473. "edit" = "Edit Server"
  474. "domains" = "Domains"
  475. [pages.xray.fakedns]
  476. "add" = "Add Fake DNS"
  477. "edit" = "Edit Fake DNS"
  478. "ipPool" = "IP Pool Subnet"
  479. "poolSize" = "Pool Size"
  480. [pages.settings.security]
  481. "admin" = "Admin"
  482. "secret" = "Secret Token"
  483. "loginSecurity" = "Secure Login"
  484. "loginSecurityDesc" = "Adds an additional layer of authentication to provide more security."
  485. "secretToken" = "Secret Token"
  486. "secretTokenDesc" = "Please securely store this token in a safe place. This token is required for login and cannot be recovered."
  487. [pages.settings.toasts]
  488. "modifySettings" = "Modify Settings"
  489. "getSettings" = "Get Settings"
  490. "modifyUser" = "Modify Admin"
  491. "originalUserPassIncorrect" = "The Current username or password is invalid"
  492. "userPassMustBeNotEmpty" = "The new username and password is empty"
  493. [tgbot]
  494. "keyboardClosed" = "❌ Custom keyboard closed!"
  495. "noResult" = "❗ No result!"
  496. "noQuery" = "❌ Query not found! Please use the command again!"
  497. "wentWrong" = "❌ Something went wrong!"
  498. "noIpRecord" = "❗ No IP Record!"
  499. "noInbounds" = "❗ No inbound found!"
  500. "unlimited" = "♾ Unlimited(Reset)"
  501. "add" = "Add"
  502. "month" = "Month"
  503. "months" = "Months"
  504. "day" = "Day"
  505. "days" = "Days"
  506. "hours" = "Hours"
  507. "unknown" = "Unknown"
  508. "inbounds" = "Inbounds"
  509. "clients" = "Clients"
  510. "offline" = "🔴 Offline"
  511. "online" = "🟢 Online"
  512. [tgbot.commands]
  513. "unknown" = "❗ Unknown command."
  514. "pleaseChoose" = "👇 Please choose:\r\n"
  515. "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"
  516. "start" = "👋 Hello <i>{{ .Firstname }}</i>.\r\n"
  517. "welcome" = "🤖 Welcome to <b>{{ .Hostname }}</b> management bot.\r\n"
  518. "status" = "✅ Bot is OK!"
  519. "usage" = "❗ Please provide a text to search!"
  520. "getID" = "🆔 Your ID: <code>{{ .ID }}</code>"
  521. "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>\r\n\r\nTelegram Chat ID:\r\n<code>/id</code>"
  522. "helpClientCommands" = "To search for statistics, use the following command:\r\n\r\n<code>/usage [Email]</code>\r\n\r\nTelegram Chat ID:\r\n<code>/id</code>"
  523. [tgbot.messages]
  524. "cpuThreshold" = "🔴 CPU Load {{ .Percent }}% exceeds the threshold of {{ .Threshold }}%"
  525. "selectUserFailed" = "❌ Error in user selection!"
  526. "userSaved" = "✅ Telegram User saved."
  527. "loginSuccess" = "✅ Logged in to the panel successfully.\r\n"
  528. "loginFailed" = "❗️Login attempt to the panel failed.\r\n"
  529. "report" = "🕰 Scheduled Reports: {{ .RunTime }}\r\n"
  530. "datetime" = "⏰ Date&Time: {{ .DateTime }}\r\n"
  531. "hostname" = "💻 Host: {{ .Hostname }}\r\n"
  532. "version" = "🚀 3X-UI Version: {{ .Version }}\r\n"
  533. "xrayVersion" = "📡 Xray Version: {{ .XrayVersion }}\r\n"
  534. "ipv6" = "🌐 IPv6: {{ .IPv6 }}\r\n"
  535. "ipv4" = "🌐 IPv4: {{ .IPv4 }}\r\n"
  536. "ip" = "🌐 IP: {{ .IP }}\r\n"
  537. "ips" = "🔢 IPs:\r\n{{ .IPs }}\r\n"
  538. "serverUpTime" = "⏳ Uptime: {{ .UpTime }} {{ .Unit }}\r\n"
  539. "serverLoad" = "📈 System Load: {{ .Load1 }}, {{ .Load2 }}, {{ .Load3 }}\r\n"
  540. "serverMemory" = "📋 RAM: {{ .Current }}/{{ .Total }}\r\n"
  541. "tcpCount" = "🔹 TCP: {{ .Count }}\r\n"
  542. "udpCount" = "🔸 UDP: {{ .Count }}\r\n"
  543. "traffic" = "🚦 Traffic: {{ .Total }} (↑{{ .Upload }},↓{{ .Download }})\r\n"
  544. "xrayStatus" = "ℹ️ Status: {{ .State }}\r\n"
  545. "username" = "👤 Username: {{ .Username }}\r\n"
  546. "password" = "👤 Password: {{ .Password }}\r\n"
  547. "time" = "⏰ Time: {{ .Time }}\r\n"
  548. "inbound" = "📍 Inbound: {{ .Remark }}\r\n"
  549. "port" = "🔌 Port: {{ .Port }}\r\n"
  550. "expire" = "📅 Expire Date: {{ .Time }}\r\n"
  551. "expireIn" = "📅 Expire In: {{ .Time }}\r\n"
  552. "active" = "💡 Active: {{ .Enable }}\r\n"
  553. "enabled" = "🚨 Enabled: {{ .Enable }}\r\n"
  554. "online" = "🌐 Connection status: {{ .Status }}\r\n"
  555. "email" = "📧 Email: {{ .Email }}\r\n"
  556. "upload" = "🔼 Upload: ↑{{ .Upload }}\r\n"
  557. "download" = "🔽 Download: ↓{{ .Download }}\r\n"
  558. "total" = "📊 Total: ↑↓{{ .UpDown }} / {{ .Total }}\r\n"
  559. "TGUser" = "👤 Telegram User: {{ .TelegramID }}\r\n"
  560. "exhaustedMsg" = "🚨 Exhausted {{ .Type }}:\r\n"
  561. "exhaustedCount" = "🚨 Exhausted {{ .Type }} count:\r\n"
  562. "onlinesCount" = "🌐 Online Clients: {{ .Count }}\r\n"
  563. "disabled" = "🛑 Disabled: {{ .Disabled }}\r\n"
  564. "depleteSoon" = "🔜 Deplete Soon: {{ .Deplete }}\r\n\r\n"
  565. "backupTime" = "🗄 Backup Time: {{ .Time }}\r\n"
  566. "refreshedOn" = "\r\n📋🔄 Refreshed On: {{ .Time }}\r\n\r\n"
  567. "yes" = "✅ Yes"
  568. "no" = "❌ No"
  569. [tgbot.buttons]
  570. "closeKeyboard" = "❌ Close Keyboard"
  571. "cancel" = "❌ Cancel"
  572. "cancelReset" = "❌ Cancel Reset"
  573. "cancelIpLimit" = "❌ Cancel IP Limit"
  574. "confirmResetTraffic" = "✅ Confirm Reset Traffic?"
  575. "confirmClearIps" = "✅ Confirm Clear IPs?"
  576. "confirmRemoveTGUser" = "✅ Confirm Remove Telegram User?"
  577. "confirmToggle" = "✅ Confirm Enable/Disable User?"
  578. "dbBackup" = "Get DB Backup"
  579. "serverUsage" = "Server Usage"
  580. "getInbounds" = "Get Inbounds"
  581. "depleteSoon" = "Deplete Soon"
  582. "clientUsage" = "Get Usage"
  583. "onlines" = "Online Clients"
  584. "commands" = "Commands"
  585. "refresh" = "🔄 Refresh"
  586. "clearIPs" = "❌ Clear IPs"
  587. "removeTGUser" = "❌ Remove Telegram User"
  588. "selectTGUser" = "👤 Select Telegram User"
  589. "selectOneTGUser" = "👤 Select a Telegram User:"
  590. "resetTraffic" = "📈 Reset Traffic"
  591. "resetExpire" = "📅 Change Expiry Date"
  592. "ipLog" = "🔢 IP Log"
  593. "ipLimit" = "🔢 IP Limit"
  594. "setTGUser" = "👤 Set Telegram User"
  595. "toggle" = "🔘 Enable / Disable"
  596. "custom" = "🔢 Custom"
  597. "confirmNumber" = "✅ Confirm: {{ .Num }}"
  598. "confirmNumberAdd" = "✅ Confirm adding: {{ .Num }}"
  599. "limitTraffic" = "🚧 Traffic Limit"
  600. "getBanLogs" = "Get Ban Logs"
  601. "allClients" = "All Clients"
  602. [tgbot.answers]
  603. "successfulOperation" = "✅ Operation successful!"
  604. "errorOperation" = "❗ Error in operation."
  605. "getInboundsFailed" = "❌ Failed to get inbounds."
  606. "getClientsFailed" = "❌ Failed to get clients."
  607. "canceled" = "❌ {{ .Email }}: Operation canceled."
  608. "clientRefreshSuccess" = "✅ {{ .Email }}: Client refreshed successfully."
  609. "IpRefreshSuccess" = "✅ {{ .Email }}: IPs refreshed successfully."
  610. "TGIdRefreshSuccess" = "✅ {{ .Email }}: Client's Telegram User refreshed successfully."
  611. "resetTrafficSuccess" = "✅ {{ .Email }}: Traffic reset successfully."
  612. "setTrafficLimitSuccess" = "✅ {{ .Email }}: Traffic limit saved successfully."
  613. "expireResetSuccess" = "✅ {{ .Email }}: Expire days reset successfully."
  614. "resetIpSuccess" = "✅ {{ .Email }}: IP limit {{ .Count }} saved successfully."
  615. "clearIpSuccess" = "✅ {{ .Email }}: IPs cleared successfully."
  616. "getIpLog" = "✅ {{ .Email }}: Get IP Log."
  617. "getUserInfo" = "✅ {{ .Email }}: Get Telegram User Info."
  618. "removedTGUserSuccess" = "✅ {{ .Email }}: Telegram User removed successfully."
  619. "enableSuccess" = "✅ {{ .Email }}: Enabled successfully."
  620. "disableSuccess" = "✅ {{ .Email }}: Disabled successfully."
  621. "askToAddUserId" = "Your configuration is not found!\r\nPlease ask your admin to use your Telegram ChatID in your configuration(s).\r\n\r\nYour ChatID: <code>{{ .TgUserID }}</code>"
  622. "chooseClient" = "Choose a Client for Inbound {{ .Inbound }}"
  623. "chooseInbound" = "Choose an Inbound"