mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-04 17:37:19 +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": "修改入站",
|
||||
"deleteInbound": "刪除入站",
|
||||
"deleteInboundContent": "確定要刪除入站嗎?",
|
||||
"deleteConfirmTitle": "刪除入站「{remark}」?",
|
||||
"deleteConfirmContent": "將刪除此入站及其所有客戶端。此操作無法復原。",
|
||||
"resetConfirmTitle": "重置「{remark}」的流量?",
|
||||
"resetConfirmContent": "將此入站的上/下行計數器歸零。",
|
||||
"cloneConfirmTitle": "複製入站「{remark}」?",
|
||||
"cloneConfirmContent": "使用新連接埠和空客戶端清單建立副本。",
|
||||
"exportLinksTitle": "匯出入站連結",
|
||||
"exportSubsTitle": "匯出訂閱連結",
|
||||
"exportAllLinksTitle": "匯出所有入站連結",
|
||||
"exportAllSubsTitle": "匯出所有訂閱連結",
|
||||
"inboundJsonTitle": "入站 JSON",
|
||||
"deleteClient": "刪除客戶端",
|
||||
"deleteClientContent": "確定要刪除客戶端嗎?",
|
||||
"resetTrafficContent": "確定要重置流量嗎?",
|
||||
@@ -583,6 +594,13 @@
|
||||
"resetDefaultConfig": "重置為預設配置",
|
||||
"panelSettings": "常規",
|
||||
"securitySettings": "安全設定",
|
||||
"securityWarnings": "安全警告",
|
||||
"panelExposed": "您的面板可能已暴露:",
|
||||
"warnHttp": "面板透過明文 HTTP 提供服務 — 生產環境請設定 TLS。",
|
||||
"warnDefaultPort": "預設連接埠 2053 廣為人知 — 請更改為隨機連接埠。",
|
||||
"warnDefaultBasePath": "預設根路徑 \"/\" 廣為人知 — 請更改為隨機路徑。",
|
||||
"warnDefaultSubPath": "預設訂閱路徑 \"/sub/\" 廣為人知 — 請更改。",
|
||||
"warnDefaultJsonPath": "預設 JSON 訂閱路徑 \"/json/\" 廣為人知 — 請更改。",
|
||||
"TGBotSettings": "Telegram 機器人配置",
|
||||
"panelListeningIP": "面板監聽 IP",
|
||||
"panelListeningIPDesc": "預設留空監聽所有 IP",
|
||||
|
||||
Reference in New Issue
Block a user