en-US.json 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122
  1. {
  2. "username": "Username",
  3. "password": "Password",
  4. "login": "Log In",
  5. "confirm": "Confirm",
  6. "cancel": "Cancel",
  7. "close": "Close",
  8. "save": "Save",
  9. "logout": "Log Out",
  10. "create": "Create",
  11. "update": "Update",
  12. "copy": "Copy",
  13. "copied": "Copied",
  14. "more": "more",
  15. "download": "Download",
  16. "remark": "Remark",
  17. "enable": "Enabled",
  18. "protocol": "Protocol",
  19. "search": "Search",
  20. "filter": "Filter",
  21. "loading": "Loading...",
  22. "refresh": "Refresh",
  23. "clear": "Clear",
  24. "second": "Second",
  25. "minute": "Minute",
  26. "hour": "Hour",
  27. "day": "Day",
  28. "check": "Check",
  29. "indefinite": "Indefinite",
  30. "unlimited": "Unlimited",
  31. "none": "None",
  32. "qrCode": "QR Code",
  33. "info": "More Information",
  34. "edit": "Edit",
  35. "delete": "Delete",
  36. "reset": "Reset",
  37. "noData": "No data.",
  38. "copySuccess": "Copied successfully",
  39. "sure": "Sure",
  40. "encryption": "Encryption",
  41. "useIPv4ForHost": "Use IPv4 for host",
  42. "transmission": "Transmission",
  43. "host": "Host",
  44. "path": "Path",
  45. "camouflage": "Obfuscation",
  46. "status": "Status",
  47. "enabled": "Enabled",
  48. "disabled": "Disabled",
  49. "depleted": "Ended",
  50. "depletingSoon": "Depleting",
  51. "offline": "Offline",
  52. "online": "Online",
  53. "domainName": "Domain Name",
  54. "monitor": "Listen IP",
  55. "certificate": "Digital Certificate",
  56. "fail": "Failed",
  57. "comment": "Comment",
  58. "success": "Success",
  59. "lastOnline": "Last Online",
  60. "getVersion": "Get Version",
  61. "install": "Install",
  62. "clients": "Clients",
  63. "usage": "Usage",
  64. "twoFactorCode": "Code",
  65. "remained": "Remaining",
  66. "security": "Security",
  67. "secAlertTitle": "Security Alert",
  68. "secAlertSsl": "This connection is not secure. Please avoid entering sensitive information until TLS is activated for data protection.",
  69. "secAlertConf": "Certain settings are vulnerable to attacks. It is recommended to reinforce security protocols to prevent potential breaches.",
  70. "secAlertSSL": "Panel lacks secure connection. Please install TLS certificate for data protection.",
  71. "secAlertPanelPort": "Panel default port is vulnerable. Please configure a random or specific port.",
  72. "secAlertPanelURI": "Panel default URI path is insecure. Please configure a complex URI path.",
  73. "secAlertSubURI": "Subscription default URI path is insecure. Please configure a complex URI path.",
  74. "secAlertSubJsonURI": "Subscription JSON default URI path is insecure. Please configure a complex URI path.",
  75. "emptyDnsDesc": "No added DNS servers.",
  76. "emptyFakeDnsDesc": "No added Fake DNS servers.",
  77. "emptyBalancersDesc": "No added balancers.",
  78. "emptyReverseDesc": "No added reverse proxies.",
  79. "somethingWentWrong": "Something went wrong",
  80. "subscription": {
  81. "title": "Subscription info",
  82. "subId": "Subscription ID",
  83. "status": "Status",
  84. "downloaded": "Downloaded",
  85. "uploaded": "Uploaded",
  86. "expiry": "Expiry",
  87. "totalQuota": "Total quota",
  88. "individualLinks": "Individual links",
  89. "active": "Active",
  90. "inactive": "Inactive",
  91. "unlimited": "Unlimited",
  92. "noExpiry": "No expiry"
  93. },
  94. "menu": {
  95. "theme": "Theme",
  96. "dark": "Dark",
  97. "ultraDark": "Ultra Dark",
  98. "dashboard": "Overview",
  99. "inbounds": "Inbounds",
  100. "clients": "Clients",
  101. "nodes": "Nodes",
  102. "settings": "Panel Settings",
  103. "xray": "Xray Configs",
  104. "apiDocs": "API Docs",
  105. "logout": "Log Out",
  106. "link": "Manage",
  107. "donate": "Donate"
  108. },
  109. "pages": {
  110. "login": {
  111. "hello": "Hello",
  112. "title": "Welcome",
  113. "loginAgain": "Your session has expired, please log in again",
  114. "toasts": {
  115. "invalidFormData": "The input data format is invalid.",
  116. "emptyUsername": "Username is required",
  117. "emptyPassword": "Password is required",
  118. "wrongUsernameOrPassword": "Invalid username or password or two-factor code.",
  119. "successLogin": "You have successfully logged into your account."
  120. }
  121. },
  122. "index": {
  123. "title": "Overview",
  124. "cpu": "CPU",
  125. "logicalProcessors": "Logical Processors",
  126. "frequency": "Frequency",
  127. "swap": "Swap",
  128. "storage": "Storage",
  129. "memory": "RAM",
  130. "threads": "Threads",
  131. "xrayStatus": "Xray",
  132. "stopXray": "Stop",
  133. "restartXray": "Restart",
  134. "xraySwitch": "Version",
  135. "xrayUpdates": "Xray Updates",
  136. "xraySwitchClick": "Choose the version you want to switch to.",
  137. "xraySwitchClickDesk": "Choose carefully, as older versions may not be compatible with current configurations.",
  138. "updatePanel": "Update Panel",
  139. "panelUpdateDesc": "This will update 3X-UI itself to the latest release and restart the panel service.",
  140. "currentPanelVersion": "Current panel version",
  141. "latestPanelVersion": "Latest panel version",
  142. "panelUpToDate": "Panel is up to date",
  143. "upToDate": "Up to date",
  144. "xrayStatusUnknown": "Unknown",
  145. "xrayStatusRunning": "Running",
  146. "xrayStatusStop": "Stopped",
  147. "xrayStatusError": "Error",
  148. "xrayErrorPopoverTitle": "An error occurred while running Xray",
  149. "operationHours": "Uptime",
  150. "systemHistoryTitle": "System History",
  151. "charts": "Charts",
  152. "xrayMetricsTitle": "Xray Metrics",
  153. "xrayMetricsDisabled": "Xray metrics endpoint not configured",
  154. "xrayMetricsHint": "Add a top-level metrics block to the xray config with tag metrics_out and listen 127.0.0.1:11111, then restart xray.",
  155. "xrayObservatoryEmpty": "No observatory data yet",
  156. "xrayObservatoryHint": "Add an observatory block to the xray config listing the outbound tags to probe, then restart xray.",
  157. "xrayObservatoryTagPlaceholder": "Select outbound",
  158. "xrayObservatoryAlive": "Alive",
  159. "xrayObservatoryDead": "Down",
  160. "xrayObservatoryLastSeen": "Last seen",
  161. "xrayObservatoryLastTry": "Last try",
  162. "trendLast2Min": "Last 2 minutes",
  163. "systemLoad": "System Load",
  164. "systemLoadDesc": "System load average for the past 1, 5, and 15 minutes",
  165. "connectionCount": "Connection Stats",
  166. "ipAddresses": "IP Addresses",
  167. "toggleIpVisibility": "Toggle visibility of the IP",
  168. "overallSpeed": "Overall Speed",
  169. "upload": "Upload",
  170. "download": "Download",
  171. "totalData": "Total Data",
  172. "sent": "Sent",
  173. "received": "Received",
  174. "documentation": "Documentation",
  175. "xraySwitchVersionDialog": "Do you really want to change the Xray version?",
  176. "xraySwitchVersionDialogDesc": "This will change the Xray version to #version#.",
  177. "xraySwitchVersionPopover": "Xray updated successfully",
  178. "panelUpdateDialog": "Do you really want to update the panel?",
  179. "panelUpdateDialogDesc": "This will update 3X-UI to #version# and restart the panel service.",
  180. "panelUpdateCheckPopover": "Panel update check failed",
  181. "panelUpdateStartedPopover": "Panel update started",
  182. "geofileUpdateDialog": "Do you really want to update the geofile?",
  183. "geofileUpdateDialogDesc": "This will update the #filename# file.",
  184. "geofilesUpdateDialogDesc": "This will update all geofiles.",
  185. "geofilesUpdateAll": "Update all",
  186. "geofileUpdatePopover": "Geofile updated successfully",
  187. "customGeoTitle": "Custom GeoSite / GeoIP",
  188. "customGeoAdd": "Add",
  189. "customGeoType": "Type",
  190. "customGeoAlias": "Alias",
  191. "customGeoUrl": "URL",
  192. "customGeoEnabled": "Enabled",
  193. "customGeoLastUpdated": "Last updated",
  194. "customGeoExtColumn": "Routing (ext:…)",
  195. "customGeoToastUpdateAll": "All custom geo sources updated",
  196. "customGeoActions": "Actions",
  197. "customGeoEdit": "Edit",
  198. "customGeoDelete": "Delete",
  199. "customGeoDownload": "Update now",
  200. "customGeoModalAdd": "Add custom geo",
  201. "customGeoModalEdit": "Edit custom geo",
  202. "customGeoModalSave": "Save",
  203. "customGeoDeleteConfirm": "Delete this custom geo source?",
  204. "customGeoRoutingHint": "In routing rules use the value column as ext:file.dat:tag (replace tag).",
  205. "customGeoInvalidId": "Invalid resource id",
  206. "customGeoAliasesError": "Failed to load custom geo aliases",
  207. "customGeoValidationAlias": "Alias may only contain lowercase letters, digits, - and _",
  208. "customGeoValidationUrl": "URL must start with http:// or https://",
  209. "customGeoAliasPlaceholder": "a-z 0-9 _ -",
  210. "customGeoAliasLabelSuffix": " (custom)",
  211. "customGeoToastList": "Custom geo list",
  212. "customGeoToastAdd": "Add custom geo",
  213. "customGeoToastUpdate": "Update custom geo",
  214. "customGeoToastDelete": "Custom geo file “{{ .fileName }}” deleted",
  215. "customGeoToastDownload": "Geofile “{{ .fileName }}” updated",
  216. "customGeoErrInvalidType": "Type must be geosite or geoip",
  217. "customGeoErrAliasRequired": "Alias is required",
  218. "customGeoErrAliasPattern": "Alias must match allowed characters",
  219. "customGeoErrAliasReserved": "This alias is reserved",
  220. "customGeoErrUrlRequired": "URL is required",
  221. "customGeoErrInvalidUrl": "URL is invalid",
  222. "customGeoErrUrlScheme": "URL must use http or https",
  223. "customGeoErrUrlHost": "URL host is invalid",
  224. "customGeoErrDuplicateAlias": "This alias is already used for this type",
  225. "customGeoErrNotFound": "Custom geo source not found",
  226. "customGeoErrDownload": "Download failed",
  227. "customGeoErrUpdateAllIncomplete": "One or more custom geo sources failed to update",
  228. "customGeoEmpty": "No custom geo sources yet — click Add to create one",
  229. "dontRefresh": "Installation is in progress, please do not refresh this page",
  230. "logs": "Logs",
  231. "config": "Config",
  232. "backup": "Backup",
  233. "backupTitle": "Backup & Restore",
  234. "exportDatabase": "Back Up",
  235. "exportDatabaseDesc": "Click to download a .db file containing a backup of your current database to your device.",
  236. "importDatabase": "Restore",
  237. "importDatabaseDesc": "Click to select and upload a .db file from your device to restore your database from a backup.",
  238. "importDatabaseSuccess": "The database has been successfully imported.",
  239. "importDatabaseError": "An error occurred while importing the database.",
  240. "readDatabaseError": "An error occurred while reading the database.",
  241. "getDatabaseError": "An error occurred while retrieving the database.",
  242. "getConfigError": "An error occurred while retrieving the config file."
  243. },
  244. "inbounds": {
  245. "title": "Inbounds",
  246. "totalDownUp": "Total Sent/Received",
  247. "totalUsage": "Total Usage",
  248. "inboundCount": "Total Inbounds",
  249. "operate": "Menu",
  250. "enable": "Enabled",
  251. "remark": "Remark",
  252. "node": "Node",
  253. "deployTo": "Deploy to",
  254. "localPanel": "Local panel",
  255. "fallbacks": {
  256. "title": "Fallbacks",
  257. "help": "When a connection on this inbound does not match any client, route it to another inbound. Pick a child below and the routing fields (SNI / ALPN / path / xver) auto-fill from its transport — most setups need no further tweaking. Each child should listen on 127.0.0.1 with security=none.",
  258. "empty": "No fallbacks yet",
  259. "add": "Add fallback",
  260. "pickInbound": "Pick an inbound",
  261. "matchAny": "any",
  262. "rederive": "Re-fill from child",
  263. "rederived": "Re-filled from child",
  264. "editAdvanced": "Edit routing fields",
  265. "hideAdvanced": "Hide advanced",
  266. "quickAddAll": "Quick add all eligible",
  267. "quickAdded": "Added {n} fallback(s)",
  268. "quickAddedNone": "No new eligible inbounds to add",
  269. "routesWhen": "Routes when",
  270. "defaultCatchAll": "Default — catches anything else"
  271. },
  272. "protocol": "Protocol",
  273. "port": "Port",
  274. "portMap": "Port Mapping",
  275. "traffic": "Traffic",
  276. "details": "Details",
  277. "transportConfig": "Transport",
  278. "expireDate": "Duration",
  279. "createdAt": "Created",
  280. "updatedAt": "Updated",
  281. "resetTraffic": "Reset Traffic",
  282. "addInbound": "Add Inbound",
  283. "generalActions": "General Actions",
  284. "modifyInbound": "Modify Inbound",
  285. "deleteInbound": "Delete Inbound",
  286. "deleteInboundContent": "Are you sure you want to delete this inbound?",
  287. "deleteConfirmTitle": "Delete inbound \"{remark}\"?",
  288. "deleteConfirmContent": "This removes the inbound and all its clients. This cannot be undone.",
  289. "resetConfirmTitle": "Reset traffic for \"{remark}\"?",
  290. "resetConfirmContent": "Resets up/down counters to 0 for this inbound.",
  291. "cloneConfirmTitle": "Clone inbound \"{remark}\"?",
  292. "cloneConfirmContent": "Creates a copy with a new port and an empty client list.",
  293. "exportLinksTitle": "Export inbound links",
  294. "exportSubsTitle": "Export subscription links",
  295. "exportAllLinksTitle": "Export all inbound links",
  296. "exportAllSubsTitle": "Export all subscription links",
  297. "inboundJsonTitle": "Inbound JSON",
  298. "deleteClient": "Delete Client",
  299. "deleteClientContent": "Are you sure you want to delete this client?",
  300. "resetTrafficContent": "Are you sure you want to reset traffic?",
  301. "copyLink": "Copy URL",
  302. "address": "Address",
  303. "network": "Network",
  304. "destinationPort": "Destination Port",
  305. "targetAddress": "Target Address",
  306. "monitorDesc": "Leave blank to listen on all IPs",
  307. "meansNoLimit": "= Unlimited. (unit: GB)",
  308. "totalFlow": "Total Flow",
  309. "leaveBlankToNeverExpire": "Leave blank to never expire",
  310. "noRecommendKeepDefault": "It is recommended to keep the default",
  311. "certificatePath": "File Path",
  312. "certificateContent": "File Content",
  313. "publicKey": "Public Key",
  314. "privatekey": "Private Key",
  315. "clickOnQRcode": "Click on QR Code to Copy",
  316. "client": "Client",
  317. "export": "Export All URLs",
  318. "clone": "Clone",
  319. "cloneInbound": "Clone",
  320. "cloneInboundContent": "All settings of this inbound, except Port, Listening IP, and Clients, will be applied to the clone.",
  321. "cloneInboundOk": "Clone",
  322. "resetAllTraffic": "Reset Traffic for All Inbounds",
  323. "resetAllTrafficTitle": "Reset Traffic for All Inbounds",
  324. "resetAllTrafficContent": "Are you sure you want to reset the traffic of all inbounds?",
  325. "resetInboundClientTraffics": "Reset Clients' Traffic",
  326. "resetInboundClientTrafficTitle": "Reset Clients' Traffic",
  327. "resetInboundClientTrafficContent": "Are you sure you want to reset the traffic of this inbound's clients?",
  328. "resetAllClientTraffics": "Reset All Clients' Traffic",
  329. "resetAllClientTrafficTitle": "Reset All Clients' Traffic",
  330. "resetAllClientTrafficContent": "Are you sure you want to reset the traffic of all clients?",
  331. "delDepletedClients": "Delete Depleted Clients",
  332. "delDepletedClientsTitle": "Delete Depleted Clients",
  333. "delDepletedClientsContent": "Are you sure you want to delete all the depleted clients?",
  334. "email": "Email",
  335. "emailDesc": "Please provide a unique email address.",
  336. "IPLimit": "IP Limit",
  337. "IPLimitDesc": "Disables inbound if the count exceeds the set value. (0 = disable)",
  338. "IPLimitlog": "IP Log",
  339. "IPLimitlogDesc": "The IP history log. (to re-enable the inbound after disabling, clear the log)",
  340. "IPLimitlogclear": "Clear the Log",
  341. "setDefaultCert": "Set Cert from Panel",
  342. "streamTab": "Stream",
  343. "securityTab": "Security",
  344. "sniffingTab": "Sniffing",
  345. "sniffingMetadataOnly": "Metadata only",
  346. "sniffingRouteOnly": "Route only",
  347. "sniffingIpsExcluded": "IPs excluded",
  348. "sniffingDomainsExcluded": "Domains excluded",
  349. "decryption": "Decryption",
  350. "encryption": "Encryption",
  351. "vlessAuthX25519": "X25519 auth",
  352. "vlessAuthMlkem768": "ML-KEM-768 auth",
  353. "vlessAuthCustom": "Custom",
  354. "vlessAuthSelected": "Selected: {auth}",
  355. "advanced": {
  356. "title": "Inbound JSON sections",
  357. "subtitle": "Full inbound JSON and focused editors for settings, sniffing, and streamSettings.",
  358. "all": "All",
  359. "allHelp": "Full inbound object with all fields in one editor.",
  360. "settings": "Settings",
  361. "settingsHelp": "Xray settings block wrapper:",
  362. "sniffing": "Sniffing",
  363. "sniffingHelp": "Xray sniffing block wrapper:",
  364. "stream": "Stream",
  365. "streamHelp": "Xray stream block wrapper:",
  366. "jsonErrorPrefix": "Advanced JSON"
  367. },
  368. "telegramDesc": "Please provide Telegram Chat ID. (use '/id' command in the bot) or ({'@'}userinfobot)",
  369. "subscriptionDesc": "To find your subscription URL, navigate to the 'Details'. Additionally, you can use the same name for several clients.",
  370. "info": "Info",
  371. "same": "Same",
  372. "inboundData": "Inbound's Data",
  373. "exportInbound": "Export Inbound",
  374. "import": "Import",
  375. "importInbound": "Import an Inbound",
  376. "periodicTrafficResetTitle": "Traffic Reset",
  377. "periodicTrafficResetDesc": "Automatically reset traffic counter at specified intervals",
  378. "lastReset": "Last Reset",
  379. "periodicTrafficReset": {
  380. "never": "Never",
  381. "daily": "Daily",
  382. "weekly": "Weekly",
  383. "monthly": "Monthly",
  384. "hourly": "Hourly"
  385. },
  386. "toasts": {
  387. "obtain": "Obtain",
  388. "updateSuccess": "The update was successful.",
  389. "logCleanSuccess": "The log has been cleared.",
  390. "inboundsUpdateSuccess": "Inbounds have been successfully updated.",
  391. "inboundUpdateSuccess": "Inbound has been successfully updated.",
  392. "inboundCreateSuccess": "Inbound has been successfully created.",
  393. "inboundDeleteSuccess": "Inbound has been successfully deleted.",
  394. "inboundClientAddSuccess": "Inbound client(s) have been added.",
  395. "inboundClientDeleteSuccess": "Inbound client has been deleted.",
  396. "inboundClientUpdateSuccess": "Inbound client has been updated.",
  397. "delDepletedClientsSuccess": "All depleted clients have been deleted.",
  398. "resetAllClientTrafficSuccess": "Traffic for all clients has been reset.",
  399. "resetAllTrafficSuccess": "All traffic has been reset.",
  400. "resetInboundClientTrafficSuccess": "Traffic has been reset.",
  401. "resetInboundTrafficSuccess": "Inbound traffic has been reset.",
  402. "trafficGetError": "Error getting traffic.",
  403. "getNewX25519CertError": "Error while obtaining the X25519 certificate.",
  404. "getNewmldsa65Error": "Error while obtaining mldsa65.",
  405. "getNewVlessEncError": "Error while obtaining VlessEnc."
  406. },
  407. "stream": {
  408. "general": {
  409. "request": "Request",
  410. "response": "Response",
  411. "name": "Name",
  412. "value": "Value"
  413. },
  414. "tcp": {
  415. "version": "Version",
  416. "method": "Method",
  417. "path": "Path",
  418. "status": "Status",
  419. "statusDescription": "Status Desc",
  420. "requestHeader": "Request Header",
  421. "responseHeader": "Response Header"
  422. }
  423. }
  424. },
  425. "clients": {
  426. "add": "Add Client",
  427. "edit": "Edit Client",
  428. "submitAdd": "Add Client",
  429. "submitEdit": "Save Changes",
  430. "clientCount": "Number of Clients",
  431. "bulk": "Add Bulk",
  432. "copyFromInbound": "Copy Clients from Inbound",
  433. "copyToInbound": "Copy clients to",
  434. "copySelected": "Copy Selected",
  435. "copySource": "Source",
  436. "copyEmailPreview": "Resulting email preview",
  437. "copySelectSourceFirst": "Please select a source inbound first.",
  438. "copyResult": "Copy result",
  439. "copyResultSuccess": "Copied successfully",
  440. "copyResultNone": "Nothing to copy: no clients selected or source is empty",
  441. "copyResultErrors": "Copy errors",
  442. "copyFlowLabel": "Flow for new clients (VLESS)",
  443. "copyFlowHint": "Applied to all copied clients. Leave empty to skip.",
  444. "selectAll": "Select all",
  445. "clearAll": "Clear all",
  446. "method": "Method",
  447. "first": "First",
  448. "last": "Last",
  449. "ipLog": "IP Log",
  450. "prefix": "Prefix",
  451. "postfix": "Postfix",
  452. "delayedStart": "Start After First Use",
  453. "expireDays": "Duration",
  454. "days": "Day(s)",
  455. "renew": "Auto Renew",
  456. "renewDesc": "Auto-renewal after expiration. (0 = disable)(unit: day)",
  457. "title": "Clients",
  458. "actions": "Actions",
  459. "totalGB": "Total Sent/Received (GB)",
  460. "expiryTime": "Expiry",
  461. "addClients": "Add Clients",
  462. "limitIp": "IP Limit",
  463. "password": "Password",
  464. "subId": "Subscription ID",
  465. "online": "Online",
  466. "email": "Email",
  467. "comment": "Comment",
  468. "traffic": "Traffic",
  469. "offline": "Offline",
  470. "addTitle": "Add Client",
  471. "qrCode": "QR Code",
  472. "moreInformation": "More Information",
  473. "delete": "Delete",
  474. "reset": "Reset Traffic",
  475. "editTitle": "Edit Client",
  476. "client": "Client",
  477. "enabled": "Enabled",
  478. "remaining": "Remaining",
  479. "duration": "Duration",
  480. "attachedInbounds": "Attached inbounds",
  481. "selectInbound": "Select one or more inbounds",
  482. "noSubId": "This client has no subId, no shareable link.",
  483. "noLinks": "No shareable links — attach this client to a protocol-capable inbound first.",
  484. "link": "Link",
  485. "resetNotPossible": "Attach this client to an inbound first.",
  486. "general": "General",
  487. "resetAllTraffics": "Reset all client traffic",
  488. "resetAllTrafficsTitle": "Reset all client traffic?",
  489. "resetAllTrafficsContent": "Every client's up/down counter drops to zero. Quotas and expiry are not affected. This cannot be undone.",
  490. "empty": "No clients yet — add one to get started.",
  491. "deleteConfirmTitle": "Delete client {email}?",
  492. "deleteConfirmContent": "This removes the client from every attached inbound and drops its traffic record. This cannot be undone.",
  493. "deleteSelected": "Delete ({count})",
  494. "adjustSelected": "Adjust ({count})",
  495. "bulkDeleteConfirmTitle": "Delete {count} clients?",
  496. "bulkDeleteConfirmContent": "Each selected client is removed from every attached inbound and its traffic record is dropped. This cannot be undone.",
  497. "bulkAdjustTitle": "Adjust {count} clients",
  498. "bulkAdjustHint": "Positive values extend, negative values reduce. Clients with unlimited expiry or traffic are skipped for that field.",
  499. "bulkAdjustNothing": "Set days or traffic before applying.",
  500. "addDays": "Add days",
  501. "addTrafficGB": "Add traffic (GB)",
  502. "delDepleted": "Delete depleted",
  503. "delDepletedConfirmTitle": "Delete depleted clients?",
  504. "delDepletedConfirmContent": "Removes every client whose traffic quota is exhausted or whose expiry has passed. This cannot be undone.",
  505. "auth": "Auth",
  506. "hysteriaAuth": "Hysteria Auth",
  507. "uuid": "UUID",
  508. "flow": "Flow",
  509. "reverseTag": "Reverse tag",
  510. "reverseTagPlaceholder": "Optional reverse tag",
  511. "telegramId": "Telegram user ID",
  512. "telegramIdPlaceholder": "Numeric Telegram user ID (0 = none)",
  513. "created": "Created",
  514. "updated": "Updated",
  515. "ipLimit": "IP limit",
  516. "toasts": {
  517. "deleted": "Client deleted",
  518. "trafficReset": "Traffic reset",
  519. "allTrafficsReset": "All client traffic reset",
  520. "bulkDeleted": "{count} clients deleted",
  521. "bulkDeletedMixed": "{ok} deleted, {failed} failed",
  522. "bulkCreated": "{count} clients created",
  523. "bulkCreatedMixed": "{ok} created, {failed} failed",
  524. "bulkAdjusted": "{count} clients adjusted",
  525. "bulkAdjustedMixed": "{ok} adjusted, {skipped} skipped",
  526. "delDepleted": "{count} depleted clients deleted"
  527. }
  528. },
  529. "nodes": {
  530. "title": "Nodes",
  531. "addNode": "Add Node",
  532. "editNode": "Edit Node",
  533. "totalNodes": "Total Nodes",
  534. "onlineNodes": "Online",
  535. "offlineNodes": "Offline",
  536. "avgLatency": "Avg Latency",
  537. "name": "Name",
  538. "namePlaceholder": "e.g. de-frankfurt-1",
  539. "addressPlaceholder": "panel.example.com or 1.2.3.4",
  540. "remark": "Remark",
  541. "scheme": "Scheme",
  542. "address": "Address",
  543. "port": "Port",
  544. "basePath": "Base Path",
  545. "apiToken": "API Token",
  546. "apiTokenPlaceholder": "Token from the remote panel's Settings page",
  547. "apiTokenHint": "The remote panel exposes its API token under Settings → API Token.",
  548. "regenerate": "Regenerate Token",
  549. "regenerateConfirm": "Regenerating invalidates the current token. Any central panel using it will lose access until updated. Continue?",
  550. "allowPrivateAddress": "Allow private address",
  551. "allowPrivateAddressHint": "Enable only for nodes on a private network or VPN.",
  552. "enable": "Enabled",
  553. "status": "Status",
  554. "cpu": "CPU",
  555. "mem": "Memory",
  556. "uptime": "Uptime",
  557. "latency": "Latency",
  558. "lastHeartbeat": "Last Heartbeat",
  559. "xrayVersion": "Xray Version",
  560. "panelVersion": "Panel Version",
  561. "actions": "Actions",
  562. "probe": "Probe Now",
  563. "testConnection": "Test Connection",
  564. "connectionOk": "Connection OK ({ms} ms)",
  565. "connectionFailed": "Connection failed",
  566. "never": "never",
  567. "justNow": "just now",
  568. "deleteConfirmTitle": "Delete node \"{name}\"?",
  569. "deleteConfirmContent": "This stops monitoring the node. The remote panel itself is unaffected.",
  570. "statusValues": {
  571. "online": "Online",
  572. "offline": "Offline",
  573. "unknown": "Unknown"
  574. },
  575. "toasts": {
  576. "list": "Failed to load nodes",
  577. "obtain": "Failed to load node",
  578. "add": "Add node",
  579. "update": "Update node",
  580. "delete": "Delete node",
  581. "deleted": "Node deleted",
  582. "test": "Test connection",
  583. "fillRequired": "Name, address, port and API token are required",
  584. "probeFailed": "Probe failed"
  585. }
  586. },
  587. "settings": {
  588. "title": "Panel Settings",
  589. "save": "Save",
  590. "infoDesc": "Every change made here needs to be saved. Please restart the panel to apply changes.",
  591. "restartPanel": "Restart Panel",
  592. "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.",
  593. "restartPanelSuccess": "The panel was successfully restarted.",
  594. "actions": "Actions",
  595. "resetDefaultConfig": "Reset to Default",
  596. "panelSettings": "General",
  597. "securitySettings": "Authentication",
  598. "securityWarnings": "Security warnings",
  599. "panelExposed": "Your panel may be exposed:",
  600. "warnHttp": "Panel is served over plain HTTP — set up TLS for production.",
  601. "warnDefaultPort": "Default port 2053 is well-known — change it to a random port.",
  602. "warnDefaultBasePath": "Default base path \"/\" is well-known — change it to a random path.",
  603. "warnDefaultSubPath": "Default subscription path \"/sub/\" is well-known — change it.",
  604. "warnDefaultJsonPath": "Default JSON subscription path \"/json/\" is well-known — change it.",
  605. "TGBotSettings": "Telegram Bot",
  606. "panelListeningIP": "Listen IP",
  607. "panelListeningIPDesc": "The IP address for the web panel. (leave blank to listen on all IPs)",
  608. "panelListeningDomain": "Listen Domain",
  609. "panelListeningDomainDesc": "The domain name for the web panel. (leave blank to listen on all domains and IPs)",
  610. "panelPort": "Listen Port",
  611. "panelPortDesc": "The port number for the web panel. (must be an unused port)",
  612. "publicKeyPath": "Public Key Path",
  613. "publicKeyPathDesc": "The public key file path for the web panel. (begins with ‘/‘)",
  614. "privateKeyPath": "Private Key Path",
  615. "privateKeyPathDesc": "The private key file path for the web panel. (begins with ‘/‘)",
  616. "panelUrlPath": "URI Path",
  617. "panelUrlPathDesc": "The URI path for the web panel. (begins with ‘/‘ and concludes with ‘/‘)",
  618. "pageSize": "Pagination Size",
  619. "pageSizeDesc": "Define page size for inbounds table. (0 = disable)",
  620. "remarkModel": "Remark Model & Separation Character",
  621. "datepicker": "Calendar Type",
  622. "datepickerPlaceholder": "Select date",
  623. "datepickerDescription": "Scheduled tasks will run based on this calendar.",
  624. "sampleRemark": "Sample Remark",
  625. "oldUsername": "Current Username",
  626. "currentPassword": "Current Password",
  627. "newUsername": "New Username",
  628. "newPassword": "New Password",
  629. "telegramBotEnable": "Enable Telegram Bot",
  630. "telegramBotEnableDesc": "Enables the Telegram bot.",
  631. "telegramToken": "Telegram Token",
  632. "telegramTokenDesc": "The Telegram bot token obtained from '{'@'}BotFather'.",
  633. "telegramProxy": "SOCKS Proxy",
  634. "telegramProxyDesc": "Enables SOCKS5 proxy for connecting to Telegram. (adjust settings as per guide)",
  635. "telegramAPIServer": "Telegram API Server",
  636. "telegramAPIServerDesc": "The Telegram API server to use. Leave blank to use the default server.",
  637. "telegramChatId": "Admin Chat ID",
  638. "telegramChatIdDesc": "The Telegram Admin Chat ID(s). (comma-separated)(get it here {'@'}userinfobot) or (use '/id' command in the bot)",
  639. "telegramNotifyTime": "Notification Time",
  640. "telegramNotifyTimeDesc": "The Telegram bot notification time set for periodic reports. (use the crontab time format)",
  641. "tgNotifyBackup": "Database Backup",
  642. "tgNotifyBackupDesc": "Send a database backup file with a report.",
  643. "tgNotifyLogin": "Login Notification",
  644. "tgNotifyLoginDesc": "Get notified about the username, IP address, and time whenever someone attempts to log into your web panel.",
  645. "sessionMaxAge": "Session Duration",
  646. "sessionMaxAgeDesc": "The duration for which you can stay logged in. (unit: minute)",
  647. "expireTimeDiff": "Expiration Date Notification",
  648. "expireTimeDiffDesc": "Get notified about expiration date when reaching this threshold. (unit: day)",
  649. "trafficDiff": "Traffic Cap Notification",
  650. "trafficDiffDesc": "Get notified about traffic cap when reaching this threshold. (unit: GB)",
  651. "tgNotifyCpu": "CPU Load Notification",
  652. "tgNotifyCpuDesc": "Get notified if CPU load exceeds this threshold. (unit: %)",
  653. "timeZone": "Time Zone",
  654. "timeZoneDesc": "Scheduled tasks will run based on this time zone.",
  655. "subSettings": "Subscription",
  656. "subEnable": "Subscription Service",
  657. "subEnableDesc": "Enable/Disable the subscription service.",
  658. "subJsonEnable": "Enable/Disable the JSON subscription endpoint independently.",
  659. "subTitle": "Subscription Title",
  660. "subTitleDesc": "Title shown in VPN client",
  661. "subSupportUrl": "Support URL",
  662. "subSupportUrlDesc": "Technical support link shown in the VPN client",
  663. "subProfileUrl": "Profile URL",
  664. "subProfileUrlDesc": "A link to your website displayed in the VPN client",
  665. "subAnnounce": "Announce",
  666. "subAnnounceDesc": "The announcement text displayed in the VPN client",
  667. "subEnableRouting": "Enable routing",
  668. "subEnableRoutingDesc": "Global setting to enable routing in the VPN client. (Only for Happ)",
  669. "subRoutingRules": "Routing rules",
  670. "subRoutingRulesDesc": "Global routing rules for the VPN client. (Only for Happ)",
  671. "subListen": "Listen IP",
  672. "subListenDesc": "The IP address for the subscription service. (leave blank to listen on all IPs)",
  673. "subPort": "Listen Port",
  674. "subPortDesc": "The port number for the subscription service. (must be an unused port)",
  675. "subCertPath": "Public Key Path",
  676. "subCertPathDesc": "The public key file path for the subscription service. (begins with ‘/‘)",
  677. "subKeyPath": "Private Key Path",
  678. "subKeyPathDesc": "The private key file path for the subscription service. (begins with ‘/‘)",
  679. "subPath": "URI Path",
  680. "subPathDesc": "The URI path for the subscription service. (begins with ‘/‘ and concludes with ‘/‘)",
  681. "subDomain": "Listen Domain",
  682. "subDomainDesc": "The domain name for the subscription service. (leave blank to listen on all domains and IPs)",
  683. "subUpdates": "Update Intervals",
  684. "subUpdatesDesc": "The update intervals of the subscription URL in the client apps. (unit: hour)",
  685. "subEncrypt": "Encode",
  686. "subEncryptDesc": "The returned content of subscription service will be Base64 encoded.",
  687. "subShowInfo": "Show Usage Info",
  688. "subShowInfoDesc": "The remaining traffic and date will be displayed in the client apps.",
  689. "subEmailInRemark": "Include Email in Name",
  690. "subEmailInRemarkDesc": "Include the client email in the subscription profile name.",
  691. "subURI": "Reverse Proxy URI",
  692. "subURIDesc": "The URI path of the subscription URL for use behind proxies.",
  693. "externalTrafficInformEnable": "External Traffic Inform",
  694. "externalTrafficInformEnableDesc": "Inform external API on every traffic update.",
  695. "externalTrafficInformURI": "External Traffic Inform URI",
  696. "externalTrafficInformURIDesc": "Traffic updates are sent to this URI.",
  697. "restartXrayOnClientDisable": "Restart Xray After Auto Disable",
  698. "restartXrayOnClientDisableDesc": "When a client is automatically disabled due to expiration or traffic limit, restart Xray.",
  699. "fragment": "Fragmentation",
  700. "fragmentDesc": "Enable fragmentation for TLS hello packet.",
  701. "fragmentSett": "Fragmentation Settings",
  702. "noisesDesc": "Enable Noises.",
  703. "noisesSett": "Noises Settings",
  704. "mux": "Mux",
  705. "muxDesc": "Transmit multiple independent data streams within an established data stream.",
  706. "muxSett": "Mux Settings",
  707. "direct": "Direct Connection",
  708. "directDesc": "Directly establishes connections with domains or IP ranges of a specific country.",
  709. "notifications": "Notifications",
  710. "certs": "Certificates",
  711. "externalTraffic": "External Traffic",
  712. "dateAndTime": "Date and Time",
  713. "proxyAndServer": "Proxy and Server",
  714. "intervals": "Intervals",
  715. "information": "Information",
  716. "language": "Language",
  717. "telegramBotLanguage": "Telegram Bot Language",
  718. "security": {
  719. "admin": "Admin credentials",
  720. "twoFactor": "Two-factor authentication",
  721. "twoFactorEnable": "Enable 2FA",
  722. "twoFactorEnableDesc": "Adds an additional layer of authentication to provide more security.",
  723. "twoFactorModalSetTitle": "Enable two-factor authentication",
  724. "twoFactorModalDeleteTitle": "Disable two-factor authentication",
  725. "twoFactorModalSteps": "To set up two-factor authentication, perform a few steps:",
  726. "twoFactorModalFirstStep": "1. Scan this QR code in the app for authentication or copy the token near the QR code and paste it into the app",
  727. "twoFactorModalSecondStep": "2. Enter the code from the app",
  728. "twoFactorModalRemoveStep": "Enter the code from the application to remove two-factor authentication.",
  729. "twoFactorModalChangeCredentialsTitle": "Change credentials",
  730. "twoFactorModalChangeCredentialsStep": "Enter the code from the application to change administrator credentials.",
  731. "twoFactorModalSetSuccess": "Two-factor authentication has been successfully established",
  732. "twoFactorModalDeleteSuccess": "Two-factor authentication has been successfully deleted",
  733. "twoFactorModalError": "Wrong code",
  734. "show": "Show",
  735. "hide": "Hide",
  736. "apiTokenNew": "New token",
  737. "apiTokenName": "Name",
  738. "apiTokenNamePlaceholder": "e.g. central-panel-a",
  739. "apiTokenNameRequired": "Name is required",
  740. "apiTokenEmpty": "No tokens yet — create one to authenticate bots or remote panels.",
  741. "apiTokenDeleteWarning": "Any caller using this token will stop authenticating immediately."
  742. },
  743. "toasts": {
  744. "modifySettings": "The parameters have been changed.",
  745. "getSettings": "An error occurred while retrieving parameters.",
  746. "modifyUserError": "An error occurred while changing administrator credentials.",
  747. "modifyUser": "You have successfully changed the credentials of the administrator.",
  748. "originalUserPassIncorrect": "The current username or password is invalid",
  749. "userPassMustBeNotEmpty": "The new username and password are empty",
  750. "getOutboundTrafficError": "Error getting traffic",
  751. "resetOutboundTrafficError": "Error resetting outbound traffic"
  752. }
  753. },
  754. "xray": {
  755. "title": "Xray Configs",
  756. "save": "Save",
  757. "restart": "Restart Xray",
  758. "restartSuccess": "Xray has been successfully relaunched.",
  759. "stopSuccess": "Xray has been successfully stopped.",
  760. "restartError": "There was an error when rebooting the Xray.",
  761. "stopError": "There was an error when stopping the Xray.",
  762. "basicTemplate": "Basics",
  763. "advancedTemplate": "Advanced",
  764. "generalConfigs": "General",
  765. "generalConfigsDesc": "These options will determine general adjustments.",
  766. "logConfigs": "Log",
  767. "logConfigsDesc": "Logs may affect your server's efficiency. It is recommended to enable them wisely only when needed.",
  768. "blockConfigsDesc": "These options will block traffic based on specific requested protocols and websites.",
  769. "basicRouting": "Basic Routing",
  770. "blockConnectionsConfigsDesc": "These options will block traffic based on the specific requested country.",
  771. "directConnectionsConfigsDesc": "A direct connection ensures that specific traffic is not routed through another server.",
  772. "blockips": "Block IPs",
  773. "blockdomains": "Block Domains",
  774. "directips": "Direct IPs",
  775. "directdomains": "Direct Domains",
  776. "ipv4Routing": "IPv4 Routing",
  777. "ipv4RoutingDesc": "These options will route traffic based on a specific destination via IPv4.",
  778. "warpRouting": "WARP Routing",
  779. "warpRoutingDesc": "These options will route traffic based on a specific destination via WARP.",
  780. "nordRouting": "NordVPN Routing",
  781. "nordRoutingDesc": "These options will route traffic based on a specific destination via NordVPN.",
  782. "Template": "Advanced Xray Configuration Template",
  783. "TemplateDesc": "The final Xray config file will be generated based on this template.",
  784. "FreedomStrategy": "Freedom Protocol Strategy",
  785. "FreedomStrategyDesc": "Set the output strategy for the network in the Freedom Protocol.",
  786. "RoutingStrategy": "Overall Routing Strategy",
  787. "RoutingStrategyDesc": "Set the overall traffic routing strategy for resolving all requests.",
  788. "outboundTestUrl": "Outbound Test URL",
  789. "outboundTestUrlDesc": "URL used when testing outbound connectivity.",
  790. "Torrent": "Block BitTorrent Protocol",
  791. "Inbounds": "Inbounds",
  792. "InboundsDesc": "Accepting the specific clients.",
  793. "Outbounds": "Outbounds",
  794. "Balancers": "Balancers",
  795. "balancerTagRequired": "Tag is required",
  796. "balancerSelectorRequired": "Pick at least one outbound",
  797. "OutboundsDesc": "Set the outgoing traffic pathway.",
  798. "Routings": "Routing Rules",
  799. "RoutingsDesc": "The priority of each rule is important!",
  800. "completeTemplate": "All",
  801. "logLevel": "Log Level",
  802. "logLevelDesc": "The log level for error logs, indicating the information that needs to be recorded.",
  803. "accessLog": "Access Log",
  804. "accessLogDesc": "The file path for the access log. The special value 'none' disables access logs",
  805. "errorLog": "Error Log",
  806. "errorLogDesc": "The file path for the error log. The special value 'none' disables error logs",
  807. "dnsLog": "DNS Log",
  808. "dnsLogDesc": "Whether to enable DNS query logs",
  809. "maskAddress": "Mask Address",
  810. "maskAddressDesc": "IP address mask, when enabled, will automatically replace the IP address that appears in the log.",
  811. "statistics": "Statistics",
  812. "statsInboundUplink": "Inbound Upload Statistics",
  813. "statsInboundUplinkDesc": "Enables the statistics collection for upstream traffic of all inbound proxies.",
  814. "statsInboundDownlink": "Inbound Download Statistics",
  815. "statsInboundDownlinkDesc": "Enables the statistics collection for downstream traffic of all inbound proxies.",
  816. "statsOutboundUplink": "Outbound Upload Statistics",
  817. "statsOutboundUplinkDesc": "Enables the statistics collection for upstream traffic of all outbound proxies.",
  818. "statsOutboundDownlink": "Outbound Download Statistics",
  819. "statsOutboundDownlinkDesc": "Enables the statistics collection for downstream traffic of all outbound proxies.",
  820. "rules": {
  821. "first": "First",
  822. "last": "Last",
  823. "up": "Up",
  824. "down": "Down",
  825. "source": "Source",
  826. "dest": "Destination",
  827. "inbound": "Inbound",
  828. "outbound": "Outbound",
  829. "balancer": "Balancer",
  830. "info": "Info",
  831. "add": "Add Rule",
  832. "edit": "Edit Rule",
  833. "useComma": "Comma-separated items"
  834. },
  835. "outbound": {
  836. "addOutbound": "Add Outbound",
  837. "addReverse": "Add Reverse",
  838. "editOutbound": "Edit Outbound",
  839. "editReverse": "Edit Reverse",
  840. "reverseTag": "Reverse Tag",
  841. "reverseTagDesc": "VLESS simple reverse proxy tag. Leave empty to disable.",
  842. "reverseTagPlaceholder": "reverse tag (leave empty to disable)",
  843. "tag": "Tag",
  844. "tagDesc": "Unique Tag",
  845. "address": "Address",
  846. "reverse": "Reverse",
  847. "domain": "Domain",
  848. "type": "Type",
  849. "bridge": "Bridge",
  850. "portal": "Portal",
  851. "link": "Link",
  852. "intercon": "Interconnection",
  853. "settings": "Settings",
  854. "accountInfo": "Account Information",
  855. "outboundStatus": "Outbound Status",
  856. "sendThrough": "Send Through",
  857. "test": "Test",
  858. "testResult": "Test Result",
  859. "testing": "Testing connection...",
  860. "testSuccess": "Test successful",
  861. "testFailed": "Test failed",
  862. "testError": "Failed to test outbound",
  863. "nordvpn": "NordVPN",
  864. "accessToken": "Access Token",
  865. "country": "Country",
  866. "server": "Server",
  867. "city": "City",
  868. "allCities": "All Cities",
  869. "privateKey": "Private Key",
  870. "load": "Load"
  871. },
  872. "balancer": {
  873. "addBalancer": "Add Balancer",
  874. "editBalancer": "Edit Balancer",
  875. "balancerStrategy": "Strategy",
  876. "balancerSelectors": "Selectors",
  877. "tag": "Tag",
  878. "tagDesc": "Unique Tag",
  879. "balancerDesc": "It is not possible to use balancerTag and outboundTag at the same time. If used at the same time, only outboundTag will work."
  880. },
  881. "wireguard": {
  882. "secretKey": "Secret Key",
  883. "publicKey": "Public Key",
  884. "allowedIPs": "Allowed IPs",
  885. "endpoint": "Endpoint",
  886. "psk": "PreShared Key",
  887. "domainStrategy": "Domain Strategy"
  888. },
  889. "tun": {
  890. "nameDesc": "The name of the TUN interface. Default is 'xray0'",
  891. "mtuDesc": "Maximum Transmission Unit. The maximum size of data packets. Default is 1500",
  892. "userLevel": "User Level",
  893. "userLevelDesc": "All connections made through this inbound will use this user level. Default is 0"
  894. },
  895. "dns": {
  896. "enable": "Enable DNS",
  897. "enableDesc": "Enable built-in DNS server",
  898. "tag": "DNS Inbound Tag",
  899. "tagDesc": "This tag will be available as an Inbound tag in routing rules.",
  900. "clientIp": "Client IP",
  901. "clientIpDesc": "Used to notify the server of the specified IP location during DNS queries",
  902. "disableCache": "Disable cache",
  903. "disableCacheDesc": "Disables DNS caching",
  904. "disableFallback": "Disable Fallback",
  905. "disableFallbackDesc": "Disables fallback DNS queries",
  906. "disableFallbackIfMatch": "Disable Fallback If Match",
  907. "disableFallbackIfMatchDesc": "Disables fallback DNS queries when the matching domain list of the DNS server is hit",
  908. "enableParallelQuery": "Enable Parallel Query",
  909. "enableParallelQueryDesc": "Enable parallel DNS queries to multiple servers for faster resolution",
  910. "strategy": "Query Strategy",
  911. "strategyDesc": "Overall strategy to resolve domain names",
  912. "add": "Add Server",
  913. "edit": "Edit Server",
  914. "domains": "Domains",
  915. "expectIPs": "Expect IPs",
  916. "unexpectIPs": "Unexpected IPs",
  917. "useSystemHosts": "Use System Hosts",
  918. "useSystemHostsDesc": "Use the operating system's hosts file",
  919. "serveStale": "Serve Stale",
  920. "serveStaleDesc": "Return expired cached results while refreshing in the background",
  921. "serveExpiredTTL": "Serve Expired TTL",
  922. "serveExpiredTTLDesc": "Validity (seconds) of stale cache entries; 0 = never expire",
  923. "timeoutMs": "Timeout (ms)",
  924. "skipFallback": "Skip Fallback",
  925. "finalQuery": "Final Query",
  926. "hosts": "Hosts",
  927. "hostsAdd": "Add Host",
  928. "hostsEmpty": "No host overrides defined",
  929. "hostsDomain": "Domain (e.g. domain:example.com)",
  930. "hostsValues": "IP or domain — type and press Enter",
  931. "usePreset": "Use Preset",
  932. "dnsPresetTitle": "DNS Presets",
  933. "dnsPresetFamily": "Family",
  934. "clearAll": "Delete All",
  935. "clearAllTitle": "Delete all DNS servers?",
  936. "clearAllConfirm": "This removes every DNS server from the list. This cannot be undone."
  937. },
  938. "fakedns": {
  939. "add": "Add Fake DNS",
  940. "edit": "Edit Fake DNS",
  941. "ipPool": "IP Pool Subnet",
  942. "poolSize": "Pool Size"
  943. }
  944. }
  945. },
  946. "tgbot": {
  947. "keyboardClosed": "❌ Custom keyboard closed!",
  948. "noResult": "❗ No result!",
  949. "noQuery": "❌ Query not found! Please use the command again!",
  950. "wentWrong": "❌ Something went wrong!",
  951. "noIpRecord": "❗ No IP Record!",
  952. "noInbounds": "❗ No inbound found!",
  953. "unlimited": "♾ Unlimited(Reset)",
  954. "add": "Add",
  955. "month": "Month",
  956. "months": "Months",
  957. "day": "Day",
  958. "days": "Days",
  959. "hours": "Hours",
  960. "minutes": "Minutes",
  961. "unknown": "Unknown",
  962. "inbounds": "Inbounds",
  963. "clients": "Clients",
  964. "offline": "🔴 Offline",
  965. "online": "🟢 Online",
  966. "commands": {
  967. "unknown": "❗ Unknown command.",
  968. "pleaseChoose": "👇 Please choose:\r\n",
  969. "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",
  970. "start": "👋 Hello <i>{{ .Firstname }}</i>.\r\n",
  971. "welcome": "🤖 Welcome to <b>{{ .Hostname }}</b> management bot.\r\n",
  972. "status": "✅ Bot is OK!",
  973. "usage": "❗ Please provide a text to search!",
  974. "getID": "🆔 Your ID: <code>{{ .ID }}</code>",
  975. "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>",
  976. "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>",
  977. "restartUsage": "\r\n\r\n<code>/restart</code>",
  978. "restartSuccess": "✅ Operation successful!",
  979. "restartFailed": "❗ Error in operation.\r\n\r\n<code>Error: {{ .Error }}</code>.",
  980. "xrayNotRunning": "❗ Xray Core is not running.",
  981. "startDesc": "Show the main menu",
  982. "helpDesc": "Bot help",
  983. "statusDesc": "Check bot status",
  984. "idDesc": "Show your Telegram ID"
  985. },
  986. "messages": {
  987. "cpuThreshold": "🔴 CPU Load {{ .Percent }}% exceeds the threshold of {{ .Threshold }}%",
  988. "selectUserFailed": "❌ Error in user selection!",
  989. "userSaved": "✅ Telegram User saved.",
  990. "loginSuccess": "✅ Logged in to the panel successfully.\r\n",
  991. "loginFailed": "❗️Login attempt to the panel failed.\r\n",
  992. "2faFailed": "2FA Failed",
  993. "report": "🕰 Scheduled Reports: {{ .RunTime }}\r\n",
  994. "datetime": "⏰ Date&Time: {{ .DateTime }}\r\n",
  995. "hostname": "💻 Host: {{ .Hostname }}\r\n",
  996. "version": "🚀 3X-UI Version: {{ .Version }}\r\n",
  997. "xrayVersion": "📡 Xray Version: {{ .XrayVersion }}\r\n",
  998. "ipv6": "🌐 IPv6: {{ .IPv6 }}\r\n",
  999. "ipv4": "🌐 IPv4: {{ .IPv4 }}\r\n",
  1000. "ip": "🌐 IP: {{ .IP }}\r\n",
  1001. "ips": "🔢 IPs:\r\n{{ .IPs }}\r\n",
  1002. "serverUpTime": "⏳ Uptime: {{ .UpTime }} {{ .Unit }}\r\n",
  1003. "serverLoad": "📈 System Load: {{ .Load1 }}, {{ .Load2 }}, {{ .Load3 }}\r\n",
  1004. "serverMemory": "📋 RAM: {{ .Current }}/{{ .Total }}\r\n",
  1005. "tcpCount": "🔹 TCP: {{ .Count }}\r\n",
  1006. "udpCount": "🔸 UDP: {{ .Count }}\r\n",
  1007. "traffic": "🚦 Traffic: {{ .Total }} (↑{{ .Upload }},↓{{ .Download }})\r\n",
  1008. "xrayStatus": "ℹ️ Status: {{ .State }}\r\n",
  1009. "username": "👤 Username: {{ .Username }}\r\n",
  1010. "reason": "❗️ Reason: {{ .Reason }}\r\n",
  1011. "time": "⏰ Time: {{ .Time }}\r\n",
  1012. "inbound": "📍 Inbound: {{ .Remark }}\r\n",
  1013. "port": "🔌 Port: {{ .Port }}\r\n",
  1014. "expire": "📅 Expire Date: {{ .Time }}\r\n",
  1015. "expireIn": "📅 Expire In: {{ .Time }}\r\n",
  1016. "active": "💡 Active: {{ .Enable }}\r\n",
  1017. "enabled": "🚨 Enabled: {{ .Enable }}\r\n",
  1018. "online": "🌐 Connection status: {{ .Status }}\r\n",
  1019. "lastOnline": "🔙 Last online: {{ .Time }}\r\n",
  1020. "email": "📧 Email: {{ .Email }}\r\n",
  1021. "upload": "🔼 Upload: ↑{{ .Upload }}\r\n",
  1022. "download": "🔽 Download: ↓{{ .Download }}\r\n",
  1023. "total": "📊 Total: ↑↓{{ .UpDown }} / {{ .Total }}\r\n",
  1024. "TGUser": "👤 Telegram User: {{ .TelegramID }}\r\n",
  1025. "exhaustedMsg": "🚨 Exhausted {{ .Type }}:\r\n",
  1026. "exhaustedCount": "🚨 Exhausted {{ .Type }} count:\r\n",
  1027. "onlinesCount": "🌐 Online Clients: {{ .Count }}\r\n",
  1028. "disabled": "🛑 Disabled: {{ .Disabled }}\r\n",
  1029. "depleteSoon": "🔜 Deplete Soon: {{ .Deplete }}\r\n\r\n",
  1030. "backupTime": "🗄 Backup Time: {{ .Time }}\r\n",
  1031. "refreshedOn": "\r\n📋🔄 Refreshed On: {{ .Time }}\r\n\r\n",
  1032. "yes": "✅ Yes",
  1033. "no": "❌ No",
  1034. "received_id": "🔑📥 ID updated.",
  1035. "received_password": "🔑📥 Password updated.",
  1036. "received_email": "📧📥 Email updated.",
  1037. "received_comment": "💬📥 Comment updated.",
  1038. "id_prompt": "🔑 Default ID: {{ .ClientId }}\n\nEnter your ID.",
  1039. "pass_prompt": "🔑 Default Password: {{ .ClientPassword }}\n\nEnter your password.",
  1040. "email_prompt": "📧 Default Email: {{ .ClientEmail }}\n\nEnter your email.",
  1041. "comment_prompt": "💬 Default Comment: {{ .ClientComment }}\n\nEnter your comment.",
  1042. "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!",
  1043. "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!",
  1044. "cancel": "❌ Process Canceled! \n\nYou can /start again anytime. 🔄",
  1045. "error_add_client": "⚠️ Error:\n\n {{ .error }}",
  1046. "using_default_value": "Okay, I'll stick with the default value. 😊",
  1047. "incorrect_input": "Your input is not valid.\nThe phrases should be continuous without spaces.\nCorrect example: aaaaaa\nIncorrect example: aaa aaa 🚫",
  1048. "AreYouSure": "Are you sure? 🤔",
  1049. "SuccessResetTraffic": "📧 Email: {{ .ClientEmail }}\n🏁 Result: ✅ Success",
  1050. "FailedResetTraffic": "📧 Email: {{ .ClientEmail }}\n🏁 Result: ❌ Failed \n\n🛠️ Error: [ {{ .ErrorMessage }} ]",
  1051. "FinishProcess": "🔚 Traffic reset process finished for all clients."
  1052. },
  1053. "buttons": {
  1054. "closeKeyboard": "❌ Close Keyboard",
  1055. "cancel": "❌ Cancel",
  1056. "cancelReset": "❌ Cancel Reset",
  1057. "cancelIpLimit": "❌ Cancel IP Limit",
  1058. "confirmResetTraffic": "✅ Confirm Reset Traffic?",
  1059. "confirmClearIps": "✅ Confirm Clear IPs?",
  1060. "confirmRemoveTGUser": "✅ Confirm Remove Telegram User?",
  1061. "confirmToggle": "✅ Confirm Enable/Disable User?",
  1062. "dbBackup": "Get DB Backup",
  1063. "serverUsage": "Server Usage",
  1064. "getInbounds": "Get Inbounds",
  1065. "depleteSoon": "Deplete Soon",
  1066. "clientUsage": "Get Usage",
  1067. "onlines": "Online Clients",
  1068. "commands": "Commands",
  1069. "refresh": "🔄 Refresh",
  1070. "clearIPs": "❌ Clear IPs",
  1071. "removeTGUser": "❌ Remove Telegram User",
  1072. "selectTGUser": "👤 Select Telegram User",
  1073. "selectOneTGUser": "👤 Select a Telegram User:",
  1074. "resetTraffic": "📈 Reset Traffic",
  1075. "resetExpire": "📅 Change Expiry Date",
  1076. "ipLog": "🔢 IP Log",
  1077. "ipLimit": "🔢 IP Limit",
  1078. "setTGUser": "👤 Set Telegram User",
  1079. "toggle": "🔘 Enable / Disable",
  1080. "custom": "🔢 Custom",
  1081. "confirmNumber": "✅ Confirm: {{ .Num }}",
  1082. "confirmNumberAdd": "✅ Confirm adding: {{ .Num }}",
  1083. "limitTraffic": "🚧 Traffic Limit",
  1084. "getBanLogs": "Get Ban Logs",
  1085. "allClients": "All Clients",
  1086. "addClient": "Add Client",
  1087. "submitDisable": "Submit As Disable ☑️",
  1088. "submitEnable": "Submit As Enable ✅",
  1089. "use_default": "🏷️ Use default",
  1090. "change_id": "⚙️🔑 ID",
  1091. "change_password": "⚙️🔑 Password",
  1092. "change_email": "⚙️📧 Email",
  1093. "change_comment": "⚙️💬 Comment",
  1094. "change_flow": "⚙️🚦 Flow",
  1095. "ResetAllTraffics": "Reset All Traffic",
  1096. "SortedTrafficUsageReport": "Sorted Traffic Usage Report"
  1097. },
  1098. "answers": {
  1099. "successfulOperation": "✅ Operation successful!",
  1100. "errorOperation": "❗ Error in operation.",
  1101. "getInboundsFailed": "❌ Failed to get inbounds.",
  1102. "getClientsFailed": "❌ Failed to get clients.",
  1103. "canceled": "❌ {{ .Email }}: Operation canceled.",
  1104. "clientRefreshSuccess": "✅ {{ .Email }}: Client refreshed successfully.",
  1105. "IpRefreshSuccess": "✅ {{ .Email }}: IPs refreshed successfully.",
  1106. "TGIdRefreshSuccess": "✅ {{ .Email }}: Client's Telegram User refreshed successfully.",
  1107. "resetTrafficSuccess": "✅ {{ .Email }}: Traffic reset successfully.",
  1108. "setTrafficLimitSuccess": "✅ {{ .Email }}: Traffic limit saved successfully.",
  1109. "expireResetSuccess": "✅ {{ .Email }}: Expire days reset successfully.",
  1110. "resetIpSuccess": "✅ {{ .Email }}: IP limit {{ .Count }} saved successfully.",
  1111. "clearIpSuccess": "✅ {{ .Email }}: IPs cleared successfully.",
  1112. "getIpLog": "✅ {{ .Email }}: Get IP Log.",
  1113. "getUserInfo": "✅ {{ .Email }}: Get Telegram User Info.",
  1114. "removedTGUserSuccess": "✅ {{ .Email }}: Telegram User removed successfully.",
  1115. "enableSuccess": "✅ {{ .Email }}: Enabled successfully.",
  1116. "disableSuccess": "✅ {{ .Email }}: Disabled successfully.",
  1117. "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>",
  1118. "chooseClient": "Choose a Client for Inbound {{ .Inbound }}",
  1119. "chooseInbound": "Choose an Inbound"
  1120. }
  1121. }
  1122. }