en-US.json 75 KB

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