Polish translation update

This commit is contained in:
pswid
2024-04-26 09:11:16 +02:00
parent 3270139b01
commit a3b0e37060
24 changed files with 79 additions and 79 deletions

View File

@@ -357,7 +357,7 @@ const Devices: FC = () => {
{
accessor: (dv: DeviceValue) =>
typeof dv.v === 'number' ? new Intl.NumberFormat().format(dv.v) : dv.v,
name: LL.VALUE(1)
name: LL.VALUE(0)
},
{
accessor: (dv: DeviceValue) =>