@sanity/locale-nl-nl 0.1.0 → 1.0.0
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/structure-L38X3_v5.cjs +1 -0
- package/dist/_chunks/structure-L38X3_v5.cjs.map +1 -0
- package/dist/_chunks/structure-bm3gIol-.js +1 -0
- package/dist/_chunks/structure-bm3gIol-.js.map +1 -0
- package/dist/_chunks/studio-4coOOqIN.js +1 -0
- package/dist/_chunks/studio-4coOOqIN.js.map +1 -0
- package/dist/_chunks/studio-F8e70UTi.cjs +1 -0
- package/dist/_chunks/studio-F8e70UTi.cjs.map +1 -0
- package/dist/_chunks/validation-Bohq2u_6.cjs +1 -0
- package/dist/_chunks/validation-Bohq2u_6.cjs.map +1 -0
- package/dist/_chunks/validation-qDAPkWUz.js +1 -0
- package/dist/_chunks/validation-qDAPkWUz.js.map +1 -0
- package/dist/_chunks/vision-9BWdWqtt.js +1 -0
- package/dist/_chunks/vision-9BWdWqtt.js.map +1 -0
- package/dist/_chunks/vision-W0cmor8O.cjs +1 -0
- package/dist/_chunks/vision-W0cmor8O.cjs.map +1 -0
- package/dist/index.cjs +1 -0
- package/dist/index.cjs.map +1 -0
- package/dist/index.d.ts +14 -0
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -0
- package/package.json +2 -2
- package/src/structure.ts +14 -0
- package/src/studio.ts +22 -2
package/src/studio.ts
CHANGED
|
@@ -298,6 +298,9 @@ export default removeUndefinedLocaleResources({
|
|
|
298
298
|
/** Title for the Review Changes pane */
|
|
299
299
|
'changes.title': 'Wijzigingen beoordelen',
|
|
300
300
|
|
|
301
|
+
/** The fallback title for an ordering menu item if no localized titles are provided. */
|
|
302
|
+
'default-menu-item.fallback-title': 'Sorteer op {{title}}',
|
|
303
|
+
|
|
301
304
|
/** Title for the default ordering/SortOrder if no orderings are provided and the caption field is found */
|
|
302
305
|
'default-orderings.caption': 'Sorteren op bijschrift',
|
|
303
306
|
/** Title for the default ordering/SortOrder if no orderings are provided and the description field is found */
|
|
@@ -403,6 +406,8 @@ export default removeUndefinedLocaleResources({
|
|
|
403
406
|
/** Title for help and resources menus */
|
|
404
407
|
'help-resources.title': 'Hulp en bronnen',
|
|
405
408
|
|
|
409
|
+
/** Text for button to cancel an ongoing upload */
|
|
410
|
+
'input.files.common.cancel-upload': 'Annuleren',
|
|
406
411
|
/** Text for file input button in upload placeholder */
|
|
407
412
|
'input.files.common.upload-placeholder.file-input-button.text': 'Uploaden',
|
|
408
413
|
/** Uploading <FileName/> */
|
|
@@ -794,12 +799,12 @@ export default removeUndefinedLocaleResources({
|
|
|
794
799
|
'inputs.portable-text.style.normal': 'Normaal',
|
|
795
800
|
/** Title of the "quote" block style */
|
|
796
801
|
'inputs.portable-text.style.quote': 'Citaat',
|
|
797
|
-
/** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */
|
|
798
|
-
'inputs.reference.action-create-new-document-select': 'Maak nieuw…',
|
|
799
802
|
/** Label for action to clear the current value of the reference field */
|
|
800
803
|
'inputs.reference.action.clear': 'Wissen',
|
|
801
804
|
/** Label for action to create a new document from the reference input */
|
|
802
805
|
'inputs.reference.action.create-new-document': 'Maak nieuw',
|
|
806
|
+
/** Label for action to create a new document from the reference input, when there are multiple templates or document types to choose from */
|
|
807
|
+
'inputs.reference.action.create-new-document-select': 'Nieuw aanmaken…',
|
|
803
808
|
/** Label for action to duplicate the current item to a new item (used within arrays) */
|
|
804
809
|
'inputs.reference.action.duplicate': 'Dupliceren',
|
|
805
810
|
/** Label for action that opens the referenced document in a new tab */
|
|
@@ -926,6 +931,10 @@ export default removeUndefinedLocaleResources({
|
|
|
926
931
|
/** Error message for when the source to generate a slug from is missing */
|
|
927
932
|
'inputs.slug.error.missing-source':
|
|
928
933
|
'Bron ontbreekt. Controleer bron op type {{schemaType}} in schema',
|
|
934
|
+
/** Placeholder for an empty tag input */
|
|
935
|
+
'inputs.tags.placeholder': 'Voer tag in en druk op ENTER…',
|
|
936
|
+
/** Placeholder for an empty tag input on touch devices */
|
|
937
|
+
'inputs.tags.placeholder_touch': 'Voer tag in…',
|
|
929
938
|
/** Convert to <code>`{{targetType}}`</code> */
|
|
930
939
|
'inputs.untyped-value.convert-button.text': 'Converteren naar <code>{{targetType}}</code>',
|
|
931
940
|
/** Encountered an object value without a <code>_type</code> property. */
|
|
@@ -1523,6 +1532,11 @@ export default removeUndefinedLocaleResources({
|
|
|
1523
1532
|
/** Label for missing change version for timeline menu dropdown are showing */
|
|
1524
1533
|
'timeline.since-version-missing': 'Sinds: onbekende versie',
|
|
1525
1534
|
|
|
1535
|
+
/** Label for button showing the free trial days left */
|
|
1536
|
+
'user-menu.action.free-trial_one': '{{count}} dag over in proefperiode',
|
|
1537
|
+
'user-menu.action.free-trial_other': '{{count}} dagen over in proefperiode',
|
|
1538
|
+
/** Label for the button showed after trial ended */
|
|
1539
|
+
'user-menu.action.free-trial-finished': 'Upgrade van gratis',
|
|
1526
1540
|
/** Label for action to invite members to the current sanity project */
|
|
1527
1541
|
'user-menu.action.invite-members': 'Leden uitnodigen',
|
|
1528
1542
|
/** Accessibility label for action to invite members to the current sanity project */
|
|
@@ -1531,6 +1545,12 @@ export default removeUndefinedLocaleResources({
|
|
|
1531
1545
|
'user-menu.action.manage-project': 'Project beheren',
|
|
1532
1546
|
/** Accessibility label for the action to manage the current project */
|
|
1533
1547
|
'user-menu.action.manage-project-aria-label': 'Project beheren',
|
|
1548
|
+
/** Tooltip helper text when portable text annotation is disabled for empty block*/
|
|
1549
|
+
'user-menu.action.portable-text.annotation-disabled_empty-block':
|
|
1550
|
+
'Kan {{name}} niet toepassen op leeg blok',
|
|
1551
|
+
/** Tooltip helper text when portable text annotation is disabled for multiple blocks */
|
|
1552
|
+
'user-menu.action.portable-text.annotation-disabled_multiple-blocks':
|
|
1553
|
+
'Kan {{name}} niet toepassen op meerdere blokken',
|
|
1534
1554
|
/** Label for action to sign out of the current sanity project */
|
|
1535
1555
|
'user-menu.action.sign-out': 'Uitloggen',
|
|
1536
1556
|
/** Title for appearance section for the current studio (dark / light / system scheme) */
|