smaller table for dialog

This commit is contained in:
proddy
2025-10-25 14:49:14 +02:00
parent 4bb876031e
commit 7ece395d1b
12 changed files with 91 additions and 39 deletions

View File

@@ -352,7 +352,8 @@ const no: Translation = {
PLATFORM: 'Plattform',
RELEASE_TYPE: 'Utgivelses type',
INTERNET_CONNECTION_REQUIRED: 'Internettilkobling kreves for automatisk versjonskontroll og oppgradering',
SWITCH_RELEASE_TYPE: 'Bytt til {0} utgivelse'
SWITCH_RELEASE_TYPE: 'Bytt til {0} utgivelse',
FIRMWARE_VERSION_INFO: 'Informasjon om firmwareversjon'
};
export default no;