chore: update translations

This commit is contained in:
LukeGus
2025-12-23 16:14:44 -06:00
parent 66ca197301
commit 186ba34c66
31 changed files with 828 additions and 11916 deletions

View File

@@ -104,7 +104,7 @@ export function TunnelObject({
default:
return {
icon: <WifiOff className="h-4 w-4" />,
text: statusValue,
text: t("tunnels.unknown"),
color: "text-muted-foreground",
bgColor: "bg-muted/30",
borderColor: "border-border",
@@ -243,7 +243,7 @@ export function TunnelObject({
>
{t("tunnels.discord")}
</a>{" "}
or create a{" "}
{t("tunnels.orCreate")}{" "}
<a
href="https://github.com/Termix-SSH/Termix/issues/new"
target="_blank"
@@ -479,7 +479,7 @@ export function TunnelObject({
>
{t("tunnels.discord")}
</a>{" "}
or create a{" "}
{t("tunnels.orCreate")}{" "}
<a
href="https://github.com/Termix-SSH/Termix/issues/new"
target="_blank"