Skip to content

Commit

Permalink
fix(nb-NO): automated translation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AutoTranslator committed Sep 24, 2024
1 parent deae62f commit dee23da
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
9 changes: 7 additions & 2 deletions locales/nb-NO/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,13 @@ export default removeUndefinedLocaleResources({
'banners.deleted-document-banner.text': 'Dette dokumentet har blitt slettet.',
/** The text content for the deprecated document type banner */
'banners.deprecated-document-type-banner.text': 'Denne dokumenttypen brukes ikke mer.',
/** The text for publish action for discarding the version */
'banners.live-edit-draft-banner.discard.tooltip': 'Forkast utkast',
/** The text for publish action for the draft banner */
'banners.live-edit-draft-banner.publish.tooltip': 'Publiser for å fortsette redigeringen',
/** The text content for the live edit document when it's a draft */
'banners.live-edit-draft-banner.text':
'Typen <strong>{{schemaType}}</strong> har <code>liveEdit</code> aktivert, men det finnes en utkastversjon av dette dokumentet. Publiser eller forkast utkastet for å fortsette live redigeringen.',
/** The text for the permission check banner if the user only has one role, and it does not allow updating this document */
'banners.permission-check-banner.missing-permission_create_one':
'Din rolle <Roles/> har ikke tillatelse til å opprette dette dokumentet.',
Expand Down Expand Up @@ -311,8 +318,6 @@ export default removeUndefinedLocaleResources({
'panes.document-header-title.new.text': 'Ny {{schemaType}}',
/** The text used in the document header title if no other title can be determined */
'panes.document-header-title.untitled.text': 'Uten tittel',
/** The text for the retry button on the document list pane */
'panes.document-list-pane.error.retry-button.text': 'Prøv på nytt',
/** The error text on the document list pane */
'panes.document-list-pane.error.text': 'Feil: <Code>{{error}}</Code>',
/** The error title on the document list pane */
Expand Down
11 changes: 11 additions & 0 deletions locales/nb-NO/src/studio.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
import {removeUndefinedLocaleResources} from 'sanity'

export default removeUndefinedLocaleResources({
/** The text used in the tooltip shown in the dialog close button */
'announcement.dialog.close': 'Lukk',
/** Aria label to be used in the dialog close button */
'announcement.dialog.close-label': 'Lukk dialog',
/**Text to be used in the tooltip in the button in the studio announcement card */
'announcement.floating-button.dismiss': 'Lukk',
/**Aria label to be used in the floating button in the studio announcement card, to dismiss the card */
'announcement.floating-button.dismiss-label': 'Avvis kunngjøringer',
/**Aria label to be used in the floating button in the studio announcement card */
'announcement.floating-button.open-label': 'Åpne kunngjøringer',

/** Menu item for deleting the asset */
'asset-source.asset-list.menu.delete': 'Slett',
/** Menu item for showing where a particular asset is used */
Expand Down

0 comments on commit dee23da

Please sign in to comment.