i18n: add translations for mihomo.tproxyPort

This commit is contained in:
Memory 2025-10-08 14:38:59 +08:00 committed by GitHub
parent 4f5af4ee30
commit 96ef2d2bbc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 1 deletions

View File

@ -169,6 +169,7 @@
"mihomo.socksPort": "Socks Port",
"mihomo.httpPort": "Http Port",
"mihomo.redirPort": "Redir Port",
"mihomo.tproxyPort": "Tproxy Port",
"mihomo.externalController": "External Controller Address",
"mihomo.externalControllerSecret": "External Controller Secret",
"mihomo.ipv6": "IPv6",

View File

@ -147,6 +147,7 @@
"mihomo.socksPort": "پورت Socks",
"mihomo.httpPort": "پورت Http",
"mihomo.redirPort": "پورت Redir",
"mihomo.tproxyPort": "پورت Tproxy",
"mihomo.externalController": "آدرس کنترل‌کننده خارجی",
"mihomo.externalControllerSecret": "رمز کنترل‌کننده خارجی",
"mihomo.ipv6": "IPv6",

View File

@ -147,6 +147,7 @@
"mihomo.socksPort": "Порт Socks",
"mihomo.httpPort": "Порт Http",
"mihomo.redirPort": "Порт Redir",
"mihomo.tproxyPort": "Порт Tproxy",
"mihomo.externalController": "Адрес внешнего контроллера",
"mihomo.externalControllerSecret": "Секрет внешнего контроллера",
"mihomo.ipv6": "IPv6",

View File

@ -169,6 +169,7 @@
"mihomo.socksPort": "Socks 端口",
"mihomo.httpPort": "Http 端口",
"mihomo.redirPort": "Redir 端口",
"mihomo.tproxyPort": "Tproxy 端口",
"mihomo.externalController": "外部控制地址",
"mihomo.externalControllerSecret": "外部控制访问密钥",
"mihomo.ipv6": "IPv6",

View File

@ -733,7 +733,7 @@ const Mihomo: React.FC = () => {
</SettingItem>
)}
{platform === 'linux' && (
<SettingItem title="TProxy 端口" divider>
<SettingItem title={t('mihomo.tproxyPort')} divider>
<div className="flex">
{tproxyPortInput !== tproxyPort && (
<Button