update translations + add Portuguese and Korean

This commit is contained in:
Henry Dollman
2024-10-30 13:01:04 -04:00
parent 929d94f705
commit f9f7db17d4
16 changed files with 433 additions and 19 deletions

View File

@@ -123,7 +123,7 @@ export function AddSystemButton({ className }: { className?: string }) {
</div>
<div className="grid grid-cols-4 items-center gap-4 relative">
<Label htmlFor="pkey" className="text-right whitespace-pre">
{t("add_system.public_key")}
{t("add_system.key")}
</Label>
<Input readOnly id="pkey" value={publicKey} className="col-span-3" required></Input>
<div