update translations

This commit is contained in:
henrygd
2026-02-19 14:48:15 -05:00
parent 01e8bdf040
commit 79616e1662
33 changed files with 2820 additions and 119 deletions

View File

@@ -97,7 +97,7 @@ export default function HeartbeatSettings() {
{isLoading ? (
<div className="flex items-center gap-2 text-muted-foreground py-4">
<LoaderCircleIcon className="h-4 w-4 animate-spin" />
<Trans>Loading heartbeat status...</Trans>
<Trans>Loading...</Trans>
</div>
) : status?.enabled ? (
<div className="space-y-5">