en-US.json 75 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539
  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. "add": "Add",
  12. "remove": "Remove",
  13. "update": "Update",
  14. "copy": "Copy",
  15. "copied": "Copied",
  16. "more": "more",
  17. "download": "Download",
  18. "remark": "Remark",
  19. "enable": "Enabled",
  20. "protocol": "Protocol",
  21. "search": "Search",
  22. "filter": "Filter",
  23. "all": "All",
  24. "from": "From",
  25. "to": "To",
  26. "done": "Done",
  27. "loading": "Loading...",
  28. "refresh": "Refresh",
  29. "clear": "Clear",
  30. "second": "Second",
  31. "minute": "Minute",
  32. "hour": "Hour",
  33. "day": "Day",
  34. "check": "Check",
  35. "indefinite": "Indefinite",
  36. "unlimited": "Unlimited",
  37. "none": "None",
  38. "qrCode": "QR Code",
  39. "info": "More Information",
  40. "edit": "Edit",
  41. "delete": "Delete",
  42. "reset": "Reset",
  43. "noData": "Nothing here yet",
  44. "copySuccess": "Copied successfully",
  45. "sure": "Sure",
  46. "encryption": "Encryption",
  47. "useIPv4ForHost": "Use IPv4 for host",
  48. "transmission": "Transmission",
  49. "host": "Host",
  50. "path": "Path",
  51. "camouflage": "Obfuscation",
  52. "status": "Status",
  53. "enabled": "Enabled",
  54. "disabled": "Disabled",
  55. "depleted": "Ended",
  56. "depletingSoon": "Depleting",
  57. "offline": "Offline",
  58. "online": "Online",
  59. "domainName": "Domain Name",
  60. "monitor": "Listen IP",
  61. "certificate": "Digital Certificate",
  62. "fail": "Failed",
  63. "comment": "Comment",
  64. "success": "Success",
  65. "lastOnline": "Last Online",
  66. "getVersion": "Get Version",
  67. "install": "Install",
  68. "clients": "Clients",
  69. "usage": "Usage",
  70. "twoFactorCode": "Code",
  71. "remained": "Remaining",
  72. "security": "Security",
  73. "secAlertTitle": "Security Alert",
  74. "secAlertSsl": "This connection is not secure. Please avoid entering sensitive information until TLS is activated for data protection.",
  75. "secAlertConf": "Certain settings are vulnerable to attacks. It is recommended to reinforce security protocols to prevent potential breaches.",
  76. "secAlertSSL": "Panel lacks secure connection. Please install TLS certificate for data protection.",
  77. "secAlertPanelPort": "Panel default port is vulnerable. Please configure a random or specific port.",
  78. "secAlertPanelURI": "Panel default URI path is insecure. Please configure a complex URI path.",
  79. "secAlertSubURI": "Subscription default URI path is insecure. Please configure a complex URI path.",
  80. "secAlertSubJsonURI": "Subscription JSON default URI path is insecure. Please configure a complex URI path.",
  81. "emptyDnsDesc": "No added DNS servers.",
  82. "emptyFakeDnsDesc": "No added Fake DNS servers.",
  83. "emptyBalancersDesc": "No added balancers.",
  84. "emptyReverseDesc": "No added reverse proxies.",
  85. "somethingWentWrong": "Something went wrong",
  86. "subscription": {
  87. "title": "Subscription info",
  88. "subId": "Subscription ID",
  89. "status": "Status",
  90. "downloaded": "Downloaded",
  91. "uploaded": "Uploaded",
  92. "expiry": "Expiry",
  93. "totalQuota": "Total quota",
  94. "individualLinks": "Individual links",
  95. "active": "Active",
  96. "inactive": "Inactive",
  97. "unlimited": "Unlimited",
  98. "noExpiry": "No expiry"
  99. },
  100. "menu": {
  101. "theme": "Theme",
  102. "dark": "Dark",
  103. "ultraDark": "Ultra Dark",
  104. "dashboard": "Overview",
  105. "inbounds": "Inbounds",
  106. "clients": "Clients",
  107. "groups": "Groups",
  108. "nodes": "Nodes",
  109. "settings": "Panel Settings",
  110. "xray": "Xray Configs",
  111. "apiDocs": "API Docs",
  112. "logout": "Log Out",
  113. "link": "Manage",
  114. "donate": "Donate"
  115. },
  116. "pages": {
  117. "login": {
  118. "hello": "Hello",
  119. "title": "Welcome",
  120. "loginAgain": "Your session has expired, please log in again",
  121. "toasts": {
  122. "invalidFormData": "The input data format is invalid.",
  123. "emptyUsername": "Username is required",
  124. "emptyPassword": "Password is required",
  125. "wrongUsernameOrPassword": "Invalid username or password or two-factor code.",
  126. "successLogin": "You have successfully logged into your account."
  127. }
  128. },
  129. "index": {
  130. "title": "Overview",
  131. "cpu": "CPU",
  132. "logicalProcessors": "Logical Processors",
  133. "frequency": "Frequency",
  134. "swap": "Swap",
  135. "storage": "Storage",
  136. "memory": "RAM",
  137. "threads": "Threads",
  138. "xrayStatus": "Xray",
  139. "stopXray": "Stop",
  140. "restartXray": "Restart",
  141. "xraySwitch": "Version",
  142. "xrayUpdates": "Xray Updates",
  143. "xraySwitchClick": "Choose the version you want to switch to.",
  144. "xraySwitchClickDesk": "Choose carefully, as older versions may not be compatible with current configurations.",
  145. "updatePanel": "Update Panel",
  146. "panelUpdateDesc": "This will update 3X-UI itself to the latest release and restart the panel service.",
  147. "currentPanelVersion": "Current panel version",
  148. "latestPanelVersion": "Latest panel version",
  149. "panelUpToDate": "Panel is up to date",
  150. "upToDate": "Up to date",
  151. "xrayStatusUnknown": "Unknown",
  152. "xrayStatusRunning": "Running",
  153. "xrayStatusStop": "Stopped",
  154. "xrayStatusError": "Error",
  155. "xrayErrorPopoverTitle": "An error occurred while running Xray",
  156. "operationHours": "Uptime",
  157. "systemHistoryTitle": "System History",
  158. "charts": "Charts",
  159. "xrayMetricsTitle": "Xray Metrics",
  160. "xrayMetricsDisabled": "Xray metrics endpoint not configured",
  161. "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.",
  162. "xrayObservatoryEmpty": "No observatory data yet",
  163. "xrayObservatoryHint": "Add an observatory block to the xray config listing the outbound tags to probe, then restart xray.",
  164. "xrayObservatoryTagPlaceholder": "Select outbound",
  165. "xrayObservatoryAlive": "Alive",
  166. "xrayObservatoryDead": "Down",
  167. "xrayObservatoryLastSeen": "Last seen",
  168. "xrayObservatoryLastTry": "Last try",
  169. "trendLast2Min": "Last 2 minutes",
  170. "systemLoad": "System Load",
  171. "systemLoadDesc": "System load average for the past 1, 5, and 15 minutes",
  172. "connectionCount": "Connection Stats",
  173. "ipAddresses": "IP Addresses",
  174. "toggleIpVisibility": "Toggle visibility of the IP",
  175. "overallSpeed": "Overall Speed",
  176. "upload": "Upload",
  177. "download": "Download",
  178. "totalData": "Total Data",
  179. "sent": "Sent",
  180. "received": "Received",
  181. "documentation": "Documentation",
  182. "xraySwitchVersionDialog": "Do you really want to change the Xray version?",
  183. "xraySwitchVersionDialogDesc": "This will change the Xray version to #version#.",
  184. "xraySwitchVersionPopover": "Xray updated successfully",
  185. "panelUpdateDialog": "Do you really want to update the panel?",
  186. "panelUpdateDialogDesc": "This will update 3X-UI to #version# and restart the panel service.",
  187. "panelUpdateCheckPopover": "Panel update check failed",
  188. "panelUpdateStartedPopover": "Panel update started",
  189. "geofileUpdateDialog": "Do you really want to update the geofile?",
  190. "geofileUpdateDialogDesc": "This will update the #filename# file.",
  191. "geofilesUpdateDialogDesc": "This will update all geofiles.",
  192. "geofilesUpdateAll": "Update all",
  193. "geofileUpdatePopover": "Geofile updated successfully",
  194. "customGeoTitle": "Custom GeoSite / GeoIP",
  195. "customGeoAdd": "Add",
  196. "customGeoType": "Type",
  197. "customGeoAlias": "Alias",
  198. "customGeoUrl": "URL",
  199. "customGeoEnabled": "Enabled",
  200. "customGeoLastUpdated": "Last updated",
  201. "customGeoExtColumn": "Routing (ext:…)",
  202. "customGeoToastUpdateAll": "All custom geo sources updated",
  203. "customGeoActions": "Actions",
  204. "customGeoEdit": "Edit",
  205. "customGeoDelete": "Delete",
  206. "customGeoDownload": "Update now",
  207. "customGeoModalAdd": "Add custom geo",
  208. "customGeoModalEdit": "Edit custom geo",
  209. "customGeoModalSave": "Save",
  210. "customGeoDeleteConfirm": "Delete this custom geo source?",
  211. "customGeoRoutingHint": "In routing rules use the value column as ext:file.dat:tag (replace tag).",
  212. "customGeoInvalidId": "Invalid resource id",
  213. "customGeoAliasesError": "Failed to load custom geo aliases",
  214. "customGeoValidationAlias": "Alias may only contain lowercase letters, digits, - and _",
  215. "customGeoValidationUrl": "URL must start with http:// or https://",
  216. "customGeoAliasPlaceholder": "a-z 0-9 _ -",
  217. "customGeoAliasLabelSuffix": " (custom)",
  218. "customGeoToastList": "Custom geo list",
  219. "customGeoToastAdd": "Add custom geo",
  220. "customGeoToastUpdate": "Update custom geo",
  221. "customGeoToastDelete": "Custom geo file “{{ .fileName }}” deleted",
  222. "customGeoToastDownload": "Geofile “{{ .fileName }}” updated",
  223. "customGeoErrInvalidType": "Type must be geosite or geoip",
  224. "customGeoErrAliasRequired": "Alias is required",
  225. "customGeoErrAliasPattern": "Alias must match allowed characters",
  226. "customGeoErrAliasReserved": "This alias is reserved",
  227. "customGeoErrUrlRequired": "URL is required",
  228. "customGeoErrInvalidUrl": "URL is invalid",
  229. "customGeoErrUrlScheme": "URL must use http or https",
  230. "customGeoErrUrlHost": "URL host is invalid",
  231. "customGeoErrDuplicateAlias": "This alias is already used for this type",
  232. "customGeoErrNotFound": "Custom geo source not found",
  233. "customGeoErrDownload": "Download failed",
  234. "customGeoErrUpdateAllIncomplete": "One or more custom geo sources failed to update",
  235. "customGeoEmpty": "No custom geo sources yet — click Add to create one",
  236. "dontRefresh": "Installation is in progress, please do not refresh this page",
  237. "logs": "Logs",
  238. "config": "Config",
  239. "backup": "Backup",
  240. "backupTitle": "Backup & Restore",
  241. "exportDatabase": "Back Up",
  242. "exportDatabaseDesc": "Click to download a .db file containing a backup of your current database to your device.",
  243. "importDatabase": "Restore",
  244. "importDatabaseDesc": "Click to select and upload a .db file from your device to restore your database from a backup.",
  245. "importDatabaseSuccess": "The database has been successfully imported.",
  246. "importDatabaseError": "An error occurred while importing the database.",
  247. "readDatabaseError": "An error occurred while reading the database.",
  248. "getDatabaseError": "An error occurred while retrieving the database.",
  249. "getConfigError": "An error occurred while retrieving the config file."
  250. },
  251. "inbounds": {
  252. "title": "Inbounds",
  253. "totalDownUp": "Total Sent/Received",
  254. "totalUsage": "Total Usage",
  255. "inboundCount": "Total Inbounds",
  256. "operate": "Menu",
  257. "enable": "Enabled",
  258. "remark": "Remark",
  259. "node": "Node",
  260. "deployTo": "Deploy to",
  261. "localPanel": "Local panel",
  262. "fallbacks": {
  263. "title": "Fallbacks",
  264. "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.",
  265. "empty": "No fallbacks yet",
  266. "add": "Add fallback",
  267. "pickInbound": "Pick an inbound",
  268. "matchAny": "any",
  269. "rederive": "Re-fill from child",
  270. "rederived": "Re-filled from child",
  271. "editAdvanced": "Edit routing fields",
  272. "hideAdvanced": "Hide advanced",
  273. "quickAddAll": "Quick add all eligible",
  274. "quickAdded": "Added {n} fallback(s)",
  275. "quickAddedNone": "No new eligible inbounds to add",
  276. "routesWhen": "Routes when",
  277. "defaultCatchAll": "Default — catches anything else"
  278. },
  279. "protocol": "Protocol",
  280. "port": "Port",
  281. "portMap": "Port Mapping",
  282. "traffic": "Traffic",
  283. "details": "Details",
  284. "transportConfig": "Transport",
  285. "expireDate": "Duration",
  286. "createdAt": "Created",
  287. "updatedAt": "Updated",
  288. "resetTraffic": "Reset Traffic",
  289. "addInbound": "Add Inbound",
  290. "generalActions": "General Actions",
  291. "modifyInbound": "Modify Inbound",
  292. "deleteInbound": "Delete Inbound",
  293. "deleteInboundContent": "Are you sure you want to delete this inbound?",
  294. "deleteConfirmTitle": "Delete inbound \"{remark}\"?",
  295. "deleteConfirmContent": "This removes the inbound and all its clients. This cannot be undone.",
  296. "resetConfirmTitle": "Reset traffic for \"{remark}\"?",
  297. "resetConfirmContent": "Resets up/down counters to 0 for this inbound.",
  298. "cloneConfirmTitle": "Clone inbound \"{remark}\"?",
  299. "cloneConfirmContent": "Creates a copy with a new port and an empty client list.",
  300. "delAllClients": "Delete All Clients",
  301. "delAllClientsConfirmTitle": "Delete all {count} clients from \"{remark}\"?",
  302. "delAllClientsConfirmContent": "This removes every client from this inbound and drops their traffic records. The inbound itself is kept. This cannot be undone.",
  303. "attachClients": "Attach Clients To…",
  304. "addClientsToGroup": "Add Clients To Group…",
  305. "attachClientsTitle": "Attach clients from \"{remark}\"",
  306. "attachClientsDesc": "Attaches the same {count} clients (same UUID/password and shared traffic) to the selected inbound(s). They stay on this inbound too.",
  307. "attachClientsTargets": "Target inbounds",
  308. "attachClientsNoTargets": "No other compatible inbounds available to attach to.",
  309. "attachClientsResult": "Attached {attached}, skipped {skipped}.",
  310. "attachClientsResultMixed": "Attached {attached}, skipped {skipped}, errors {errors}.",
  311. "attachClientsSelectLabel": "Clients to attach",
  312. "attachClientsSearchPlaceholder": "Search email or comment",
  313. "attachClientsStatusDisabled": "Disabled",
  314. "attachClientsSelectedCount": "{selected} of {total} selected",
  315. "detachClients": "Detach Clients",
  316. "detachClientsTitle": "Detach clients of \"{remark}\"",
  317. "detachClientsDesc": "Removes the selected client(s) from this inbound only. Client records themselves are kept (use Delete to remove fully). Source has {count} clients in total.",
  318. "detachClientsResult": "Detached {detached}, skipped {skipped}.",
  319. "detachClientsResultMixed": "Detached {detached}, skipped {skipped}, errors {errors}.",
  320. "detachClientsSelectLabel": "Clients to detach",
  321. "exportLinksTitle": "Export inbound links",
  322. "exportSubsTitle": "Export subscription links",
  323. "exportAllLinksTitle": "Export all inbound links",
  324. "exportAllSubsTitle": "Export all subscription links",
  325. "inboundJsonTitle": "Inbound JSON",
  326. "deleteClient": "Delete Client",
  327. "deleteClientContent": "Are you sure you want to delete this client?",
  328. "resetTrafficContent": "Are you sure you want to reset traffic?",
  329. "copyLink": "Copy URL",
  330. "address": "Address",
  331. "network": "Network",
  332. "destinationPort": "Destination Port",
  333. "targetAddress": "Target Address",
  334. "monitorDesc": "Leave blank to listen on all IPs",
  335. "meansNoLimit": "= Unlimited. (unit: GB)",
  336. "totalFlow": "Total Flow",
  337. "leaveBlankToNeverExpire": "Leave blank to never expire",
  338. "noRecommendKeepDefault": "It is recommended to keep the default",
  339. "certificatePath": "File Path",
  340. "certificateContent": "File Content",
  341. "publicKey": "Public Key",
  342. "privatekey": "Private Key",
  343. "clickOnQRcode": "Click on QR Code to Copy",
  344. "client": "Client",
  345. "export": "Export All URLs",
  346. "clone": "Clone",
  347. "cloneInbound": "Clone",
  348. "cloneInboundContent": "All settings of this inbound, except Port, Listening IP, and Clients, will be applied to the clone.",
  349. "cloneInboundOk": "Clone",
  350. "resetAllTraffic": "Reset Traffic for All Inbounds",
  351. "resetAllTrafficTitle": "Reset Traffic for All Inbounds",
  352. "resetAllTrafficContent": "Are you sure you want to reset the traffic of all inbounds?",
  353. "resetInboundClientTraffics": "Reset Clients' Traffic",
  354. "resetInboundClientTrafficTitle": "Reset Clients' Traffic",
  355. "resetInboundClientTrafficContent": "Are you sure you want to reset the traffic of this inbound's clients?",
  356. "resetAllClientTraffics": "Reset All Clients' Traffic",
  357. "resetAllClientTrafficTitle": "Reset All Clients' Traffic",
  358. "resetAllClientTrafficContent": "Are you sure you want to reset the traffic of all clients?",
  359. "delDepletedClients": "Delete Depleted Clients",
  360. "delDepletedClientsTitle": "Delete Depleted Clients",
  361. "delDepletedClientsContent": "Are you sure you want to delete all the depleted clients?",
  362. "email": "Email",
  363. "emailDesc": "Please provide a unique email address.",
  364. "IPLimit": "IP Limit",
  365. "IPLimitDesc": "Disables inbound if the count exceeds the set value. (0 = disable)",
  366. "IPLimitlog": "IP Log",
  367. "IPLimitlogDesc": "The IP history log. (to re-enable the inbound after disabling, clear the log)",
  368. "IPLimitlogclear": "Clear the Log",
  369. "setDefaultCert": "Set Cert from Panel",
  370. "setDefaultCertEmpty": "No certificate is configured for the panel. Set one under Settings first.",
  371. "streamTab": "Stream",
  372. "securityTab": "Security",
  373. "sniffingTab": "Sniffing",
  374. "sniffingMetadataOnly": "Metadata only",
  375. "sniffingRouteOnly": "Route only",
  376. "sniffingIpsExcluded": "IPs excluded",
  377. "sniffingDomainsExcluded": "Domains excluded",
  378. "decryption": "Decryption",
  379. "encryption": "Encryption",
  380. "vlessAuthX25519": "X25519 auth",
  381. "vlessAuthMlkem768": "ML-KEM-768 auth",
  382. "vlessAuthCustom": "Custom",
  383. "vlessAuthSelected": "Selected: {auth}",
  384. "advanced": {
  385. "title": "Inbound JSON sections",
  386. "subtitle": "Full inbound JSON and focused editors for settings, sniffing, and streamSettings.",
  387. "all": "All",
  388. "allHelp": "Full inbound object with all fields in one editor.",
  389. "settings": "Settings",
  390. "settingsHelp": "Xray settings block wrapper:",
  391. "sniffing": "Sniffing",
  392. "sniffingHelp": "Xray sniffing block wrapper:",
  393. "stream": "Stream",
  394. "streamHelp": "Xray stream block wrapper:",
  395. "jsonErrorPrefix": "Advanced JSON"
  396. },
  397. "telegramDesc": "Please provide Telegram Chat ID. (use '/id' command in the bot) or ({'@'}userinfobot)",
  398. "subscriptionDesc": "To find your subscription URL, navigate to the 'Details'. Additionally, you can use the same name for several clients.",
  399. "same": "Same",
  400. "inboundData": "Inbound's Data",
  401. "exportInbound": "Export Inbound",
  402. "import": "Import",
  403. "importInbound": "Import an Inbound",
  404. "periodicTrafficResetTitle": "Traffic Reset",
  405. "periodicTrafficResetDesc": "Automatically reset traffic counter at specified intervals",
  406. "lastReset": "Last Reset",
  407. "periodicTrafficReset": {
  408. "never": "Never",
  409. "daily": "Daily",
  410. "weekly": "Weekly",
  411. "monthly": "Monthly",
  412. "hourly": "Hourly"
  413. },
  414. "toasts": {
  415. "obtain": "Obtain",
  416. "updateSuccess": "The update was successful.",
  417. "logCleanSuccess": "The log has been cleared.",
  418. "inboundsUpdateSuccess": "Inbounds have been successfully updated.",
  419. "inboundUpdateSuccess": "Inbound has been successfully updated.",
  420. "inboundCreateSuccess": "Inbound has been successfully created.",
  421. "inboundDeleteSuccess": "Inbound has been successfully deleted.",
  422. "inboundClientAddSuccess": "Inbound client(s) have been added.",
  423. "inboundClientDeleteSuccess": "Inbound client has been deleted.",
  424. "inboundClientUpdateSuccess": "Inbound client has been updated.",
  425. "delDepletedClientsSuccess": "All depleted clients have been deleted.",
  426. "resetAllClientTrafficSuccess": "Traffic for all clients has been reset.",
  427. "resetAllTrafficSuccess": "All traffic has been reset.",
  428. "resetInboundClientTrafficSuccess": "Traffic has been reset.",
  429. "resetInboundTrafficSuccess": "Inbound traffic has been reset.",
  430. "trafficGetError": "Error getting traffic.",
  431. "getNewX25519CertError": "Error while obtaining the X25519 certificate.",
  432. "getNewmldsa65Error": "Error while obtaining mldsa65.",
  433. "getNewVlessEncError": "Error while obtaining VlessEnc."
  434. },
  435. "form": {
  436. "moveUp": "Move up",
  437. "moveDown": "Move down",
  438. "addAll": "Add all",
  439. "addAllFallbackTooltip": "Add a fallback row for every eligible inbound not yet wired up",
  440. "peers": "Peers",
  441. "addPeer": "Add peer",
  442. "keepAlive": "Keep-alive",
  443. "autoSystemRoutesTooltip": "Windows-only. CIDRs added to the system routing table automatically so matching traffic goes through TUN.",
  444. "autoOutboundsInterface": "Auto outbounds interface",
  445. "autoOutboundsInterfaceTooltip": "Physical interface for outbound traffic. Use 'auto' to detect; auto-enabled when Auto system routes is set.",
  446. "rewriteAddress": "Rewrite address",
  447. "rewritePort": "Rewrite port",
  448. "allowedNetwork": "Allowed network",
  449. "followRedirect": "Follow redirect",
  450. "accounts": "Accounts",
  451. "allowTransparent": "Allow transparent",
  452. "encryptionMethod": "Encryption method",
  453. "visionTestseed": "Vision testseed",
  454. "version": "Version",
  455. "udpIdleTimeout": "UDP idle timeout (s)",
  456. "masquerade": "Masquerade",
  457. "type": "Type",
  458. "upstreamUrl": "Upstream URL",
  459. "rewriteHost": "Rewrite Host",
  460. "skipTlsVerify": "Skip TLS verify",
  461. "directory": "Directory",
  462. "statusCode": "Status code",
  463. "body": "Body",
  464. "headers": "Headers",
  465. "proxyProtocol": "Proxy Protocol",
  466. "requestVersion": "Request version",
  467. "requestMethod": "Request method",
  468. "requestPath": "Request path",
  469. "requestHeaders": "Request headers",
  470. "responseVersion": "Response version",
  471. "responseStatus": "Response status",
  472. "responseReason": "Response reason",
  473. "responseHeaders": "Response headers",
  474. "heartbeatPeriod": "Heartbeat Period",
  475. "serviceName": "Service Name",
  476. "authority": "Authority",
  477. "multiMode": "Multi Mode",
  478. "maxBufferedUpload": "Max Buffered Upload",
  479. "maxUploadSize": "Max Upload Size (Byte)",
  480. "streamUpServer": "Stream-Up Server",
  481. "serverMaxHeaderBytes": "Server Max Header Bytes",
  482. "paddingBytes": "Padding Bytes",
  483. "uplinkHttpMethod": "Uplink HTTP Method",
  484. "paddingObfsMode": "Padding Obfs Mode",
  485. "paddingKey": "Padding Key",
  486. "paddingHeader": "Padding Header",
  487. "paddingPlacement": "Padding Placement",
  488. "paddingMethod": "Padding Method",
  489. "sessionPlacement": "Session Placement",
  490. "sessionKey": "Session Key",
  491. "sequencePlacement": "Sequence Placement",
  492. "sequenceKey": "Sequence Key",
  493. "uplinkDataPlacement": "Uplink Data Placement",
  494. "uplinkDataKey": "Uplink Data Key",
  495. "noSseHeader": "No SSE Header",
  496. "ttiMs": "TTI (ms)",
  497. "uplinkMbps": "Uplink (MB/s)",
  498. "downlinkMbps": "Downlink (MB/s)",
  499. "cwndMultiplier": "CWND Multiplier",
  500. "maxSendingWindow": "Max Sending Window",
  501. "externalProxy": "External Proxy",
  502. "sniPlaceholder": "SNI (defaults to host)",
  503. "fingerprint": "Fingerprint",
  504. "defaultOption": "Default",
  505. "routeMark": "Route Mark",
  506. "tcpKeepAliveInterval": "TCP Keep Alive Interval",
  507. "tcpKeepAliveIdle": "TCP Keep Alive Idle",
  508. "tcpMaxSeg": "TCP Max Seg",
  509. "tcpUserTimeout": "TCP User Timeout",
  510. "tcpWindowClamp": "TCP Window Clamp",
  511. "tcpFastOpen": "TCP Fast Open",
  512. "multipathTcp": "Multipath TCP",
  513. "penetrate": "Penetrate",
  514. "v6Only": "V6 Only",
  515. "tcpCongestion": "TCP Congestion",
  516. "dialerProxy": "Dialer Proxy",
  517. "trustedXForwardedFor": "Trusted X-Forwarded-For",
  518. "addressPortStrategy": "Address+port strategy",
  519. "tryDelayMs": "Try delay (ms)",
  520. "prioritizeIPv6": "Prioritize IPv6",
  521. "interleave": "Interleave",
  522. "maxConcurrentTry": "Max concurrent try",
  523. "customSockopt": "Custom sockopt",
  524. "addCustomOption": "Add custom option",
  525. "serverNameIndication": "Server Name Indication",
  526. "cipherSuites": "Cipher Suites",
  527. "autoOption": "Auto",
  528. "minMaxVersion": "Min/Max Version",
  529. "rejectUnknownSni": "Reject Unknown SNI",
  530. "disableSystemRoot": "Disable System Root",
  531. "sessionResumption": "Session Resumption",
  532. "oneTimeLoading": "One Time Loading",
  533. "usageOption": "Usage Option",
  534. "buildChain": "Build Chain",
  535. "echKey": "ECH key",
  536. "echConfig": "ECH config",
  537. "getNewEchCert": "Get New ECH Cert",
  538. "show": "Show",
  539. "xver": "Xver",
  540. "target": "Target",
  541. "maxTimeDiff": "Max Time Diff (ms)",
  542. "minClientVer": "Min Client Ver",
  543. "maxClientVer": "Max Client Ver",
  544. "shortIds": "Short IDs",
  545. "spiderX": "SpiderX",
  546. "getNewCert": "Get New Cert",
  547. "mldsa65Seed": "mldsa65 Seed",
  548. "mldsa65Verify": "mldsa65 Verify",
  549. "getNewSeed": "Get New Seed"
  550. },
  551. "info": {
  552. "mode": "Mode",
  553. "grpcServiceName": "grpc serviceName",
  554. "grpcMultiMode": "grpc multiMode",
  555. "interfaceName": "Interface name",
  556. "mtu": "MTU",
  557. "gateway": "Gateway",
  558. "dns": "DNS",
  559. "outboundsInterface": "Outbounds interface",
  560. "autoSystemRoutes": "Auto system routes",
  561. "followRedirect": "FollowRedirect",
  562. "auth": "Auth",
  563. "noKernelTun": "No-kernel TUN",
  564. "keepAlive": "Keep alive",
  565. "peerNumber": "Peer {n}",
  566. "peerNumberConfig": "Peer {n} config"
  567. },
  568. "stream": {
  569. "general": {
  570. "request": "Request",
  571. "response": "Response",
  572. "name": "Name",
  573. "value": "Value"
  574. },
  575. "tcp": {
  576. "version": "Version",
  577. "method": "Method",
  578. "path": "Path",
  579. "status": "Status",
  580. "statusDescription": "Status Desc",
  581. "requestHeader": "Request Header",
  582. "responseHeader": "Response Header"
  583. }
  584. }
  585. },
  586. "clients": {
  587. "add": "Add Client",
  588. "edit": "Edit Client",
  589. "submitAdd": "Add Client",
  590. "submitEdit": "Save Changes",
  591. "clientCount": "Number of Clients",
  592. "bulk": "Add Bulk",
  593. "copyFromInbound": "Copy Clients from Inbound",
  594. "copyToInbound": "Copy clients to",
  595. "copySelected": "Copy Selected",
  596. "copySource": "Source",
  597. "copyEmailPreview": "Resulting email preview",
  598. "copySelectSourceFirst": "Please select a source inbound first.",
  599. "copyResult": "Copy result",
  600. "copyResultSuccess": "Copied successfully",
  601. "copyResultNone": "Nothing to copy: no clients selected or source is empty",
  602. "copyResultErrors": "Copy errors",
  603. "copyFlowLabel": "Flow for new clients (VLESS)",
  604. "copyFlowHint": "Applied to all copied clients. Leave empty to skip.",
  605. "selectAll": "Select all",
  606. "clearAll": "Clear all",
  607. "method": "Method",
  608. "first": "First",
  609. "last": "Last",
  610. "ipLog": "IP Log",
  611. "prefix": "Prefix",
  612. "postfix": "Postfix",
  613. "delayedStart": "Start After First Use",
  614. "expireDays": "Duration",
  615. "days": "Day(s)",
  616. "renew": "Auto Renew",
  617. "renewDesc": "Auto-renewal after expiration. (0 = disable)(unit: day)",
  618. "searchPlaceholder": "Search email, comment, sub ID, UUID, password, auth…",
  619. "filterTitle": "Filter clients",
  620. "clearAllFilters": "Clear all",
  621. "sortOldest": "Oldest first",
  622. "sortNewest": "Newest first",
  623. "sortRecentlyUpdated": "Recently updated",
  624. "sortRecentlyOnline": "Recently online",
  625. "sortEmailAZ": "Email A→Z",
  626. "sortEmailZA": "Email Z→A",
  627. "sortMostTraffic": "Most traffic",
  628. "sortHighestRemaining": "Highest remaining",
  629. "sortExpiringSoonest": "Expiring soonest",
  630. "has": "Has",
  631. "hasNot": "Doesn't have",
  632. "title": "Clients",
  633. "actions": "Actions",
  634. "totalGB": "Total Sent/Received (GB)",
  635. "expiryTime": "Expiry",
  636. "addClients": "Add Clients",
  637. "limitIp": "IP Limit",
  638. "password": "Password",
  639. "subId": "Subscription ID",
  640. "online": "Online",
  641. "email": "Email",
  642. "group": "Group",
  643. "groupDesc": "Logical label used to bucket related clients (e.g. team, customer, region). Filterable from the toolbar.",
  644. "groupPlaceholder": "e.g. customer-a",
  645. "comment": "Comment",
  646. "traffic": "Traffic",
  647. "offline": "Offline",
  648. "addTitle": "Add Client",
  649. "qrCode": "QR Code",
  650. "moreInformation": "More Information",
  651. "delete": "Delete",
  652. "reset": "Reset Traffic",
  653. "editTitle": "Edit Client",
  654. "client": "Client",
  655. "enabled": "Enabled",
  656. "remaining": "Remaining",
  657. "duration": "Duration",
  658. "attachedInbounds": "Attached inbounds",
  659. "selectInbound": "Select one or more inbounds",
  660. "noSubId": "This client has no subId, no shareable link.",
  661. "noLinks": "No shareable links — attach this client to a protocol-capable inbound first.",
  662. "link": "Link",
  663. "resetNotPossible": "Attach this client to an inbound first.",
  664. "general": "General",
  665. "resetAllTraffics": "Reset all client traffic",
  666. "resetAllTrafficsTitle": "Reset all client traffic?",
  667. "resetAllTrafficsContent": "Every client's up/down counter drops to zero. Quotas and expiry are not affected. This cannot be undone.",
  668. "deleteConfirmTitle": "Delete client {email}?",
  669. "deleteConfirmContent": "This removes the client from every attached inbound and drops its traffic record. This cannot be undone.",
  670. "deleteSelected": "Delete ({count})",
  671. "adjustSelected": "Adjust ({count})",
  672. "subLinksSelected": "Sub links ({count})",
  673. "addToGroupTitle": "Add {count} client(s) to a group",
  674. "addToGroupTooltip": "Pick an existing group or type a new name. Use the Ungroup action to remove clients from their current group.",
  675. "addToGroupPlaceholder": "Group name",
  676. "addToGroupSuccessToast": "Added {count} client(s) to {group}",
  677. "ungroupSuccessToast": "Cleared group from {count} client(s)",
  678. "ungroup": "Ungroup",
  679. "ungroupConfirmTitle": "Remove {count} client(s) from their group?",
  680. "ungroupConfirmContent": "Clears the group label on each selected client. Clients themselves are kept (use Delete to remove them entirely).",
  681. "addToGroup": "Add to group",
  682. "attach": "Attach",
  683. "adjust": "Adjust",
  684. "subLinks": "Sub links",
  685. "selectedCount": "{count} selected",
  686. "attachSelected": "Attach ({count})",
  687. "attachToInboundsTitle": "Attach {count} client(s) to inbound(s)",
  688. "attachToInboundsDesc": "Attaches the selected {count} client(s) (same UUID/password and shared traffic) to the chosen inbound(s). They keep their existing attachments too.",
  689. "attachToInboundsTargets": "Target inbounds",
  690. "attachToInboundsNoTargets": "No multi-user inbounds available to attach to.",
  691. "detachSelected": "Detach ({count})",
  692. "detach": "Detach",
  693. "detachFromInboundsTitle": "Detach {count} client(s) from inbound(s)",
  694. "detachFromInboundsDesc": "Removes the selected {count} client(s) from the chosen inbound(s). Pairs where the client wasn't attached are silently skipped. Client records are kept (use Delete to remove fully).",
  695. "detachFromInboundsTargets": "Inbounds to detach from",
  696. "detachFromInboundsNoTargets": "No multi-user inbounds available.",
  697. "detachFromInboundsResult": "Detached {detached}, skipped {skipped}.",
  698. "detachFromInboundsResultMixed": "Detached {detached}, skipped {skipped}, errors {errors}.",
  699. "subLinksTitle": "Sub links ({count})",
  700. "subLinkColumn": "Subscription URL",
  701. "subJsonLinkColumn": "Subscription JSON URL",
  702. "subLinksCopyAll": "Copy all",
  703. "subLinksCopiedAll": "Copied {count} link(s)",
  704. "subLinksEmpty": "None of the selected clients have a subscription ID.",
  705. "subLinksDisabled": "Subscription service is disabled.",
  706. "subLinksDisabledHint": "Enable subscription in Panel Settings → Subscription to generate links.",
  707. "bulkDeleteConfirmTitle": "Delete {count} clients?",
  708. "bulkDeleteConfirmContent": "Each selected client is removed from every attached inbound and its traffic record is dropped. This cannot be undone.",
  709. "bulkAdjustTitle": "Adjust {count} clients",
  710. "bulkAdjustHint": "Positive values extend, negative values reduce. Clients with unlimited expiry or traffic are skipped for that field.",
  711. "bulkAdjustNothing": "Set days or traffic before applying.",
  712. "addDays": "Add days",
  713. "addTrafficGB": "Add traffic (GB)",
  714. "delDepleted": "Delete depleted",
  715. "delDepletedConfirmTitle": "Delete depleted clients?",
  716. "delDepletedConfirmContent": "Removes every client whose traffic quota is exhausted or whose expiry has passed. This cannot be undone.",
  717. "auth": "Auth",
  718. "hysteriaAuth": "Hysteria Auth",
  719. "uuid": "UUID",
  720. "flow": "Flow",
  721. "vmessSecurity": "VMess Security",
  722. "reverseTag": "Reverse tag",
  723. "reverseTagPlaceholder": "Optional reverse tag",
  724. "telegramId": "Telegram user ID",
  725. "telegramIdPlaceholder": "Numeric Telegram user ID (0 = none)",
  726. "created": "Created",
  727. "updated": "Updated",
  728. "ipLimit": "IP limit",
  729. "toasts": {
  730. "deleted": "Client deleted",
  731. "trafficReset": "Traffic reset",
  732. "allTrafficsReset": "All client traffic reset",
  733. "bulkDeleted": "{count} clients deleted",
  734. "bulkDeletedMixed": "{ok} deleted, {failed} failed",
  735. "bulkCreated": "{count} clients created",
  736. "bulkCreatedMixed": "{ok} created, {failed} failed",
  737. "bulkAdjusted": "{count} clients adjusted",
  738. "bulkAdjustedMixed": "{ok} adjusted, {skipped} skipped",
  739. "delDepleted": "{count} depleted clients deleted"
  740. }
  741. },
  742. "groups": {
  743. "title": "Groups",
  744. "name": "Name",
  745. "clientCount": "Clients in group",
  746. "totalGroups": "Total groups",
  747. "totalGroupedClients": "Clients with a group",
  748. "emptyGroups": "Empty groups",
  749. "addGroup": "Add Group",
  750. "createSuccess": "Group \"{name}\" created.",
  751. "rename": "Rename",
  752. "renameTitle": "Rename {name}",
  753. "renameCollision": "A group named \"{name}\" already exists.",
  754. "renameSuccess": "Renamed group on {count} client(s).",
  755. "deleteConfirmTitle": "Delete group {name}?",
  756. "deleteConfirmContent": "This removes the group and clears its label from {count} client(s). The clients themselves are not deleted.",
  757. "deleteSuccess": "Cleared group from {count} client(s).",
  758. "resetTraffic": "Reset traffic",
  759. "resetConfirmTitle": "Reset traffic for group {name}?",
  760. "resetConfirmContent": "This zeros up/down for all {count} client(s) in this group.",
  761. "resetSuccess": "Reset traffic for {count} client(s).",
  762. "adjustSuccess": "Adjusted {count} client(s) in {name}.",
  763. "emptyForAction": "This group has no clients yet.",
  764. "deleteGroupOnly": "Delete group (keep clients)",
  765. "deleteClients": "Delete clients in group",
  766. "deleteClientsConfirmTitle": "Delete all clients in {name}?",
  767. "deleteClientsConfirmContent": "This permanently removes {count} client(s) along with their traffic records. The group label is cleared too. This cannot be undone.",
  768. "deleteClientsSuccess": "Deleted {count} client(s).",
  769. "deleteClientsMixed": "{ok} deleted, {failed} skipped",
  770. "addToGroup": "Add clients…",
  771. "addToGroupTitle": "Add clients to group \"{name}\"",
  772. "addToGroupDesc": "Select clients to add to this group. They keep their existing inbound attachments; only the group label changes. Clients already in this group are not listed.",
  773. "addToGroupEmpty": "No other clients available to add.",
  774. "addToGroupResult": "Added {count} client(s) to {name}.",
  775. "removeFromGroup": "Remove clients…",
  776. "removeFromGroupTitle": "Remove clients from group \"{name}\"",
  777. "removeFromGroupDesc": "Select members to remove from this group. Clients themselves are kept (use \"Delete clients in group\" to remove them entirely).",
  778. "removeFromGroupResult": "Removed {count} client(s) from {name}."
  779. },
  780. "nodes": {
  781. "title": "Nodes",
  782. "addNode": "Add Node",
  783. "editNode": "Edit Node",
  784. "totalNodes": "Total Nodes",
  785. "onlineNodes": "Online",
  786. "offlineNodes": "Offline",
  787. "avgLatency": "Avg Latency",
  788. "name": "Name",
  789. "namePlaceholder": "e.g. de-frankfurt-1",
  790. "addressPlaceholder": "panel.example.com or 1.2.3.4",
  791. "remark": "Remark",
  792. "scheme": "Scheme",
  793. "address": "Address",
  794. "port": "Port",
  795. "basePath": "Base Path",
  796. "apiToken": "API Token",
  797. "apiTokenPlaceholder": "Token from the remote panel's Settings page",
  798. "apiTokenHint": "The remote panel exposes its API token under Settings → API Token.",
  799. "regenerate": "Regenerate Token",
  800. "regenerateConfirm": "Regenerating invalidates the current token. Any central panel using it will lose access until updated. Continue?",
  801. "allowPrivateAddress": "Allow private address",
  802. "allowPrivateAddressHint": "Enable only for nodes on a private network or VPN.",
  803. "enable": "Enabled",
  804. "status": "Status",
  805. "cpu": "CPU",
  806. "mem": "Memory",
  807. "uptime": "Uptime",
  808. "latency": "Latency",
  809. "lastHeartbeat": "Last Heartbeat",
  810. "xrayVersion": "Xray Version",
  811. "panelVersion": "Panel Version",
  812. "actions": "Actions",
  813. "probe": "Probe Now",
  814. "testConnection": "Test Connection",
  815. "connectionOk": "Connection OK ({ms} ms)",
  816. "connectionFailed": "Connection failed",
  817. "never": "never",
  818. "justNow": "just now",
  819. "deleteConfirmTitle": "Delete node \"{name}\"?",
  820. "deleteConfirmContent": "This stops monitoring the node. The remote panel itself is unaffected.",
  821. "statusValues": {
  822. "online": "Online",
  823. "offline": "Offline",
  824. "unknown": "Unknown"
  825. },
  826. "toasts": {
  827. "list": "Failed to load nodes",
  828. "obtain": "Failed to load node",
  829. "add": "Add node",
  830. "update": "Update node",
  831. "delete": "Delete node",
  832. "deleted": "Node deleted",
  833. "test": "Test connection",
  834. "fillRequired": "Name, address, port and API token are required",
  835. "probeFailed": "Probe failed"
  836. }
  837. },
  838. "settings": {
  839. "title": "Panel Settings",
  840. "save": "Save",
  841. "infoDesc": "Every change made here needs to be saved. Please restart the panel to apply changes.",
  842. "restartPanel": "Restart Panel",
  843. "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.",
  844. "restartPanelSuccess": "The panel was successfully restarted.",
  845. "actions": "Actions",
  846. "resetDefaultConfig": "Reset to Default",
  847. "panelSettings": "General",
  848. "securitySettings": "Authentication",
  849. "securityWarnings": "Security warnings",
  850. "panelExposed": "Your panel may be exposed:",
  851. "warnHttp": "Panel is served over plain HTTP — set up TLS for production.",
  852. "warnDefaultPort": "Default port 2053 is well-known — change it to a random port.",
  853. "warnDefaultBasePath": "Default base path \"/\" is well-known — change it to a random path.",
  854. "warnDefaultSubPath": "Default subscription path \"/sub/\" is well-known — change it.",
  855. "warnDefaultJsonPath": "Default JSON subscription path \"/json/\" is well-known — change it.",
  856. "TGBotSettings": "Telegram Bot",
  857. "panelListeningIP": "Listen IP",
  858. "panelListeningIPDesc": "The IP address for the web panel. (leave blank to listen on all IPs)",
  859. "panelListeningDomain": "Listen Domain",
  860. "panelListeningDomainDesc": "The domain name for the web panel. (leave blank to listen on all domains and IPs)",
  861. "panelPort": "Listen Port",
  862. "panelPortDesc": "The port number for the web panel. (must be an unused port)",
  863. "publicKeyPath": "Public Key Path",
  864. "publicKeyPathDesc": "The public key file path for the web panel. (begins with ‘/‘)",
  865. "privateKeyPath": "Private Key Path",
  866. "privateKeyPathDesc": "The private key file path for the web panel. (begins with ‘/‘)",
  867. "panelUrlPath": "URI Path",
  868. "panelUrlPathDesc": "The URI path for the web panel. (begins with ‘/‘ and concludes with ‘/‘)",
  869. "pageSize": "Pagination Size",
  870. "pageSizeDesc": "Define page size for inbounds table. (0 = disable)",
  871. "panelProxy": "Panel Network Proxy",
  872. "panelProxyDesc": "Routes the panel's own outbound requests (geo updates, Xray/panel version checks, Telegram) through this proxy to bypass server-side filtering of GitHub/Telegram. Accepts socks5:// or http(s)://, e.g. a local Xray SOCKS inbound. Leave empty for a direct connection.",
  873. "remarkModel": "Remark Model & Separation Character",
  874. "datepicker": "Calendar Type",
  875. "datepickerPlaceholder": "Select date",
  876. "datepickerDescription": "Scheduled tasks will run based on this calendar.",
  877. "sampleRemark": "Sample Remark",
  878. "oldUsername": "Current Username",
  879. "currentPassword": "Current Password",
  880. "newUsername": "New Username",
  881. "newPassword": "New Password",
  882. "telegramBotEnable": "Enable Telegram Bot",
  883. "telegramBotEnableDesc": "Enables the Telegram bot.",
  884. "telegramToken": "Telegram Token",
  885. "telegramTokenDesc": "The Telegram bot token obtained from '{'@'}BotFather'.",
  886. "telegramProxy": "SOCKS Proxy",
  887. "telegramProxyDesc": "Enables SOCKS5 proxy for connecting to Telegram. (adjust settings as per guide)",
  888. "telegramAPIServer": "Telegram API Server",
  889. "telegramAPIServerDesc": "The Telegram API server to use. Leave blank to use the default server.",
  890. "telegramChatId": "Admin Chat ID",
  891. "telegramChatIdDesc": "The Telegram Admin Chat ID(s). (comma-separated)(get it here {'@'}userinfobot) or (use '/id' command in the bot)",
  892. "telegramNotifyTime": "Notification Time",
  893. "telegramNotifyTimeDesc": "The Telegram bot notification time set for periodic reports. (use the crontab time format)",
  894. "tgNotifyBackup": "Database Backup",
  895. "tgNotifyBackupDesc": "Send a database backup file with a report.",
  896. "tgNotifyLogin": "Login Notification",
  897. "tgNotifyLoginDesc": "Get notified about the username, IP address, and time whenever someone attempts to log into your web panel.",
  898. "sessionMaxAge": "Session Duration",
  899. "sessionMaxAgeDesc": "The duration for which you can stay logged in. (unit: minute)",
  900. "expireTimeDiff": "Expiration Date Notification",
  901. "expireTimeDiffDesc": "Get notified about expiration date when reaching this threshold. (unit: day)",
  902. "trafficDiff": "Traffic Cap Notification",
  903. "trafficDiffDesc": "Get notified about traffic cap when reaching this threshold. (unit: GB)",
  904. "tgNotifyCpu": "CPU Load Notification",
  905. "tgNotifyCpuDesc": "Get notified if CPU load exceeds this threshold. (unit: %)",
  906. "timeZone": "Time Zone",
  907. "timeZoneDesc": "Scheduled tasks will run based on this time zone.",
  908. "subSettings": "Subscription",
  909. "subEnable": "Subscription Service",
  910. "subEnableDesc": "Enable/Disable the subscription service.",
  911. "subJsonEnable": "Enable/Disable the JSON subscription endpoint independently.",
  912. "subJsonEnableTitle": "JSON subscription",
  913. "subClashEnableTitle": "Clash / Mihomo subscription",
  914. "subTitle": "Subscription Title",
  915. "subTitleDesc": "Title shown in VPN client",
  916. "subSupportUrl": "Support URL",
  917. "subSupportUrlDesc": "Technical support link shown in the VPN client",
  918. "subProfileUrl": "Profile URL",
  919. "subProfileUrlDesc": "A link to your website displayed in the VPN client",
  920. "subAnnounce": "Announce",
  921. "subAnnounceDesc": "The announcement text displayed in the VPN client",
  922. "subEnableRouting": "Enable routing",
  923. "subEnableRoutingDesc": "Global setting to enable routing in the VPN client. (Only for Happ)",
  924. "subRoutingRules": "Routing rules",
  925. "subRoutingRulesDesc": "Global routing rules for the VPN client. (Only for Happ)",
  926. "subListen": "Listen IP",
  927. "subListenDesc": "The IP address for the subscription service. (leave blank to listen on all IPs)",
  928. "subPort": "Listen Port",
  929. "subPortDesc": "The port number for the subscription service. (must be an unused port)",
  930. "subCertPath": "Public Key Path",
  931. "subCertPathDesc": "The public key file path for the subscription service. (begins with ‘/‘)",
  932. "subKeyPath": "Private Key Path",
  933. "subKeyPathDesc": "The private key file path for the subscription service. (begins with ‘/‘)",
  934. "subPath": "URI Path",
  935. "subPathDesc": "The URI path for the subscription service. (begins with ‘/‘ and concludes with ‘/‘)",
  936. "subDomain": "Listen Domain",
  937. "subDomainDesc": "The domain name for the subscription service. (leave blank to listen on all domains and IPs)",
  938. "subUpdates": "Update Intervals",
  939. "subUpdatesDesc": "The update intervals of the subscription URL in the client apps. (unit: hour)",
  940. "subEncrypt": "Encode",
  941. "subEncryptDesc": "The returned content of subscription service will be Base64 encoded.",
  942. "subShowInfo": "Show Usage Info",
  943. "subShowInfoDesc": "The remaining traffic and date will be displayed in the client apps.",
  944. "subEmailInRemark": "Include Email in Name",
  945. "subEmailInRemarkDesc": "Include the client email in the subscription profile name.",
  946. "subURI": "Reverse Proxy URI",
  947. "subURIDesc": "The URI path of the subscription URL for use behind proxies.",
  948. "externalTrafficInformEnable": "External Traffic Inform",
  949. "externalTrafficInformEnableDesc": "Inform external API on every traffic update.",
  950. "externalTrafficInformURI": "External Traffic Inform URI",
  951. "externalTrafficInformURIDesc": "Traffic updates are sent to this URI.",
  952. "restartXrayOnClientDisable": "Restart Xray After Auto Disable",
  953. "restartXrayOnClientDisableDesc": "When a client is automatically disabled due to expiration or traffic limit, restart Xray.",
  954. "fragment": "Fragmentation",
  955. "fragmentDesc": "Enable fragmentation for TLS hello packet.",
  956. "fragmentSett": "Fragmentation Settings",
  957. "noisesDesc": "Enable Noises.",
  958. "noisesSett": "Noises Settings",
  959. "trustedProxyCidrs": "Trusted proxy CIDRs",
  960. "trustedProxyCidrsDesc": "Comma-separated IPs/CIDRs allowed to set forwarded host, proto, and client IP headers.",
  961. "ldap": {
  962. "enable": "Enable LDAP sync",
  963. "host": "LDAP host",
  964. "port": "LDAP port",
  965. "useTls": "Use TLS (LDAPS)",
  966. "bindDn": "Bind DN",
  967. "passwordConfigured": "Configured; leave blank to keep current password.",
  968. "passwordUnconfigured": "Not configured.",
  969. "passwordPlaceholder": "Configured - enter a new value to replace",
  970. "baseDn": "Base DN",
  971. "userFilter": "User filter",
  972. "userAttr": "User attribute (username/email)",
  973. "vlessField": "VLESS flag attribute",
  974. "flagField": "Generic flag attribute (optional)",
  975. "flagFieldDesc": "If set, overrides VLESS flag — e.g. shadowInactive.",
  976. "truthyValues": "Truthy values",
  977. "truthyValuesDesc": "Comma-separated; default: true,1,yes,on",
  978. "invertFlag": "Invert flag",
  979. "invertFlagDesc": "Enable when the attribute means disabled (e.g. shadowInactive).",
  980. "syncSchedule": "Sync schedule",
  981. "syncScheduleDesc": "Cron-like string, e.g. @every 1m",
  982. "inboundTags": "Inbound tags",
  983. "inboundTagsDesc": "Inbounds that LDAP sync may auto-create or auto-delete clients on.",
  984. "noInbounds": "No inbounds found. Create one in Inbounds first.",
  985. "autoCreate": "Auto create clients",
  986. "autoDelete": "Auto delete clients",
  987. "defaultTotalGb": "Default total (GB)",
  988. "defaultExpiryDays": "Default expiry (days)",
  989. "defaultIpLimit": "Default IP limit"
  990. },
  991. "subFormats": {
  992. "packets": "Packets",
  993. "length": "Length",
  994. "interval": "Interval",
  995. "maxSplit": "Max split",
  996. "noises": "Noises",
  997. "noiseItem": "Noise №{n}",
  998. "type": "Type",
  999. "packet": "Packet",
  1000. "delayMs": "Delay (ms)",
  1001. "applyTo": "Apply to",
  1002. "addNoise": "+ Noise",
  1003. "concurrency": "Concurrency",
  1004. "xudpConcurrency": "xudp concurrency",
  1005. "xudpUdp443": "xudp UDP 443"
  1006. },
  1007. "mux": "Mux",
  1008. "muxDesc": "Transmit multiple independent data streams within an established data stream.",
  1009. "muxSett": "Mux Settings",
  1010. "direct": "Direct Connection",
  1011. "directDesc": "Directly establishes connections with domains or IP ranges of a specific country.",
  1012. "notifications": "Notifications",
  1013. "certs": "Certificates",
  1014. "externalTraffic": "External Traffic",
  1015. "dateAndTime": "Date and Time",
  1016. "proxyAndServer": "Proxy and Server",
  1017. "intervals": "Intervals",
  1018. "information": "Information",
  1019. "language": "Language",
  1020. "telegramBotLanguage": "Telegram Bot Language",
  1021. "security": {
  1022. "admin": "Admin credentials",
  1023. "twoFactor": "Two-factor authentication",
  1024. "twoFactorEnable": "Enable 2FA",
  1025. "twoFactorEnableDesc": "Adds an additional layer of authentication to provide more security.",
  1026. "twoFactorModalSetTitle": "Enable two-factor authentication",
  1027. "twoFactorModalDeleteTitle": "Disable two-factor authentication",
  1028. "twoFactorModalSteps": "To set up two-factor authentication, perform a few steps:",
  1029. "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",
  1030. "twoFactorModalSecondStep": "2. Enter the code from the app",
  1031. "twoFactorModalRemoveStep": "Enter the code from the application to remove two-factor authentication.",
  1032. "twoFactorModalChangeCredentialsTitle": "Change credentials",
  1033. "twoFactorModalChangeCredentialsStep": "Enter the code from the application to change administrator credentials.",
  1034. "twoFactorModalSetSuccess": "Two-factor authentication has been successfully established",
  1035. "twoFactorModalDeleteSuccess": "Two-factor authentication has been successfully deleted",
  1036. "twoFactorModalError": "Wrong code",
  1037. "show": "Show",
  1038. "hide": "Hide",
  1039. "apiTokenNew": "New token",
  1040. "apiTokenName": "Name",
  1041. "apiTokenNamePlaceholder": "e.g. central-panel-a",
  1042. "apiTokenNameRequired": "Name is required",
  1043. "apiTokenEmpty": "No tokens yet — create one to authenticate bots or remote panels.",
  1044. "apiTokenDeleteWarning": "Any caller using this token will stop authenticating immediately."
  1045. },
  1046. "toasts": {
  1047. "modifySettings": "The parameters have been changed.",
  1048. "getSettings": "An error occurred while retrieving parameters.",
  1049. "modifyUserError": "An error occurred while changing administrator credentials.",
  1050. "modifyUser": "You have successfully changed the credentials of the administrator.",
  1051. "originalUserPassIncorrect": "The current username or password is invalid",
  1052. "userPassMustBeNotEmpty": "The new username and password are empty",
  1053. "getOutboundTrafficError": "Error getting traffic",
  1054. "resetOutboundTrafficError": "Error resetting outbound traffic"
  1055. }
  1056. },
  1057. "xray": {
  1058. "title": "Xray Configs",
  1059. "save": "Save",
  1060. "restart": "Restart Xray",
  1061. "restartSuccess": "Xray has been successfully relaunched.",
  1062. "restartOutputTitle": "Xray restart output",
  1063. "restartConfirmTitle": "Restart xray?",
  1064. "restartConfirmContent": "Reloads the xray service with the saved configuration.",
  1065. "stopSuccess": "Xray has been successfully stopped.",
  1066. "restartError": "There was an error when rebooting the Xray.",
  1067. "stopError": "There was an error when stopping the Xray.",
  1068. "basicTemplate": "Basics",
  1069. "advancedTemplate": "Advanced",
  1070. "generalConfigs": "General",
  1071. "generalConfigsDesc": "These options will determine general adjustments.",
  1072. "logConfigs": "Log",
  1073. "logConfigsDesc": "Logs may affect your server's efficiency. It is recommended to enable them wisely only when needed.",
  1074. "blockConfigsDesc": "These options will block traffic based on specific requested protocols and websites.",
  1075. "basicRouting": "Basic Routing",
  1076. "blockConnectionsConfigsDesc": "These options will block traffic based on the specific requested country.",
  1077. "directConnectionsConfigsDesc": "A direct connection ensures that specific traffic is not routed through another server.",
  1078. "blockips": "Block IPs",
  1079. "blockdomains": "Block Domains",
  1080. "directips": "Direct IPs",
  1081. "directdomains": "Direct Domains",
  1082. "ipv4Routing": "IPv4 Routing",
  1083. "ipv4RoutingDesc": "These options will route traffic based on a specific destination via IPv4.",
  1084. "warpRouting": "WARP Routing",
  1085. "warpRoutingDesc": "These options will route traffic based on a specific destination via WARP.",
  1086. "nordRouting": "NordVPN Routing",
  1087. "nordRoutingDesc": "These options will route traffic based on a specific destination via NordVPN.",
  1088. "Template": "Advanced Xray Configuration Template",
  1089. "TemplateDesc": "The final Xray config file will be generated based on this template.",
  1090. "FreedomStrategy": "Freedom Protocol Strategy",
  1091. "FreedomStrategyDesc": "Set the output strategy for the network in the Freedom Protocol.",
  1092. "RoutingStrategy": "Overall Routing Strategy",
  1093. "RoutingStrategyDesc": "Set the overall traffic routing strategy for resolving all requests.",
  1094. "outboundTestUrl": "Outbound Test URL",
  1095. "outboundTestUrlDesc": "URL used when testing outbound connectivity.",
  1096. "Torrent": "Block BitTorrent Protocol",
  1097. "Inbounds": "Inbounds",
  1098. "InboundsDesc": "Accepting the specific clients.",
  1099. "Outbounds": "Outbounds",
  1100. "Balancers": "Balancers",
  1101. "balancerTagRequired": "Tag is required",
  1102. "balancerSelectorRequired": "Pick at least one outbound",
  1103. "OutboundsDesc": "Set the outgoing traffic pathway.",
  1104. "Routings": "Routing Rules",
  1105. "RoutingsDesc": "The priority of each rule is important!",
  1106. "completeTemplate": "All",
  1107. "logLevel": "Log Level",
  1108. "logLevelDesc": "The log level for error logs, indicating the information that needs to be recorded.",
  1109. "accessLog": "Access Log",
  1110. "accessLogDesc": "The file path for the access log. The special value 'none' disables access logs",
  1111. "errorLog": "Error Log",
  1112. "errorLogDesc": "The file path for the error log. The special value 'none' disables error logs",
  1113. "dnsLog": "DNS Log",
  1114. "dnsLogDesc": "Whether to enable DNS query logs",
  1115. "maskAddress": "Mask Address",
  1116. "maskAddressDesc": "IP address mask, when enabled, will automatically replace the IP address that appears in the log.",
  1117. "statistics": "Statistics",
  1118. "statsInboundUplink": "Inbound Upload Statistics",
  1119. "statsInboundUplinkDesc": "Enables the statistics collection for upstream traffic of all inbound proxies.",
  1120. "statsInboundDownlink": "Inbound Download Statistics",
  1121. "statsInboundDownlinkDesc": "Enables the statistics collection for downstream traffic of all inbound proxies.",
  1122. "statsOutboundUplink": "Outbound Upload Statistics",
  1123. "statsOutboundUplinkDesc": "Enables the statistics collection for upstream traffic of all outbound proxies.",
  1124. "statsOutboundDownlink": "Outbound Download Statistics",
  1125. "statsOutboundDownlinkDesc": "Enables the statistics collection for downstream traffic of all outbound proxies.",
  1126. "rules": {
  1127. "first": "First",
  1128. "last": "Last",
  1129. "up": "Up",
  1130. "down": "Down",
  1131. "source": "Source",
  1132. "dest": "Destination",
  1133. "inbound": "Inbound",
  1134. "outbound": "Outbound",
  1135. "balancer": "Balancer",
  1136. "info": "Info",
  1137. "add": "Add Rule",
  1138. "edit": "Edit Rule",
  1139. "useComma": "Comma-separated list"
  1140. },
  1141. "routing": {
  1142. "dragToReorder": "Drag to reorder"
  1143. },
  1144. "ruleForm": {
  1145. "sourceIps": "Source IPs",
  1146. "sourcePort": "Source port",
  1147. "vlessRoute": "VLESS route",
  1148. "attributes": "Attributes",
  1149. "value": "Value",
  1150. "user": "User",
  1151. "inboundTags": "Inbound tags",
  1152. "outboundTag": "Outbound tag",
  1153. "balancerTag": "Balancer tag",
  1154. "balancerTagTooltip": "Routes traffic through one of the configured load balancers"
  1155. },
  1156. "outboundForm": {
  1157. "tagDuplicate": "Tag already used by another outbound",
  1158. "tagRequired": "Tag is required",
  1159. "tagPlaceholder": "unique-tag",
  1160. "localIpPlaceholder": "local IP",
  1161. "addressRequired": "Address is required",
  1162. "portRequired": "Port is required",
  1163. "optional": "optional",
  1164. "udpOverTcp": "UDP over TCP",
  1165. "uotVersion": "UoT version",
  1166. "inboundTag": "Inbound tag",
  1167. "inboundTagPlaceholder": "inbound tag used in routing rules",
  1168. "responseType": "Response type",
  1169. "rewriteNetwork": "Rewrite network",
  1170. "unchanged": "(unchanged)",
  1171. "unchangedAddress": "(unchanged) e.g. 1.1.1.1",
  1172. "rules": "Rules",
  1173. "ruleN": "Rule {n}",
  1174. "action": "Action",
  1175. "redirect": "Redirect",
  1176. "fragment": "Fragment",
  1177. "finalRules": "Final Rules",
  1178. "overrideXrayPrivateIp": "Override Xray's default private-IP block",
  1179. "blockDelay": "Block delay (ms)",
  1180. "reverseSniffing": "Reverse Sniffing",
  1181. "workers": "Workers",
  1182. "reserved": "Reserved",
  1183. "minUploadInterval": "Min upload interval (ms)",
  1184. "maxUploadSizeBytes": "Max upload size (bytes)",
  1185. "uplinkChunkSize": "Uplink chunk size",
  1186. "noGrpcHeader": "No gRPC header",
  1187. "maxConcurrency": "Max concurrency",
  1188. "maxConnections": "Max connections",
  1189. "maxReuseTimes": "Max reuse times",
  1190. "maxRequestTimes": "Max request times",
  1191. "maxReusableSecs": "Max reusable secs",
  1192. "keepAlivePeriod": "Keep alive period",
  1193. "authPassword": "Auth password",
  1194. "visionTestpre": "Vision testpre",
  1195. "serverNamePlaceholder": "server name",
  1196. "verifyPeerName": "Verify peer name",
  1197. "pinnedSha256": "Pinned SHA256",
  1198. "shortId": "Short ID",
  1199. "sockopts": "Sockopts",
  1200. "keepAliveInterval": "Keep alive interval",
  1201. "markFwmark": "Mark (fwmark)",
  1202. "interface": "Interface",
  1203. "ipv6Only": "IPv6 only",
  1204. "acceptProxyProtocol": "Accept proxy protocol",
  1205. "tcpUserTimeoutMs": "TCP user timeout (ms)",
  1206. "tcpKeepAliveIdleS": "TCP keep-alive idle (s)"
  1207. },
  1208. "outbound": {
  1209. "addOutbound": "Add Outbound",
  1210. "addReverse": "Add Reverse",
  1211. "editOutbound": "Edit Outbound",
  1212. "editReverse": "Edit Reverse",
  1213. "reverseTag": "Reverse Tag",
  1214. "reverseTagDesc": "VLESS simple reverse proxy tag. Leave empty to disable.",
  1215. "reverseTagPlaceholder": "reverse tag (leave empty to disable)",
  1216. "tag": "Tag",
  1217. "tagDesc": "Unique Tag",
  1218. "address": "Address",
  1219. "reverse": "Reverse",
  1220. "domain": "Domain",
  1221. "type": "Type",
  1222. "bridge": "Bridge",
  1223. "portal": "Portal",
  1224. "link": "Link",
  1225. "intercon": "Interconnection",
  1226. "settings": "Settings",
  1227. "accountInfo": "Account Information",
  1228. "outboundStatus": "Outbound Status",
  1229. "sendThrough": "Send Through",
  1230. "test": "Test",
  1231. "testResult": "Test Result",
  1232. "testing": "Testing connection...",
  1233. "testSuccess": "Test successful",
  1234. "testFailed": "Test failed",
  1235. "testError": "Failed to test outbound",
  1236. "testModeTooltip": "TCP: fast dial-only probe. HTTP: full request through xray.",
  1237. "testAll": "Test all",
  1238. "nordvpn": "NordVPN",
  1239. "accessToken": "Access Token",
  1240. "country": "Country",
  1241. "server": "Server",
  1242. "city": "City",
  1243. "allCities": "All Cities",
  1244. "privateKey": "Private Key",
  1245. "load": "Load"
  1246. },
  1247. "balancer": {
  1248. "addBalancer": "Add Balancer",
  1249. "editBalancer": "Edit Balancer",
  1250. "balancerStrategy": "Strategy",
  1251. "balancerSelectors": "Selectors",
  1252. "tag": "Tag",
  1253. "tagDesc": "Unique Tag",
  1254. "tagDuplicate": "Tag already used by another balancer",
  1255. "tagPlaceholder": "unique balancer tag",
  1256. "selector": "Selector",
  1257. "fallback": "Fallback",
  1258. "expected": "Expected",
  1259. "expectedPlaceholder": "optimal node count",
  1260. "maxRtt": "Max RTT",
  1261. "tolerance": "Tolerance",
  1262. "baselines": "Baselines",
  1263. "costs": "Costs",
  1264. "balancerDesc": "It is not possible to use balancerTag and outboundTag at the same time. If used at the same time, only outboundTag will work."
  1265. },
  1266. "wireguard": {
  1267. "secretKey": "Secret Key",
  1268. "publicKey": "Public Key",
  1269. "allowedIPs": "Allowed IPs",
  1270. "endpoint": "Endpoint",
  1271. "psk": "PreShared Key",
  1272. "domainStrategy": "Domain Strategy"
  1273. },
  1274. "tun": {
  1275. "nameDesc": "The name of the TUN interface. Default is 'xray0'",
  1276. "mtuDesc": "Maximum Transmission Unit. The maximum size of data packets. Default is 1500",
  1277. "userLevel": "User Level",
  1278. "userLevelDesc": "All connections made through this inbound will use this user level. Default is 0"
  1279. },
  1280. "nord": {
  1281. "accessToken": "Access token",
  1282. "privateKey": "Private key",
  1283. "noServers": "No servers found for the selected country",
  1284. "noPublicKey": "Selected server does not advertise a NordLynx public key.",
  1285. "outboundAdded": "NordVPN outbound added",
  1286. "outboundUpdated": "NordVPN outbound updated"
  1287. },
  1288. "warp": {
  1289. "licenseError": "Failed to set WARP license.",
  1290. "fetchFirst": "Fetch the WARP config first.",
  1291. "createAccount": "Create WARP account",
  1292. "accessToken": "Access token",
  1293. "deviceId": "Device ID",
  1294. "licenseKey": "License key",
  1295. "privateKey": "Private key",
  1296. "deleteAccount": "Delete account",
  1297. "settings": "Settings",
  1298. "licenseKeyLabel": "WARP / WARP+ license key",
  1299. "key": "Key",
  1300. "keyPlaceholder": "26-char WARP+ key",
  1301. "accountInfo": "Account info",
  1302. "deviceName": "Device name",
  1303. "deviceModel": "Device model",
  1304. "deviceEnabled": "Device enabled",
  1305. "accountType": "Account type",
  1306. "role": "Role",
  1307. "warpPlusData": "WARP+ data",
  1308. "quota": "Quota",
  1309. "usage": "Usage",
  1310. "addOutbound": "Add outbound"
  1311. },
  1312. "dns": {
  1313. "enable": "Enable DNS",
  1314. "enableDesc": "Enable built-in DNS server",
  1315. "tag": "DNS Inbound Tag",
  1316. "tagDesc": "This tag will be available as an Inbound tag in routing rules.",
  1317. "clientIp": "Client IP",
  1318. "clientIpDesc": "Used to notify the server of the specified IP location during DNS queries",
  1319. "disableCache": "Disable cache",
  1320. "disableCacheDesc": "Disables DNS caching",
  1321. "disableFallback": "Disable Fallback",
  1322. "disableFallbackDesc": "Disables fallback DNS queries",
  1323. "disableFallbackIfMatch": "Disable Fallback If Match",
  1324. "disableFallbackIfMatchDesc": "Disables fallback DNS queries when the matching domain list of the DNS server is hit",
  1325. "enableParallelQuery": "Enable Parallel Query",
  1326. "enableParallelQueryDesc": "Enable parallel DNS queries to multiple servers for faster resolution",
  1327. "strategy": "Query Strategy",
  1328. "strategyDesc": "Overall strategy to resolve domain names",
  1329. "add": "Add Server",
  1330. "edit": "Edit Server",
  1331. "domains": "Domains",
  1332. "expectIPs": "Expect IPs",
  1333. "unexpectIPs": "Unexpected IPs",
  1334. "useSystemHosts": "Use System Hosts",
  1335. "useSystemHostsDesc": "Use the operating system's hosts file",
  1336. "serveStale": "Serve Stale",
  1337. "serveStaleDesc": "Return expired cached results while refreshing in the background",
  1338. "serveExpiredTTL": "Serve Expired TTL",
  1339. "serveExpiredTTLDesc": "Validity (seconds) of stale cache entries; 0 = never expire",
  1340. "timeoutMs": "Timeout (ms)",
  1341. "skipFallback": "Skip Fallback",
  1342. "finalQuery": "Final Query",
  1343. "hosts": "Hosts",
  1344. "hostsAdd": "Add Host",
  1345. "hostsEmpty": "No host overrides defined",
  1346. "hostsDomain": "Domain (e.g. domain:example.com)",
  1347. "hostsValues": "IP or domain — type and press Enter",
  1348. "usePreset": "Use Preset",
  1349. "dnsPresetTitle": "DNS Presets",
  1350. "dnsPresetFamily": "Family",
  1351. "clearAll": "Delete All",
  1352. "clearAllTitle": "Delete all DNS servers?",
  1353. "clearAllConfirm": "This removes every DNS server from the list. This cannot be undone."
  1354. },
  1355. "fakedns": {
  1356. "add": "Add Fake DNS",
  1357. "edit": "Edit Fake DNS",
  1358. "ipPool": "IP Pool Subnet",
  1359. "poolSize": "Pool Size"
  1360. }
  1361. }
  1362. },
  1363. "tgbot": {
  1364. "keyboardClosed": "❌ Custom keyboard closed!",
  1365. "noResult": "❗ No result!",
  1366. "noQuery": "❌ Query not found! Please use the command again!",
  1367. "wentWrong": "❌ Something went wrong!",
  1368. "noIpRecord": "❗ No IP Record!",
  1369. "noInbounds": "❗ No inbound found!",
  1370. "unlimited": "♾ Unlimited(Reset)",
  1371. "add": "Add",
  1372. "month": "Month",
  1373. "months": "Months",
  1374. "day": "Day",
  1375. "days": "Days",
  1376. "hours": "Hours",
  1377. "minutes": "Minutes",
  1378. "unknown": "Unknown",
  1379. "inbounds": "Inbounds",
  1380. "clients": "Clients",
  1381. "offline": "🔴 Offline",
  1382. "online": "🟢 Online",
  1383. "commands": {
  1384. "unknown": "❗ Unknown command.",
  1385. "pleaseChoose": "👇 Please choose:\r\n",
  1386. "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",
  1387. "start": "👋 Hello <i>{{ .Firstname }}</i>.\r\n",
  1388. "welcome": "🤖 Welcome to <b>{{ .Hostname }}</b> management bot.\r\n",
  1389. "status": "✅ Bot is OK!",
  1390. "usage": "❗ Please provide a text to search!",
  1391. "getID": "🆔 Your ID: <code>{{ .ID }}</code>",
  1392. "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>",
  1393. "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>",
  1394. "restartUsage": "\r\n\r\n<code>/restart</code>",
  1395. "restartSuccess": "✅ Operation successful!",
  1396. "restartFailed": "❗ Error in operation.\r\n\r\n<code>Error: {{ .Error }}</code>.",
  1397. "xrayNotRunning": "❗ Xray Core is not running.",
  1398. "startDesc": "Show the main menu",
  1399. "helpDesc": "Bot help",
  1400. "statusDesc": "Check bot status",
  1401. "idDesc": "Show your Telegram ID"
  1402. },
  1403. "messages": {
  1404. "cpuThreshold": "🔴 CPU Load {{ .Percent }}% exceeds the threshold of {{ .Threshold }}%",
  1405. "selectUserFailed": "❌ Error in user selection!",
  1406. "userSaved": "✅ Telegram User saved.",
  1407. "loginSuccess": "✅ Logged in to the panel successfully.\r\n",
  1408. "loginFailed": "❗️Login attempt to the panel failed.\r\n",
  1409. "2faFailed": "2FA Failed",
  1410. "report": "🕰 Scheduled Reports: {{ .RunTime }}\r\n",
  1411. "datetime": "⏰ Date&Time: {{ .DateTime }}\r\n",
  1412. "hostname": "💻 Host: {{ .Hostname }}\r\n",
  1413. "version": "🚀 3X-UI Version: {{ .Version }}\r\n",
  1414. "xrayVersion": "📡 Xray Version: {{ .XrayVersion }}\r\n",
  1415. "ipv6": "🌐 IPv6: {{ .IPv6 }}\r\n",
  1416. "ipv4": "🌐 IPv4: {{ .IPv4 }}\r\n",
  1417. "ip": "🌐 IP: {{ .IP }}\r\n",
  1418. "ips": "🔢 IPs:\r\n{{ .IPs }}\r\n",
  1419. "serverUpTime": "⏳ Uptime: {{ .UpTime }} {{ .Unit }}\r\n",
  1420. "serverLoad": "📈 System Load: {{ .Load1 }}, {{ .Load2 }}, {{ .Load3 }}\r\n",
  1421. "serverMemory": "📋 RAM: {{ .Current }}/{{ .Total }}\r\n",
  1422. "tcpCount": "🔹 TCP: {{ .Count }}\r\n",
  1423. "udpCount": "🔸 UDP: {{ .Count }}\r\n",
  1424. "traffic": "🚦 Traffic: {{ .Total }} (↑{{ .Upload }},↓{{ .Download }})\r\n",
  1425. "xrayStatus": "ℹ️ Status: {{ .State }}\r\n",
  1426. "username": "👤 Username: {{ .Username }}\r\n",
  1427. "reason": "❗️ Reason: {{ .Reason }}\r\n",
  1428. "time": "⏰ Time: {{ .Time }}\r\n",
  1429. "inbound": "📍 Inbound: {{ .Remark }}\r\n",
  1430. "port": "🔌 Port: {{ .Port }}\r\n",
  1431. "expire": "📅 Expire Date: {{ .Time }}\r\n",
  1432. "expireIn": "📅 Expire In: {{ .Time }}\r\n",
  1433. "active": "💡 Active: {{ .Enable }}\r\n",
  1434. "enabled": "🚨 Enabled: {{ .Enable }}\r\n",
  1435. "online": "🌐 Connection status: {{ .Status }}\r\n",
  1436. "lastOnline": "🔙 Last online: {{ .Time }}\r\n",
  1437. "email": "📧 Email: {{ .Email }}\r\n",
  1438. "upload": "🔼 Upload: ↑{{ .Upload }}\r\n",
  1439. "download": "🔽 Download: ↓{{ .Download }}\r\n",
  1440. "total": "📊 Total: ↑↓{{ .UpDown }} / {{ .Total }}\r\n",
  1441. "TGUser": "👤 Telegram User: {{ .TelegramID }}\r\n",
  1442. "exhaustedMsg": "🚨 Exhausted {{ .Type }}:\r\n",
  1443. "exhaustedCount": "🚨 Exhausted {{ .Type }} count:\r\n",
  1444. "onlinesCount": "🌐 Online Clients: {{ .Count }}\r\n",
  1445. "disabled": "🛑 Disabled: {{ .Disabled }}\r\n",
  1446. "depleteSoon": "🔜 Deplete Soon: {{ .Deplete }}\r\n\r\n",
  1447. "backupTime": "🗄 Backup Time: {{ .Time }}\r\n",
  1448. "refreshedOn": "\r\n📋🔄 Refreshed On: {{ .Time }}\r\n\r\n",
  1449. "yes": "✅ Yes",
  1450. "no": "❌ No",
  1451. "received_id": "🔑📥 ID updated.",
  1452. "received_password": "🔑📥 Password updated.",
  1453. "received_email": "📧📥 Email updated.",
  1454. "received_comment": "💬📥 Comment updated.",
  1455. "id_prompt": "🔑 Default ID: {{ .ClientId }}\n\nEnter your ID.",
  1456. "pass_prompt": "🔑 Default Password: {{ .ClientPassword }}\n\nEnter your password.",
  1457. "email_prompt": "📧 Default Email: {{ .ClientEmail }}\n\nEnter your email.",
  1458. "comment_prompt": "💬 Default Comment: {{ .ClientComment }}\n\nEnter your comment.",
  1459. "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!",
  1460. "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!",
  1461. "cancel": "❌ Process Canceled! \n\nYou can /start again anytime. 🔄",
  1462. "error_add_client": "⚠️ Error:\n\n {{ .error }}",
  1463. "using_default_value": "Okay, I'll stick with the default value. 😊",
  1464. "incorrect_input": "Your input is not valid.\nThe phrases should be continuous without spaces.\nCorrect example: aaaaaa\nIncorrect example: aaa aaa 🚫",
  1465. "AreYouSure": "Are you sure? 🤔",
  1466. "SuccessResetTraffic": "📧 Email: {{ .ClientEmail }}\n🏁 Result: ✅ Success",
  1467. "FailedResetTraffic": "📧 Email: {{ .ClientEmail }}\n🏁 Result: ❌ Failed \n\n🛠️ Error: [ {{ .ErrorMessage }} ]",
  1468. "FinishProcess": "🔚 Traffic reset process finished for all clients."
  1469. },
  1470. "buttons": {
  1471. "closeKeyboard": "❌ Close Keyboard",
  1472. "cancel": "❌ Cancel",
  1473. "cancelReset": "❌ Cancel Reset",
  1474. "cancelIpLimit": "❌ Cancel IP Limit",
  1475. "confirmResetTraffic": "✅ Confirm Reset Traffic?",
  1476. "confirmClearIps": "✅ Confirm Clear IPs?",
  1477. "confirmRemoveTGUser": "✅ Confirm Remove Telegram User?",
  1478. "confirmToggle": "✅ Confirm Enable/Disable User?",
  1479. "dbBackup": "Get DB Backup",
  1480. "serverUsage": "Server Usage",
  1481. "getInbounds": "Get Inbounds",
  1482. "depleteSoon": "Deplete Soon",
  1483. "clientUsage": "Get Usage",
  1484. "onlines": "Online Clients",
  1485. "commands": "Commands",
  1486. "refresh": "🔄 Refresh",
  1487. "clearIPs": "❌ Clear IPs",
  1488. "removeTGUser": "❌ Remove Telegram User",
  1489. "selectTGUser": "👤 Select Telegram User",
  1490. "selectOneTGUser": "👤 Select a Telegram User:",
  1491. "resetTraffic": "📈 Reset Traffic",
  1492. "resetExpire": "📅 Change Expiry Date",
  1493. "ipLog": "🔢 IP Log",
  1494. "ipLimit": "🔢 IP Limit",
  1495. "setTGUser": "👤 Set Telegram User",
  1496. "toggle": "🔘 Enable / Disable",
  1497. "custom": "🔢 Custom",
  1498. "confirmNumber": "✅ Confirm: {{ .Num }}",
  1499. "confirmNumberAdd": "✅ Confirm adding: {{ .Num }}",
  1500. "limitTraffic": "🚧 Traffic Limit",
  1501. "getBanLogs": "Get Ban Logs",
  1502. "allClients": "All Clients",
  1503. "addClient": "Add Client",
  1504. "submitDisable": "Submit As Disable ☑️",
  1505. "submitEnable": "Submit As Enable ✅",
  1506. "use_default": "🏷️ Use default",
  1507. "change_id": "⚙️🔑 ID",
  1508. "change_password": "⚙️🔑 Password",
  1509. "change_email": "⚙️📧 Email",
  1510. "change_comment": "⚙️💬 Comment",
  1511. "change_flow": "⚙️🚦 Flow",
  1512. "ResetAllTraffics": "Reset All Traffic",
  1513. "SortedTrafficUsageReport": "Sorted Traffic Usage Report"
  1514. },
  1515. "answers": {
  1516. "successfulOperation": "✅ Operation successful!",
  1517. "errorOperation": "❗ Error in operation.",
  1518. "getInboundsFailed": "❌ Failed to get inbounds.",
  1519. "getClientsFailed": "❌ Failed to get clients.",
  1520. "canceled": "❌ {{ .Email }}: Operation canceled.",
  1521. "clientRefreshSuccess": "✅ {{ .Email }}: Client refreshed successfully.",
  1522. "IpRefreshSuccess": "✅ {{ .Email }}: IPs refreshed successfully.",
  1523. "TGIdRefreshSuccess": "✅ {{ .Email }}: Client's Telegram User refreshed successfully.",
  1524. "resetTrafficSuccess": "✅ {{ .Email }}: Traffic reset successfully.",
  1525. "setTrafficLimitSuccess": "✅ {{ .Email }}: Traffic limit saved successfully.",
  1526. "expireResetSuccess": "✅ {{ .Email }}: Expire days reset successfully.",
  1527. "resetIpSuccess": "✅ {{ .Email }}: IP limit {{ .Count }} saved successfully.",
  1528. "clearIpSuccess": "✅ {{ .Email }}: IPs cleared successfully.",
  1529. "getIpLog": "✅ {{ .Email }}: Get IP Log.",
  1530. "getUserInfo": "✅ {{ .Email }}: Get Telegram User Info.",
  1531. "removedTGUserSuccess": "✅ {{ .Email }}: Telegram User removed successfully.",
  1532. "enableSuccess": "✅ {{ .Email }}: Enabled successfully.",
  1533. "disableSuccess": "✅ {{ .Email }}: Disabled successfully.",
  1534. "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>",
  1535. "chooseClient": "Choose a Client for Inbound {{ .Inbound }}",
  1536. "chooseInbound": "Choose an Inbound"
  1537. }
  1538. }
  1539. }