From e10ba9c8f50cac84556b2214b415ff4746bdea34 Mon Sep 17 00:00:00 2001 From: Aaron Donnelly Date: Thu, 20 Apr 2023 12:06:51 +0100 Subject: Teltonika io30 addition --- modern/src/common/attributes/usePositionAttributes.js | 4 ++++ modern/src/resources/l10n/af.json | 1 + modern/src/resources/l10n/ar.json | 1 + modern/src/resources/l10n/az.json | 1 + modern/src/resources/l10n/en.json | 1 + 5 files changed, 8 insertions(+) (limited to 'modern') diff --git a/modern/src/common/attributes/usePositionAttributes.js b/modern/src/common/attributes/usePositionAttributes.js index 81497938..78e27e9e 100644 --- a/modern/src/common/attributes/usePositionAttributes.js +++ b/modern/src/common/attributes/usePositionAttributes.js @@ -100,6 +100,10 @@ export default (t) => useMemo(() => ({ name: t('positionRssi'), type: 'number', }, + faultCount: { + name: t('positionFaultCount'), + type: 'number', + }, gps: { name: t('positionGps'), type: 'number', diff --git a/modern/src/resources/l10n/af.json b/modern/src/resources/l10n/af.json index 5542e652..7ceb2037 100644 --- a/modern/src/resources/l10n/af.json +++ b/modern/src/resources/l10n/af.json @@ -231,6 +231,7 @@ "linkGoogleMaps": "Google Maps", "linkAppleMaps": "Apple Maps", "linkStreetView": "Street View", + "positionFaultCount": "Fouttelling", "positionFixTime": "Fix Time", "positionDeviceTime": "Toestel Tyd", "positionServerTime": "Server Time", diff --git a/modern/src/resources/l10n/ar.json b/modern/src/resources/l10n/ar.json index 3cfb1b54..46af0b4f 100644 --- a/modern/src/resources/l10n/ar.json +++ b/modern/src/resources/l10n/ar.json @@ -231,6 +231,7 @@ "linkGoogleMaps": "Google Maps", "linkAppleMaps": "Apple Maps", "linkStreetView": "Street View", + "positionFaultCount": "عدد الأخطاء", "positionFixTime": "Fix Time", "positionDeviceTime": "Device Time", "positionServerTime": "Server Time", diff --git a/modern/src/resources/l10n/az.json b/modern/src/resources/l10n/az.json index bdef094c..af4036fc 100644 --- a/modern/src/resources/l10n/az.json +++ b/modern/src/resources/l10n/az.json @@ -231,6 +231,7 @@ "linkGoogleMaps": "Google Maps", "linkAppleMaps": "Apple Maps", "linkStreetView": "Street View", + "positionFaultCount": "Xəta Sayı", "positionFixTime": "Fix Time", "positionDeviceTime": "Device Time", "positionServerTime": "Server Time", diff --git a/modern/src/resources/l10n/en.json b/modern/src/resources/l10n/en.json index 9d76814d..99b4f285 100644 --- a/modern/src/resources/l10n/en.json +++ b/modern/src/resources/l10n/en.json @@ -231,6 +231,7 @@ "linkGoogleMaps": "Google Maps", "linkAppleMaps": "Apple Maps", "linkStreetView": "Street View", + "positionFaultCount": "Fault Count", "positionFixTime": "Fix Time", "positionDeviceTime": "Device Time", "positionServerTime": "Server Time", -- cgit v1.2.3