diff --git a/app/bot.php b/app/bot.php index 6baed8e..329eeda 100644 --- a/app/bot.php +++ b/app/bot.php @@ -5491,7 +5491,7 @@ DNS-over-HTTPS with IP: 'callback_data' => "/templates sing", ], [ - 'text' => $this->i18n('clash templates'), + 'text' => $this->i18n('mihomo templates'), 'callback_data' => "/templates clash", ], ]; @@ -5785,7 +5785,7 @@ DNS-over-HTTPS with IP: $text[] = "import://streisand"; $text[] = "import://hiddify"; $text[] = "import://karing"; - $text[] = "import://clash"; + $text[] = "import://mihomo"; $si = "$scheme://{$domain}/pac/" . base64_encode(serialize([ 'h' => $hash, @@ -5805,7 +5805,7 @@ DNS-over-HTTPS with IP: $text[] = "\nxray config:
$xr
"; $text[] = "sing-box config:
$si
"; - $text[] = "clash config:
$cl
"; + $text[] = "mihomo config:
$cl
"; $text[] = "sing-box windows: windows service"; @@ -5819,7 +5819,7 @@ DNS-over-HTTPS with IP: 'web_app' => ['url' => "https://{$domain}/pac?h=$hash&t=si&s={$c['id']}"], ], [ - 'text' => $this->i18n('clash'), + 'text' => $this->i18n('mihomo'), 'web_app' => ['url' => "https://{$domain}/pac?h=$hash&t=cl&s={$c['id']}"], ], ]; @@ -5846,7 +5846,7 @@ DNS-over-HTTPS with IP: 'callback_data' => "/templateUser sing $i", ], [ - 'text' => $this->i18n('clash') . ": $clashtemplate", + 'text' => $this->i18n('mihomo') . ": $clashtemplate", 'callback_data' => "/templateUser clash $i", ], ]; diff --git a/app/i18n.php b/app/i18n.php index facacf6..0464e94 100644 --- a/app/i18n.php +++ b/app/i18n.php @@ -262,8 +262,8 @@ $i = [ 'ru' => 'очистить', ], 'xray' => [ - 'en' => 'Xray', - 'ru' => 'Xray', + 'en' => 'Vless', + 'ru' => 'Vless', ], 'geodb' => [ 'en' => 'GeoIp/GeoSite',