3x-ui/frontend/src/pages/xray
MHSanaei e7d117f11f
i18n(frontend): translate page chrome — sidebar, save bars, tabs, summary cards
Replaces hardcoded English with t() calls in the components every
user sees on every page load. The translations themselves come from
the existing TOML files via the sync script — no new strings, no
new locale keys.

Per component:
- AppSidebar.vue: 5 menu titles (dashboard / inbounds / settings /
  xray / logout). Computed so the sidebar re-renders when the
  cookie-driven locale flips on reload.
- IndexPage.vue: Quick actions card title + Logs / Backup / Up-to-
  date / Update buttons.
- StatusCard.vue: CPU / Memory / Swap / Storage labels +
  logical-processors / frequency tooltips.
- XrayStatusCard.vue: card title + error popover header + Stop /
  Restart / Switch xray action labels (kept the v-prefix version
  string as-is — it's content, not a label).
- SettingsPage.vue: 5 tab titles + Save / Restart-panel buttons +
  unsaved-changes warning.
- XrayPage.vue: 6 tab titles + Save / Restart-xray buttons +
  unsaved-changes warning.
- InboundsPage.vue: 5 summary-stat card titles.
- InboundList.vue: 10 column titles (computed for live locale),
  Add inbound / General actions buttons + every dropdown menu item,
  search placeholder, filter radio labels, popover titles
  (disabled / depleted / depleting / online), traffic + info
  popover row labels.

Total: ~75 strings localised across 8 files. The remaining English
labels live in the per-tab settings forms, the form modals
(Inbound / Client / Outbound / Rule / Balancer / WARP / Nord), and
the per-row table cell helpers — all incremental work that doesn't
touch infrastructure.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-08 15:07:41 +02:00
..
BalancerFormModal.vue feat(frontend): Phase 6-v — xray Balancers tab + DNS placeholder 2026-05-08 14:30:48 +02:00
BalancersTab.vue feat(frontend): Phase 6-v — xray Balancers tab + DNS placeholder 2026-05-08 14:30:48 +02:00
BasicsTab.vue feat(frontend): Phase 6-ii — xray Basics tab structured editor 2026-05-08 14:18:21 +02:00
DnsTab.vue feat(frontend): Phase 6-v — xray Balancers tab + DNS placeholder 2026-05-08 14:30:48 +02:00
NordModal.vue feat(frontend): Phase 6-vi — WARP + NordVPN provisioning modals 2026-05-08 14:44:46 +02:00
OutboundFormModal.vue feat(frontend): Phase 6-iv — xray Outbounds tab + outbound modal 2026-05-08 14:27:40 +02:00
OutboundsTab.vue feat(frontend): Phase 6-iv — xray Outbounds tab + outbound modal 2026-05-08 14:27:40 +02:00
RoutingTab.vue feat(frontend): Phase 6-iii — xray Routing tab + rule modal 2026-05-08 14:23:02 +02:00
RuleFormModal.vue feat(frontend): Phase 6-iii — xray Routing tab + rule modal 2026-05-08 14:23:02 +02:00
useXraySetting.js feat(frontend): Phase 6-iv — xray Outbounds tab + outbound modal 2026-05-08 14:27:40 +02:00
WarpModal.vue feat(frontend): Phase 6-vi — WARP + NordVPN provisioning modals 2026-05-08 14:44:46 +02:00
XrayPage.vue i18n(frontend): translate page chrome — sidebar, save bars, tabs, summary cards 2026-05-08 15:07:41 +02:00