mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-19 00:27:14 +00:00
i18n: translate hardcoded inbound action + security warning strings (#4502)
The inbound row actions (delete / reset traffic / clone / export links / export subscription links / show JSON / export-all variants) and the security warning alert on the Settings page were emitting English text directly. Replace them with i18n keys and add translations across all 13 supported locales.
This commit is contained in:
@@ -283,6 +283,17 @@
|
||||
"modifyInbound": "Chỉnh sửa điểm vào (Inbound)",
|
||||
"deleteInbound": "Xóa điểm vào (Inbound)",
|
||||
"deleteInboundContent": "Xác nhận xóa điểm vào? (Inbound)",
|
||||
"deleteConfirmTitle": "Xóa inbound \"{remark}\"?",
|
||||
"deleteConfirmContent": "Hành động này xóa inbound và toàn bộ khách hàng của nó. Không thể hoàn tác.",
|
||||
"resetConfirmTitle": "Đặt lại lưu lượng của \"{remark}\"?",
|
||||
"resetConfirmContent": "Đặt lại bộ đếm lên/xuống về 0 cho inbound này.",
|
||||
"cloneConfirmTitle": "Sao chép inbound \"{remark}\"?",
|
||||
"cloneConfirmContent": "Tạo bản sao với cổng mới và danh sách khách hàng trống.",
|
||||
"exportLinksTitle": "Xuất liên kết inbound",
|
||||
"exportSubsTitle": "Xuất liên kết đăng ký",
|
||||
"exportAllLinksTitle": "Xuất tất cả liên kết inbound",
|
||||
"exportAllSubsTitle": "Xuất tất cả liên kết đăng ký",
|
||||
"inboundJsonTitle": "JSON inbound",
|
||||
"deleteClient": "Xóa người dùng",
|
||||
"deleteClientContent": "Bạn có chắc chắn muốn xóa người dùng không?",
|
||||
"resetTrafficContent": "Xác nhận đặt lại lưu lượng?",
|
||||
@@ -583,6 +594,13 @@
|
||||
"resetDefaultConfig": "Đặt lại cấu hình mặc định",
|
||||
"panelSettings": "Bảng điều khiển",
|
||||
"securitySettings": "Bảo mật",
|
||||
"securityWarnings": "Cảnh báo bảo mật",
|
||||
"panelExposed": "Bảng điều khiển của bạn có thể bị lộ:",
|
||||
"warnHttp": "Panel đang chạy trên HTTP thuần — thiết lập TLS cho môi trường thật.",
|
||||
"warnDefaultPort": "Cổng mặc định 2053 đã quá phổ biến — đổi sang cổng ngẫu nhiên.",
|
||||
"warnDefaultBasePath": "Đường dẫn cơ sở mặc định \"/\" đã quá phổ biến — đổi sang đường dẫn ngẫu nhiên.",
|
||||
"warnDefaultSubPath": "Đường dẫn đăng ký mặc định \"/sub/\" đã quá phổ biến — đổi nó.",
|
||||
"warnDefaultJsonPath": "Đường dẫn đăng ký JSON mặc định \"/json/\" đã quá phổ biến — đổi nó.",
|
||||
"TGBotSettings": "Bot Telegram",
|
||||
"panelListeningIP": "IP Nghe của bảng điều khiển",
|
||||
"panelListeningIPDesc": "Mặc định để trống để nghe tất cả các IP.",
|
||||
|
||||
Reference in New Issue
Block a user