Skip to content

Commit

Permalink
feat(module:i18n) update nb_NO language (#8716)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornoss authored Aug 28, 2024
1 parent 8fdb4ad commit 83df182
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions components/i18n/languages/nb_NO.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,19 @@ export default {
},
Image: {
preview: 'Forhåndsvis'
},
CronExpression: {
cronError: 'Ugyldig cron-uttrykk',
second: 'sekund',
minute: 'minutt',
hour: 'time',
day: 'dag',
month: 'måned',
week: 'uke'
},
QRCode: {
expired: 'QR-koden er utløpt',
refresh: 'Oppdater',
scanned: 'Skannet'
}
};

0 comments on commit 83df182

Please sign in to comment.