translate.en_US.toml 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686
  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. "useIPv4ForHost" = "Use IPv4 for host"
  33. "transmission" = "Transmission"
  34. "host" = "Host"
  35. "path" = "Path"
  36. "camouflage" = "Obfuscation"
  37. "status" = "Status"
  38. "enabled" = "Enabled"
  39. "disabled" = "Disabled"
  40. "depleted" = "Ended"
  41. "depletingSoon" = "Depleting"
  42. "offline" = "Offline"
  43. "online" = "Online"
  44. "domainName" = "Domain Name"
  45. "monitor" = "Listen IP"
  46. "certificate" = "Digital Certificate"
  47. "fail" = "Failed"
  48. "comment" = "Comment"
  49. "success" = "Successfully"
  50. "getVersion" = "Get Version"
  51. "install" = "Install"
  52. "clients" = "Clients"
  53. "usage" = "Usage"
  54. "secretToken" = "Secret Token"
  55. "remained" = "Remained"
  56. "security" = "Security"
  57. "secAlertTitle" = "Security Alert"
  58. "secAlertSsl" = "This connection is not secure. Please avoid entering sensitive information until TLS is activated for data protection."
  59. "secAlertConf" = "Certain settings are vulnerable to attacks. It is recommended to reinforce security protocols to prevent potential breaches."
  60. "secAlertSSL" = "Panel lacks secure connection. Please install TLS certificate for data protection."
  61. "secAlertPanelPort" = "Panel default port is vulnerable. Please configure a random or specific port."
  62. "secAlertPanelURI" = "Panel default URI path is insecure. Please configure a complex URI path."
  63. "secAlertSubURI" = "Subscription default URI path is insecure. Please configure a complex URI path."
  64. "secAlertSubJsonURI" = "Subscription JSON default URI path is insecure. Please configure a complex URI path."
  65. "emptyDnsDesc" = "No added DNS servers."
  66. "emptyFakeDnsDesc" = "No added Fake DNS servers."
  67. "emptyBalancersDesc" = "No added balancers."
  68. "emptyReverseDesc" = "No added reverse proxies."
  69. [menu]
  70. "theme" = "Theme"
  71. "dark" = "Dark"
  72. "ultraDark" = "Ultra Dark"
  73. "dashboard" = "Overview"
  74. "inbounds" = "Inbounds"
  75. "settings" = "Panel Settings"
  76. "xray" = "Xray Configs"
  77. "logout" = "Log Out"
  78. "link" = "Manage"
  79. [pages.login]
  80. "hello" = "Hello"
  81. "title" = "Welcome"
  82. "loginAgain" = "Your session has expired, please log in again"
  83. [pages.login.toasts]
  84. "invalidFormData" = "The Input data format is invalid."
  85. "emptyUsername" = "Username is required"
  86. "emptyPassword" = "Password is required"
  87. "wrongUsernameOrPassword" = "Invalid username or password or secret."
  88. "successLogin" = "Login"
  89. [pages.index]
  90. "title" = "Overview"
  91. "cpu" = "CPU"
  92. "logicalProcessors" = "Logical Processors"
  93. "frequency" = "Frequency"
  94. "swap" = "Swap"
  95. "storage" = "Storage"
  96. "memory" = "RAM"
  97. "threads" = "Threads"
  98. "xrayStatus" = "Xray"
  99. "stopXray" = "Stop"
  100. "restartXray" = "Restart"
  101. "xraySwitch" = "Version"
  102. "xraySwitchClick" = "Choose the version you want to switch to."
  103. "xraySwitchClickDesk" = "Choose carefully, as older versions may not be compatible with current configurations."
  104. "xrayStatusUnknown" = "Unknown"
  105. "xrayStatusRunning" = "Running"
  106. "xrayStatusStop" = "Stop"
  107. "xrayStatusError" = "Error"
  108. "xrayErrorPopoverTitle" = "An error occurred while running Xray"
  109. "operationHours" = "Uptime"
  110. "systemLoad" = "System Load"
  111. "systemLoadDesc" = "System load average for the past 1, 5, and 15 minutes"
  112. "connectionCount" = "Connection Stats"
  113. "ipAddresses" = "IP Addresses"
  114. "toggleIpVisibility" = "Toggle visibility of the IP"
  115. "overallSpeed" = "Overall Speed"
  116. "upload" = "Upload"
  117. "download" = "Download"
  118. "totalData" = "Total Data"
  119. "sent" = "Sent"
  120. "received" = "Received"
  121. "xraySwitchVersionDialog" = "Do you really want to change the Xray version?"
  122. "xraySwitchVersionDialogDesc" = "This will change the Xray version to #version#."
  123. "xraySwitchVersionPopover" = "Xray updated successfully"
  124. "geofileUpdateDialog" = "Do you really want to update the geofile?"
  125. "geofileUpdateDialogDesc" = "This will update the #filename# file."
  126. "geofileUpdatePopover" = "Geofile updated successfully"
  127. "dontRefresh" = "Installation is in progress, please do not refresh this page"
  128. "logs" = "Logs"
  129. "config" = "Config"
  130. "backup" = "Backup"
  131. "backupTitle" = "Database Backup & Restore"
  132. "exportDatabase" = "Back Up"
  133. "exportDatabaseDesc" = "Click to download a .db file containing a backup of your current database to your device."
  134. "importDatabase" = "Restore"
  135. "importDatabaseDesc" = "Click to select and upload a .db file from your device to restore your database from a backup."
  136. [pages.inbounds]
  137. "title" = "Inbounds"
  138. "totalDownUp" = "Total Sent/Received"
  139. "totalUsage" = "Total Usage"
  140. "inboundCount" = "Total Inbounds"
  141. "operate" = "Menu"
  142. "enable" = "Enabled"
  143. "remark" = "Remark"
  144. "protocol" = "Protocol"
  145. "port" = "Port"
  146. "traffic" = "Traffic"
  147. "details" = "Details"
  148. "transportConfig" = "Transport"
  149. "expireDate" = "Duration"
  150. "resetTraffic" = "Reset Traffic"
  151. "addInbound" = "Add Inbound"
  152. "generalActions" = "General Actions"
  153. "autoRefresh" = "Auto-refresh"
  154. "autoRefreshInterval" = "Interval"
  155. "create" = "Create"
  156. "update" = "Update"
  157. "modifyInbound" = "Modify Inbound"
  158. "deleteInbound" = "Delete Inbound"
  159. "deleteInboundContent" = "Are you sure you want to delete inbound?"
  160. "deleteClient" = "Delete Client"
  161. "deleteClientContent" = "Are you sure you want to delete client?"
  162. "resetTrafficContent" = "Are you sure you want to reset traffic?"
  163. "copyLink" = "Copy URL"
  164. "address" = "Address"
  165. "network" = "Network"
  166. "destinationPort" = "Destination Port"
  167. "targetAddress" = "Target Address"
  168. "monitorDesc" = "Leave blank to listen on all IPs"
  169. "meansNoLimit" = "= Unlimited. (unit: GB)"
  170. "totalFlow" = "Total Flow"
  171. "leaveBlankToNeverExpire" = "Leave blank to never expire"
  172. "noRecommendKeepDefault" = "It is recommended to keep the default"
  173. "certificatePath" = "File Path"
  174. "certificateContent" = "File Content"
  175. "publicKey" = "Public Key"
  176. "privatekey" = "Private Key"
  177. "clickOnQRcode" = "Click on QR Code to Copy"
  178. "client" = "Client"
  179. "export" = "Export All URLs"
  180. "clone" = "Clone"
  181. "cloneInbound" = "Clone"
  182. "cloneInboundContent" = "All settings of this inbound, except Port, Listening IP, and Clients, will be applied to the clone."
  183. "cloneInboundOk" = "Clone"
  184. "resetAllTraffic" = "Reset All Inbounds Traffic"
  185. "resetAllTrafficTitle" = "Reset All Inbounds Traffic"
  186. "resetAllTrafficContent" = "Are you sure you want to reset the traffic of all inbounds?"
  187. "resetInboundClientTraffics" = "Reset Clients Traffic"
  188. "resetInboundClientTrafficTitle" = "Reset Clients Traffic"
  189. "resetInboundClientTrafficContent" = "Are you sure you want to reset the traffic of this inbound's clients?"
  190. "resetAllClientTraffics" = "Reset All Clients Traffic"
  191. "resetAllClientTrafficTitle" = "Reset All Clients Traffic"
  192. "resetAllClientTrafficContent" = "Are you sure you want to reset the traffic of all clients?"
  193. "delDepletedClients" = "Delete Depleted Clients"
  194. "delDepletedClientsTitle" = "Delete Depleted Clients"
  195. "delDepletedClientsContent" = "Are you sure you want to delete all the depleted clients?"
  196. "email" = "Email"
  197. "emailDesc" = "Please provide a unique email address."
  198. "IPLimit" = "IP Limit"
  199. "IPLimitDesc" = "Disables inbound if the count exceeds the set value. (0 = disable)"
  200. "IPLimitlog" = "IP Log"
  201. "IPLimitlogDesc" = "The IPs history log. (to enable inbound after disabling, clear the log)"
  202. "IPLimitlogclear" = "Clear The Log"
  203. "setDefaultCert" = "Set Cert from Panel"
  204. "telegramDesc" = "Please provide Telegram Chat ID. (use '/id' command in the bot) or (@userinfobot)"
  205. "subscriptionDesc" = "To find your subscription URL, navigate to the 'Details'. Additionally, you can use the same name for several clients."
  206. "info" = "Info"
  207. "same" = "Same"
  208. "inboundData" = "Inbound's Data"
  209. "exportInbound" = "Export Inbound"
  210. "import" = "Import"
  211. "importInbound" = "Import an Inbound"
  212. [pages.client]
  213. "add" = "Add Client"
  214. "edit" = "Edit Client"
  215. "submitAdd" = "Add Client"
  216. "submitEdit" = "Save Changes"
  217. "clientCount" = "Number of Clients"
  218. "bulk" = "Add Bulk"
  219. "method" = "Method"
  220. "first" = "First"
  221. "last" = "Last"
  222. "prefix" = "Prefix"
  223. "postfix" = "Postfix"
  224. "delayedStart" = "Start After First Use"
  225. "expireDays" = "Duration"
  226. "days" = "Day(s)"
  227. "renew" = "Auto Renew"
  228. "renewDesc" = "Auto-renewal after expiration. (0 = disable)(unit: day)"
  229. [pages.inbounds.toasts]
  230. "obtain" = "Obtain"
  231. [pages.inbounds.stream.general]
  232. "request" = "Request"
  233. "response" = "Response"
  234. "name" = "Name"
  235. "value" = "Value"
  236. [pages.inbounds.stream.tcp]
  237. "version" = "Version"
  238. "method" = "Method"
  239. "path" = "Path"
  240. "status" = "Status"
  241. "statusDescription" = "Status Desc"
  242. "requestHeader" = "Request Header"
  243. "responseHeader" = "Response Header"
  244. [pages.settings]
  245. "title" = "Panel Settings"
  246. "save" = "Save"
  247. "infoDesc" = "Every change made here needs to be saved. Please restart the panel to apply changes."
  248. "restartPanel" = "Restart Panel"
  249. "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."
  250. "actions" = "Actions"
  251. "resetDefaultConfig" = "Reset to Default"
  252. "panelSettings" = "General"
  253. "securitySettings" = "Authentication"
  254. "TGBotSettings" = "Telegram Bot"
  255. "panelListeningIP" = "Listen IP"
  256. "panelListeningIPDesc" = "The IP address for the web panel. (leave blank to listen on all IPs)"
  257. "panelListeningDomain" = "Listen Domain"
  258. "panelListeningDomainDesc" = "The domain name for the web panel. (leave blank to listen on all domains and IPs)"
  259. "panelPort" = "Listen Port"
  260. "panelPortDesc" = "The port number for the web panel. (must be an unused port)"
  261. "publicKeyPath" = "Public Key Path"
  262. "publicKeyPathDesc" = "The public key file path for the web panel. (begins with ‘/‘)"
  263. "privateKeyPath" = "Private Key Path"
  264. "privateKeyPathDesc" = "The private key file path for the web panel. (begins with ‘/‘)"
  265. "panelUrlPath" = "URI Path"
  266. "panelUrlPathDesc" = "The URI path for the web panel. (begins with ‘/‘ and concludes with ‘/‘)"
  267. "pageSize" = "Pagination Size"
  268. "pageSizeDesc" = "Define page size for inbounds table. (0 = disable)"
  269. "remarkModel" = "Remark Model & Separation Character"
  270. "datepicker" = "Calendar Type"
  271. "datepickerPlaceholder" = "Select date"
  272. "datepickerDescription" = "Scheduled tasks will run based on this calendar."
  273. "sampleRemark" = "Sample Remark"
  274. "oldUsername" = "Current Username"
  275. "currentPassword" = "Current Password"
  276. "newUsername" = "New Username"
  277. "newPassword" = "New Password"
  278. "telegramBotEnable" = "Enable Telegram Bot"
  279. "telegramBotEnableDesc" = "Enables the Telegram bot."
  280. "telegramToken" = "Telegram Token"
  281. "telegramTokenDesc" = "The Telegram bot token obtained from '@BotFather'."
  282. "telegramProxy" = "SOCKS Proxy"
  283. "telegramProxyDesc" = "Enables SOCKS5 proxy for connecting to Telegram. (adjust settings as per guide)"
  284. "telegramAPIServer" = "Telegram API Server"
  285. "telegramAPIServerDesc" = "The Telegram API server to use. Leave blank to use the default server."
  286. "telegramChatId" = "Admin Chat ID"
  287. "telegramChatIdDesc" = "The Telegram Admin Chat ID(s). (comma-separated)(get it here @userinfobot) or (use '/id' command in the bot)"
  288. "telegramNotifyTime" = "Notification Time"
  289. "telegramNotifyTimeDesc" = "The Telegram bot notification time set for periodic reports. (use the crontab time format)"
  290. "tgNotifyBackup" = "Database Backup"
  291. "tgNotifyBackupDesc" = "Send a database backup file with a report."
  292. "tgNotifyLogin" = "Login Notification"
  293. "tgNotifyLoginDesc" = "Get notified about the username, IP address, and time whenever someone attempts to log into your web panel."
  294. "sessionMaxAge" = "Session Duration"
  295. "sessionMaxAgeDesc" = "The duration for which you can stay logged in. (unit: minute)"
  296. "expireTimeDiff" = "Expiration Date Notification"
  297. "expireTimeDiffDesc" = "Get notified about expiration date when reaching this threshold. (unit: day)"
  298. "trafficDiff" = "Traffic Cap Notification"
  299. "trafficDiffDesc" = "Get notified about traffic cap when reaching this threshold. (unit: GB)"
  300. "tgNotifyCpu" = "CPU Load Notification"
  301. "tgNotifyCpuDesc" = "Get notified if CPU load exceeds this threshold. (unit: %)"
  302. "timeZone" = "Time Zone"
  303. "timeZoneDesc" = "Scheduled tasks will run based on this time zone."
  304. "subSettings" = "Subscription"
  305. "subEnable" = "Enable Subscription Service"
  306. "subEnableDesc" = "Enables the subscription service."
  307. "subTitle" = "Subscription Title"
  308. "subTitleDesc" = "Title shown in VPN client"
  309. "subListen" = "Listen IP"
  310. "subListenDesc" = "The IP address for the subscription service. (leave blank to listen on all IPs)"
  311. "subPort" = "Listen Port"
  312. "subPortDesc" = "The port number for the subscription service. (must be an unused port)"
  313. "subCertPath" = "Public Key Path"
  314. "subCertPathDesc" = "The public key file path for the subscription service. (begins with ‘/‘)"
  315. "subKeyPath" = "Private Key Path"
  316. "subKeyPathDesc" = "The private key file path for the subscription service. (begins with ‘/‘)"
  317. "subPath" = "URI Path"
  318. "subPathDesc" = "The URI path for the subscription service. (begins with ‘/‘ and concludes with ‘/‘)"
  319. "subDomain" = "Listen Domain"
  320. "subDomainDesc" = "The domain name for the subscription service. (leave blank to listen on all domains and IPs)"
  321. "subUpdates" = "Update Intervals"
  322. "subUpdatesDesc" = "The update intervals of the subscription URL in the client apps. (unit: hour)"
  323. "subEncrypt" = "Encode"
  324. "subEncryptDesc" = "The returned content of subscription service will be Base64 encoded."
  325. "subShowInfo" = "Show Usage Info"
  326. "subShowInfoDesc" = "The remaining traffic and date will be displayed in the client apps."
  327. "subURI" = "Reverse Proxy URI"
  328. "subURIDesc" = "The URI path of the subscription URL for use behind proxies."
  329. "externalTrafficInformEnable" = "External Traffic Inform"
  330. "externalTrafficInformEnableDesc" = "Inform external API on every traffic update."
  331. "externalTrafficInformURI" = "External Traffic Inform URI"
  332. "externalTrafficInformURIDesc" = "Traffic updates are sent to this URI."
  333. "fragment" = "Fragmentation"
  334. "fragmentDesc" = "Enable fragmentation for TLS hello packet."
  335. "fragmentSett" = "Fragmentation Settings"
  336. "noisesDesc" = "Enable Noises."
  337. "noisesSett" = "Noises Settings"
  338. "mux" = "Mux"
  339. "muxDesc" = "Transmit multiple independent data streams within an established data stream."
  340. "muxSett" = "Mux Settings"
  341. "direct" = "Direct Connection"
  342. "directDesc" = "Directly establishes connections with domains or IP ranges of a specific country."
  343. "notifications" = "Notifications"
  344. "certs" = "Certificaties"
  345. "externalTraffic" = "External Traffic"
  346. "dateAndTime" = "Date and Time"
  347. "proxyAndServer" = "Proxy and Server"
  348. "intervals" = "Intervals"
  349. "information" = "Information"
  350. "language" = "Language"
  351. "telegramBotLanguage" = "Telegram Bot Language"
  352. [pages.xray]
  353. "title" = "Xray Configs"
  354. "save" = "Save"
  355. "restart" = "Restart Xray"
  356. "basicTemplate" = "Basics"
  357. "advancedTemplate" = "Advanced"
  358. "generalConfigs" = "General"
  359. "generalConfigsDesc" = "These options will determine general adjustments."
  360. "logConfigs" = "Log"
  361. "logConfigsDesc" = "Logs may affect your server's efficiency. It is recommended to enable it wisely only in case of your needs"
  362. "blockConfigs" = "Protection Shield"
  363. "blockConfigsDesc" = "These options will block traffic based on specific requested protocols and websites."
  364. "basicRouting" = "Basic Routing"
  365. "blockConnectionsConfigsDesc" = "These options will block traffic based on the specific requested country."
  366. "directConnectionsConfigsDesc" = "A direct connection ensures that specific traffic is not routed through another server."
  367. "blockips" = "Block IPs"
  368. "blockdomains" = "Block Domains"
  369. "directips" = "Direct IPs"
  370. "directdomains" = "Direct Domains"
  371. "ipv4Routing" = "IPv4 Routing"
  372. "ipv4RoutingDesc" = "These options will route traffic based on a specific destination via IPv4."
  373. "warpRouting" = "WARP Routing"
  374. "warpRoutingDesc" = "These options will route traffic based on a specific destination via WARP."
  375. "Template" = "Advanced Xray Configuration Template"
  376. "TemplateDesc" = "The final Xray config file will be generated based on this template."
  377. "FreedomStrategy" = "Freedom Protocol Strategy"
  378. "FreedomStrategyDesc" = "Set the output strategy for the network in the Freedom Protocol."
  379. "RoutingStrategy" = "Overall Routing Strategy"
  380. "RoutingStrategyDesc" = "Set the overall traffic routing strategy for resolving all requests."
  381. "Torrent" = "Block BitTorrent Protocol"
  382. "TorrentDesc" = "Blocks BitTorrent protocol."
  383. "Family" = "Family Protection"
  384. "FamilyDesc" = "Blocks adult content, and malware websites."
  385. "Inbounds" = "Inbounds"
  386. "InboundsDesc" = "Accepting the specific clients."
  387. "Outbounds" = "Outbounds"
  388. "Balancers" = "Balancers"
  389. "OutboundsDesc" = "Set the outgoing traffic pathway."
  390. "Routings" = "Routing Rules"
  391. "RoutingsDesc" = "The priority of each rule is important!"
  392. "completeTemplate" = "All"
  393. "logLevel" = "Log Level"
  394. "logLevelDesc" = "The log level for error logs, indicating the information that needs to be recorded."
  395. "accessLog" = "Access Log"
  396. "accessLogDesc" = "The file path for the access log. The special value 'none' disabled access logs"
  397. "errorLog" = "Error Log"
  398. "errorLogDesc" = "The file path for the error log. The special value 'none' disabled error logs"
  399. "dnsLog" = "DNS Log"
  400. "dnsLogDesc" = "Whether to enable DNS query logs"
  401. "maskAddress" = "Mask Address"
  402. "maskAddressDesc" = "IP address mask, when enabled, will automatically replace the IP address that appears in the log."
  403. "statistics" = "Statistics"
  404. "statsInboundUplink" = "Inbound Upload Statistics"
  405. "statsInboundUplinkDesc" = "Enables the statistics collection for upstream traffic of all inbound proxies."
  406. "statsInboundDownlink" = "Inbound Download Statistics"
  407. "statsInboundDownlinkDesc" = "Enables the statistics collection for downstream traffic of all inbound proxies."
  408. "statsOutboundUplink" = "Outbound Upload Statistics"
  409. "statsOutboundUplinkDesc" = "Enables the statistics collection for upstream traffic of all outbound proxies."
  410. "statsOutboundDownlink" = "Outbound Download Statistics"
  411. "statsOutboundDownlinkDesc" = "Enables the statistics collection for downstream traffic of all outbound proxies."
  412. [pages.xray.rules]
  413. "first" = "First"
  414. "last" = "Last"
  415. "up" = "Up"
  416. "down" = "Down"
  417. "source" = "Source"
  418. "dest" = "Destination"
  419. "inbound" = "Inbound"
  420. "outbound" = "Outbound"
  421. "balancer" = "Balancer"
  422. "info" = "Info"
  423. "add" = "Add Rule"
  424. "edit" = "Edit Rule"
  425. "useComma" = "Comma-separated items"
  426. [pages.xray.outbound]
  427. "addOutbound" = "Add Outbound"
  428. "addReverse" = "Add Reverse"
  429. "editOutbound" = "Edit Outbound"
  430. "editReverse" = "Edit Reverse"
  431. "tag" = "Tag"
  432. "tagDesc" = "Unique Tag"
  433. "address" = "Address"
  434. "reverse" = "Reverse"
  435. "domain" = "Domain"
  436. "type" = "Type"
  437. "bridge" = "Bridge"
  438. "portal" = "Portal"
  439. "link" = "Link"
  440. "intercon" = "Interconnection"
  441. "settings" = "Settings"
  442. "accountInfo" = "Account Information"
  443. "outboundStatus" = "Outbound Status"
  444. "sendThrough" = "Send Through"
  445. [pages.xray.balancer]
  446. "addBalancer" = "Add Balancer"
  447. "editBalancer" = "Edit Balancer"
  448. "balancerStrategy" = "Strategy"
  449. "balancerSelectors" = "Selectors"
  450. "tag" = "Tag"
  451. "tagDesc" = "Unique Tag"
  452. "balancerDesc" = "It is not possible to use balancerTag and outboundTag at the same time. If used at the same time, only outboundTag will work."
  453. [pages.xray.wireguard]
  454. "secretKey" = "Secret Key"
  455. "publicKey" = "Public Key"
  456. "allowedIPs" = "Allowed IPs"
  457. "endpoint" = "Endpoint"
  458. "psk" = "PreShared Key"
  459. "domainStrategy" = "Domain Strategy"
  460. [pages.xray.dns]
  461. "enable" = "Enable DNS"
  462. "enableDesc" = "Enable built-in DNS server"
  463. "tag" = "DNS Inbound Tag"
  464. "tagDesc" = "This tag will be available as an Inbound tag in routing rules."
  465. "clientIp" = "Client IP"
  466. "clientIpDesc" = "Used to notify the server of the specified IP location during DNS queries"
  467. "disableCache" = "Disable cache"
  468. "disableCacheDesc" = "Disables DNS caching"
  469. "disableFallback" = "Disable Fallback"
  470. "disableFallbackDesc" = "Disables fallback DNS queries"
  471. "disableFallbackIfMatch" = "Disable Fallback If Match"
  472. "disableFallbackIfMatchDesc" = "Disables fallback DNS queries when the matching domain list of the DNS server is hit"
  473. "strategy" = "Query Strategy"
  474. "strategyDesc" = "Overall strategy to resolve domain names"
  475. "add" = "Add Server"
  476. "edit" = "Edit Server"
  477. "domains" = "Domains"
  478. "expectIPs" = "Expect IPs"
  479. [pages.xray.fakedns]
  480. "add" = "Add Fake DNS"
  481. "edit" = "Edit Fake DNS"
  482. "ipPool" = "IP Pool Subnet"
  483. "poolSize" = "Pool Size"
  484. [pages.settings.security]
  485. "admin" = "Admin credentials"
  486. "secret" = "Secret Token"
  487. "loginSecurity" = "Secure Login"
  488. "loginSecurityDesc" = "Adds an additional layer of authentication to provide more security."
  489. "secretToken" = "Secret Token"
  490. "secretTokenDesc" = "Please securely store this token in a safe place. This token is required for login and cannot be recovered."
  491. [pages.settings.toasts]
  492. "modifySettings" = "Modify Settings"
  493. "getSettings" = "Get Settings"
  494. "modifyUser" = "Modify Admin"
  495. "originalUserPassIncorrect" = "The Current username or password is invalid"
  496. "userPassMustBeNotEmpty" = "The new username and password is empty"
  497. [tgbot]
  498. "keyboardClosed" = "❌ Custom keyboard closed!"
  499. "noResult" = "❗ No result!"
  500. "noQuery" = "❌ Query not found! Please use the command again!"
  501. "wentWrong" = "❌ Something went wrong!"
  502. "noIpRecord" = "❗ No IP Record!"
  503. "noInbounds" = "❗ No inbound found!"
  504. "unlimited" = "♾ Unlimited(Reset)"
  505. "add" = "Add"
  506. "month" = "Month"
  507. "months" = "Months"
  508. "day" = "Day"
  509. "days" = "Days"
  510. "hours" = "Hours"
  511. "unknown" = "Unknown"
  512. "inbounds" = "Inbounds"
  513. "clients" = "Clients"
  514. "offline" = "🔴 Offline"
  515. "online" = "🟢 Online"
  516. [tgbot.commands]
  517. "unknown" = "❗ Unknown command."
  518. "pleaseChoose" = "👇 Please choose:\r\n"
  519. "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"
  520. "start" = "👋 Hello <i>{{ .Firstname }}</i>.\r\n"
  521. "welcome" = "🤖 Welcome to <b>{{ .Hostname }}</b> management bot.\r\n"
  522. "status" = "✅ Bot is OK!"
  523. "usage" = "❗ Please provide a text to search!"
  524. "getID" = "🆔 Your ID: <code>{{ .ID }}</code>"
  525. "helpAdminCommands" = "To restart Xray Core:\r\n<code>/restart</code>\r\n\r\nTo 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>"
  526. "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>"
  527. "restartUsage" = "\r\n\r\n<code>/restart</code>"
  528. "restartSuccess" = "✅ Operation successful!"
  529. "restartFailed" = "❗ Error in operation.\r\n\r\n<code>Error: {{ .Error }}</code>."
  530. "xrayNotRunning" = "❗ Xray Core is not running."
  531. [tgbot.messages]
  532. "cpuThreshold" = "🔴 CPU Load {{ .Percent }}% exceeds the threshold of {{ .Threshold }}%"
  533. "selectUserFailed" = "❌ Error in user selection!"
  534. "userSaved" = "✅ Telegram User saved."
  535. "loginSuccess" = "✅ Logged in to the panel successfully.\r\n"
  536. "loginFailed" = "❗️Login attempt to the panel failed.\r\n"
  537. "report" = "🕰 Scheduled Reports: {{ .RunTime }}\r\n"
  538. "datetime" = "⏰ Date&Time: {{ .DateTime }}\r\n"
  539. "hostname" = "💻 Host: {{ .Hostname }}\r\n"
  540. "version" = "🚀 3X-UI Version: {{ .Version }}\r\n"
  541. "xrayVersion" = "📡 Xray Version: {{ .XrayVersion }}\r\n"
  542. "ipv6" = "🌐 IPv6: {{ .IPv6 }}\r\n"
  543. "ipv4" = "🌐 IPv4: {{ .IPv4 }}\r\n"
  544. "ip" = "🌐 IP: {{ .IP }}\r\n"
  545. "ips" = "🔢 IPs:\r\n{{ .IPs }}\r\n"
  546. "serverUpTime" = "⏳ Uptime: {{ .UpTime }} {{ .Unit }}\r\n"
  547. "serverLoad" = "📈 System Load: {{ .Load1 }}, {{ .Load2 }}, {{ .Load3 }}\r\n"
  548. "serverMemory" = "📋 RAM: {{ .Current }}/{{ .Total }}\r\n"
  549. "tcpCount" = "🔹 TCP: {{ .Count }}\r\n"
  550. "udpCount" = "🔸 UDP: {{ .Count }}\r\n"
  551. "traffic" = "🚦 Traffic: {{ .Total }} (↑{{ .Upload }},↓{{ .Download }})\r\n"
  552. "xrayStatus" = "ℹ️ Status: {{ .State }}\r\n"
  553. "username" = "👤 Username: {{ .Username }}\r\n"
  554. "password" = "👤 Password: {{ .Password }}\r\n"
  555. "time" = "⏰ Time: {{ .Time }}\r\n"
  556. "inbound" = "📍 Inbound: {{ .Remark }}\r\n"
  557. "port" = "🔌 Port: {{ .Port }}\r\n"
  558. "expire" = "📅 Expire Date: {{ .Time }}\r\n"
  559. "expireIn" = "📅 Expire In: {{ .Time }}\r\n"
  560. "active" = "💡 Active: {{ .Enable }}\r\n"
  561. "enabled" = "🚨 Enabled: {{ .Enable }}\r\n"
  562. "online" = "🌐 Connection status: {{ .Status }}\r\n"
  563. "email" = "📧 Email: {{ .Email }}\r\n"
  564. "upload" = "🔼 Upload: ↑{{ .Upload }}\r\n"
  565. "download" = "🔽 Download: ↓{{ .Download }}\r\n"
  566. "total" = "📊 Total: ↑↓{{ .UpDown }} / {{ .Total }}\r\n"
  567. "TGUser" = "👤 Telegram User: {{ .TelegramID }}\r\n"
  568. "exhaustedMsg" = "🚨 Exhausted {{ .Type }}:\r\n"
  569. "exhaustedCount" = "🚨 Exhausted {{ .Type }} count:\r\n"
  570. "onlinesCount" = "🌐 Online Clients: {{ .Count }}\r\n"
  571. "disabled" = "🛑 Disabled: {{ .Disabled }}\r\n"
  572. "depleteSoon" = "🔜 Deplete Soon: {{ .Deplete }}\r\n\r\n"
  573. "backupTime" = "🗄 Backup Time: {{ .Time }}\r\n"
  574. "refreshedOn" = "\r\n📋🔄 Refreshed On: {{ .Time }}\r\n\r\n"
  575. "yes" = "✅ Yes"
  576. "no" = "❌ No"
  577. "received_id" = "🔑📥 ID updated."
  578. "received_password" = "🔑📥 Password updated."
  579. "received_email" = "📧📥 Email updated."
  580. "received_comment" = "💬📥 Comment updated."
  581. "id_prompt" = "🔑 Default ID: {{ .ClientId }}\n\nEnter your id."
  582. "pass_prompt" = "🔑 Default Password: {{ .ClientPassword }}\n\nEnter your password."
  583. "email_prompt" = "📧 Default Email: {{ .ClientEmail }}\n\nEnter your email."
  584. "comment_prompt" = "💬 Default Comment: {{ .ClientComment }}\n\nEnter your Comment."
  585. "inbound_client_data_id" = "🔄 Inbound: {{ .InboundRemark }}\n\n🔑 ID: {{ .ClientId }}\n📧 Email: {{ .ClientEmail }}\n📊 Traffic: {{ .ClientTraffic }}\n📅 Expire Date: {{ .ClientExp }}\n🌐 IP Limit: {{ .IpLimit }}\n💬 Comment: {{ .ClientComment }}\n\nYou can add the client to inbound now!"
  586. "inbound_client_data_pass" = "🔄 Inbound: {{ .InboundRemark }}\n\n🔑 Password: {{ .ClientPass }}\n📧 Email: {{ .ClientEmail }}\n📊 Traffic: {{ .ClientTraffic }}\n📅 Expire Date: {{ .ClientExp }}\n🌐 IP Limit: {{ .IpLimit }}\n💬 Comment: {{ .ClientComment }}\n\nYou can add the client to inbound now!"
  587. "cancel" = "❌ Process Canceled! \n\nYou can /start again anytime. 🔄"
  588. "error_add_client" = "⚠️ Error:\n\n {{ .error }}"
  589. "using_default_value" = "Okay, I'll stick with the default value. 😊"
  590. "incorrect_input" ="Your input is not valid.\nThe phrases should be continuous without spaces.\nCorrect example: aaaaaa\nIncorrect example: aaa aaa 🚫"
  591. "AreYouSure" = "Are you sure? 🤔"
  592. "SuccessResetTraffic" = "📧 Email: {{ .ClientEmail }}\n🏁 Result: ✅ Success"
  593. "FailedResetTraffic" = "📧 Email: {{ .ClientEmail }}\n🏁 Result: ❌ Failed \n\n🛠️ Error: [ {{ .ErrorMessage }} ]"
  594. "FinishProcess" = "🔚 Traffic reset process finished for all clients."
  595. [tgbot.buttons]
  596. "closeKeyboard" = "❌ Close Keyboard"
  597. "cancel" = "❌ Cancel"
  598. "cancelReset" = "❌ Cancel Reset"
  599. "cancelIpLimit" = "❌ Cancel IP Limit"
  600. "confirmResetTraffic" = "✅ Confirm Reset Traffic?"
  601. "confirmClearIps" = "✅ Confirm Clear IPs?"
  602. "confirmRemoveTGUser" = "✅ Confirm Remove Telegram User?"
  603. "confirmToggle" = "✅ Confirm Enable/Disable User?"
  604. "dbBackup" = "Get DB Backup"
  605. "serverUsage" = "Server Usage"
  606. "getInbounds" = "Get Inbounds"
  607. "depleteSoon" = "Deplete Soon"
  608. "clientUsage" = "Get Usage"
  609. "onlines" = "Online Clients"
  610. "commands" = "Commands"
  611. "refresh" = "🔄 Refresh"
  612. "clearIPs" = "❌ Clear IPs"
  613. "removeTGUser" = "❌ Remove Telegram User"
  614. "selectTGUser" = "👤 Select Telegram User"
  615. "selectOneTGUser" = "👤 Select a Telegram User:"
  616. "resetTraffic" = "📈 Reset Traffic"
  617. "resetExpire" = "📅 Change Expiry Date"
  618. "ipLog" = "🔢 IP Log"
  619. "ipLimit" = "🔢 IP Limit"
  620. "setTGUser" = "👤 Set Telegram User"
  621. "toggle" = "🔘 Enable / Disable"
  622. "custom" = "🔢 Custom"
  623. "confirmNumber" = "✅ Confirm: {{ .Num }}"
  624. "confirmNumberAdd" = "✅ Confirm adding: {{ .Num }}"
  625. "limitTraffic" = "🚧 Traffic Limit"
  626. "getBanLogs" = "Get Ban Logs"
  627. "allClients" = "All Clients"
  628. "addClient" = "Add Client"
  629. "submitDisable" = "Submit As Disable ☑️"
  630. "submitEnable" = "Submit As Enable ✅"
  631. "use_default" = "🏷️ Use default"
  632. "change_id" = "⚙️🔑 ID"
  633. "change_password" = "⚙️🔑 Password"
  634. "change_email" = "⚙️📧 Email"
  635. "change_comment" = "⚙️💬 Comment"
  636. "ResetAllTraffics" = "Reset All Traffics"
  637. "SortedTrafficUsageReport" = "Sorted Traffic Usage Report"
  638. [tgbot.answers]
  639. "successfulOperation" = "✅ Operation successful!"
  640. "errorOperation" = "❗ Error in operation."
  641. "getInboundsFailed" = "❌ Failed to get inbounds."
  642. "getClientsFailed" = "❌ Failed to get clients."
  643. "canceled" = "❌ {{ .Email }}: Operation canceled."
  644. "clientRefreshSuccess" = "✅ {{ .Email }}: Client refreshed successfully."
  645. "IpRefreshSuccess" = "✅ {{ .Email }}: IPs refreshed successfully."
  646. "TGIdRefreshSuccess" = "✅ {{ .Email }}: Client's Telegram User refreshed successfully."
  647. "resetTrafficSuccess" = "✅ {{ .Email }}: Traffic reset successfully."
  648. "setTrafficLimitSuccess" = "✅ {{ .Email }}: Traffic limit saved successfully."
  649. "expireResetSuccess" = "✅ {{ .Email }}: Expire days reset successfully."
  650. "resetIpSuccess" = "✅ {{ .Email }}: IP limit {{ .Count }} saved successfully."
  651. "clearIpSuccess" = "✅ {{ .Email }}: IPs cleared successfully."
  652. "getIpLog" = "✅ {{ .Email }}: Get IP Log."
  653. "getUserInfo" = "✅ {{ .Email }}: Get Telegram User Info."
  654. "removedTGUserSuccess" = "✅ {{ .Email }}: Telegram User removed successfully."
  655. "enableSuccess" = "✅ {{ .Email }}: Enabled successfully."
  656. "disableSuccess" = "✅ {{ .Email }}: Disabled successfully."
  657. "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>"
  658. "chooseClient" = "Choose a Client for Inbound {{ .Inbound }}"
  659. "chooseInbound" = "Choose an Inbound"