@sanity/locale-nl-nl 1.1.21 → 1.1.22

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,41 @@
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": void 0,
5
+ // 'Disabled'
6
+ /** "Enabled" status for auto-updates in About-dialog */
7
+ "about-dialog.version-info.auto-updates.enabled": void 0,
8
+ // 'Enabled'
9
+ /** "Auto Updates" status header in About-dialog */
10
+ "about-dialog.version-info.auto-updates.header": void 0,
11
+ // 'Auto Updates'
12
+ /** "How to enable" next to Disabled state for Auto updates in about dialog */
13
+ "about-dialog.version-info.auto-updates.how-to-enable": void 0,
14
+ // 'How to enable'
15
+ /** Text displayed on the "Copy to clipboard"-button after clicked */
16
+ "about-dialog.version-info.copy-to-clipboard-button.copied-text": void 0,
17
+ // 'Copied to Clipboard. Happy pasting!'
18
+ /** "Copy to Clipboard" button text for copying version details from About-dialog */
19
+ "about-dialog.version-info.copy-to-clipboard-button.text": void 0,
20
+ // 'Copy to Clipboard'
21
+ /** "Current version" header in about dialog */
22
+ "about-dialog.version-info.current-version.header": void 0,
23
+ // 'Current version'
24
+ /** "How to upgrade" link text */
25
+ "about-dialog.version-info.how-to-upgrade": void 0,
26
+ // 'How to upgrade'
27
+ /** "Latest version" header in about dialog */
28
+ "about-dialog.version-info.latest-version.header": void 0,
29
+ // 'Latest version'
30
+ /** "Latest version" header in about dialog */
31
+ "about-dialog.version-info.latest-version.text": void 0,
32
+ // 'Latest version is {{latestVersion}}'
33
+ /** "Up to date" status in About-dialog */
34
+ "about-dialog.version-info.up-to-date": void 0,
35
+ // 'Up to date'
36
+ /** "User agent" header in About-dialog */
37
+ "about-dialog.version-info.user-agent.header": void 0,
38
+ // 'User agent'
3
39
  /** The text used in the tooltip shown in the dialog close button */
4
40
  "announcement.dialog.close": "Sluiten",
5
41
  /** Aria label to be used in the dialog close button */
@@ -50,11 +86,20 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
50
86
  "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
87
  /** Text shown when the list of assets only include a specific set of types */
52
88
  "asset-source.dialog.accept-message": "Alleen assets van geaccepteerde typen worden getoond: <strong>{{acceptTypes}}</strong>",
89
+ /** Select asset dialog cancel-button */
90
+ "asset-source.dialog.button.cancel": void 0,
91
+ // 'Cancel'
92
+ /** Select asset dialog select-button */
93
+ "asset-source.dialog.button.select": void 0,
94
+ // 'Select'
53
95
  /** Keys shared between both image asset source and file asset source */
54
96
  /** Select asset dialog title for files */
55
97
  "asset-source.dialog.default-title_file": "Selecteer bestand",
56
98
  /** Select asset dialog title for images */
57
99
  "asset-source.dialog.default-title_image": "Selecteer afbeelding",
100
+ /** Insert asset error */
101
+ "asset-source.dialog.insert-asset-error": void 0,
102
+ // 'Error inserting asset. See the console for more information.'
58
103
  /** Select asset dialog load more items */
59
104
  "asset-source.dialog.load-more": "Meer laden",
60
105
  /** Text shown when selecting a file but there's no files to select from */
@@ -80,6 +125,7 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
80
125
  "asset-source.image.asset-list.delete-successful": "Afbeelding is verwijderd",
81
126
  /** Text displayed on button or menu invoking the image asset source */
82
127
  "asset-source.image.title": "Ge\xFCploade afbeeldingen",
128
+ /** Built in asset source usage texts */
83
129
  "asset-source.usage-list.documents-using-file_named_one": "E\xE9n document gebruikt bestand <code>{{filename}}</code>",
84
130
  "asset-source.usage-list.documents-using-file_named_other": "{{count}} documenten gebruiken bestand <code>{{filename}}</code>",
