@sanity/locale-nl-nl 1.1.33 → 1.1.35
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/studio.cjs +36 -18
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-es/studio.js +36 -18
- package/dist/_chunks-es/studio.js.map +1 -1
- package/package.json +1 -1
- package/src/studio.ts +40 -19
|
@@ -73,6 +73,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
73
73
|
"asset-source.asset-usage-dialog.header_image": "Documenten die afbeelding gebruiken",
|
|
74
74
|
/** Text shown in usage dialog when loading documents using the selected asset */
|
|
75
75
|
"asset-source.asset-usage-dialog.loading": "Laden\u2026",
|
|
76
|
+
/** Browse button text */
|
|
77
|
+
"asset-source.browse-button.text": "Selecteren",
|
|
76
78
|
/** Text for cancel action in delete-asset dialog */
|
|
77
79
|
"asset-source.delete-dialog.action.cancel": "Annuleren",
|
|
78
80
|
/** Text for "confirm delete" action in delete-asset dialog */
|
|
@@ -108,12 +110,6 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
108
110
|
/** Select asset dialog select-button */
|
|
109
111
|
"asset-source.dialog.button.select": "Selecteren",
|
|
110
112
|
/** Keys shared between both image asset source and file asset source */
|
|
111
|
-
/** Select asset dialog title for files */
|
|
112
|
-
"asset-source.dialog.default-title_file": "Selecteer bestand",
|
|
113
|
-
/** Select asset dialog title for images */
|
|
114
|
-
"asset-source.dialog.default-title_image": "Selecteer afbeelding",
|
|
115
|
-
/** Select asset dialog title for videos */
|
|
116
|
-
"asset-source.dialog.default-title_video": "Selecteer video",
|
|
117
113
|
/** Insert asset error */
|
|
118
114
|
"asset-source.dialog.insert-asset-error": "Fout bij het invoegen van asset. Zie de console voor meer informatie.",
|
|
119
115
|
/** Select asset dialog load more items */
|
|
@@ -182,10 +178,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
182
178
|
"asset-sources.media-library.open-in-source-dialog.button.select-new-asset-fallback": "Selecteer een nieuw asset",
|
|
183
179
|
/** Title for the open in source dialog */
|
|
184
180
|
"asset-sources.media-library.open-in-source-dialog.title": "Bewerk asset",
|
|
185
|
-
/**
|
|
186
|
-
"asset-sources.media-library.
|
|
187
|
-
"asset-sources.media-library.select-dialog.title_image": "Afbeelding selecteren voor {{targetTitle}}",
|
|
188
|
-
"asset-sources.media-library.select-dialog.title_video": "Video selecteren voor {{targetTitle}}",
|
|
181
|
+
/** Title for the upload dialog (component mode) */
|
|
182
|
+
"asset-sources.media-library.upload-dialog.title": "Uploaden naar Media Library",
|
|
189
183
|
/** Warning message shown when uploading already existing files to the Media Library Asset Source */
|
|
190
184
|
"asset-sources.media-library.warning.file-already-exist.description": "Het bestaande bestand dat in de bibliotheek is gevonden wordt gebruikt.",
|
|
191
185
|
"asset-sources.media-library.warning.file-already-exist.title": "Bestand: '{{filename}}' bestaat al",
|
|
@@ -418,6 +412,24 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
418
412
|
"default-orderings.name": "Sorteren op naam",
|
|
419
413
|
/** Title for the default ordering/SortOrder if no orderings are provided and the title field is found */
|
|
420
414
|
"default-orderings.title": "Sorteren op titel",
|
|
415
|
+
/** Label for action that closes divergence inspector */
|
|
416
|
+
"divergence.action.close.label": "Sluiten",
|
|
417
|
+
/** Label for action that marks divergence as resolved */
|
|
418
|
+
"divergence.action.markResolved.label": "Negeren",
|
|
419
|
+
/** Label for action that moves inspector to the next divergence in the document */
|
|
420
|
+
"divergence.action.next.label": "Volgende",
|
|
421
|
+
/** Label for action that moves inspector to the previous divergence in the document */
|
|
422
|
+
"divergence.action.previous.label": "Vorige",
|
|
423
|
+
/** Label for action that replaces the node's value in the current version with its latest value in the upstream version */
|
|
424
|
+
"divergence.action.takeFromUpstream.label": "Kopi\xEBren van basis",
|
|
425
|
+
/** Verb to describe the node's value changed */
|
|
426
|
+
"divergence.effect.changed": "gewijzigd",
|
|
427
|
+
/** Summary of the change that occurred */
|
|
428
|
+
"divergence.effect.summary": "{{title}} {{effect}} in {{versionName}} versie",
|
|
429
|
+
/** Label for divergence in a single node */
|
|
430
|
+
"divergence.unresolved-divergence_one": "Onopgeloste wijziging in {{versionName}} versie",
|
|
431
|
+
/** Label for divergences in multiple nodes */
|
|
432
|
+
"divergence.unresolved-divergence_other": "{{count}} onopgeloste wijzigingen in {{versionName}} versie",
|
|
421
433
|
/** Label to show in the document footer indicating the creation date of the document */
|
|
422
434
|
"document-status.created": "Gemaakt op {{date}}",
|
|
423
435
|
/** Label to show in the document status indicating the date of the status */
|
|
@@ -434,6 +446,10 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
434
446
|
"document-status.revision-from": "Revisie van <em>{{date}}</em>",
|
|
435
447
|
/** Label to show in the document footer indicating that the revision was not found */
|
|
436
448
|
"document-status.revision-not-found": "Revisie niet gevonden",
|
|
449
|
+
/** Toast description shown when saving changes is taking longer than expected */
|
|
450
|
+
"document-store.slow-commit.description": "Uw wijzigingen worden nog opgeslagen.",
|
|
451
|
+
/** Toast title shown when saving changes is taking longer than expected */
|
|
452
|
+
"document-store.slow-commit.title": "Opslaan duurt langer dan verwacht",
|
|
437
453
|
/** Label to indicate that a document type was not found */
|
|
438
454
|
"document.type.not-found": 'Documenttype "{{type}}" niet gevonden',
|
|
439
455
|
/** Error message shown when an action cannot be performed */
|
|
@@ -621,10 +637,6 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
621
637
|
"inputs.datetime.placeholder": "bijv. {{example}}",
|
|
622
638
|
/** Acessibility label for button to open file options menu */
|
|
623
639
|
"inputs.file.actions-menu.file-options.aria-label": "Bestandsopties menu openen",
|
|
624
|
-
/** Browse */
|
|
625
|
-
"inputs.file.browse-button.text": "Bladeren",
|
|
626
|
-
/** Select file */
|
|
627
|
-
"inputs.file.dialog.title": "Selecteer bestand",
|
|
628
640
|
/** Unknown member kind: `{{kind}}` */
|
|
629
641
|
"inputs.file.error.unknown-member-kind": "Onbekend lidtype: {{kind}}",
|
|
630
642
|
/** The value of this field is not a valid file. Resetting this field will let you choose a new file. */
|
|
@@ -633,8 +645,6 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
633
645
|
"inputs.file.invalid-file-warning.reset-button.text": "Waarde resetten",
|
|
634
646
|
/** Invalid file value */
|
|
635
647
|
"inputs.file.invalid-file-warning.title": "Ongeldige bestandswaarde",
|
|
636
|
-
/** Select */
|
|
637
|
-
"inputs.file.multi-browse-button.text": "Selecteren",
|
|
638
648
|
/** The upload could not be completed at this time. */
|
|
639
649
|
"inputs.file.upload-failed.description": "De upload kon op dit moment niet worden voltooid.",
|
|
640
650
|
/** Upload failed */
|
|
@@ -694,14 +704,14 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
694
704
|
"inputs.files.common.stale-upload-warning.description": "Een upload heeft ten minste {{staleThresholdMinutes}} minuten geen voortgang gemaakt en is waarschijnlijk onderbroken. U kunt de onvolledige upload veilig wissen en opnieuw proberen te uploaden.",
|
|
695
705
|
/** Incomplete upload */
|
|
696
706
|
"inputs.files.common.stale-upload-warning.title": "Onvolledige upload",
|
|
707
|
+
/** Select file */
|
|
708
|
+
"inputs.files.select-dialog.title": 'Selecteer bestand voor "{{targetTitle}}"',
|
|
697
709
|
/** Tooltip text for action to crop image */
|
|
698
710
|
"inputs.image.actions-menu.crop-image-tooltip": "Afbeelding bijsnijden",
|
|
699
711
|
/** Accessibility label for button to open image edit dialog */
|
|
700
712
|
"inputs.image.actions-menu.edit-details.aria-label": "Dialoogvenster voor het bewerken van afbeeldingen openen",
|
|
701
713
|
/** Accessibility label for button to open image options menu */
|
|
702
714
|
"inputs.image.actions-menu.options.aria-label": "Menu met afbeeldingsopties openen",
|
|
703
|
-
/** Select */
|
|
704
|
-
"inputs.image.browse-menu.text": "Selecteren",
|
|
705
715
|
/** Cannot upload this file here */
|
|
706
716
|
"inputs.image.drag-overlay.cannot-upload-here": "Kan dit bestand hier niet uploaden",
|
|
707
717
|
/** Drop image to upload */
|
|
@@ -722,6 +732,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
722
732
|
"inputs.image.invalid-image-warning.title": "Ongeldige afbeeldingswaarde",
|
|
723
733
|
/** Preview of uploaded image */
|
|
724
734
|
"inputs.image.preview-uploaded-image": "Voorbeeld van ge\xFCploade afbeelding",
|
|
735
|
+
/** Select image */
|
|
736
|
+
"inputs.image.select-dialog.title": 'Selecteer afbeelding voor "{{targetTitle}}"',
|
|
725
737
|
/** The upload could not be completed at this time. */
|
|
726
738
|
"inputs.image.upload-error.description": "De upload kon op dit moment niet worden voltooid.",
|
|
727
739
|
/** Upload failed */
|
|
@@ -1076,6 +1088,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1076
1088
|
"inputs.untyped-value.title": "Eigenschapwaarde mist <code>_type</code>",
|
|
1077
1089
|
/** Unset value */
|
|
1078
1090
|
"inputs.untyped-value.unset-item-button.text": "Waarde ongedaan maken",
|
|
1091
|
+
/** Select video */
|
|
1092
|
+
"inputs.video.select-dialog.title": 'Selecteer video voor "{{targetTitle}}"',
|
|
1079
1093
|
/** The fallback explanation if no context is provided */
|
|
1080
1094
|
"insufficient-permissions-message.not-authorized-explanation": "U heeft geen toestemming om toegang te krijgen tot deze functie.",
|
|
1081
1095
|
/** The explanation when unable to create any document at all */
|
|
@@ -1926,6 +1940,10 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
|
|
|
1926
1940
|
"user-menu.login-provider": "Ingelogd met {{providerTitle}}",
|
|
1927
1941
|
/** Label for open menu button for user menu */
|
|
1928
1942
|
"user-menu.open-menu": "Menu openen",
|
|
1943
|
+
/** Label for other users' agent bundle versions */
|
|
1944
|
+
"version.agent-bundle.agent-changes": "Agentwijzigingen",
|
|
1945
|
+
/** Label for the current user's agent bundle versions */
|
|
1946
|
+
"version.agent-bundle.proposed-changes": "Voorgestelde wijzigingen",
|
|
1929
1947
|
/**
|
|
1930
1948
|
* Label for action to add a workspace (currently a developer-oriented action, as this will
|
|
1931
1949
|
* lead to the documentation on workspace configuration)
|