@sanity/locale-nl-nl 1.1.33 → 1.1.34

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.
@@ -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
- /** Info messages for the Media Library Asset Source */
186
- "asset-sources.media-library.select-dialog.title_file": "Bestand selecteren voor {{targetTitle}}",
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",
@@ -434,6 +428,10 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
434
428
  "document-status.revision-from": "Revisie van <em>{{date}}</em>",
435
429
  /** Label to show in the document footer indicating that the revision was not found */
436
430
  "document-status.revision-not-found": "Revisie niet gevonden",
431
+ /** Toast description shown when saving changes is taking longer than expected */
432
+ "document-store.slow-commit.description": "Uw wijzigingen worden nog opgeslagen.",
433
+ /** Toast title shown when saving changes is taking longer than expected */
434
+ "document-store.slow-commit.title": "Opslaan duurt langer dan verwacht",
437
435
  /** Label to indicate that a document type was not found */
438
436
  "document.type.not-found": 'Documenttype "{{type}}" niet gevonden',
439
437
  /** Error message shown when an action cannot be performed */
@@ -621,10 +619,6 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
621
619
  "inputs.datetime.placeholder": "bijv. {{example}}",
622
620
  /** Acessibility label for button to open file options menu */
623
621
  "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
622
  /** Unknown member kind: `{{kind}}` */
629
623
  "inputs.file.error.unknown-member-kind": "Onbekend lidtype: {{kind}}",
630
624
  /** The value of this field is not a valid file. Resetting this field will let you choose a new file. */
@@ -633,8 +627,6 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
633
627
  "inputs.file.invalid-file-warning.reset-button.text": "Waarde resetten",
634
628
  /** Invalid file value */
635
629
  "inputs.file.invalid-file-warning.title": "Ongeldige bestandswaarde",
636
- /** Select */
637
- "inputs.file.multi-browse-button.text": "Selecteren",
638
630
  /** The upload could not be completed at this time. */
639
631
  "inputs.file.upload-failed.description": "De upload kon op dit moment niet worden voltooid.",
640
632
  /** Upload failed */
@@ -694,14 +686,14 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
694
686
  "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
687
  /** Incomplete upload */
696
688
  "inputs.files.common.stale-upload-warning.title": "Onvolledige upload",
689
+ /** Select file */
690
+ "inputs.files.select-dialog.title": 'Selecteer bestand voor "{{targetTitle}}"',
697
691
  /** Tooltip text for action to crop image */
698
692
  "inputs.image.actions-menu.crop-image-tooltip": "Afbeelding bijsnijden",
699
693
  /** Accessibility label for button to open image edit dialog */
700
694
  "inputs.image.actions-menu.edit-details.aria-label": "Dialoogvenster voor het bewerken van afbeeldingen openen",
701
695
  /** Accessibility label for button to open image options menu */
702
696
  "inputs.image.actions-menu.options.aria-label": "Menu met afbeeldingsopties openen",
703
- /** Select */
704
- "inputs.image.browse-menu.text": "Selecteren",
705
697
  /** Cannot upload this file here */
706
698
  "inputs.image.drag-overlay.cannot-upload-here": "Kan dit bestand hier niet uploaden",
707
699
  /** Drop image to upload */
@@ -722,6 +714,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
722
714
  "inputs.image.invalid-image-warning.title": "Ongeldige afbeeldingswaarde",
723
715
  /** Preview of uploaded image */
724
716
  "inputs.image.preview-uploaded-image": "Voorbeeld van ge\xFCploade afbeelding",
717
+ /** Select image */
718
+ "inputs.image.select-dialog.title": 'Selecteer afbeelding voor "{{targetTitle}}"',
725
719
  /** The upload could not be completed at this time. */
726
720
  "inputs.image.upload-error.description": "De upload kon op dit moment niet worden voltooid.",
727
721
  /** Upload failed */
@@ -1076,6 +1070,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1076
1070
  "inputs.untyped-value.title": "Eigenschapwaarde mist <code>_type</code>",
1077
1071
  /** Unset value */
1078
1072
  "inputs.untyped-value.unset-item-button.text": "Waarde ongedaan maken",
1073
+ /** Select video */
1074
+ "inputs.video.select-dialog.title": 'Selecteer video voor "{{targetTitle}}"',
1079
1075
  /** The fallback explanation if no context is provided */
1080
1076
  "insufficient-permissions-message.not-authorized-explanation": "U heeft geen toestemming om toegang te krijgen tot deze functie.",
1081
1077
  /** The explanation when unable to create any document at all */
@@ -1926,6 +1922,10 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1926
1922
  "user-menu.login-provider": "Ingelogd met {{providerTitle}}",
1927
1923
  /** Label for open menu button for user menu */
1928
1924
  "user-menu.open-menu": "Menu openen",
1925
+ /** Label for other users' agent bundle versions */
1926
+ "version.agent-bundle.agent-changes": "Agentwijzigingen",
1927
+ /** Label for the current user's agent bundle versions */
1928
+ "version.agent-bundle.proposed-changes": "Voorgestelde wijzigingen",
1929
1929
  /**
1930
1930
  * Label for action to add a workspace (currently a developer-oriented action, as this will
1931
1931
  * lead to the documentation on workspace configuration)