mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2026-09-05 01:47:15 +00:00
i18n(panel): translate Copy/Cancel buttons, Stream/Sniffing tabs, and All-Inbounds filenames
- TextModal: route the Copy button label and the post-copy toast
through t('copy')/t('copied') instead of hardcoded English.
- PromptModal: route cancelText through t('cancel') and default okText
through t('confirm') so the import-inbound prompt stops showing
"Cancel" in non-English UI.
- InboundsPage: pass the All-Inbounds and All-Inbounds-Subs download
filenames through t(...) so each locale can localize them.
- en-US.json: add pages.inbounds.exportAllLinksFileName and
pages.inbounds.exportAllSubsFileName.
- All 12 non-English locales: translate streamTab and sniffingTab
(previously left as literal English) and add the two new filename
keys with appropriate translations.
All 13 locale files now have 1541 lines.
This commit is contained in:
@@ -322,6 +322,8 @@
|
||||
"exportSubsTitle": "خروجی لینکهای ساب",
|
||||
"exportAllLinksTitle": "خروجی لینکهای همه اینباندها",
|
||||
"exportAllSubsTitle": "خروجی لینکهای ساب همه اینباندها",
|
||||
"exportAllLinksFileName": "همه-ورودیها",
|
||||
"exportAllSubsFileName": "همه-ورودیها-Subs",
|
||||
"inboundJsonTitle": "JSON ورودی",
|
||||
"deleteClient": "حذف کاربر",
|
||||
"deleteClientContent": "آیا مطمئن به حذف کاربر هستید؟",
|
||||
@@ -368,9 +370,9 @@
|
||||
"IPLimitlogclear": "پاک کردن گزارشها",
|
||||
"setDefaultCert": "استفاده از گواهی پنل",
|
||||
"setDefaultCertEmpty": "هیچ گواهیای برای پنل پیکربندی نشده. ابتدا از تنظیمات یکی تعیین کنید.",
|
||||
"streamTab": "Stream",
|
||||
"streamTab": "انتقال",
|
||||
"securityTab": "امنیت",
|
||||
"sniffingTab": "Sniffing",
|
||||
"sniffingTab": "شنود",
|
||||
"sniffingMetadataOnly": "فقط متادیتا",
|
||||
"sniffingRouteOnly": "فقط مسیریابی",
|
||||
"sniffingIpsExcluded": "IPهای مستثنا",
|
||||
|
||||
Reference in New Issue
Block a user