update translations

This commit is contained in:
henrygd
2026-03-27 15:19:31 -04:00
parent 3cb32ac046
commit f7b5a505e8
34 changed files with 3904 additions and 2543 deletions

View File

@@ -146,7 +146,9 @@ export const createColumns = (
{
accessorKey: "model",
sortingFn: (a, b) => a.original.model.localeCompare(b.original.model),
header: ({ column }) => <HeaderButton column={column} name={t`Model`} Icon={Box} />,
header: ({ column }) => (
<HeaderButton column={column} name={t({ message: "Model", comment: "Device model" })} Icon={Box} />
),
cell: ({ getValue }) => (
<div
className="max-w-48 truncate ms-1"