@sanity/locale-nl-nl 1.1.8 → 1.1.10
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 +26 -52
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +1 -2
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +31 -62
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/tasks.cjs +11 -22
- package/dist/_chunks-cjs/tasks.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +2 -4
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/copy-paste.js +26 -52
- package/dist/_chunks-es/copy-paste.js.map +1 -1
- package/dist/_chunks-es/structure.js +1 -2
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +31 -62
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/tasks.js +11 -22
- package/dist/_chunks-es/tasks.js.map +1 -1
- package/dist/_chunks-es/vision.js +2 -4
- package/dist/_chunks-es/vision.js.map +1 -1
- package/package.json +1 -1
- package/src/copy-paste.ts +41 -26
- package/src/structure.ts +2 -1
- package/src/studio.ts +34 -31
- package/src/tasks.ts +13 -11
- package/src/vision.ts +2 -2
|
@@ -4,85 +4,59 @@ var sanity = require('sanity');
|
|
|
4
4
|
|
|
5
5
|
var copyPaste = sanity.removeUndefinedLocaleResources({
|
|
6
6
|
/** Text on the field action button to copy a document */
|
|
7
|
-
"copy-paste.field-action-copy-button.document.title":
|
|
8
|
-
// 'Copy document'
|
|
7
|
+
"copy-paste.field-action-copy-button.document.title": "Document kopi\xEBren",
|
|
9
8
|
/** Text on the field action button to copy a field */
|
|
10
|
-
"copy-paste.field-action-copy-button.field.title":
|
|
11
|
-
// 'Copy field'
|
|
9
|
+
"copy-paste.field-action-copy-button.field.title": "Veld kopi\xEBren",
|
|
12
10
|
/** Text on the field action button to paste a document */
|
|
13
|
-
"copy-paste.field-action-paste-button.document.title":
|
|
14
|
-
// 'Paste document'
|
|
11
|
+
"copy-paste.field-action-paste-button.document.title": "Document plakken",
|
|
15
12
|
/** Text on the field action button to paste a field */
|
|
16
|
-
"copy-paste.field-action-paste-button.field.title":
|
|
17
|
-
// 'Paste field'
|
|
13
|
+
"copy-paste.field-action-paste-button.field.title": "Veld plakken",
|
|
18
14
|
/** The error message that is shown when the clipboard is not supported */
|
|
19
|
-
"copy-paste.on-copy.validation.clipboard-not-supported.title":
|
|
20
|
-
// 'Your browser does not support this action'
|
|
15
|
+
"copy-paste.on-copy.validation.clipboard-not-supported.title": "Uw browser ondersteunt deze actie niet",
|
|
21
16
|
/** The success message that is shown when a document is copied */
|
|
22
|
-
"copy-paste.on-copy.validation.copy-document-success.title":
|
|
23
|
-
// 'Document "{{fieldNames}}" copied'
|
|
17
|
+
"copy-paste.on-copy.validation.copy-document-success.title": 'Document "{{fieldNames}}" gekopieerd',
|
|
24
18
|
/** The success message that is shown when a field is copied */
|
|
25
|
-
"copy-paste.on-copy.validation.copy-field_one-success.title":
|
|
26
|
-
// 'Field "{{fieldName}}" copied'
|
|
19
|
+
"copy-paste.on-copy.validation.copy-field_one-success.title": 'Veld "{{fieldName}}" gekopieerd',
|
|
27
20
|
/** The error message that is shown when there is no value to copy */
|
|
28
|
-
"copy-paste.on-copy.validation.no-value.title":
|
|
29
|
-
// 'Empty value, nothing to copy'
|
|
21
|
+
"copy-paste.on-copy.validation.no-value.title": "Lege waarde, niets om te kopi\xEBren",
|
|
30
22
|
/** --- On copy --- */
|
|
31
23
|
/** The error message that is shown when schema types are incompatible */
|
|
32
|
-
"copy-paste.on-copy.validation.schema-type-incompatible.title":
|
|
33
|
-
// 'Could not resolve schema type for path: {{path}}'
|
|
24
|
+
"copy-paste.on-copy.validation.schema-type-incompatible.title": "Kon schema type voor pad niet oplossen: {{path}}",
|
|
34
25
|
/** The validation message that is shown when array types are incompatible */
|
|
35
|
-
"copy-paste.on-paste.validation.array-type-incompatible.description":
|
|
36
|
-
// 'Value of type "{{type}}" is not allowed in this array field'
|
|
26
|
+
"copy-paste.on-paste.validation.array-type-incompatible.description": 'Waarde van type "{{type}}" is niet toegestaan in dit array veld',
|
|
37
27
|
/** The validation message that is shown when array values are incompatible */
|
|
38
|
-
"copy-paste.on-paste.validation.array-value-incompatible.description":
|
|
39
|
-
// 'Value of type "{{type}}" is not allowed in this array field'
|
|
28
|
+
"copy-paste.on-paste.validation.array-value-incompatible.description": 'Waarde van type "{{type}}" is niet toegestaan in dit array veld',
|
|
40
29
|
/** The validation message that is shown when the clipboard is empty */
|
|
41
|
-
"copy-paste.on-paste.validation.clipboard-empty.title":
|
|
42
|
-
// 'Nothing to paste'
|
|
30
|
+
"copy-paste.on-paste.validation.clipboard-empty.title": "Niets om te plakken",
|
|
43
31
|
/** The validation message that is shown when the clipboard item is invalid */
|
|
44
|
-
"copy-paste.on-paste.validation.clipboard-invalid.title":
|
|
45
|
-
// 'Invalid clipboard item'
|
|
32
|
+
"copy-paste.on-paste.validation.clipboard-invalid.title": "Ongeldig klembord item",
|
|
46
33
|
/** The success message that is shown when a document is pasted */
|
|
47
|
-
"copy-paste.on-paste.validation.document-paste-success.title":
|
|
48
|
-
// 'Document "{{fieldNames}}" updated'
|
|
34
|
+
"copy-paste.on-paste.validation.document-paste-success.title": 'Document "{{fieldNames}}" bijgewerkt',
|
|
49
35
|
/** The success message that is shown when a field is pasted */
|
|
50
|
-
"copy-paste.on-paste.validation.field_one-paste-success.title":
|
|
51
|
-
// 'Field "{{fieldName}}" updated'
|
|
36
|
+
"copy-paste.on-paste.validation.field_one-paste-success.title": 'Veld "{{fieldName}}" bijgewerkt',
|
|
52
37
|
/** The validation message that is shown when image files are incompatible */
|
|
53
|
-
"copy-paste.on-paste.validation.image-file-incompatible.description":
|
|
54
|
-
// 'A "{{sourceSchemaType}}" is not allowed in a "{{targetSchemaType}}"'
|
|
38
|
+
"copy-paste.on-paste.validation.image-file-incompatible.description": 'Een "{{sourceSchemaType}}" is niet toegestaan in een "{{targetSchemaType}}"',
|
|
55
39
|
/** The error message that is shown when the MIME type is not accepted */
|
|
56
|
-
"copy-paste.on-paste.validation.mime-type-incompatible.description":
|
|
57
|
-
// 'MIME type "{{mimeType}}" is not accepted for this field'
|
|
40
|
+
"copy-paste.on-paste.validation.mime-type-incompatible.description": 'MIME type "{{mimeType}}" wordt niet geaccepteerd voor dit veld',
|
|
58
41
|
/** The error message that is shown when the MIME type validation fails */
|
|
59
|
-
"copy-paste.on-paste.validation.mime-type-validation-failed.description":
|
|
60
|
-
// 'MIME type validation failed'
|
|
42
|
+
"copy-paste.on-paste.validation.mime-type-validation-failed.description": "MIME type validatie mislukt",
|
|
61
43
|
/** The warning message that is shown when not all values can be pasted */
|
|
62
|
-
"copy-paste.on-paste.validation.partial-warning.title":
|
|
63
|
-
// 'Could not paste all values'
|
|
44
|
+
"copy-paste.on-paste.validation.partial-warning.title": "Kon niet alle waarden plakken",
|
|
64
45
|
/** The validation message that is shown when primitive types are incompatible */
|
|
65
|
-
"copy-paste.on-paste.validation.primitive-type-incompatible.description":
|
|
66
|
-
// 'Value of type "{{type}}" is not allowed in this field'
|
|
46
|
+
"copy-paste.on-paste.validation.primitive-type-incompatible.description": 'Waarde van type "{{type}}" is niet toegestaan in dit veld',
|
|
67
47
|
/** --- On paste --- */
|
|
68
48
|
/** The validation message that is shown when pasting a value into a read-only target */
|
|
69
|
-
"copy-paste.on-paste.validation.read-only-target.description":
|
|
70
|
-
// 'The target is read-only'
|
|
49
|
+
"copy-paste.on-paste.validation.read-only-target.description": "Het doel is alleen-lezen",
|
|
71
50
|
/** The validation message that is shown when reference is incompatible with filter */
|
|
72
|
-
"copy-paste.on-paste.validation.reference-filter-incompatible.description":
|
|
73
|
-
// 'Reference is not allowed in reference field according to filter'
|
|
51
|
+
"copy-paste.on-paste.validation.reference-filter-incompatible.description": "Referentie is niet toegestaan in referentieveld volgens filter",
|
|
74
52
|
/** The validation message that is shown when reference types are incompatible */
|
|
75
|
-
"copy-paste.on-paste.validation.reference-type-incompatible.description":
|
|
76
|
-
// 'References of type "{{sourceReferenceType}}" is not allowed in reference field that accepts types "{{targetReferenceTypes}}"'
|
|
53
|
+
"copy-paste.on-paste.validation.reference-type-incompatible.description": 'Referenties van type "{{sourceReferenceType}}" zijn niet toegestaan in referentieveld dat types "{{targetReferenceTypes}}" accepteert',
|
|
77
54
|
/** The validation message that is shown when the source and target schema types are incompatible */
|
|
78
|
-
"copy-paste.on-paste.validation.schema-type-incompatible.description":
|
|
79
|
-
// 'Source and target schema types are not compatible'
|
|
55
|
+
"copy-paste.on-paste.validation.schema-type-incompatible.description": "Bron- en doelschema types zijn niet compatibel",
|
|
80
56
|
/** The validation message that is shown when schema types are incompatible */
|
|
81
|
-
"copy-paste.on-paste.validation.schema-type-incompatible.title":
|
|
82
|
-
// 'Could not resolve schema type for path: {{path}}'
|
|
57
|
+
"copy-paste.on-paste.validation.schema-type-incompatible.title": "Kon schema type voor pad niet oplossen: {{path}}",
|
|
83
58
|
/** The validation message that is shown when string values are incompatible */
|
|
84
|
-
"copy-paste.on-paste.validation.string-value-incompatible.description":
|
|
85
|
-
// 'Value "{{value}}" is not allowed in "{{allowedStrings}}"'
|
|
59
|
+
"copy-paste.on-paste.validation.string-value-incompatible.description": 'Waarde "{{value}}" is niet toegestaan in "{{allowedStrings}}"'
|
|
86
60
|
});
|
|
87
61
|
|
|
88
62
|
exports.default = copyPaste;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"copy-paste.cjs","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':
|
|
1
|
+
{"version":3,"file":"copy-paste.cjs","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":["removeUndefinedLocaleResources"],"mappings":";;;;AAEA,gBAAeA,qCAA+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;;;;"}
|
|
@@ -301,8 +301,7 @@ var structure = sanity.removeUndefinedLocaleResources({
|
|
|
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
303
|
/** The text when a duplicate operation succeeded */
|
|
304
|
-
"panes.document-operation-results.operation-success_duplicate":
|
|
305
|
-
// 'The document was successfully duplicated'
|
|
304
|
+
"panes.document-operation-results.operation-success_duplicate": "Het document is succesvol gedupliceerd",
|
|
306
305
|
/** The text when a publish operation succeeded */
|
|
307
306
|
"panes.document-operation-results.operation-success_publish": "Het document is gepubliceerd",
|
|
308
307
|
/** 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 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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"}
|
|
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':\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":["removeUndefinedLocaleResources"],"mappings":"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"}
|
|
@@ -279,8 +279,7 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
279
279
|
"common.loading": "Laden",
|
|
280
280
|
/** --- Configuration issues --- */
|
|
281
281
|
/** Default label text on configuration issues button */
|
|
282
|
-
"configuration-issues.button.label":
|
|
283
|
-
// 'Configuration issues'
|
|
282
|
+
"configuration-issues.button.label": "Configuratieproblemen",
|
|
284
283
|
/** Tooltip displayed on configuration issues button */
|
|
285
284
|
"configuration-issues.button.tooltip": "Configuratieproblemen gevonden",
|
|
286
285
|
/** The fallback title for an ordering menu item if no localized titles are provided. */
|
|
@@ -346,17 +345,13 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
346
345
|
/** Error text shown when form is unable to find an array item at a given keyed path */
|
|
347
346
|
"form.error.no-array-item-at-key": 'Geen array-item met `_key` <code>"{{key}}"</code> gevonden op pad <code>{{path}}</code>',
|
|
348
347
|
/** The title above the error call stack output related to the crash */
|
|
349
|
-
"form.error.unhandled-runtime-error.call-stack.title":
|
|
350
|
-
// 'Call Stack:'
|
|
348
|
+
"form.error.unhandled-runtime-error.call-stack.title": "Call Stack:",
|
|
351
349
|
/** The title above the error component stack provided by React's underlying ErrorBoundary component */
|
|
352
|
-
"form.error.unhandled-runtime-error.component-stack.title":
|
|
353
|
-
// 'Component Stack:'
|
|
350
|
+
"form.error.unhandled-runtime-error.component-stack.title": "Component Stack:",
|
|
354
351
|
/** The error message for the unhandled error that crashed the Input component during render */
|
|
355
|
-
"form.error.unhandled-runtime-error.error-message":
|
|
356
|
-
// 'Error: {{message}}'
|
|
352
|
+
"form.error.unhandled-runtime-error.error-message": "Fout: {{message}}",
|
|
357
353
|
/** The title for the error card rendered inside a field in place of a crashing input */
|
|
358
|
-
"form.error.unhandled-runtime-error.title":
|
|
359
|
-
// 'Unhandled Runtime Error'
|
|
354
|
+
"form.error.unhandled-runtime-error.title": "Onafgehandelde Runtime Fout",
|
|
360
355
|
/** Form field deprecated label */
|
|
361
356
|
"form.field.deprecated-label": "verouderd",
|
|
362
357
|
/** Fallback title shown above field if it has no defined title */
|
|
@@ -449,20 +444,15 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
449
444
|
/** Error label for unexpected errors in the Array Input */
|
|
450
445
|
"inputs.array.error.unexpected-error": "Onverwachte fout: {{error}}",
|
|
451
446
|
/** Label for the array insert menu all items filter */
|
|
452
|
-
"inputs.array.insert-menu.filter.all-items":
|
|
453
|
-
// 'All'
|
|
447
|
+
"inputs.array.insert-menu.filter.all-items": "Alles",
|
|
454
448
|
/** Label for when the array insert menu search shows no items */
|
|
455
|
-
"inputs.array.insert-menu.search.no-results":
|
|
456
|
-
// 'No items found'
|
|
449
|
+
"inputs.array.insert-menu.search.no-results": "Geen items gevonden",
|
|
457
450
|
/** Placeholder for the array insert menu search field */
|
|
458
|
-
"inputs.array.insert-menu.search.placeholder":
|
|
459
|
-
// 'Search'
|
|
451
|
+
"inputs.array.insert-menu.search.placeholder": "Zoeken",
|
|
460
452
|
/** Tooltip for the array insert menu grid view toggle */
|
|
461
|
-
"inputs.array.insert-menu.toggle-grid-view.tooltip":
|
|
462
|
-
// 'Toggle grid view'
|
|
453
|
+
"inputs.array.insert-menu.toggle-grid-view.tooltip": "Rasterweergave wisselen",
|
|
463
454
|
/** Tooltip for the array insert menu list view toggle */
|
|
464
|
-
"inputs.array.insert-menu.toggle-list-view.tooltip":
|
|
465
|
-
// 'Toggle list view'
|
|
455
|
+
"inputs.array.insert-menu.toggle-list-view.tooltip": "Lijstweergave wisselen",
|
|
466
456
|
/** Label for when the array input doesn't have any items */
|
|
467
457
|
"inputs.array.no-items-label": "Geen items",
|
|
468
458
|
/** Label for read only array fields */
|
|
@@ -470,8 +460,7 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
470
460
|
/** Label for when the array input is resolving the initial value for the item */
|
|
471
461
|
"inputs.array.resolving-initial-value": "Initi\xEBle waarde oplossen\u2026",
|
|
472
462
|
/** Tooltip content when boolean input is disabled */
|
|
473
|
-
"inputs.boolean.disabled":
|
|
474
|
-
// 'Disabled'
|
|
463
|
+
"inputs.boolean.disabled": "Uitgeschakeld",
|
|
475
464
|
/** Placeholder value for datetime input */
|
|
476
465
|
"inputs.datetime.placeholder": "bijv. {{example}}",
|
|
477
466
|
/** Acessibility label for button to open file options menu */
|
|
@@ -597,8 +586,7 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
597
586
|
/** Invalid property value */
|
|
598
587
|
"inputs.invalid-value.title": "Ongeldige eigenschapswaarde",
|
|
599
588
|
/** Title for the "All fields" field group */
|
|
600
|
-
"inputs.object.field-group-tabs.all-fields-title":
|
|
601
|
-
// 'All fields'
|
|
589
|
+
"inputs.object.field-group-tabs.all-fields-title": "Alle velden",
|
|
602
590
|
/** Aria label for the "Field groups" select control on smaller screens */
|
|
603
591
|
"inputs.object.field-group-tabs.aria-label": "Veldgroepen",
|
|
604
592
|
/** Read-only field description */
|
|
@@ -915,18 +903,15 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
915
903
|
/** The explanation when unable to delete a particular document */
|
|
916
904
|
"insufficient-permissions-message.not-authorized-explanation_delete-document": "U heeft geen toestemming om dit document te verwijderen.",
|
|
917
905
|
/** The explanation when unable to delete a schedule on scheduled publishing */
|
|
918
|
-
"insufficient-permissions-message.not-authorized-explanation_delete-schedules":
|
|
919
|
-
// 'You do not have permission to delete schedules.'
|
|
906
|
+
"insufficient-permissions-message.not-authorized-explanation_delete-schedules": "U hebt geen toestemming om schema's te verwijderen.",
|
|
920
907
|
/** The explanation when unable to discard changes in a particular document */
|
|
921
908
|
"insufficient-permissions-message.not-authorized-explanation_discard-changes": "U heeft geen toestemming om wijzigingen in dit document te verwerpen.",
|
|
922
909
|
/** The explanation when unable to duplicate a particular document */
|
|
923
910
|
"insufficient-permissions-message.not-authorized-explanation_duplicate-document": "U heeft geen toestemming om dit document te dupliceren.",
|
|
924
911
|
/** The explanation when unable to edit a schedule on scheduled publishing */
|
|
925
|
-
"insufficient-permissions-message.not-authorized-explanation_edit-schedules":
|
|
926
|
-
// 'You do not have permission to edit schedules.'
|
|
912
|
+
"insufficient-permissions-message.not-authorized-explanation_edit-schedules": "U hebt geen toestemming om schema's te bewerken.",
|
|
927
913
|
/** The explanation when unable to execute a schedule on scheduled publishing */
|
|
928
|
-
"insufficient-permissions-message.not-authorized-explanation_execute-schedules":
|
|
929
|
-
// 'You do not have permission to execute schedules.'
|
|
914
|
+
"insufficient-permissions-message.not-authorized-explanation_execute-schedules": "U hebt geen toestemming om schema's uit te voeren.",
|
|
930
915
|
/** The explanation when unable to publish a particular document */
|
|
931
916
|
"insufficient-permissions-message.not-authorized-explanation_publish-document": "U heeft geen toestemming om dit document te publiceren.",
|
|
932
917
|
/** The explanation when unable to unpublish a particular document */
|
|
@@ -964,11 +949,9 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
964
949
|
/** Title for "Create new document" dialog */
|
|
965
950
|
"new-document.title": "Nieuw document maken",
|
|
966
951
|
/** 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":
|
|
968
|
-
// 'Push to reload'
|
|
952
|
+
"package-version.new-package-available.reload-button": "Druk om te herladen",
|
|
969
953
|
/** Title of the alert for studio users when packages in their studio are out-of-date */
|
|
970
|
-
"package-version.new-package-available.title":
|
|
971
|
-
// 'Sanity Studio is ready to update!'
|
|
954
|
+
"package-version.new-package-available.title": "Sanity Studio is klaar om te updaten!",
|
|
972
955
|
/** Label for action to manage members of the current studio project */
|
|
973
956
|
"presence.action.manage-members": "Leden beheren",
|
|
974
957
|
/** Accessibility label for presence menu button */
|
|
@@ -1362,17 +1345,13 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
1362
1345
|
/** Accessibility label for the search results section, shown when the user has typed valid terms */
|
|
1363
1346
|
"search.search-results-aria-label": "Zoekresultaten",
|
|
1364
1347
|
/** Label for the edit columns button to change field visibility in sheet list */
|
|
1365
|
-
"sheet-list.edit-columns":
|
|
1366
|
-
// 'Edit columns'
|
|
1348
|
+
"sheet-list.edit-columns": "Kolommen bewerken",
|
|
1367
1349
|
/** Label for the header menu option to hide a field from the sheet list */
|
|
1368
|
-
"sheet-list.hide-field":
|
|
1369
|
-
// 'Remove from table'
|
|
1350
|
+
"sheet-list.hide-field": "Verwijderen uit tabel",
|
|
1370
1351
|
/** Label for reset column visibilities button */
|
|
1371
|
-
"sheet-list.reset-columns":
|
|
1372
|
-
// 'Reset columns'
|
|
1352
|
+
"sheet-list.reset-columns": "Kolommen resetten",
|
|
1373
1353
|
/** Title for the edit columns menu */
|
|
1374
|
-
"sheet-list.select-fields":
|
|
1375
|
-
// 'Select up to 5 field types'
|
|
1354
|
+
"sheet-list.select-fields": "Selecteer tot 5 veldtypes",
|
|
1376
1355
|
/** Accessibility label for the navbar status button */
|
|
1377
1356
|
"status-button.aria-label": "Configuratiestatus",
|
|
1378
1357
|
/** Description for error when the timeline for the given document can't be loaded */
|
|
@@ -1388,8 +1367,7 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
1388
1367
|
/** Label for when the timeline item is the latest in the history */
|
|
1389
1368
|
"timeline.latest": "Laatste",
|
|
1390
1369
|
/** Label for latest revision for timeline menu dropdown */
|
|
1391
|
-
"timeline.latest-revision":
|
|
1392
|
-
// 'Latest revision'
|
|
1370
|
+
"timeline.latest-revision": "Laatste revisie",
|
|
1393
1371
|
/**
|
|
1394
1372
|
* Label for latest revision for timeline menu dropdown
|
|
1395
1373
|
* @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_
|
|
@@ -1441,32 +1419,23 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
1441
1419
|
/** Aria label for the action buttons in the PTE toolbar */
|
|
1442
1420
|
"toolbar.portable-text.action-button-aria-label": "{{action}}",
|
|
1443
1421
|
/** Accessibility label for the breadcrumb menu */
|
|
1444
|
-
"tree-editing-dialog.breadcrumbs.menu":
|
|
1445
|
-
// 'Breadcrumb menu'
|
|
1422
|
+
"tree-editing-dialog.breadcrumbs.menu": "Broodkruimelmenu",
|
|
1446
1423
|
/** Title placeholder for search input in array of objects */
|
|
1447
|
-
"tree-editing-dialog.search-placeholder":
|
|
1448
|
-
// 'Search'
|
|
1424
|
+
"tree-editing-dialog.search-placeholder": "Zoeken",
|
|
1449
1425
|
/** Menu aria label for the search menu */
|
|
1450
|
-
"tree-editing-dialog.search.menu-label":
|
|
1451
|
-
// 'Search menu'
|
|
1426
|
+
"tree-editing-dialog.search.menu-label": "Zoekmenu",
|
|
1452
1427
|
/** Title label for when no search results are found on the tree of objects */
|
|
1453
|
-
"tree-editing-dialog.search.no-results-title":
|
|
1454
|
-
// 'No results found'
|
|
1428
|
+
"tree-editing-dialog.search.no-results-title": "Geen resultaten gevonden",
|
|
1455
1429
|
/** Label to close the sidebar */
|
|
1456
|
-
"tree-editing-dialog.sidebar.action.close":
|
|
1457
|
-
// 'Close sidebar'
|
|
1430
|
+
"tree-editing-dialog.sidebar.action.close": "Zijbalk sluiten",
|
|
1458
1431
|
/** Collapse label the menu item in the sidebar */
|
|
1459
|
-
"tree-editing-dialog.sidebar.action.collapse":
|
|
1460
|
-
// 'Collapse'
|
|
1432
|
+
"tree-editing-dialog.sidebar.action.collapse": "Inklappen",
|
|
1461
1433
|
/** Label to close the dialog */
|
|
1462
|
-
"tree-editing-dialog.sidebar.action.done":
|
|
1463
|
-
// 'Done'
|
|
1434
|
+
"tree-editing-dialog.sidebar.action.done": "Klaar",
|
|
1464
1435
|
/** Exapnd label the menu item in the sidebar */
|
|
1465
|
-
"tree-editing-dialog.sidebar.action.expand":
|
|
1466
|
-
// 'Expand'
|
|
1436
|
+
"tree-editing-dialog.sidebar.action.expand": "Uitklappen",
|
|
1467
1437
|
/** Label to open the sidebar */
|
|
1468
|
-
"tree-editing-dialog.sidebar.action.open":
|
|
1469
|
-
// 'Open sidebar'
|
|
1438
|
+
"tree-editing-dialog.sidebar.action.open": "Zijbalk openen",
|
|
1470
1439
|
/** Label for button showing the free trial days left */
|
|
1471
1440
|
"user-menu.action.free-trial_one": "{{count}} dag over in proefperiode",
|
|
1472
1441
|
"user-menu.action.free-trial_other": "{{count}} dagen over in proefperiode",
|