@sanity/locale-nl-nl 1.1.11 → 1.1.13
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-cjs/copy-paste.cjs +4 -0
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +4 -0
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +5 -1
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-es/copy-paste.js +4 -0
- package/dist/_chunks-es/copy-paste.js.map +1 -1
- package/dist/_chunks-es/structure.js +4 -0
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +5 -1
- package/dist/_chunks-es/studio.js.map +1 -1
- package/package.json +1 -1
- package/src/copy-paste.ts +5 -0
- package/src/structure.ts +5 -0
- package/src/studio.ts +5 -1
|
@@ -15,6 +15,8 @@ var copyPaste = removeUndefinedLocaleResources({
|
|
|
15
15
|
"copy-paste.on-copy.validation.copy-document-success.title": 'Document "{{fieldNames}}" gekopieerd',
|
|
16
16
|
/** The success message that is shown when a field is copied */
|
|
17
17
|
"copy-paste.on-copy.validation.copy-field_one-success.title": 'Veld "{{fieldName}}" gekopieerd',
|
|
18
|
+
/** The success message that is shown when a array item is copied */
|
|
19
|
+
"copy-paste.on-copy.validation.copy-item_one-success.title": 'Item "{{typeName}}" gekopieerd',
|
|
18
20
|
/** The error message that is shown when there is no value to copy */
|
|
19
21
|
"copy-paste.on-copy.validation.no-value.title": "Lege waarde, niets om te kopi\xEBren",
|
|
20
22
|
/** --- On copy --- */
|
|
@@ -49,6 +51,8 @@ var copyPaste = removeUndefinedLocaleResources({
|
|
|
49
51
|
"copy-paste.on-paste.validation.reference-filter-incompatible.description": "Referentie is niet toegestaan in referentieveld volgens filter",
|
|
50
52
|
/** The validation message that is shown when reference types are incompatible */
|
|
51
53
|
"copy-paste.on-paste.validation.reference-type-incompatible.description": 'Referenties van type "{{sourceReferenceType}}" zijn niet toegestaan in referentieveld dat types "{{targetReferenceTypes}}" accepteert',
|
|
54
|
+
/** The validation message that is shown when reference does not exist */
|
|
55
|
+
"copy-paste.on-paste.validation.reference-validation-failed.description": 'Het gerefereerde document "{{ref}}" bestaat niet',
|
|
52
56
|
/** The validation message that is shown when the source and target schema types are incompatible */
|
|
53
57
|
"copy-paste.on-paste.validation.schema-type-incompatible.description": "Bron- en doelschema types zijn niet compatibel",
|
|
54
58
|
/** The validation message that is shown when schema types are incompatible */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy-paste.js","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': 'Document kopiëren',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': 'Veld kopiëren',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': 'Document plakken',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': 'Veld plakken',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n 'Uw browser ondersteunt deze actie niet',\n /** The success message that is shown when a document is copied */\n 'copy-paste.on-copy.validation.copy-document-success.title':\n 'Document \"{{fieldNames}}\" gekopieerd',\n /** The success message that is shown when a field is copied */\n 'copy-paste.on-copy.validation.copy-field_one-success.title': 'Veld \"{{fieldName}}\" gekopieerd',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': 'Lege waarde, niets om te kopiëren',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n 'Kon schema type voor pad niet oplossen: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n 'Waarde van type \"{{type}}\" is niet toegestaan in dit array veld',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n 'Waarde van type \"{{type}}\" is niet toegestaan in dit array veld',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': 'Niets om te plakken',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': 'Ongeldig klembord item',\n /** The success message that is shown when a document is pasted */\n 'copy-paste.on-paste.validation.document-paste-success.title':\n 'Document \"{{fieldNames}}\" bijgewerkt',\n /** The success message that is shown when a field is pasted */\n 'copy-paste.on-paste.validation.field_one-paste-success.title': 'Veld \"{{fieldName}}\" bijgewerkt',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n 'Een \"{{sourceSchemaType}}\" is niet toegestaan in een \"{{targetSchemaType}}\"',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'MIME type \"{{mimeType}}\" wordt niet geaccepteerd voor dit veld',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description':\n 'MIME type validatie mislukt',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': 'Kon niet alle waarden plakken',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n 'Waarde van type \"{{type}}\" is niet toegestaan in dit veld',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': 'Het doel is alleen-lezen',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n 'Referentie is niet toegestaan in referentieveld volgens filter',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n 'Referenties van type \"{{sourceReferenceType}}\" zijn niet toegestaan in referentieveld dat types \"{{targetReferenceTypes}}\" accepteert',\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description':\n 'Bron- en doelschema types zijn niet compatibel',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n 'Kon schema type voor pad niet oplossen: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n 'Waarde \"{{value}}\" is niet toegestaan in \"{{allowedStrings}}\"',\n})\n"],"names":[],"mappings":";;AAEA,gBAAe,8BAA+B,CAAA;AAAA;AAAA,EAE5C,oDAAsD,EAAA,sBAAA;AAAA;AAAA,EAEtD,iDAAmD,EAAA,kBAAA;AAAA;AAAA,EAEnD,qDAAuD,EAAA,kBAAA;AAAA;AAAA,EAEvD,kDAAoD,EAAA,cAAA;AAAA;AAAA,EAEpD,6DACE,EAAA,wCAAA;AAAA;AAAA,EAEF,2DACE,EAAA,sCAAA;AAAA;AAAA,EAEF,4DAA8D,EAAA,iCAAA;AAAA;AAAA,EAE9D,8CAAgD,EAAA,sCAAA;AAAA;AAAA;AAAA,EAGhD,8DACE,EAAA,kDAAA;AAAA;AAAA,EAEF,oEACE,EAAA,iEAAA;AAAA;AAAA,EAEF,qEACE,EAAA,iEAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,qBAAA;AAAA;AAAA,EAExD,wDAA0D,EAAA,wBAAA;AAAA;AAAA,EAE1D,6DACE,EAAA,sCAAA;AAAA;AAAA,EAEF,8DAAgE,EAAA,iCAAA;AAAA;AAAA,EAEhE,oEACE,EAAA,6EAAA;AAAA;AAAA,EAEF,mEACE,EAAA,gEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,6BAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,+BAAA;AAAA;AAAA,EAExD,wEACE,EAAA,2DAAA;AAAA;AAAA;AAAA,EAGF,6DAA+D,EAAA,0BAAA;AAAA;AAAA,EAE/D,0EACE,EAAA,gEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,uIAAA;AAAA;AAAA,EAEF,qEACE,EAAA,gDAAA;AAAA;AAAA,EAEF,+DACE,EAAA,kDAAA;AAAA;AAAA,EAEF,sEACE,EAAA,+DAAA;AACJ,CAAC,CAAA;;;;"}
|
|
1
|
+
{"version":3,"file":"copy-paste.js","sources":["../../src/copy-paste.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Text on the field action button to copy a document */\n 'copy-paste.field-action-copy-button.document.title': 'Document kopiëren',\n /** Text on the field action button to copy a field */\n 'copy-paste.field-action-copy-button.field.title': 'Veld kopiëren',\n /** Text on the field action button to paste a document */\n 'copy-paste.field-action-paste-button.document.title': 'Document plakken',\n /** Text on the field action button to paste a field */\n 'copy-paste.field-action-paste-button.field.title': 'Veld plakken',\n /** The error message that is shown when the clipboard is not supported */\n 'copy-paste.on-copy.validation.clipboard-not-supported.title':\n 'Uw browser ondersteunt deze actie niet',\n /** The success message that is shown when a document is copied */\n 'copy-paste.on-copy.validation.copy-document-success.title':\n 'Document \"{{fieldNames}}\" gekopieerd',\n /** The success message that is shown when a field is copied */\n 'copy-paste.on-copy.validation.copy-field_one-success.title': 'Veld \"{{fieldName}}\" gekopieerd',\n /** The success message that is shown when a array item is copied */\n 'copy-paste.on-copy.validation.copy-item_one-success.title': 'Item \"{{typeName}}\" gekopieerd',\n /** The error message that is shown when there is no value to copy */\n 'copy-paste.on-copy.validation.no-value.title': 'Lege waarde, niets om te kopiëren',\n /** --- On copy --- */\n /** The error message that is shown when schema types are incompatible */\n 'copy-paste.on-copy.validation.schema-type-incompatible.title':\n 'Kon schema type voor pad niet oplossen: {{path}}',\n /** The validation message that is shown when array types are incompatible */\n 'copy-paste.on-paste.validation.array-type-incompatible.description':\n 'Waarde van type \"{{type}}\" is niet toegestaan in dit array veld',\n /** The validation message that is shown when array values are incompatible */\n 'copy-paste.on-paste.validation.array-value-incompatible.description':\n 'Waarde van type \"{{type}}\" is niet toegestaan in dit array veld',\n /** The validation message that is shown when the clipboard is empty */\n 'copy-paste.on-paste.validation.clipboard-empty.title': 'Niets om te plakken',\n /** The validation message that is shown when the clipboard item is invalid */\n 'copy-paste.on-paste.validation.clipboard-invalid.title': 'Ongeldig klembord item',\n /** The success message that is shown when a document is pasted */\n 'copy-paste.on-paste.validation.document-paste-success.title':\n 'Document \"{{fieldNames}}\" bijgewerkt',\n /** The success message that is shown when a field is pasted */\n 'copy-paste.on-paste.validation.field_one-paste-success.title': 'Veld \"{{fieldName}}\" bijgewerkt',\n /** The validation message that is shown when image files are incompatible */\n 'copy-paste.on-paste.validation.image-file-incompatible.description':\n 'Een \"{{sourceSchemaType}}\" is niet toegestaan in een \"{{targetSchemaType}}\"',\n /** The error message that is shown when the MIME type is not accepted */\n 'copy-paste.on-paste.validation.mime-type-incompatible.description':\n 'MIME type \"{{mimeType}}\" wordt niet geaccepteerd voor dit veld',\n /** The error message that is shown when the MIME type validation fails */\n 'copy-paste.on-paste.validation.mime-type-validation-failed.description':\n 'MIME type validatie mislukt',\n /** The warning message that is shown when not all values can be pasted */\n 'copy-paste.on-paste.validation.partial-warning.title': 'Kon niet alle waarden plakken',\n /** The validation message that is shown when primitive types are incompatible */\n 'copy-paste.on-paste.validation.primitive-type-incompatible.description':\n 'Waarde van type \"{{type}}\" is niet toegestaan in dit veld',\n /** --- On paste --- */\n /** The validation message that is shown when pasting a value into a read-only target */\n 'copy-paste.on-paste.validation.read-only-target.description': 'Het doel is alleen-lezen',\n /** The validation message that is shown when reference is incompatible with filter */\n 'copy-paste.on-paste.validation.reference-filter-incompatible.description':\n 'Referentie is niet toegestaan in referentieveld volgens filter',\n /** The validation message that is shown when reference types are incompatible */\n 'copy-paste.on-paste.validation.reference-type-incompatible.description':\n 'Referenties van type \"{{sourceReferenceType}}\" zijn niet toegestaan in referentieveld dat types \"{{targetReferenceTypes}}\" accepteert',\n /** The validation message that is shown when reference does not exist */\n 'copy-paste.on-paste.validation.reference-validation-failed.description':\n 'Het gerefereerde document \"{{ref}}\" bestaat niet',\n /** The validation message that is shown when the source and target schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.description':\n 'Bron- en doelschema types zijn niet compatibel',\n /** The validation message that is shown when schema types are incompatible */\n 'copy-paste.on-paste.validation.schema-type-incompatible.title':\n 'Kon schema type voor pad niet oplossen: {{path}}',\n /** The validation message that is shown when string values are incompatible */\n 'copy-paste.on-paste.validation.string-value-incompatible.description':\n 'Waarde \"{{value}}\" is niet toegestaan in \"{{allowedStrings}}\"',\n})\n"],"names":[],"mappings":";;AAEA,gBAAe,8BAA+B,CAAA;AAAA;AAAA,EAE5C,oDAAsD,EAAA,sBAAA;AAAA;AAAA,EAEtD,iDAAmD,EAAA,kBAAA;AAAA;AAAA,EAEnD,qDAAuD,EAAA,kBAAA;AAAA;AAAA,EAEvD,kDAAoD,EAAA,cAAA;AAAA;AAAA,EAEpD,6DACE,EAAA,wCAAA;AAAA;AAAA,EAEF,2DACE,EAAA,sCAAA;AAAA;AAAA,EAEF,4DAA8D,EAAA,iCAAA;AAAA;AAAA,EAE9D,2DAA6D,EAAA,gCAAA;AAAA;AAAA,EAE7D,8CAAgD,EAAA,sCAAA;AAAA;AAAA;AAAA,EAGhD,8DACE,EAAA,kDAAA;AAAA;AAAA,EAEF,oEACE,EAAA,iEAAA;AAAA;AAAA,EAEF,qEACE,EAAA,iEAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,qBAAA;AAAA;AAAA,EAExD,wDAA0D,EAAA,wBAAA;AAAA;AAAA,EAE1D,6DACE,EAAA,sCAAA;AAAA;AAAA,EAEF,8DAAgE,EAAA,iCAAA;AAAA;AAAA,EAEhE,oEACE,EAAA,6EAAA;AAAA;AAAA,EAEF,mEACE,EAAA,gEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,6BAAA;AAAA;AAAA,EAEF,sDAAwD,EAAA,+BAAA;AAAA;AAAA,EAExD,wEACE,EAAA,2DAAA;AAAA;AAAA;AAAA,EAGF,6DAA+D,EAAA,0BAAA;AAAA;AAAA,EAE/D,0EACE,EAAA,gEAAA;AAAA;AAAA,EAEF,wEACE,EAAA,uIAAA;AAAA;AAAA,EAEF,wEACE,EAAA,kDAAA;AAAA;AAAA,EAEF,qEACE,EAAA,gDAAA;AAAA;AAAA,EAEF,+DACE,EAAA,kDAAA;AAAA;AAAA,EAEF,sEACE,EAAA,+DAAA;AACJ,CAAC,CAAA;;;;"}
|
|
@@ -1,6 +1,8 @@
|
|
|
1
1
|
import { removeUndefinedLocaleResources } from 'sanity';
|
|
2
2
|
|
|
3
3
|
var structure = removeUndefinedLocaleResources({
|
|
4
|
+
/** Label for the "Copy Document URL" document action */
|
|
5
|
+
"action.copy-document-url.label": "Document URL kopi\xEBren",
|
|
4
6
|
/** Tooltip when action button is disabled because the operation is not ready */
|
|
5
7
|
"action.delete.disabled.not-ready": "Operatie niet klaar",
|
|
6
8
|
/** Tooltip when action button is disabled because the document does not exist */
|
|
@@ -294,6 +296,8 @@ var structure = removeUndefinedLocaleResources({
|
|
|
294
296
|
"panes.document-operation-results.operation-error_unpublish": "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.",
|
|
295
297
|
/** The text when a generic operation succeeded (fallback, generally not shown) */
|
|
296
298
|
"panes.document-operation-results.operation-success": "Succesvol {{context}} uitgevoerd op document",
|
|
299
|
+
/** The text when copy URL operation succeeded */
|
|
300
|
+
"panes.document-operation-results.operation-success_copy-url": "Document URL gekopieerd naar klembord",
|
|
297
301
|
/** The text when a delete operation succeeded */
|
|
298
302
|
"panes.document-operation-results.operation-success_delete": "Het document is succesvol verwijderd",
|
|
299
303
|
/** The text when a discard changes operation succeeded */
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"structure.js","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':\n 'Het document is succesvol gedupliceerd',\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":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"structure.js","sources":["../../src/structure.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for the \"Copy Document URL\" document action */\n 'action.copy-document-url.label': 'Document URL kopiëren',\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 copy URL operation succeeded */\n 'panes.document-operation-results.operation-success_copy-url':\n 'Document URL gekopieerd naar klembord',\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':\n 'Het document is succesvol gedupliceerd',\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":[],"mappings":"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"}
|
|
@@ -415,6 +415,8 @@ var studio = removeUndefinedLocaleResources({
|
|
|
415
415
|
* eg. will prompt the user to select a type once triggered
|
|
416
416
|
*/
|
|
417
417
|
"inputs.array.action.add-item-select-type": "Voeg item toe...",
|
|
418
|
+
/** Label for copying an array item */
|
|
419
|
+
"inputs.array.action.copy": "Kopi\xEBren",
|
|
418
420
|
/** Array drag handle button tooltip */
|
|
419
421
|
"inputs.array.action.drag.tooltip": "Slepen om te herschikken",
|
|
420
422
|
/** Label for duplicating an array item */
|
|
@@ -764,6 +766,8 @@ var studio = removeUndefinedLocaleResources({
|
|
|
764
766
|
"inputs.portable-text.style.quote": "Citaat",
|
|
765
767
|
/** Label for action to clear the current value of the reference field */
|
|
766
768
|
"inputs.reference.action.clear": "Wissen",
|
|
769
|
+
/** Label for action to copy the current item (used within arrays) */
|
|
770
|
+
"inputs.reference.action.copy": "Kopi\xEBren",
|
|
767
771
|
/** Label for action to create a new document from the reference input */
|
|
768
772
|
"inputs.reference.action.create-new-document": "Maak nieuw",
|
|
769
773
|
/** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */
|
|
@@ -954,7 +958,7 @@ var studio = removeUndefinedLocaleResources({
|
|
|
954
958
|
"package-version.new-package-available.reload-button": "Druk om te herladen",
|
|
955
959
|
/** Title of the alert for studio users when packages in their studio are out-of-date */
|
|
956
960
|
"package-version.new-package-available.title": "Sanity Studio is klaar om te updaten!",
|
|
957
|
-
/** Label for action to
|
|
961
|
+
/** Label for action to invite members to the current studio project */
|
|
958
962
|
"presence.action.manage-members": "Leden beheren",
|
|
959
963
|
/** Accessibility label for presence menu button */
|
|
960
964
|
"presence.aria-label": "Wie is hier",
|