diff --git a/locales/nn-NO/src/structure.ts b/locales/nn-NO/src/structure.ts index 6555c345..cba90d99 100644 --- a/locales/nn-NO/src/structure.ts +++ b/locales/nn-NO/src/structure.ts @@ -85,11 +85,12 @@ export default removeUndefinedLocaleResources({ /** The text content for the deprecated document type banner */ 'banners.deprecated-document-type-banner.text': 'Denne dokumenttypen er utgått.', /** The text for publish action for discarding the version */ - 'banners.live-edit-draft-banner.discard.tooltip': undefined, // 'Discard draft' + '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': undefined, // 'Publish to continue editing' + 'banners.live-edit-draft-banner.publish.tooltip': 'Publiser for å halde fram med redigering', /** The text content for the live edit document when it's a draft */ - 'banners.live-edit-draft-banner.text': undefined, // 'The type {{schemaType}} has liveEdit enabled, but a draft version of this document exists. Publish or discard the draft in order to continue live editing it.' + 'banners.live-edit-draft-banner.text': + 'Typen {{schemaType}} har liveEdit aktivert, men det finst eit utkast av dette dokumentet. Publiser eller forkast utkastet for å kunne halde fram med live redigering.', /** The text for the permission check banner if the user only has one role, and it does not allow publishing this document */ 'banners.permission-check-banner.missing-permission_create_one': 'Din rolle har ikkje tillatelse til å opprette dette dokumentet.', @@ -103,9 +104,10 @@ export default removeUndefinedLocaleResources({ 'banners.permission-check-banner.missing-permission_update_other': 'Dine roller har ikkje tillatelse til å oppdatere dette dokumentet.', /** The pending text for the request permission button that appears for viewer roles */ - 'banners.permission-check-banner.request-permission-button.sent': undefined, // 'Editor request sent' + 'banners.permission-check-banner.request-permission-button.sent': + 'Forespørsel om redaktør er sendt', /** The text for the request permission button that appears for viewer roles */ - 'banners.permission-check-banner.request-permission-button.text': undefined, // 'Ask to edit' + 'banners.permission-check-banner.request-permission-button.text': 'Spør om å redigere', /** The text for the reload button */ 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Last inn referansen på nytt', @@ -407,19 +409,22 @@ export default removeUndefinedLocaleResources({ 'production-preview.menu-item.title': 'Opne førehandsvising', /** The text for the confirm button in the request permission dialog used in the permissions banner */ - 'request-permission-dialog.confirm-button.text': undefined, // 'Send request' + 'request-permission-dialog.confirm-button.text': 'Send forespørsel', /** The description text for the request permission dialog used in the permissions banner */ - 'request-permission-dialog.description.text': undefined, // 'Your request will be sent to the project administrator(s). If you\'d like, you can also include a note' + 'request-permission-dialog.description.text': + 'Forespørselen din vil bli sendt til prosjektadministratoren(e). Om du vil, kan du også inkludere ein notat', /** The header/title for the request permission dialog used in the permissions banner */ - 'request-permission-dialog.header.text': undefined, // 'Ask for edit access' + 'request-permission-dialog.header.text': 'Spør om redigeringsrett', /** The text describing the note input for the request permission dialog used in the permissions banner */ - 'request-permission-dialog.note-input.description.text': undefined, // 'If you\'d like, you can add a note' + 'request-permission-dialog.note-input.description.text': 'Om du vil, kan du legge til ein notat', /** The placeholder for the note input in the request permission dialog used in the permissions banner */ - 'request-permission-dialog.note-input.placeholder.text': undefined, // 'Add note...' + 'request-permission-dialog.note-input.placeholder.text': 'Legg til notat...', /** The error/warning text in the request permission dialog when the user's request has been declined */ - 'request-permission-dialog.warning.denied.text': undefined, // 'Your request to access this project has been declined.' + 'request-permission-dialog.warning.denied.text': + 'Forespørselen din om tilgang til dette prosjektet har blitt avslått.', /** The error/warning text in the request permission dialog when the user's request has been denied due to too many outstanding requests */ - 'request-permission-dialog.warning.limit-reached.text': undefined, // 'You\'ve reached the limit for role requests across all projects. Please wait before submitting more requests or contact an administrator for assistance.' + 'request-permission-dialog.warning.limit-reached.text': + 'Du har nådd grensa for rolleforespørsler på tvers av alle prosjekt. Vennligst vent før du sender inn flere forespørsler eller kontakt ein administrator for hjelp.', /** Label for button when status is saved */ 'status-bar.document-status-pulse.status.saved.text': 'Lagra', diff --git a/locales/nn-NO/src/studio.ts b/locales/nn-NO/src/studio.ts index cb43ad2c..b9676b1a 100644 --- a/locales/nn-NO/src/studio.ts +++ b/locales/nn-NO/src/studio.ts @@ -2,15 +2,15 @@ import {removeUndefinedLocaleResources} from 'sanity' export default removeUndefinedLocaleResources({ /** The text used in the tooltip shown in the dialog close button */ - 'announcement.dialog.close': undefined, // 'Close' + 'announcement.dialog.close': 'Lukk', /** Aria label to be used in the dialog close button */ - 'announcement.dialog.close-label': undefined, // 'Close dialog' + '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': undefined, // 'Close' + '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': undefined, // 'Dismiss announcements' + 'announcement.floating-button.dismiss-label': 'Avvis kunngjeringar', /**Aria label to be used in the floating button in the studio announcement card */ - 'announcement.floating-button.open-label': undefined, // 'Open announcements' + 'announcement.floating-button.open-label': 'Opne kunngjeringar', /** Menu item for deleting the asset */ 'asset-source.asset-list.menu.delete': 'Slett',