aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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",