@sanity/locale-nl-nl 1.1.21 → 1.1.23

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.
@@ -1,5 +1,29 @@
1
1
  "use strict";
2
2
  var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
3
+ /** "Disabled" status for auto-updates in About-dialog */
4
+ "about-dialog.version-info.auto-updates.disabled": "Uitgeschakeld",
5
+ /** "Enabled" status for auto-updates in About-dialog */
6
+ "about-dialog.version-info.auto-updates.enabled": "Ingeschakeld",
7
+ /** "Auto Updates" status header in About-dialog */
8
+ "about-dialog.version-info.auto-updates.header": "Automatische Updates",
9
+ /** "How to enable" next to Disabled state for Auto updates in about dialog */
10
+ "about-dialog.version-info.auto-updates.how-to-enable": "Hoe in te schakelen",
11
+ /** Text displayed on the "Copy to clipboard"-button after clicked */
12
+ "about-dialog.version-info.copy-to-clipboard-button.copied-text": "Gekopieerd naar klembord. Gelukkig plakken!",
13
+ /** "Copy to Clipboard" button text for copying version details from About-dialog */
14
+ "about-dialog.version-info.copy-to-clipboard-button.text": "Kopi\xEBren naar klembord",
15
+ /** "Current version" header in about dialog */
16
+ "about-dialog.version-info.current-version.header": "Huidige versie",
17
+ /** "How to upgrade" link text */
18
+ "about-dialog.version-info.how-to-upgrade": "Hoe te upgraden",
19
+ /** "Latest version" header in about dialog */
20
+ "about-dialog.version-info.latest-version.header": "Laatste versie",
21
+ /** "Latest version" header in about dialog */
22
+ "about-dialog.version-info.latest-version.text": "Laatste versie is {{latestVersion}}",
23
+ /** "Up to date" status in About-dialog */
24
+ "about-dialog.version-info.up-to-date": "Up-to-date",
25
+ /** "User agent" header in About-dialog */
26
+ "about-dialog.version-info.user-agent.header": "User agent",
3
27
  /** The text used in the tooltip shown in the dialog close button */
4
28
  "announcement.dialog.close": "Sluiten",
5
29
  /** Aria label to be used in the dialog close button */
@@ -50,11 +74,17 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
50
74
  "asset-source.delete-dialog.usage-list.warning-image-is-in-use_unnamed": "Deze afbeelding kan niet worden verwijderd omdat het in gebruik is. Om het te verwijderen, moet u eerst alle gebruik ervan verwijderen.",
51
75
  /** Text shown when the list of assets only include a specific set of types */
52
76
  "asset-source.dialog.accept-message": "Alleen assets van geaccepteerde typen worden getoond: <strong>{{acceptTypes}}</strong>",
77
+ /** Select asset dialog cancel-button */
78
+ "asset-source.dialog.button.cancel": "Annuleren",
79
+ /** Select asset dialog select-button */
80
+ "asset-source.dialog.button.select": "Selecteren",
53
81
  /** Keys shared between both image asset source and file asset source */
54
82
  /** Select asset dialog title for files */
55
83
  "asset-source.dialog.default-title_file": "Selecteer bestand",
56
84
  /** Select asset dialog title for images */
57
85
  "asset-source.dialog.default-title_image": "Selecteer afbeelding",
86
+ /** Insert asset error */
87
+ "asset-source.dialog.insert-asset-error": "Fout bij het invoegen van asset. Zie de console voor meer informatie.",
58
88
  /** Select asset dialog load more items */
59
89
  "asset-source.dialog.load-more": "Meer laden",
60
90
  /** Text shown when selecting a file but there's no files to select from */
@@ -80,6 +110,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
80
110
  "asset-source.image.asset-list.delete-successful": "Afbeelding is verwijderd",
81
111
  /** Text displayed on button or menu invoking the image asset source */
82
112
  "asset-source.image.title": "Ge\xFCploade afbeeldingen",
113
+ /** Built in asset source usage texts */
83
114
  "asset-source.usage-list.documents-using-file_named_one": "E\xE9n document gebruikt bestand <code>{{filename}}</code>",