85
131
  /** Text shown in usage dialog for a file asset when there are zero, one or more documents using the *named* file **/
@@ -96,6 +142,21 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
96
142
  "asset-source.usage-list.documents-using-image_unnamed_other": "{{count}} documenten gebruiken deze afbeelding",
97
143
  /** Text shown in usage dialog for an image asset when there are zero, one or more documents using the *unnamed* image **/
98
144
  "asset-source.usage-list.documents-using-image_unnamed_zero": "Geen documenten gebruiken deze afbeelding",
145
+ /** Common (all) Asset Source texts. Note that all translation keys starting with 'asset-source.' is for the built in asset source. */
146
+ "asset-sources.common.uploader.upload-failed.description": void 0,
147
+ // 'See the console for more information.'
148
+ "asset-sources.common.uploader.upload-failed.title": void 0,
149
+ // 'Upload failed'
150
+ /** Menu Items for Dataset Asset Source (will be replaced with workspace name by default) */
151
+ "asset-sources.dataset.file.title": void 0,
152
+ // 'Workspace files'
153
+ "asset-sources.dataset.image.title": void 0,
154
+ // 'Workspace images'
155
+ /** Menu Items for Media Library Asset Source */
156
+ "asset-sources.media-library.file.title": void 0,
157
+ // 'Media Library'
158
+ "asset-sources.media-library.image.title": void 0,
159
+ // 'Media Library'
99
160
  /** Label when a release has been deleted by a different user */
100
161
  "banners.deleted-bundle-banner.text": "De release '<strong>{{title}}</strong>' is verwijderd.",
101
162
  /** Action message for navigating to next month */
@@ -116,10 +177,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
116
177
  "calendar.action.go-to-yesterday": "Gisteren",
117
178
  /** Label for switch that controls whether or not to include time in given timestamp */
118
179
  "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",
180
+ /** Action message for selecting the time */
181
+ "calendar.action.select-time": void 0,
182
+ // 'Select time'
123
183
  /** Action message for setting to the current time */
124
184
  "calendar.action.set-to-current-time": "Instellen op de huidige tijd",
125
185
  /** 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 +391,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
331
391
  "document-status.published": "Gepubliceerd {{date}}",
332
392
  /** Label to show in the document footer indicating the revision from date of the document */
333
393
  "document-status.revision-from": "Revisie van <em>{{date}}</em>",
394
+ /** Label to indicate that a document type was not found */
395
+ "document.type.not-found": void 0,
396
+ // 'Document type "{{type}}" not found'
334
397
  /** The value of the <code>_key</code> property must be a unique string. */
335
398
  "form.error.duplicate-keys-alert.details.additional-description": "De waarde van de <code>_key</code> eigenschap moet een unieke string zijn.",
336
399
  /** 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 +488,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
425
488
  "help-resources.title": "Hulp en bronnen",
426
489
  /** Text for button to cancel an ongoing upload */
427
490
  "input.files.common.cancel-upload": "Annuleren",
491
+ /** Text for menuitem upload button default asset source */
492
+ "input.files.common.upload-placeholder.file-input-button.default-source.badge": void 0,
493
+ // 'Default'
428
494
  /** Text for file input button in upload placeholder */
429
495
  "input.files.common.upload-placeholder.file-input-button.text": "Uploaden",
430
496
  /** Uploading <FileName/> */
@@ -555,6 +621,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
555
621
  "inputs.files.common.placeholder.drop-to-upload_image": "Laat vallen om afbeelding te uploaden",
556
622
  /** Read only */
557
623
  "inputs.files.common.placeholder.read-only": "Alleen-lezen",
624
+ /** Select asset source destination for files to upload */
625
+ "inputs.files.common.placeholder.select-asset-source-upload-destination": void 0,
626
+ // 'Upload files to:'
558
627
  /** Can't upload files here */
559
628
  "inputs.files.common.placeholder.upload-not-supported": "Kan hier geen bestanden uploaden",
560
629
  /** Clear upload */
@@ -849,6 +918,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
849
918
  "inputs.reference.error.nonexistent-document.clear-button-label": "Wissen",
