@sanity/locale-nl-nl 1.1.6 → 1.1.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{_chunks → _chunks-cjs}/structure.cjs +3 -0
- package/dist/{_chunks → _chunks-cjs}/structure.cjs.map +1 -1
- package/dist/{_chunks → _chunks-cjs}/studio.cjs +97 -3
- package/dist/_chunks-cjs/studio.cjs.map +1 -0
- package/dist/{_chunks → _chunks-cjs}/tasks.cjs +50 -2
- package/dist/_chunks-cjs/tasks.cjs.map +1 -0
- package/dist/{_chunks → _chunks-cjs}/vision.cjs +6 -0
- package/dist/_chunks-cjs/vision.cjs.map +1 -0
- package/dist/{_chunks → _chunks-es}/structure.js +3 -0
- package/dist/{_chunks → _chunks-es}/structure.js.map +1 -1
- package/dist/{_chunks → _chunks-es}/studio.js +97 -3
- package/dist/_chunks-es/studio.js.map +1 -0
- package/dist/{_chunks → _chunks-es}/tasks.js +50 -2
- package/dist/_chunks-es/tasks.js.map +1 -0
- package/dist/{_chunks → _chunks-es}/vision.js +6 -0
- package/dist/_chunks-es/vision.js.map +1 -0
- package/dist/index.cjs +6 -6
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +14 -0
- package/dist/index.d.ts +3 -3
- package/dist/index.js +6 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -3
- package/src/structure.ts +2 -0
- package/src/studio.ts +69 -3
- package/src/tasks.ts +39 -2
- package/src/vision.ts +4 -0
- package/dist/_chunks/studio.cjs.map +0 -1
- package/dist/_chunks/studio.js.map +0 -1
- package/dist/_chunks/tasks.cjs.map +0 -1
- package/dist/_chunks/tasks.js.map +0 -1
- package/dist/_chunks/vision.cjs.map +0 -1
- package/dist/_chunks/vision.js.map +0 -1
- /package/dist/{_chunks → _chunks-cjs}/comments.cjs +0 -0
- /package/dist/{_chunks → _chunks-cjs}/comments.cjs.map +0 -0
- /package/dist/{_chunks → _chunks-cjs}/validation.cjs +0 -0
- /package/dist/{_chunks → _chunks-cjs}/validation.cjs.map +0 -0
- /package/dist/{_chunks → _chunks-es}/comments.js +0 -0
- /package/dist/{_chunks → _chunks-es}/comments.js.map +0 -0
- /package/dist/{_chunks → _chunks-es}/validation.js +0 -0
- /package/dist/{_chunks → _chunks-es}/validation.js.map +0 -0
|
@@ -300,6 +300,9 @@ var structure = sanity.removeUndefinedLocaleResources({
|
|
|
300
300
|
"panes.document-operation-results.operation-success_delete": "Het document is succesvol verwijderd",
|
|
301
301
|
/** The text when a discard changes operation succeeded */
|
|
302
302
|
"panes.document-operation-results.operation-success_discardChanges": "Alle wijzigingen sinds de laatste publicatie zijn nu verworpen. De verworpen conceptversie kan nog steeds worden hersteld uit de geschiedenis",
|
|
303
|
+
/** The text when a duplicate operation succeeded */
|
|
304
|
+
"panes.document-operation-results.operation-success_duplicate": void 0,
|
|
305
|
+
// 'The document was successfully duplicated'
|
|
303
306
|
/** The text when a publish operation succeeded */
|
|
304
307
|
"panes.document-operation-results.operation-success_publish": "Het document is gepubliceerd",
|
|
305
308
|
/** The text when a restore operation succeeded */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operatie niet klaar',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Dit document bestaat nog niet of is al verwijderd',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Verwijderen',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Verwijderen…',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Weet u zeker dat u alle wijzigingen wilt verwijderen sinds de laatste publicatie?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change':\n 'Dit document heeft geen ongepubliceerde wijzigingen',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Dit document is niet gepubliceerd',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operatie niet klaar',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Wijzigingen verwijderen',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operatie niet klaar',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Dit document bestaat nog niet dus er is niets om te dupliceren',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Dupliceren',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Dupliceren…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Al gepubliceerd',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Gepubliceerd {{timeSincePublished}} geleden',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operatie niet klaar',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Publiceren',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Publiceren',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Kan niet publiceren omdat Live Edit is ingeschakeld voor dit documenttype',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Live Edit is ingeschakeld voor dit inhoudstype en publiceren gebeurt automatisch terwijl u wijzigingen maakt',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Geen ongepubliceerde wijzigingen',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Gepubliceerd',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Publiceren…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Er zijn validatiefouten die opgelost moeten worden voordat dit document kan worden gepubliceerd',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Wachten op het afronden van taken voordat er gepubliceerd wordt',\n /** Message prompting the user to confirm that they want to restore to an earlier version*/\n 'action.restore.confirm.message': 'Weet u zeker dat u dit document wilt herstellen?',\n /** Fallback tooltip for when user is looking at the initial version */\n 'action.restore.disabled.cannot-restore-initial':\n 'U kunt niet herstellen naar de initiële versie',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Herstellen',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Herstel naar deze versie',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Dit document is niet gepubliceerd',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operatie niet klaar',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Depubliceren',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'Dit document heeft live bewerken ingeschakeld en kan niet worden gedepubliceerd',\n\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Herstel meest recente versie',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Dit document is verwijderd.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Dit documenttype is verouderd.',\n /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Uw rol <Roles/> heeft geen toestemming om dit document te creëren.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Uw rollen <Roles/> hebben geen toestemming om dit document te creëren.',\n /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Uw rol <Roles/> heeft geen toestemming om dit document bij te werken.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Uw rollen <Roles/> hebben geen toestemming om dit document bij te werken.',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Referentie herladen',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'Deze referentie is gewijzigd sinds u deze geopend heeft.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Referentie sluiten',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'Deze referentie is verwijderd sinds u deze geopend heeft.',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Nieuw {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Naamloos',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Documentacties openen',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Documentacties',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Deelvenster rechts splitsen',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Deelvenster rechts splitsen',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Sluit deelvenster',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Sluit paneelgroep',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Annuleren',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 document',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} documenten',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Niet beschikbare dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Niet beschikbare datasets',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} in een andere dataset',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} in {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Kopieer ID naar klembord',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'Document-ID',\n /** The toast title when the copy button has been clicked */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Document-ID gekopieerd naar klembord!',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'Project-ID',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Toch verwijderen',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Toch ontpubliceren',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Nu verwijderen',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Nu ontpubliceren',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Weet u zeker dat u “<DocumentTitle/>” wilt verwijderen?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Weet u zeker dat u “<DocumentTitle/>” wilt ontpubliceren?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n 'Er is een fout opgetreden bij het laden van verwijzende documenten.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Opnieuw proberen',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Fout',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Document verwijderen?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Document ontpubliceren?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Op zoek naar verwijzende documenten…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 andere referentie niet getoond',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} andere referenties niet getoond',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'We kunnen geen metadata voor deze referenties weergeven vanwege een ontbrekend toegangstoken voor de gerelateerde datasets.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Voorbeeld niet beschikbaar',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Als u dit document verwijdert, kunnen documenten die ernaar verwijzen er niet langer toegang toe hebben.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Als u dit document niet publiceert, kunnen documenten die ernaar verwijzen er niet langer toegang toe hebben.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 document verwijst naar “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} documenten verwijzen naar “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Het is mogelijk dat u “<DocumentTitle/>” niet kunt verwijderen omdat de volgende documenten ernaar verwijzen:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Het is mogelijk dat u “<DocumentTitle/>” niet kunt ontpubliceren omdat de volgende documenten ernaar verwijzen:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Annuleren',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Bevestigen',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Inhoud',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Fout: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Zonder titel',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Onbekend schema type: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Sluiten',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspecteren <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Geen waarde',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspecteren',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Zoeken',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Geanalyseerd',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Ruwe JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Dit formulier is verborgen',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Zonder titel',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Document laden…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Wacht alstublieft terwijl het document wordt gesynchroniseerd. Dit gebeurt meestal direct nadat het document is gepubliceerd en zou niet meer dan een paar seconden moeten duren',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Document synchroniseren…',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Laden…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Acties',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Lay-out',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Sorteren',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Compacte weergave',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Gedetailleerde weergave',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Sorteren op Aangemaakt',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Sorteren op Laatst bewerkt',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Leer hoe u een documenttype kunt toevoegen →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Definieer alstublieft ten minste één documenttype in uw schema.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Geen documenttypes',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Terug',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Toon menu',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Creëren',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Nieuw document maken',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Onvoldoende rechten',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Bewerkt <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Geen ongepubliceerde wijzigingen',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Document: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n 'Geen schema gevonden voor type <Code>{{documentType}}</Code>',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Gepubliceerd <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'Geen ongepubliceerde wijzigingen',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Fout: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nieuw {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Naamloos',\n /** The text for the retry button on the document list pane */\n 'panes.document-list-pane.error.retry-button.text': 'Opnieuw proberen',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Fout: <Code>{{error}}</Code>',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Kon lijstitems niet ophalen',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Er worden maximaal {{limit}} documenten weergegeven',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'Geen documenten van dit type',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Geen resultaten gevonden',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'Geen overeenkomende documenten',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Lijst doorzoeken',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Lijst doorzoeken',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Details',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error':\n 'Er is een fout opgetreden tijdens {{context}}',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Er is een fout opgetreden bij het proberen te verwijderen van dit document. Dit betekent meestal dat er andere documenten zijn die ernaar verwijzen.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Er is een fout opgetreden bij het proberen te annuleren van de publicatie van dit document. Dit betekent meestal dat er andere documenten zijn die ernaar verwijzen.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n 'Succesvol {{context}} uitgevoerd op document',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete':\n 'Het document is succesvol verwijderd',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Alle wijzigingen sinds de laatste publicatie zijn nu verworpen. De verworpen conceptversie kan nog steeds worden hersteld uit de geschiedenis',\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Het document is gepubliceerd',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> is hersteld',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'De publicatie van het document is ongedaan gemaakt. Er is een concept gemaakt van de laatste gepubliceerde versie.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Naamloos',\n /** The title of the reconnecting toast */\n 'panes.document-pane-provider.reconnecting.title': 'Verbinding verloren. Opnieuw verbinden…',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Document laden…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Het documenttype is niet gedefinieerd, en een document met de <Code>{{id}}</Code> identificatie kon niet worden gevonden.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Het document is niet gevonden',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Dit document heeft het schema type <Code>{{documentType}}</Code>, dat niet is gedefinieerd als een type in het lokale content studio schema.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Onbekend documenttype: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'Dit document bestaat niet, en er is geen schema type voor gespecificeerd.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Laden…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Nog steeds aan het laden…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Structuur item mist de vereiste <Code>type</Code> eigenschap.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Onbekend paneeltype',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Structuur item van type <Code>{{type}}</Code> is geen bekende entiteit.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Voorbeeld openen',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Opgeslagen',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Opslaan...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Laatst gepubliceerd {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Laatst gepubliceerd <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Laatst bijgewerkt {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip': 'Laatst bijgewerkt <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Wijzigingen beoordelen',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Opgeslagen!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Opslaan...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Wijzigingen opgeslagen',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Wijzigingen bekijken',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Bekijk documentatie',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Fout',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Er is een fout opgetreden bij het lezen van de structuur',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Opnieuw laden',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Structuurpad',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"structure.cjs","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.delete.disabled.not-ready': 'Operatie niet klaar',\n /** Tooltip when action button is disabled because the document does not exist */\n 'action.delete.disabled.nothing-to-delete': 'Dit document bestaat nog niet of is al verwijderd',\n /** Label for the \"Delete\" document action button */\n 'action.delete.label': 'Verwijderen',\n /** Label for the \"Delete\" document action while the document is being deleted */\n 'action.delete.running.label': 'Verwijderen…',\n /** Message prompting the user to confirm discarding changes */\n 'action.discard-changes.confirm-dialog.confirm-discard-changes':\n 'Weet u zeker dat u alle wijzigingen wilt verwijderen sinds de laatste publicatie?',\n /** Tooltip when action is disabled because the document has no unpublished changes */\n 'action.discard-changes.disabled.no-change':\n 'Dit document heeft geen ongepubliceerde wijzigingen',\n /** Tooltip when action is disabled because the document is not published */\n 'action.discard-changes.disabled.not-published': 'Dit document is niet gepubliceerd',\n /** Tooltip when action button is disabled because the operation is not ready */\n 'action.discard-changes.disabled.not-ready': 'Operatie niet klaar',\n /** Label for the \"Discard changes\" document action */\n 'action.discard-changes.label': 'Wijzigingen verwijderen',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.duplicate.disabled.not-ready': 'Operatie niet klaar',\n /** Tooltip when action is disabled because the document doesn't exist */\n 'action.duplicate.disabled.nothing-to-duplicate':\n 'Dit document bestaat nog niet dus er is niets om te dupliceren',\n /** Label for the \"Duplicate\" document action */\n 'action.duplicate.label': 'Dupliceren',\n /** Label for the \"Duplicate\" document action while the document is being duplicated */\n 'action.duplicate.running.label': 'Dupliceren…',\n /** Tooltip when publish button is disabled because the document is already published, and published time is unavailable.*/\n 'action.publish.already-published.no-time-ago.tooltip': 'Al gepubliceerd',\n /** Tooltip when publish button is disabled because the document is already published.*/\n 'action.publish.already-published.tooltip': 'Gepubliceerd {{timeSincePublished}} geleden',\n /** Tooltip when action is disabled because the studio is not ready.*/\n 'action.publish.disabled.not-ready': 'Operatie niet klaar',\n /** Label for action when there are pending changes.*/\n 'action.publish.draft.label': 'Publiceren',\n /** Label for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.label': 'Publiceren',\n /** Fallback tooltip for the \"Publish\" document action when publish is invoked for a document with live edit enabled.*/\n 'action.publish.live-edit.publish-disabled':\n 'Kan niet publiceren omdat Live Edit is ingeschakeld voor dit documenttype',\n /** Tooltip for the \"Publish\" document action when the document has live edit enabled.*/\n 'action.publish.live-edit.tooltip':\n 'Live Edit is ingeschakeld voor dit inhoudstype en publiceren gebeurt automatisch terwijl u wijzigingen maakt',\n /** Tooltip when publish button is disabled because there are no changes.*/\n 'action.publish.no-changes.tooltip': 'Geen ongepubliceerde wijzigingen',\n /** Label for the \"Publish\" document action when there are no changes.*/\n 'action.publish.published.label': 'Gepubliceerd',\n /** Label for the \"Publish\" document action while publish is being executed.*/\n 'action.publish.running.label': 'Publiceren…',\n /** Tooltip when the \"Publish\" document action is disabled due to validation issues */\n 'action.publish.validation-issues.tooltip':\n 'Er zijn validatiefouten die opgelost moeten worden voordat dit document kan worden gepubliceerd',\n /** Tooltip when publish button is waiting for validation and async tasks to complete.*/\n 'action.publish.waiting': 'Wachten op het afronden van taken voordat er gepubliceerd wordt',\n /** Message prompting the user to confirm that they want to restore to an earlier version*/\n 'action.restore.confirm.message': 'Weet u zeker dat u dit document wilt herstellen?',\n /** Fallback tooltip for when user is looking at the initial version */\n 'action.restore.disabled.cannot-restore-initial':\n 'U kunt niet herstellen naar de initiële versie',\n /** Label for the \"Restore\" document action */\n 'action.restore.label': 'Herstellen',\n /** Default tooltip for the action */\n 'action.restore.tooltip': 'Herstel naar deze versie',\n /** Tooltip when action is disabled because the document is not already published */\n 'action.unpublish.disabled.not-published': 'Dit document is niet gepubliceerd',\n /** Tooltip when action is disabled because the operation is not ready */\n 'action.unpublish.disabled.not-ready': 'Operatie niet klaar',\n /** Label for the \"Unpublish\" document action */\n 'action.unpublish.label': 'Depubliceren',\n /** Fallback tooltip for the Unpublish document action when publish is invoked for a document with live edit enabled.*/\n 'action.unpublish.live-edit.disabled':\n 'Dit document heeft live bewerken ingeschakeld en kan niet worden gedepubliceerd',\n\n /** The text for the restore button on the deleted document banner */\n 'banners.deleted-document-banner.restore-button.text': 'Herstel meest recente versie',\n /** The text content for the deleted document banner */\n 'banners.deleted-document-banner.text': 'Dit document is verwijderd.',\n /** The text content for the deprecated document type banner */\n 'banners.deprecated-document-type-banner.text': 'Dit documenttype is verouderd.',\n /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */\n 'banners.permission-check-banner.missing-permission_create_one':\n 'Uw rol <Roles/> heeft geen toestemming om dit document te creëren.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */\n 'banners.permission-check-banner.missing-permission_create_other':\n 'Uw rollen <Roles/> hebben geen toestemming om dit document te creëren.',\n /** The text for the permission check banner if the user only has one role, and it does not allow updating this document */\n 'banners.permission-check-banner.missing-permission_update_one':\n 'Uw rol <Roles/> heeft geen toestemming om dit document bij te werken.',\n /** The text for the permission check banner if the user only has multiple roles, but they do not allow updating this document */\n 'banners.permission-check-banner.missing-permission_update_other':\n 'Uw rollen <Roles/> hebben geen toestemming om dit document bij te werken.',\n /** The text for the reload button */\n 'banners.reference-changed-banner.reason-changed.reload-button.text': 'Referentie herladen',\n /** The text for the reference change banner if the reason is that the reference has been changed */\n 'banners.reference-changed-banner.reason-changed.text':\n 'Deze referentie is gewijzigd sinds u deze geopend heeft.',\n /** The text for the close button */\n 'banners.reference-changed-banner.reason-removed.close-button.text': 'Referentie sluiten',\n /** The text for the reference change banner if the reason is that the reference has been deleted */\n 'banners.reference-changed-banner.reason-removed.text':\n 'Deze referentie is verwijderd sinds u deze geopend heeft.',\n\n /** Browser/tab title when creating a new document of a given type */\n 'browser-document-title.new-document': 'Nieuw {{schemaType}}',\n /** Browser/tab title when editing a document where the title cannot be resolved from preview configuration */\n 'browser-document-title.untitled-document': 'Naamloos',\n\n /** The action menu button aria-label */\n 'buttons.action-menu-button.aria-label': 'Documentacties openen',\n /** The action menu button tooltip */\n 'buttons.action-menu-button.tooltip': 'Documentacties',\n /** The aria-label for the split pane button on the document panel header */\n 'buttons.split-pane-button.aria-label': 'Deelvenster rechts splitsen',\n /** The tool tip for the split pane button on the document panel header */\n 'buttons.split-pane-button.tooltip': 'Deelvenster rechts splitsen',\n /** The title for the close button on the split pane on the document panel header */\n 'buttons.split-pane-close-button.title': 'Sluit deelvenster',\n /** The title for the close group button on the split pane on the document panel header */\n 'buttons.split-pane-close-group-button.title': 'Sluit paneelgroep',\n\n /** The text in the \"Cancel\" button in the confirm delete dialog that cancels the action and closes the dialog */\n 'confirm-delete-dialog.cancel-button.text': 'Annuleren',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_one': '1 document',\n /** Used in `confirm-delete-dialog.cdr-summary.title` */\n 'confirm-delete-dialog.cdr-summary.document-count_other': '{{count}} documenten',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_one': 'Dataset: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_other': 'Datasets: {{datasets}}',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_one': 'Niet beschikbare dataset',\n /** The text that appears in the subtitle `<summary>` that lists the datasets below the title */\n 'confirm-delete-dialog.cdr-summary.subtitle_unavailable_other': 'Niet beschikbare datasets',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (singular) */\n 'confirm-delete-dialog.cdr-summary.title_one': '{{documentCount}} in een andere dataset',\n /** The text that appears in the title `<summary>` that includes the list of CDRs (plural) */\n 'confirm-delete-dialog.cdr-summary.title_other': '{{documentCount}} in {{count}} datasets',\n /** Appears when hovering over the copy button to copy */\n 'confirm-delete-dialog.cdr-table.copy-id-button.tooltip': 'Kopieer ID naar klembord',\n /** The header for the dataset column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',\n /** The header for the document ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.document-id.label': 'Document-ID',\n /** The toast title when the copy button has been clicked */\n 'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Document-ID gekopieerd naar klembord!',\n /** The header for the project ID column in the list of cross-dataset references found */\n 'confirm-delete-dialog.cdr-table.project-id.label': 'Project-ID',\n /** The text in the \"Delete anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_delete': 'Toch verwijderen',\n /** The text in the \"Unpublish anyway\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-anyway-button.text_unpublish': 'Toch ontpubliceren',\n /** The text in the \"Delete now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_delete': 'Nu verwijderen',\n /** The text in the \"Unpublish now\" button in the confirm delete dialog that confirms the action */\n 'confirm-delete-dialog.confirm-button.text_unpublish': 'Nu ontpubliceren',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_delete':\n 'Weet u zeker dat u “<DocumentTitle/>” wilt verwijderen?',\n /** If no referring documents are found, this text appears above the cancel and confirmation buttons */\n 'confirm-delete-dialog.confirmation.text_unpublish':\n 'Weet u zeker dat u “<DocumentTitle/>” wilt ontpubliceren?',\n /** The text body of the error dialog. */\n 'confirm-delete-dialog.error.message.text':\n 'Er is een fout opgetreden bij het laden van verwijzende documenten.',\n /** The text in the retry button of the confirm delete dialog if an error occurred. */\n 'confirm-delete-dialog.error.retry-button.text': 'Opnieuw proberen',\n /** The header of the confirm delete dialog if an error occurred while the confirm delete dialog was open. */\n 'confirm-delete-dialog.error.title.text': 'Fout',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_delete': 'Document verwijderen?',\n /** The header of the confirm delete dialog */\n 'confirm-delete-dialog.header.text_unpublish': 'Document ontpubliceren?',\n /** The text that appears while the referring documents are queried */\n 'confirm-delete-dialog.loading.text': 'Op zoek naar verwijzende documenten…',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_one': '1 andere referentie niet getoond',\n /** Shown if there are references to other documents but the user does not have the permission to see the relevant document IDs */\n 'confirm-delete-dialog.other-reference-count.title_other':\n '{{count}} andere referenties niet getoond',\n /** Text in the tooltip of this component if hovering over the info icon */\n 'confirm-delete-dialog.other-reference-count.tooltip':\n 'We kunnen geen metadata voor deze referenties weergeven vanwege een ontbrekend toegangstoken voor de gerelateerde datasets.',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.subtitle': 'ID: {{documentId}}',\n /** Appears when unable to render a document preview in the referring document list */\n 'confirm-delete-dialog.preview-item.preview-unavailable.title': 'Voorbeeld niet beschikbaar',\n /** Warns the user of affects to other documents if the action is confirmed (delete) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_delete':\n 'Als u dit document verwijdert, kunnen documenten die ernaar verwijzen er niet langer toegang toe hebben.',\n /** Warns the user of affects to other documents if the action is confirmed (unpublish) */\n 'confirm-delete-dialog.referential-integrity-disclaimer.text_unpublish':\n 'Als u dit document niet publiceert, kunnen documenten die ernaar verwijzen er niet langer toegang toe hebben.',\n /** Tells the user the count of how many other referring documents there are before listing them. (singular) */\n 'confirm-delete-dialog.referring-document-count.text_one':\n '1 document verwijst naar “<DocumentTitle/>”',\n /** Tells the user the count of how many other referring documents there are before listing them. (plural) */\n 'confirm-delete-dialog.referring-document-count.text_other':\n '{{count}} documenten verwijzen naar “<DocumentTitle/>”',\n /** Describes the list of documents that refer to the one trying to be deleted (delete) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_delete':\n 'Het is mogelijk dat u “<DocumentTitle/>” niet kunt verwijderen omdat de volgende documenten ernaar verwijzen:',\n /** Describes the list of documents that refer to the one trying to be deleted (unpublish) */\n 'confirm-delete-dialog.referring-documents-descriptor.text_unpublish':\n 'Het is mogelijk dat u “<DocumentTitle/>” niet kunt ontpubliceren omdat de volgende documenten ernaar verwijzen:',\n\n /** The text for the cancel button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.cancel-button.fallback-text': 'Annuleren',\n /** The text for the confirm button in the confirm dialog used in document action shortcuts if none is provided */\n 'confirm-dialog.confirm-button.fallback-text': 'Bevestigen',\n\n /** For the default structure definition, the title for the \"Content\" pane */\n 'default-definition.content-title': 'Inhoud',\n\n /** The text shown if there was an error while getting the document's title via a preview value */\n 'doc-title.error.text': 'Fout: {{errorMessage}}',\n /** The text shown if the preview value for a document is non-existent or empty */\n 'doc-title.fallback.text': 'Zonder titel',\n /** The text shown if a document's title via a preview value cannot be determined due to an unknown schema type */\n 'doc-title.unknown-schema-type.text': 'Onbekend schema type: {{schemaType}}',\n\n /** Tooltip text shown for the close button of the document inspector */\n 'document-inspector.close-button.tooltip': 'Sluiten',\n /** The title shown in the dialog header, when inspecting a valid document */\n 'document-inspector.dialog.title': 'Inspecteren <DocumentTitle/>',\n /** The title shown in the dialog header, when the document being inspected is not created yet/has no value */\n 'document-inspector.dialog.title-no-value': 'Geen waarde',\n /** Title shown for menu item that opens the \"Inspect\" dialog */\n 'document-inspector.menu-item.title': 'Inspecteren',\n /** the placeholder text for the search input on the inspect dialog */\n 'document-inspector.search.placeholder': 'Zoeken',\n /** The \"parsed\" view mode, meaning the JSON is searchable, collapsible etc */\n 'document-inspector.view-mode.parsed': 'Geanalyseerd',\n /** The \"raw\" view mode, meaning the JSON is presented syntax-highlighted, but with no other features - optimal for copying */\n 'document-inspector.view-mode.raw-json': 'Ruwe JSON',\n\n /** The text for when a form is hidden */\n 'document-view.form-view.form-hidden': 'Dit formulier is verborgen',\n /** Fallback title shown when a form title is not provided */\n 'document-view.form-view.form-title-fallback': 'Zonder titel',\n /** The text for when the form view is loading a document */\n 'document-view.form-view.loading': 'Document laden…',\n /** The description of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.description':\n 'Wacht alstublieft terwijl het document wordt gesynchroniseerd. Dit gebeurt meestal direct nadat het document is gepubliceerd en zou niet meer dan een paar seconden moeten duren',\n /** The title of the sync lock toast on the form view */\n 'document-view.form-view.sync-lock-toast.title': 'Document synchroniseren…',\n\n /** The loading messaging for when the tooltip is still loading permission info */\n 'insufficient-permissions-message-tooltip.loading-text': 'Laden…',\n\n /** --- Menu items --- */\n /** The menu item group title to use for the Action menu items */\n 'menu-item-groups.actions-group': 'Acties',\n /** The menu item group title to use for the Layout menu items */\n 'menu-item-groups.layout-group': 'Lay-out',\n /** The menu item group title to use for the Sort menu items */\n 'menu-item-groups.sorting-group': 'Sorteren',\n\n /** The menu item title to use the compact view */\n 'menu-items.layout.compact-view': 'Compacte weergave',\n /** The menu item title to use the detailed view */\n 'menu-items.layout.detailed-view': 'Gedetailleerde weergave',\n /** The menu item title to Sort by Created */\n 'menu-items.sort-by.created': 'Sorteren op Aangemaakt',\n /** The menu item title to Sort by Last Edited */\n 'menu-items.sort-by.last-edited': 'Sorteren op Laatst bewerkt',\n\n /** The link text of the no document type screen that appears directly below the subtitle */\n 'no-document-types-screen.link-text': 'Leer hoe u een documenttype kunt toevoegen →',\n /** The subtitle of the no document type screen that appears directly below the title */\n 'no-document-types-screen.subtitle':\n 'Definieer alstublieft ten minste één documenttype in uw schema.',\n /** The title of the no document type screen */\n 'no-document-types-screen.title': 'Geen documenttypes',\n\n /** Text shown on back button visible on smaller breakpoints */\n 'pane-header.back-button.text': 'Terug',\n /** tooltip text (via `title` attribute) for the menu button */\n 'pane-header.context-menu-button.tooltip': 'Toon menu',\n /** Appears in a document list pane header if there are more than one option for create. This is the label for that menu */\n 'pane-header.create-menu.label': 'Creëren',\n /** Tooltip displayed on the create new button in document lists */\n 'pane-header.create-new-button.tooltip': 'Nieuw document maken',\n /** The `aria-label` for the disabled button in the pane header if create permissions are granted */\n 'pane-header.disabled-created-button.aria-label': 'Onvoldoende rechten',\n\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.draft-status.has-draft.tooltip': 'Bewerkt <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.draft-status.no-draft.tooltip': 'Geen ongepubliceerde wijzigingen',\n /** The subtitle tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.subtitle': 'Document: <Code>{{documentId}}</Code>',\n /** The title tor pane item previews if there isn't a matching schema type found */\n 'pane-item.missing-schema-type.title':\n 'Geen schema gevonden voor type <Code>{{documentType}}</Code>',\n /** The text shown in the tooltip of pane item previews of documents if there are unpublished edits */\n 'pane-item.published-status.has-published.tooltip': 'Gepubliceerd <RelativeTime/>',\n /** The text shown in the tooltip of pane item previews of documents if there are no unpublished edits */\n 'pane-item.published-status.no-published.tooltip': 'Geen ongepubliceerde wijzigingen',\n\n /** The text used in the document header title if there is an error */\n 'panes.document-header-title.error.text': 'Fout: {{error}}',\n /** The text used in the document header title if creating a new item */\n 'panes.document-header-title.new.text': 'Nieuw {{schemaType}}',\n /** The text used in the document header title if no other title can be determined */\n 'panes.document-header-title.untitled.text': 'Naamloos',\n /** The text for the retry button on the document list pane */\n 'panes.document-list-pane.error.retry-button.text': 'Opnieuw proberen',\n /** The error text on the document list pane */\n 'panes.document-list-pane.error.text': 'Fout: <Code>{{error}}</Code>',\n /** The error title on the document list pane */\n 'panes.document-list-pane.error.title': 'Kon lijstitems niet ophalen',\n /** The text of the document list pane if more than a maximum number of documents are returned */\n 'panes.document-list-pane.max-items.text': 'Er worden maximaal {{limit}} documenten weergegeven',\n /** The text of the document list pane if no documents are found for a specified type */\n 'panes.document-list-pane.no-documents-of-type.text': 'Geen documenten van dit type',\n /** The text of the document list pane if no documents are found */\n 'panes.document-list-pane.no-documents.text': 'Geen resultaten gevonden',\n /** The text of the document list pane if no documents are found matching specified criteria */\n 'panes.document-list-pane.no-matching-documents.text': 'Geen overeenkomende documenten',\n /** The aria-label for the search input on the document list pane */\n 'panes.document-list-pane.search-input.aria-label': 'Lijst doorzoeken',\n /** The search input for the search input on the document list pane */\n 'panes.document-list-pane.search-input.placeholder': 'Lijst doorzoeken',\n /** The summary title when displaying an error for a document operation result */\n 'panes.document-operation-results.error.summary.title': 'Details',\n /** The text when a generic operation failed (fallback, generally not shown) */\n 'panes.document-operation-results.operation-error':\n 'Er is een fout opgetreden tijdens {{context}}',\n /** The text when a delete operation failed */\n 'panes.document-operation-results.operation-error_delete':\n 'Er is een fout opgetreden bij het proberen te verwijderen van dit document. Dit betekent meestal dat er andere documenten zijn die ernaar verwijzen.',\n /** The text when an unpublish operation failed */\n 'panes.document-operation-results.operation-error_unpublish':\n 'Er is een fout opgetreden bij het proberen te annuleren van de publicatie van dit document. Dit betekent meestal dat er andere documenten zijn die ernaar verwijzen.',\n /** The text when a generic operation succeeded (fallback, generally not shown) */\n 'panes.document-operation-results.operation-success':\n 'Succesvol {{context}} uitgevoerd op document',\n /** The text when a delete operation succeeded */\n 'panes.document-operation-results.operation-success_delete':\n 'Het document is succesvol verwijderd',\n /** The text when a discard changes operation succeeded */\n 'panes.document-operation-results.operation-success_discardChanges':\n 'Alle wijzigingen sinds de laatste publicatie zijn nu verworpen. De verworpen conceptversie kan nog steeds worden hersteld uit de geschiedenis',\n /** The text when a duplicate operation succeeded */\n 'panes.document-operation-results.operation-success_duplicate': undefined, // 'The document was successfully duplicated'\n /** The text when a publish operation succeeded */\n 'panes.document-operation-results.operation-success_publish': 'Het document is gepubliceerd',\n /** The text when a restore operation succeeded */\n 'panes.document-operation-results.operation-success_restore':\n '<Strong>{{title}}</Strong> is hersteld',\n /** The text when an unpublish operation succeeded */\n 'panes.document-operation-results.operation-success_unpublish':\n 'De publicatie van het document is ongedaan gemaakt. Er is een concept gemaakt van de laatste gepubliceerde versie.',\n /** The document title shown when document title is \"undefined\" in operation message */\n 'panes.document-operation-results.operation-undefined-title': 'Naamloos',\n /** The title of the reconnecting toast */\n 'panes.document-pane-provider.reconnecting.title': 'Verbinding verloren. Opnieuw verbinden…',\n /** The loading message for the document not found pane */\n 'panes.document-pane.document-not-found.loading': 'Document laden…',\n /** The text of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.text':\n 'Het documenttype is niet gedefinieerd, en een document met de <Code>{{id}}</Code> identificatie kon niet worden gevonden.',\n /** The title of the document not found pane if the schema is known */\n 'panes.document-pane.document-not-found.title': 'Het document is niet gevonden',\n /** The text of the document not found pane if the schema is not found */\n 'panes.document-pane.document-unknown-type.text':\n 'Dit document heeft het schema type <Code>{{documentType}}</Code>, dat niet is gedefinieerd als een type in het lokale content studio schema.',\n /** The title of the document not found pane if the schema is not found or unknown */\n 'panes.document-pane.document-unknown-type.title':\n 'Onbekend documenttype: <Code>{{documentType}}</Code>',\n /** The title of the document not found pane if the schema is unknown */\n 'panes.document-pane.document-unknown-type.without-schema.text':\n 'Dit document bestaat niet, en er is geen schema type voor gespecificeerd.',\n /** Default message shown while resolving the structure definition for an asynchronous node */\n 'panes.resolving.default-message': 'Laden…',\n /** Message shown while resolving the structure definition for an asynchronous node and it is taking a while (more than 5s) */\n 'panes.resolving.slow-resolve-message': 'Nog steeds aan het laden…',\n /** The text to display when type is missing */\n 'panes.unknown-pane-type.missing-type.text':\n 'Structuur item mist de vereiste <Code>type</Code> eigenschap.',\n /** The title of the unknown pane */\n 'panes.unknown-pane-type.title': 'Onbekend paneeltype',\n /** The text to display when type is unknown */\n 'panes.unknown-pane-type.unknown-type.text':\n 'Structuur item van type <Code>{{type}}</Code> is geen bekende entiteit.',\n\n /** The text for the \"Open preview\" action for a document */\n 'production-preview.menu-item.title': 'Voorbeeld openen',\n\n /** Label for button when status is saved */\n 'status-bar.document-status-pulse.status.saved.text': 'Opgeslagen',\n /** Label for button when status is syncing */\n 'status-bar.document-status-pulse.status.syncing.text': 'Opslaan...',\n /** Accessibility label indicating when the document was last published, in relative time, eg \"3 weeks ago\" */\n 'status-bar.publish-status-button.last-published-time.aria-label':\n 'Laatst gepubliceerd {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last published <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-published-time.tooltip':\n 'Laatst gepubliceerd <RelativeTime/>',\n /** Accessibility label indicating when the document was last updated, in relative time, eg \"2 hours ago\" */\n 'status-bar.publish-status-button.last-updated-time.aria-label':\n 'Laatst bijgewerkt {{relativeTime}}',\n /** Text for tooltip showing explanation of timestamp/relative time, eg \"Last updated <RelativeTime/>\" */\n 'status-bar.publish-status-button.last-updated-time.tooltip': 'Laatst bijgewerkt <RelativeTime/>',\n /** Aria label for the button */\n 'status-bar.review-changes-button.aria-label': 'Wijzigingen beoordelen',\n /** Label for button when status is saved */\n 'status-bar.review-changes-button.status.saved.text': 'Opgeslagen!',\n /** Label for button when status is syncing */\n 'status-bar.review-changes-button.status.syncing.text': 'Opslaan...',\n /** Text for the secondary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.changes-saved': 'Wijzigingen opgeslagen',\n /** Primary text for tooltip for the button */\n 'status-bar.review-changes-button.tooltip.text': 'Wijzigingen bekijken',\n\n /** The text that appears in side the documentation link */\n 'structure-error.docs-link.text': 'Bekijk documentatie',\n /** Labels the error message or error stack of the structure error screen */\n 'structure-error.error.label': 'Fout',\n /** The header that appears at the top of the error screen */\n 'structure-error.header.text': 'Er is een fout opgetreden bij het lezen van de structuur',\n /** The text in the reload button to retry rendering the structure */\n 'structure-error.reload-button.text': 'Opnieuw laden',\n /** Labels the structure path of the structure error screen */\n 'structure-error.structure-path.label': 'Structuurpad',\n})\n"],"names":["removeUndefinedLocaleResources"],"mappings":"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"}
|
|
@@ -278,6 +278,9 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
278
278
|
/** Default text in shared loader text / spinner lockup */
|
|
279
279
|
"common.loading": "Laden",
|
|
280
280
|
/** --- Configuration issues --- */
|
|
281
|
+
/** Default label text on configuration issues button */
|
|
282
|
+
"configuration-issues.button.label": void 0,
|
|
283
|
+
// 'Configuration issues'
|
|
281
284
|
/** Tooltip displayed on configuration issues button */
|
|
282
285
|
"configuration-issues.button.tooltip": "Configuratieproblemen gevonden",
|
|
283
286
|
/** The fallback title for an ordering menu item if no localized titles are provided. */
|
|
@@ -342,12 +345,22 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
342
345
|
"form.error.no-array-item-at-index": "Geen array-item op index <code>{{index}}</code> gevonden op pad <code>{{path}}</code>",
|
|
343
346
|
/** Error text shown when form is unable to find an array item at a given keyed path */
|
|
344
347
|
"form.error.no-array-item-at-key": 'Geen array-item met `_key` <code>"{{key}}"</code> gevonden op pad <code>{{path}}</code>',
|
|
348
|
+
/** The title above the error call stack output related to the crash */
|
|
349
|
+
"form.error.unhandled-runtime-error.call-stack.title": void 0,
|
|
350
|
+
// 'Call Stack:'
|
|
351
|
+
/** The title above the error component stack provided by React's underlying ErrorBoundary component */
|
|
352
|
+
"form.error.unhandled-runtime-error.component-stack.title": void 0,
|
|
353
|
+
// 'Component Stack:'
|
|
354
|
+
/** The error message for the unhandled error that crashed the Input component during render */
|
|
355
|
+
"form.error.unhandled-runtime-error.error-message": void 0,
|
|
356
|
+
// 'Error: {{message}}'
|
|
357
|
+
/** The title for the error card rendered inside a field in place of a crashing input */
|
|
358
|
+
"form.error.unhandled-runtime-error.title": void 0,
|
|
359
|
+
// 'Unhandled Runtime Error'
|
|
345
360
|
/** Form field deprecated label */
|
|
346
361
|
"form.field.deprecated-label": "verouderd",
|
|
347
362
|
/** Fallback title shown above field if it has no defined title */
|
|
348
363
|
"form.field.untitled-field-label": "Zonder titel",
|
|
349
|
-
/** Fallback title shown above fieldset if it has no defined title */
|
|
350
|
-
"form.field.untitled-fieldset-label": "Zonder titel",
|
|
351
364
|
/** Accessibility label for the icon that indicates the field has a validation error */
|
|
352
365
|
"form.validation.has-error-aria-label": "Heeft een fout",
|
|
353
366
|
/** Accessibility label for the icon that indicates the field has validation information */
|
|
@@ -435,12 +448,30 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
435
448
|
"inputs.array.error.type-is-incompatible-title": "Waarom gebeurt dit?",
|
|
436
449
|
/** Error label for unexpected errors in the Array Input */
|
|
437
450
|
"inputs.array.error.unexpected-error": "Onverwachte fout: {{error}}",
|
|
451
|
+
/** Label for the array insert menu all items filter */
|
|
452
|
+
"inputs.array.insert-menu.filter.all-items": void 0,
|
|
453
|
+
// 'All'
|
|
454
|
+
/** Label for when the array insert menu search shows no items */
|
|
455
|
+
"inputs.array.insert-menu.search.no-results": void 0,
|
|
456
|
+
// 'No items found'
|
|
457
|
+
/** Placeholder for the array insert menu search field */
|
|
458
|
+
"inputs.array.insert-menu.search.placeholder": void 0,
|
|
459
|
+
// 'Search'
|
|
460
|
+
/** Tooltip for the array insert menu grid view toggle */
|
|
461
|
+
"inputs.array.insert-menu.toggle-grid-view.tooltip": void 0,
|
|
462
|
+
// 'Toggle grid view'
|
|
463
|
+
/** Tooltip for the array insert menu list view toggle */
|
|
464
|
+
"inputs.array.insert-menu.toggle-list-view.tooltip": void 0,
|
|
465
|
+
// 'Toggle list view'
|
|
438
466
|
/** Label for when the array input doesn't have any items */
|
|
439
467
|
"inputs.array.no-items-label": "Geen items",
|
|
440
468
|
/** Label for read only array fields */
|
|
441
469
|
"inputs.array.read-only-label": "Dit veld is alleen-lezen",
|
|
442
470
|
/** Label for when the array input is resolving the initial value for the item */
|
|
443
471
|
"inputs.array.resolving-initial-value": "Initi\xEBle waarde oplossen\u2026",
|
|
472
|
+
/** Tooltip content when boolean input is disabled */
|
|
473
|
+
"inputs.boolean.disabled": void 0,
|
|
474
|
+
// 'Disabled'
|
|
444
475
|
/** Placeholder value for datetime input */
|
|
445
476
|
"inputs.datetime.placeholder": "bijv. {{example}}",
|
|
446
477
|
/** Acessibility label for button to open file options menu */
|
|
@@ -880,10 +911,19 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
880
911
|
"insufficient-permissions-message.not-authorized-explanation_create-new-reference": "U heeft geen toestemming om een nieuwe referentie te maken.",
|
|
881
912
|
/** The explanation when unable to delete a particular document */
|
|
882
913
|
"insufficient-permissions-message.not-authorized-explanation_delete-document": "U heeft geen toestemming om dit document te verwijderen.",
|
|
914
|
+
/** The explanation when unable to delete a schedule on scheduled publishing */
|
|
915
|
+
"insufficient-permissions-message.not-authorized-explanation_delete-schedules": void 0,
|
|
916
|
+
// 'You do not have permission to delete schedules.'
|
|
883
917
|
/** The explanation when unable to discard changes in a particular document */
|
|
884
918
|
"insufficient-permissions-message.not-authorized-explanation_discard-changes": "U heeft geen toestemming om wijzigingen in dit document te verwerpen.",
|
|
885
919
|
/** The explanation when unable to duplicate a particular document */
|
|
886
920
|
"insufficient-permissions-message.not-authorized-explanation_duplicate-document": "U heeft geen toestemming om dit document te dupliceren.",
|
|
921
|
+
/** The explanation when unable to edit a schedule on scheduled publishing */
|
|
922
|
+
"insufficient-permissions-message.not-authorized-explanation_edit-schedules": void 0,
|
|
923
|
+
// 'You do not have permission to edit schedules.'
|
|
924
|
+
/** The explanation when unable to execute a schedule on scheduled publishing */
|
|
925
|
+
"insufficient-permissions-message.not-authorized-explanation_execute-schedules": void 0,
|
|
926
|
+
// 'You do not have permission to execute schedules.'
|
|
887
927
|
/** The explanation when unable to publish a particular document */
|
|
888
928
|
"insufficient-permissions-message.not-authorized-explanation_publish-document": "U heeft geen toestemming om dit document te publiceren.",
|
|
889
929
|
/** The explanation when unable to unpublish a particular document */
|
|
@@ -920,6 +960,15 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
920
960
|
"new-document.open-dialog-aria-label": "Nieuw document maken",
|
|
921
961
|
/** Title for "Create new document" dialog */
|
|
922
962
|
"new-document.title": "Nieuw document maken",
|
|
963
|
+
/** More detailed alert text letting user know they have an out-of-date version and should reload */
|
|
964
|
+
"package-version.new-package-available.description": void 0,
|
|
965
|
+
// 'Simply reload to use the new version.'
|
|
966
|
+
/** Label for button that will make the browser reload when users' studio version is out-of-date */
|
|
967
|
+
"package-version.new-package-available.reload-button": void 0,
|
|
968
|
+
// 'Reload'
|
|
969
|
+
/** Title of the alert for studio users when packages in their studio are out-of-date */
|
|
970
|
+
"package-version.new-package-available.title": void 0,
|
|
971
|
+
// 'Sanity Studio was updated'
|
|
923
972
|
/** Label for action to manage members of the current studio project */
|
|
924
973
|
"presence.action.manage-members": "Leden beheren",
|
|
925
974
|
/** Accessibility label for presence menu button */
|
|
@@ -1312,6 +1361,18 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
1312
1361
|
"search.recent-searches-label": "Recente zoekopdrachten",
|
|
1313
1362
|
/** Accessibility label for the search results section, shown when the user has typed valid terms */
|
|
1314
1363
|
"search.search-results-aria-label": "Zoekresultaten",
|
|
1364
|
+
/** Label for the edit columns button to change field visibility in sheet list */
|
|
1365
|
+
"sheet-list.edit-columns": void 0,
|
|
1366
|
+
// 'Edit columns'
|
|
1367
|
+
/** Label for the header menu option to hide a field from the sheet list */
|
|
1368
|
+
"sheet-list.hide-field": void 0,
|
|
1369
|
+
// 'Remove from table'
|
|
1370
|
+
/** Label for reset column visibilities button */
|
|
1371
|
+
"sheet-list.reset-columns": void 0,
|
|
1372
|
+
// 'Reset columns'
|
|
1373
|
+
/** Title for the edit columns menu */
|
|
1374
|
+
"sheet-list.select-fields": void 0,
|
|
1375
|
+
// 'Select up to 5 field types'
|
|
1315
1376
|
/** Accessibility label for the navbar status button */
|
|
1316
1377
|
"status-button.aria-label": "Configuratiestatus",
|
|
1317
1378
|
/** Description for error when the timeline for the given document can't be loaded */
|
|
@@ -1326,7 +1387,13 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
1326
1387
|
"timeline.error.unable-to-load-revision": "Kan revisie niet laden",
|
|
1327
1388
|
/** Label for when the timeline item is the latest in the history */
|
|
1328
1389
|
"timeline.latest": "Laatste",
|
|
1329
|
-
/** Label for latest
|
|
1390
|
+
/** Label for latest revision for timeline menu dropdown */
|
|
1391
|
+
"timeline.latest-revision": void 0,
|
|
1392
|
+
// 'Latest revision'
|
|
1393
|
+
/**
|
|
1394
|
+
* Label for latest revision for timeline menu dropdown
|
|
1395
|
+
* @deprecated as of `v3.47.0` `timeline.latest-revision` should be used instead. Note: _usage_ of this key is deprecated, but Studios on `< v3.47.0` still require this key to be _defined_
|
|
1396
|
+
* */
|
|
1330
1397
|
"timeline.latest-version": "Laatste versie",
|
|
1331
1398
|
/** The aria-label for the list of revisions in the timeline */
|
|
1332
1399
|
"timeline.list.aria-label": "Documentrevisies",
|
|
@@ -1373,6 +1440,33 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
1373
1440
|
"timeline.since-version-missing": "Sinds: onbekende versie",
|
|
1374
1441
|
/**Aria label for the action buttons in the PTE toolbar */
|
|
1375
1442
|
"toolbar.portable-text.action-button-aria-label": "{{action}}",
|
|
1443
|
+
/** Accesibility label for the breadcrumb menu */
|
|
1444
|
+
"tree-editing-dialog.breadcrumbs.menu": void 0,
|
|
1445
|
+
// 'Breadcrumb menu'
|
|
1446
|
+
/** Title placeholder for search input in array of objects */
|
|
1447
|
+
"tree-editing-dialog.search-placeholder": void 0,
|
|
1448
|
+
// 'Search'
|
|
1449
|
+
/** Menu aria label for the search menu */
|
|
1450
|
+
"tree-editing-dialog.search.menu-label": void 0,
|
|
1451
|
+
// 'Search menu'
|
|
1452
|
+
/** Title label for when no search results are found on the tree of objects */
|
|
1453
|
+
"tree-editing-dialog.search.no-results-title": void 0,
|
|
1454
|
+
// 'No results found'
|
|
1455
|
+
/** Label to close the sidebar */
|
|
1456
|
+
"tree-editing-dialog.sidebar.action.close": void 0,
|
|
1457
|
+
// 'Close sidebar'
|
|
1458
|
+
/** Collapse label the menu item in the sidebar */
|
|
1459
|
+
"tree-editing-dialog.sidebar.action.collapse": void 0,
|
|
1460
|
+
// 'Collapse'
|
|
1461
|
+
/** Label to close the dialog */
|
|
1462
|
+
"tree-editing-dialog.sidebar.action.done": void 0,
|
|
1463
|
+
// 'Done'
|
|
1464
|
+
/** Exapnd label the menu item in the sidebar */
|
|
1465
|
+
"tree-editing-dialog.sidebar.action.expand": void 0,
|
|
1466
|
+
// 'Expand'
|
|
1467
|
+
/** Label to open the sidebar */
|
|
1468
|
+
"tree-editing-dialog.sidebar.action.open": void 0,
|
|
1469
|
+
// 'Open sidebar'
|
|
1376
1470
|
/** Label for button showing the free trial days left */
|
|
1377
1471
|
"user-menu.action.free-trial_one": "{{count}} dag over in proefperiode",
|
|
1378
1472
|
"user-menu.action.free-trial_other": "{{count}} dagen over in proefperiode",
|