Skip to content

Commit

Permalink
fix(nn-NO): automated translation updates (#706)
Browse files Browse the repository at this point in the history
Co-authored-by: AutoTranslator <hello@sanity.io>
  • Loading branch information
github-actions[bot] and AutoTranslator authored Oct 10, 2024
1 parent 760b87b commit d06b152
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 17 deletions.
29 changes: 17 additions & 12 deletions locales/nn-NO/src/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <strong>{{schemaType}}</strong> has <code>liveEdit</code> 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 <strong>{{schemaType}}</strong> har <code>liveEdit</code> 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 <Roles/> har ikkje tillatelse til å opprette dette dokumentet.',
Expand All @@ -103,9 +104,10 @@ export default removeUndefinedLocaleResources({
'banners.permission-check-banner.missing-permission_update_other':
'Dine roller <Roles/> 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',
Expand Down Expand Up @@ -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',
Expand Down
10 changes: 5 additions & 5 deletions locales/nn-NO/src/studio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit d06b152

Please sign in to comment.