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

@@ -901,7 +901,7 @@ export function Auth({
"ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace",
}}
>
TERMIX
{t("common.appName").toUpperCase()}
</div>
<div className="text-lg text-muted-foreground tracking-widest font-light">
{t("auth.tagline")}
@@ -1389,7 +1389,7 @@ export function Auth({
<div className="flex items-center justify-between">
<div>
<Label className="text-sm text-muted-foreground">
Server
{t("serverConfig.serverUrl")}
</Label>
<div className="text-xs text-muted-foreground truncate max-w-[200px]">
{currentServerUrl}
@@ -1402,7 +1402,7 @@ export function Auth({
onClick={() => setShowServerConfig(true)}
className="h-8 px-3"
>
Edit
{t("common.edit")}
</Button>
</div>
)}