From 461311fef52bf2343fd3c0506b06eabaf4e10a21 Mon Sep 17 00:00:00 2001 From: Eddasol Date: Mon, 3 Feb 2025 11:58:05 +0100 Subject: [PATCH] Add missing translation --- frontend/src/language/en.json | 1 + frontend/src/language/no.json | 1 + 2 files changed, 2 insertions(+) diff --git a/frontend/src/language/en.json b/frontend/src/language/en.json index fafcf2ac..50f5d841 100644 --- a/frontend/src/language/en.json +++ b/frontend/src/language/en.json @@ -56,6 +56,7 @@ "Video": "Video", "ThermalVideo": "Thermal video", "Audio": "Audio", + "GasMeasurement": "Gas measurement", "Camera": "Camera", "Select installation": "Select installation", "History": "History", diff --git a/frontend/src/language/no.json b/frontend/src/language/no.json index 872227ee..569cca2c 100644 --- a/frontend/src/language/no.json +++ b/frontend/src/language/no.json @@ -56,6 +56,7 @@ "Video": "Video", "ThermalVideo": "Termisk video", "Audio": "Lyd", + "GasMeasurement": "Gassmåling", "Camera": "Kamera", "Select installation": "Velg anlegg", "History": "Historikk",