aboutsummaryrefslogtreecommitdiff
path: root/modern/src
diff options
context:
space:
mode:
authorAaron Donnelly <aaron.donnelly@complexus.uk>2023-04-20 12:06:51 +0100
committerAaron Donnelly <aaron.donnelly@complexus.uk>2023-04-20 12:06:51 +0100
commite10ba9c8f50cac84556b2214b415ff4746bdea34 (patch)
tree49033a6b2941293912467a183311f6bfed2f0d0c /modern/src
parentbddaa24cfc1f2cfb0ce66c938528faff6c846806 (diff)
downloadtrackermap-web-e10ba9c8f50cac84556b2214b415ff4746bdea34.tar.gz
trackermap-web-e10ba9c8f50cac84556b2214b415ff4746bdea34.tar.bz2
trackermap-web-e10ba9c8f50cac84556b2214b415ff4746bdea34.zip
Teltonika io30 addition
Diffstat (limited to 'modern/src')
-rw-r--r--modern/src/common/attributes/usePositionAttributes.js4
-rw-r--r--modern/src/resources/l10n/af.json1
-rw-r--r--modern/src/resources/l10n/ar.json1
-rw-r--r--modern/src/resources/l10n/az.json1
-rw-r--r--modern/src/resources/l10n/en.json1
5 files changed, 8 insertions, 0 deletions
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",