84
115
  "asset-source.usage-list.documents-using-file_named_other": "{{count}} documenten gebruiken bestand <code>{{filename}}</code>",
85
116
  /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *named* file **/
@@ -96,6 +127,15 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
96
127
  "asset-source.usage-list.documents-using-image_unnamed_other": "{{count}} documenten gebruiken deze afbeelding",
97
128
  /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/
98
129
  "asset-source.usage-list.documents-using-image_unnamed_zero": "Geen documenten gebruiken deze afbeelding",
130
+ /** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */
131
+ "asset-sources.common.uploader.upload-failed.description": "Zie de console voor meer informatie.",
132
+ "asset-sources.common.uploader.upload-failed.title": "Upload mislukt",
133
+ /** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
134
+ "asset-sources.dataset.file.title": "Werkruimte bestanden",
135
+ "asset-sources.dataset.image.title": "Werkruimte afbeeldingen",
136
+ /** Menu Items for Media Library Asset Source */
137
+ "asset-sources.media-library.file.title": "Media Bibliotheek",
138
+ "asset-sources.media-library.image.title": "Media Bibliotheek",
99
139
  /** Label when a release has been deleted by a different user */
100
140
  "banners.deleted-bundle-banner.text": "De release '<strong>{{title}}</strong>' is verwijderd.",
101
141
  /** Action message for navigating to next month */
@@ -116,10 +156,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
116
156
  "calendar.action.go-to-yesterday": "Gisteren",
117
157
  /** Label for switch that controls whether or not to include time in given timestamp */
118
158
  "calendar.action.include-time-label": "Tijd opnemen",
119
- /** Action message for selecting the hour */
120
- "calendar.action.select-hour": "Selecteer uur",
121
- /** Action message for selecting the minute */
122
- "calendar.action.select-minute": "Selecteer minuut",
159
+ /** Action message for selecting the time */
160
+ "calendar.action.select-time": "Selecteer tijd",
123
161
  /** Action message for setting to the current time */
124
162
  "calendar.action.set-to-current-time": "Instellen op de huidige tijd",
125
163
  /** Label for selecting an hour preset. Receives a `time` param as a string on hh:mm format and a `date` param as a Date instance denoting the preset date */
@@ -331,6 +369,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
331
369
  "document-status.published": "Gepubliceerd {{date}}",
332
370
  /** Label to show in the document footer indicating the revision from date of the document */
333
371
  "document-status.revision-from": "Revisie van <em>{{date}}</em>",
372
+ /** Label to indicate that a document type was not found */
373
+ "document.type.not-found": 'Documenttype "{{type}}" niet gevonden',
334
374
  /** The value of the <code>_key</code> property must be a unique string. */
335
375
  "form.error.duplicate-keys-alert.details.additional-description": "De waarde van de <code>_key</code> eigenschap moet een unieke string zijn.",
336
376
  /** This usually happens when items are created using an API client, and the <code>_key</code> property of each elements has been generated non-uniquely. */
@@ -425,6 +465,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
425
465
  "help-resources.title": "Hulp en bronnen",
426
466
  /** Text for button to cancel an ongoing upload */
427
467
  "input.files.common.cancel-upload": "Annuleren",
468
+ /** Text for menuitem upload button default asset source */
469
+ "input.files.common.upload-placeholder.file-input-button.default-source.badge": "Standaard",
428
470
  /** Text for file input button in upload placeholder */
429
471
  "input.files.common.upload-placeholder.file-input-button.text": "Uploaden",
430
472
  /** Uploading <FileName/> */
@@ -555,6 +597,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
555
597
  "inputs.files.common.placeholder.drop-to-upload_image": "Laat vallen om afbeelding te uploaden",
556
598
  /** Read only */
557
599
  "inputs.files.common.placeholder.read-only": "Alleen-lezen",
600
+ /** Select asset source destination for files to upload */
601
+ "inputs.files.common.placeholder.select-asset-source-upload-destination": "Upload bestanden naar:",
558
602
  /** Can't upload files here */
559
603
  "inputs.files.common.placeholder.upload-not-supported": "Kan hier geen bestanden uploaden",
560
604
  /** Clear upload */
