1
0

en-US.json 87 KB

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