850
919
  /** Error title for when the search for a reference failed. Note that the message sent by the backend may not be localized. */
851
920
  "inputs.reference.error.search-failed-title": "Zoeken naar referentie mislukt",
921
+ /** Label for when the GDR points to an invalid type */
922
+ "inputs.reference.global.invalid-type": void 0,
923
+ // 'The referenced document is of invalid type ({{typeName}})'
852
924
  /** Alternative text for the image shown in cross-dataset reference input */
853
925
  "inputs.reference.image-preview-alt-text": "Afbeeldingsvoorbeeld van het gerefereerde document",
854
926
  /** 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 +1103,6 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1031
1103
  "release.action.discard-version": "Versie verwijderen",
1032
1104
  /** Description for toast when version discarding failed */
1033
1105
  "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
1106
  /** Action message for when a new release is created off an existing version, draft or published document */
1037
1107
  "release.action.new-release": "Nieuwe Release",
1038
1108
  /** Tooltip message for not having permissions for creating new releases */
@@ -1051,6 +1121,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1051
1121
  "release.chip.global.drafts": "Concepten",
1052
1122
  /** Label for Published chip in document header */
1053
1123
  "release.chip.published": "Gepubliceerd",
1124
+ /** Label for tooltip in chip when document is in an archived release */
1125
+ "release.chip.tooltip.archived": void 0,
1126
+ // 'This release is archived and cannot be edited.'
1054
1127
  /** Label for tooltip in chip with the created date */
1055
1128
  "release.chip.tooltip.created-date": "Gecre\xEBerd {{date}}",
1056
1129
  /** Label for tooltip in draft chip when it's a live edit document */
@@ -1073,6 +1146,9 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1073
1146
  "release.deleted-tooltip": "Deze release is verwijderd",
1074
1147
  /** Title for copying version to a new release dialog */
1075
1148
  "release.dialog.copy-to-release.title": "Versie kopi\xEBren naar nieuwe release",
1149
+ /** Title for action create a release */
1150
+ "release.dialog.create.confirm": void 0,
1151
+ // 'Create release'
1076
1152
  /** Title for creating releases dialog */
1077
1153
  "release.dialog.create.title": "Nieuwe release",
1078
1154
  /** Label for description in tooltip to explain release types */
@@ -1093,12 +1169,21 @@ var sanity = require("sanity"), studio = sanity.removeUndefinedLocaleResources({
1093
1169
  "release.navbar.tooltip": "Releases",
1094
1170
  /** The placeholder text when the release doesn't have a title */
1095
1171
  "release.placeholder-untitled-release": "Naamloze release",
1172
+ /** The toast description that will be shown when the user has a release perspective which is now archived */
1173
+ "release.toast.archived-release.description": void 0,
1174
+ // 'This release has been unpinned'
1096
1175
  /** The toast title that will be shown when the user has a release perspective which is now archived */
1097
1176
  "release.toast.archived-release.title": "De '{{title}}' release is gearchiveerd",
1098
- /** The toast tiele that will be shown the creating a release fails */
1177
+ /** The toast title that will be shown the creating a release fails */
1099
1178
  "release.toast.create-release-error.title": "Aanmaken van release mislukt",
1100
1179
  /**The toast title that will be shown when the user has a release perspective which is now deleted */
1101
1180
  "release.toast.not-found-release.title": "De release '{{title}}' kon niet worden gevonden",
1181
+ /** The toast description that will be shown when the user has a release perspective which is now published */
1182
+ "release.toast.published-release.description": void 0,
1183
+ // 'This release has been unpinned'
1184
+ /** The toast title that will be shown when the user has a release perspective which is now deleted */
1185
+ "release.toast.published-release.title": void 0,
1186
+ // 'The \'{{title}}\' release was published'
1102
1187
  /** Label for when a version of a document has already been added to the release */
1103
1188
  "release.tooltip.already-added": "Een versie van dit document is al toegevoegd",
1104
1189
  /** Label for when a release is scheduled / scheduling and a user can't add a document version to it */