mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-06-06 05:04:22 +00:00
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
|
||
|---|---|---|
| .. | ||
| controller | ||
| entity | ||
| global | ||
| job | ||
| locale | ||
| middleware | ||
| network | ||
| runtime | ||
| service | ||
| session | ||
| translation | ||
| websocket | ||
| web.go | ||