diff --git a/interface/src/i18n/no/index.ts b/interface/src/i18n/no/index.ts index ffbc15a9d..7e327c4e0 100644 --- a/interface/src/i18n/no/index.ts +++ b/interface/src/i18n/no/index.ts @@ -99,10 +99,10 @@ const no: Translation = { NUM_DEVICES: '{num} Enhet{{er}}', NUM_TEMP_SENSORS: '{num} Temperatursensor{{er}}', NUM_ANALOG_SENSORS: '{num} Analogsensor{{er}}', - NUM_DAYS: '{num} sag{{er}}', - NUM_SECONDS: '{num} sekund{{er}}', - NUM_HOURS: '{num} time{{r}}', - NUM_MINUTES: '{num} minutt{{er}}', + NUM_DAYS: '{num} Dag{{er}}', + NUM_SECONDS: '{num} Sekund{{er}}', + NUM_HOURS: '{num} Time{{r}}', + NUM_MINUTES: '{num} Minutt{{er}}', APPLICATION_SETTINGS: 'Innstillinger', CUSTOMIZATIONS: 'Tilpasninger', APPLICATION_RESTARTING: 'EMS-ESP restarter',