mirror of
https://gh.catmak.name/https://github.com/mihomo-party-org/mihomo-party
synced 2025-12-26 20:50:30 +08:00
i18n: add translations for mihomo.tproxyPort
This commit is contained in:
parent
4f5af4ee30
commit
96ef2d2bbc
@ -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",
|
||||
|
||||
@ -147,6 +147,7 @@
|
||||
"mihomo.socksPort": "پورت Socks",
|
||||
"mihomo.httpPort": "پورت Http",
|
||||
"mihomo.redirPort": "پورت Redir",
|
||||
"mihomo.tproxyPort": "پورت Tproxy",
|
||||
"mihomo.externalController": "آدرس کنترلکننده خارجی",
|
||||
"mihomo.externalControllerSecret": "رمز کنترلکننده خارجی",
|
||||
"mihomo.ipv6": "IPv6",
|
||||
|
||||
@ -147,6 +147,7 @@
|
||||
"mihomo.socksPort": "Порт Socks",
|
||||
"mihomo.httpPort": "Порт Http",
|
||||
"mihomo.redirPort": "Порт Redir",
|
||||
"mihomo.tproxyPort": "Порт Tproxy",
|
||||
"mihomo.externalController": "Адрес внешнего контроллера",
|
||||
"mihomo.externalControllerSecret": "Секрет внешнего контроллера",
|
||||
"mihomo.ipv6": "IPv6",
|
||||
|
||||
@ -169,6 +169,7 @@
|
||||
"mihomo.socksPort": "Socks 端口",
|
||||
"mihomo.httpPort": "Http 端口",
|
||||
"mihomo.redirPort": "Redir 端口",
|
||||
"mihomo.tproxyPort": "Tproxy 端口",
|
||||
"mihomo.externalController": "外部控制地址",
|
||||
"mihomo.externalControllerSecret": "外部控制访问密钥",
|
||||
"mihomo.ipv6": "IPv6",
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user