3x-ui/web
abdulrahman a1a0474659 fix(i18n): wire up inbound delete/reset/depleted confirmation translations across all locales
The delete inbound, reset traffic, and delete depleted clients confirmation dialogs in InboundsPage.vue used hardcoded English strings instead of t() translation calls. Translation keys existed in all 13 locale files but were never wired to the UI.

Changes:
- InboundsPage.vue: replaced hardcoded strings in confirmDelete, confirmResetTraffic, and confirmDelDepleted with t() calls
- InboundList.vue: context menu delete item now uses pages.inbounds.deleteInbound instead of generic 'delete' key
- All 13 translation files: added deleteInboundTitle and resetTrafficTitle keys with {remark} interpolation for dialog titles; updated deleteInboundContent, resetTrafficContent, and delDepletedClientsContent from simple yes/no questions to descriptive explanations matching what the action does
2026-05-16 08:46:54 +03:00
..
controller fix: Add base-path meta tag for Cloudflare Rocket Loader compatibility 2026-05-14 23:37:25 +02:00
entity Add possibility to remove client email from sub (#4297) 2026-05-13 19:04:17 +02:00
global Refactor code and fix linter warnings (#3627) 2026-01-05 05:54:56 +01:00
job fix: prevent online clients from randomly disappearing from panel UI (#4387) 2026-05-15 11:41:29 +02:00
locale v3 2026-05-10 02:13:42 +02:00
middleware Security hardening: sessions, SSRF, CSP nonce, CSRF logout, trusted proxies (#4275) 2026-05-13 12:52:52 +02:00
network docs: add comments for all functions 2025-09-20 09:35:50 +02:00
runtime fix: preserve TLS cert file paths when deploying inbound to remote node 2026-05-14 12:41:08 +02:00
service feat(tgbot): add Flow picker when creating a VLESS client 2026-05-15 13:12:54 +02:00
session Security hardening: sessions, SSRF, CSP nonce, CSRF logout, trusted proxies (#4275) 2026-05-13 12:52:52 +02:00
translation fix(i18n): wire up inbound delete/reset/depleted confirmation translations across all locales 2026-05-16 08:46:54 +03:00
websocket feat(nodes): traffic-writer queue, full-mirror sync, WS event fixes 2026-05-10 16:25:23 +02:00
web.go Security hardening: sessions, SSRF, CSP nonce, CSRF logout, trusted proxies (#4275) 2026-05-13 12:52:52 +02:00