@@ -849,6 +893,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
849
893
  "inputs.reference.error.nonexistent-document.clear-button-label": "Wissen",
850
894
  /** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */
851
895
  "inputs.reference.error.search-failed-title": "Zoeken naar referentie mislukt",
896
+ /** Label for when the GDR points to an invalid type */
897
+ "inputs.reference.global.invalid-type": "Het gerefereerde document is van een ongeldig type ({{typeName}})",
852
898
  /** Alternative text for the image shown in cross-dataset reference input */
853
899
  "inputs.reference.image-preview-alt-text": "Afbeeldingsvoorbeeld van het gerefereerde document",
854
900
  /** Description for alert shown when a reference in a live-edit document is marked as being weak, the referenced document exists, AND the reference is supposed to be have been strengthened on publish */
@@ -1031,8 +1077,6 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1031
1077
  "release.action.discard-version": "Versie verwijderen",
1032
1078
  /** Description for toast when version discarding failed */
1033
1079
  "release.action.discard-version.failure": "Mislukt om versie te verwijderen",
1034
- /** Description for toast when version deletion is successfully discarded */
1035
- "release.action.discard-version.success": "Versie <strong>{{title}}</strong> is succesvol verwijderd",
1036
1080
  /** Action message for when a new release is created off an existing version, draft or published document */
1037
1081
  "release.action.new-release": "Nieuwe Release",
1038
1082
  /** Tooltip message for not having permissions for creating new releases */
@@ -1051,6 +1095,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1051
1095
  "release.chip.global.drafts": "Concepten",
1052
1096
  /** Label for Published chip in document header */
1053
1097
  "release.chip.published": "Gepubliceerd",
1098
+ /** Label for tooltip in chip when document is in an archived release */
1099
+ "release.chip.tooltip.archived": "Deze release is gearchiveerd en kan niet worden bewerkt.",
1054
1100
  /** Label for tooltip in chip with the created date */
1055
1101
  "release.chip.tooltip.created-date": "Gecre\xEBerd {{date}}",
1056
1102
  /** Label for tooltip in draft chip when it's a live edit document */
@@ -1073,6 +1119,8 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1073
1119
  "release.deleted-tooltip": "Deze release is verwijderd",
1074
1120
  /** Title for copying version to a new release dialog */
1075
1121
  "release.dialog.copy-to-release.title": "Versie kopi\xEBren naar nieuwe release",
1122
+ /** Title for action create a release */
1123
+ "release.dialog.create.confirm": "Release aanmaken",
1076
1124
  /** Title for creating releases dialog */
1077
1125
  "release.dialog.create.title": "Nieuwe release",
1078
1126
  /** Label for description in tooltip to explain release types */
@@ -1093,12 +1141,18 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1093
1141
  "release.navbar.tooltip": "Releases",
1094
1142
  /** The placeholder text when the release doesn't have a title */
1095
1143
  "release.placeholder-untitled-release": "Naamloze release",
1144
+ /** The toast description that will be shown when the user has a release perspective which is now archived */
1145
+ "release.toast.archived-release.description": "Deze release is losgemaakt",
1096
1146
  /** The toast title that will be shown when the user has a release perspective which is now archived */
1097
1147
  "release.toast.archived-release.title": "De '{{title}}' release is gearchiveerd",
1098
- /** The toast tiele that will be shown the creating a release fails */
1148
+ /** The toast title that will be shown the creating a release fails */
1099
1149
  "release.toast.create-release-error.title": "Aanmaken van release mislukt",
1100
1150
  /**The toast title that will be shown when the user has a release perspective which is now deleted */
1101
1151
  "release.toast.not-found-release.title": "De release '{{title}}' kon niet worden gevonden",
1152
+ /** The toast description that will be shown when the user has a release perspective which is now published */
1153
+ "release.toast.published-release.description": "Deze release is losgemaakt",
1154
+ /** The toast title that will be shown when the user has a release perspective which is now deleted */
1155
+ "release.toast.published-release.title": "De '{{title}}' release is gepubliceerd",
1102
1156
  /** Label for when a version of a document has already been added to the release */
1103
1157
  "release.tooltip.already-added": "Een versie van dit document is al toegevoegd",
1104
1158
  /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */