Skip to content

Commit c658022

Browse files
authored
chore(translations): adjust Norwegian translation of events (#10300)
`Hendelse` makes more sense in the context of the new scheduled publish feature.
1 parent 018c193 commit c658022

File tree

1 file changed

+2
-2
lines changed
  • packages/translations/src/languages

1 file changed

+2
-2
lines changed

packages/translations/src/languages/nb.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ export const nbTranslations: DefaultTranslationsObject = {
282282
'Ingen {{label}} funnet. Enten finnes det ingen {{label}} enda eller ingen matcher filterne du har spesifisert ovenfor.',
283283
notFound: 'Ikke funnet',
284284
nothingFound: 'Ingenting funnet',
285-
noUpcomingEventsScheduled: 'Ingen kommende arrangementer planlagt.',
285+
noUpcomingEventsScheduled: 'Ingen kommende hendelser planlagt.',
286286
noValue: 'Ingen verdi',
287287
of: 'av',
288288
only: 'Bare',
@@ -331,7 +331,7 @@ export const nbTranslations: DefaultTranslationsObject = {
331331
unsavedChanges: 'Du har ulagrede endringer. Lagre eller forkast før du fortsetter.',
332332
unsavedChangesDuplicate: 'Du har ulagrede endringer. Vil du fortsette å duplisere?',
333333
untitled: 'Uten tittel',
334-
upcomingEvents: 'Kommende arrangementer',
334+
upcomingEvents: 'Kommende hendelser',
335335
updatedAt: 'Oppdatert',
336336
updatedCountSuccessfully: 'Oppdaterte {{count}} {{label}} vellykket.',
337337
updatedSuccessfully: 'Oppdatert.',

0 commit comments

Comments
 (0)