@sanity/locale-nl-nl 1.1.19 → 1.1.21
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/comments.cjs +2 -8
- package/dist/_chunks-cjs/comments.cjs.map +1 -1
- package/dist/_chunks-cjs/copy-paste.cjs +2 -16
- package/dist/_chunks-cjs/copy-paste.cjs.map +1 -1
- package/dist/_chunks-cjs/create.cjs +2 -6
- package/dist/_chunks-cjs/create.cjs.map +1 -1
- package/dist/_chunks-cjs/structure.cjs +60 -10
- package/dist/_chunks-cjs/structure.cjs.map +1 -1
- package/dist/_chunks-cjs/studio.cjs +124 -6
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/tasks.cjs +5 -7
- package/dist/_chunks-cjs/tasks.cjs.map +1 -1
- package/dist/_chunks-cjs/validation.cjs +2 -6
- package/dist/_chunks-cjs/validation.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +10 -6
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/comments.js +4 -6
- package/dist/_chunks-es/comments.js.map +1 -1
- package/dist/_chunks-es/copy-paste.js +4 -14
- package/dist/_chunks-es/copy-paste.js.map +1 -1
- package/dist/_chunks-es/create.js +4 -4
- package/dist/_chunks-es/create.js.map +1 -1
- package/dist/_chunks-es/structure.js +62 -8
- package/dist/_chunks-es/structure.js.map +1 -1
- package/dist/_chunks-es/studio.js +126 -4
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/tasks.js +7 -5
- package/dist/_chunks-es/tasks.js.map +1 -1
- package/dist/_chunks-es/validation.js +4 -4
- package/dist/_chunks-es/validation.js.map +1 -1
- package/dist/_chunks-es/vision.js +12 -4
- package/dist/_chunks-es/vision.js.map +1 -1
- package/dist/index.cjs +28 -17
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +13 -14
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/comments.ts +0 -3
- package/src/copy-paste.ts +0 -12
- package/src/structure.ts +71 -4
- package/src/studio.ts +132 -0
- package/src/tasks.ts +3 -0
- package/src/vision.ts +10 -0
package/dist/_chunks-es/tasks.js
CHANGED
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { removeUndefinedLocaleResources } from
|
|
2
|
-
|
|
1
|
+
import { removeUndefinedLocaleResources } from "sanity";
|
|
3
2
|
var tasks = removeUndefinedLocaleResources({
|
|
4
3
|
/** The label for the create task action */
|
|
5
4
|
"actions.create.text": "Nieuwe taak aanmaken",
|
|
@@ -148,8 +147,11 @@ var tasks = removeUndefinedLocaleResources({
|
|
|
148
147
|
/** Label for the Active Document Tab */
|
|
149
148
|
"tab.document.label": "Actief Document",
|
|
150
149
|
/** Label for the Subscribed Tab */
|
|
151
|
-
"tab.subscribed.label": "Geabonneerd"
|
|
150
|
+
"tab.subscribed.label": "Geabonneerd",
|
|
151
|
+
/** Tooltip for the tasks navbar icon */
|
|
152
|
+
"toolbar.tooltip": "Taken"
|
|
152
153
|
});
|
|
153
|
-
|
|
154
|
-
|
|
154
|
+
export {
|
|
155
|
+
tasks as default
|
|
156
|
+
};
|
|
155
157
|
//# sourceMappingURL=tasks.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tasks.js","sources":["../../src/tasks.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The label for the create task action */\n 'actions.create.text': 'Nieuwe taak aanmaken',\n /** The label for the open tasks panel action */\n 'actions.open.text': 'Taken',\n\n /** The label for the button to create a new task */\n 'buttons.create.text': 'Taak aanmaken',\n /** The label for the button to discard changes */\n 'buttons.discard.text': 'Verwijderen',\n /** The label for the button to open the draft */\n 'buttons.draft.text': 'Concept',\n /** The label for the button to create a new task */\n 'buttons.new.text': 'Nieuwe taak',\n /** The text for tooltip in the create a new task button when mode is upsell */\n 'buttons.new.upsell-tooltip': 'Upgrade om taken te maken',\n /** The label for the button that will navigate to the next task */\n 'buttons.next.tooltip': 'Ga naar volgende taak',\n /** The label for the button that will previous to the next task */\n 'buttons.previous.tooltip': 'Ga naar vorige taak',\n\n /** Text for the remove task dialog asking for confirmation of deletion */\n 'dialog.remove-task.body': 'Weet u zeker dat u deze taak wilt verwijderen?',\n /** The label for the cancel button on the remove task dialog */\n 'dialog.remove-task.buttons.cancel.text': 'Annuleren',\n /** The label for the confirmation button on the remove task dialog */\n 'dialog.remove-task.buttons.confirm.text': 'Verwijderen',\n /** The title for the remove task dialog */\n 'dialog.remove-task.title': 'Taak verwijderen',\n\n /** The text used as a placeholder for the footer action in a document with a single task */\n 'document.footer.open-tasks.placeholder_one': 'Taak openen',\n /** The text used as a placeholder for the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.placeholder_other': 'Taken openen',\n /** The label used in the button in the footer action in a document with a single task */\n 'document.footer.open-tasks.text_one': '{{count}} openstaande taak',\n /** The label used in the button in the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.text_other': '{{count}} openstaande taken',\n\n /** The heading in the tasks sidebar, in the assigned tab, when the user hasn't been assigned to any task*/\n 'empty-state.list.assigned.heading': 'Je hebt nog geen taken toegewezen gekregen',\n /** The text in the tasks sidebar, in the assigned tab, when the user hasn't been assigned to any task*/\n 'empty-state.list.assigned.text': 'Zodra je taken toegewezen krijgt, zullen ze hier verschijnen',\n /** The text in the tasks sidebar button any of the empty states is rendered*/\n 'empty-state.list.create-new': 'Nieuwe taak aanmaken',\n /** The heading in the tasks sidebar, in the document tab, when the document doesn't have any task*/\n 'empty-state.list.document.heading': 'Dit document heeft nog geen taken',\n /** The text in the tasks sidebar, in the document tab, when the document doesn't have any task*/\n 'empty-state.list.document.text':\n 'Zodra een document verbonden taken heeft, zullen ze hier getoond worden.',\n /** The heading in the tasks sidebar, when viewing the document tab, but there is not an active document*/\n 'empty-state.list.no-active-document.heading':\n 'Open een document om de bijbehorende taak te zien',\n /** The text in the tasks sidebar, when viewing the document tab, but there is not an active document*/\n 'empty-state.list.no-active-document.text':\n 'Taken van uw actieve document worden hier weergegeven.',\n /** The heading in the tasks sidebar, in the subscriber tab, when the user is not subscribed to any task*/\n 'empty-state.list.subscribed.heading': 'Je hebt je nog niet ingeschreven voor taken',\n /** The text in the tasks sidebar, in the subscriber tab, when the user is not subscribed to any task*/\n 'empty-state.list.subscribed.text':\n 'Wanneer je een taak aanmaakt, wijzigt of erop reageert, word je automatisch ingeschreven',\n /** The heading in the tasks sidebar, in the assigned tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.assigned.heading': 'Geen voltooide taken',\n /** The text in the tasks sidebar, in the assigned tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.assigned.text':\n 'Uw taken gemarkeerd als voltooid zullen hier verschijnen',\n /** The heading in the tasks sidebar, in the document tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.document.heading': 'Geen voltooide taken',\n /** The heading in the tasks sidebar, in the subscribed tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.subscribed.heading': 'Geen voltooide taken',\n /** The text in the tasks sidebar, in the subscribed tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.subscribed.text':\n 'Taken waarop u geabonneerd bent en gemarkeerd als voltooid zullen hier verschijnen',\n /** The heading in the tasks sidebar, in the assigned tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.assigned.heading': 'Je bent helemaal bij',\n /** The text in the tasks sidebar, in the assigned tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.assigned.text':\n 'Nieuwe aan jou toegewezen taken zullen hier verschijnen',\n /** The heading in the tasks sidebar, in the document tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.document.heading': 'Geen taken bij dit document',\n /** The heading in the tasks sidebar, in the subscribed tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.subscribed.heading': 'Geen geabonneerde taken',\n /** The text in the tasks sidebar, in the subscribed tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.subscribed.text':\n 'Taken waarop u geabonneerd bent zullen hier verschijnen',\n\n /** Text used in the assignee input when there is no user assigned */\n 'form.input.assignee.no-user-assigned.text': 'Niet toegewezen',\n /** Text used in the assignee input tooltip when there is no user assigned */\n 'form.input.assignee.no-user-assigned.tooltip': 'Wijs een toegewezen persoon toe',\n /** Text used in the assignee input when searching and no users are found */\n 'form.input.assignee.search.no-users.text': 'Geen gebruikers gevonden',\n /** Placeholder text used in the search box in the assignee input */\n 'form.input.assignee.search.placeholder': 'Selecteer gebruikersnaam',\n /** Text used in the assignee input when user is not authorized */\n 'form.input.assignee.unauthorized.text': 'Niet geautoriseerd',\n /** Text used in the assignee input tooltip when there is no user assigned */\n 'form.input.assignee.user-assigned.tooltip': 'Wijzig toegewezen persoon',\n /** Text used in the assignee input when user is not found */\n 'form.input.assignee.user-not-found.text': 'Gebruiker niet gevonden',\n /** The label used in the create more toggle */\n 'form.input.create-more.text': 'Meer aanmaken',\n /** The label used in the date input button tooltip when it's empty */\n 'form.input.date.buttons.empty.tooltip': 'Stel een vervaldatum in',\n /** The label used in the date input to remove the current value */\n 'form.input.date.buttons.remove.text': 'Verwijderen',\n /** The label used in the date input button tooltip when it has value */\n 'form.input.date.buttons.tooltip': 'Wijzig vervaldatum',\n /** Placeholder text used in the description input */\n 'form.input.description.placeholder': 'Voeg beschrijving toe',\n /** Text used in the tooltip in the status change button */\n 'form.input.status.button.tooltip': 'Wijzig status',\n /** The label used in the target input to remove the current value */\n 'form.input.target.buttons.remove.text': 'Verwijder doelinhoud',\n /** The text used in the target input when encountering a schema error */\n 'form.input.target.error.schema-not-found': 'Schema niet gevonden',\n /** The placeholder text used in the target input for the search component */\n 'form.input.target.search.placeholder': 'Selecteer document',\n /** The placeholder text for the title input */\n 'form.input.title.placeholder': 'Taak titel',\n /** The status error message presented when the user does not supply a title */\n 'form.status.error.title-required': 'Titel is vereist',\n /** The status message upon successful creation of a task */\n 'form.status.success': 'Taak aangemaakt',\n\n /** The text displayed when no tasks are found */\n 'list.empty.text': 'Geen taken',\n /** The text displayed at the bottom of the tasks list inviting users provide feedback */\n 'list.feedback.text': 'Help ons te verbeteren, <Link>geef feedback over Taken</Link>',\n\n /** The label for the copy link menu item */\n 'menuitem.copylink.text': 'Kopieer link naar taak',\n /** The label for the delete task menu item */\n 'menuitem.delete.text': 'Taak verwijderen',\n /** The label for the duplicate task menu item */\n 'menuitem.duplicate.text': 'Taak dupliceren',\n /** The text for the duplicate task menu item tooltip when mode is upsell */\n 'menuitem.duplicate.upsell-tooltip': 'Upgrade om taken te dupliceren',\n\n /** Fragment used to construct the first entry in the activity log */\n 'panel.activity.created-fragment': 'heeft deze taak aangemaakt',\n /** The title of the activity section of the task */\n 'panel.activity.title': 'Activiteit',\n /** The text used in the activity log when unable to find the user */\n 'panel.activity.unknown-user': 'Onbekende gebruiker',\n /** The tooltip for the close button for the task panel */\n 'panel.close.tooltip': 'Zijbalk sluiten',\n /** The placeholder text for the comment text box */\n 'panel.comment.placeholder': 'Voeg een opmerking toe...',\n /** The placeholder text for the comment text box when mode is upsell */\n 'panel.comment.placeholder.upsell': 'Upgrade om te reageren op taken',\n /** The title used in the task panel when showing the create task form */\n 'panel.create.title': 'Aanmaken',\n /** The title used in the drafts pulldown */\n 'panel.drafts.title': 'Concepten',\n /** The tooltip for the task navigation component */\n 'panel.navigation.tooltip': 'Taken openen',\n /** Title of the Tasks panel */\n 'panel.title': 'Taken',\n\n /** Label for the Assigned Tab */\n 'tab.assigned.label': 'Toegewezen',\n /** Label for the Active Document Tab */\n 'tab.document.label': 'Actief Document',\n /** Label for the Subscribed Tab */\n 'tab.subscribed.label': 'Geabonneerd',\n})\n"],"names":[],"mappings":";;AAEA,YAAe,8BAA+B,CAAA;AAAA;AAAA,EAE5C,qBAAuB,EAAA,sBAAA;AAAA;AAAA,EAEvB,mBAAqB,EAAA,OAAA;AAAA;AAAA,EAGrB,qBAAuB,EAAA,eAAA;AAAA;AAAA,EAEvB,sBAAwB,EAAA,aAAA;AAAA;AAAA,EAExB,oBAAsB,EAAA,SAAA;AAAA;AAAA,EAEtB,kBAAoB,EAAA,aAAA;AAAA;AAAA,EAEpB,4BAA8B,EAAA,2BAAA;AAAA;AAAA,EAE9B,sBAAwB,EAAA,uBAAA;AAAA;AAAA,EAExB,0BAA4B,EAAA,qBAAA;AAAA;AAAA,EAG5B,yBAA2B,EAAA,gDAAA;AAAA;AAAA,EAE3B,wCAA0C,EAAA,WAAA;AAAA;AAAA,EAE1C,yCAA2C,EAAA,aAAA;AAAA;AAAA,EAE3C,0BAA4B,EAAA,kBAAA;AAAA;AAAA,EAG5B,4CAA8C,EAAA,aAAA;AAAA;AAAA,EAE9C,8CAAgD,EAAA,cAAA;AAAA;AAAA,EAEhD,qCAAuC,EAAA,4BAAA;AAAA;AAAA,EAEvC,uCAAyC,EAAA,6BAAA;AAAA;AAAA,EAGzC,mCAAqC,EAAA,4CAAA;AAAA;AAAA,EAErC,gCAAkC,EAAA,8DAAA;AAAA;AAAA,EAElC,6BAA+B,EAAA,sBAAA;AAAA;AAAA,EAE/B,mCAAqC,EAAA,mCAAA;AAAA;AAAA,EAErC,gCACE,EAAA,0EAAA;AAAA;AAAA,EAEF,6CACE,EAAA,mDAAA;AAAA;AAAA,EAEF,0CACE,EAAA,wDAAA;AAAA;AAAA,EAEF,qCAAuC,EAAA,6CAAA;AAAA;AAAA,EAEvC,kCACE,EAAA,0FAAA;AAAA;AAAA,EAEF,iDAAmD,EAAA,sBAAA;AAAA;AAAA,EAEnD,8CACE,EAAA,0DAAA;AAAA;AAAA,EAEF,iDAAmD,EAAA,sBAAA;AAAA;AAAA,EAEnD,mDAAqD,EAAA,sBAAA;AAAA;AAAA,EAErD,gDACE,EAAA,oFAAA;AAAA;AAAA,EAEF,+CAAiD,EAAA,sBAAA;AAAA;AAAA,EAEjD,4CACE,EAAA,yDAAA;AAAA;AAAA,EAEF,+CAAiD,EAAA,6BAAA;AAAA;AAAA,EAEjD,iDAAmD,EAAA,yBAAA;AAAA;AAAA,EAEnD,8CACE,EAAA,yDAAA;AAAA;AAAA,EAGF,2CAA6C,EAAA,iBAAA;AAAA;AAAA,EAE7C,8CAAgD,EAAA,iCAAA;AAAA;AAAA,EAEhD,0CAA4C,EAAA,0BAAA;AAAA;AAAA,EAE5C,wCAA0C,EAAA,0BAAA;AAAA;AAAA,EAE1C,uCAAyC,EAAA,oBAAA;AAAA;AAAA,EAEzC,2CAA6C,EAAA,2BAAA;AAAA;AAAA,EAE7C,yCAA2C,EAAA,yBAAA;AAAA;AAAA,EAE3C,6BAA+B,EAAA,eAAA;AAAA;AAAA,EAE/B,uCAAyC,EAAA,yBAAA;AAAA;AAAA,EAEzC,qCAAuC,EAAA,aAAA;AAAA;AAAA,EAEvC,iCAAmC,EAAA,oBAAA;AAAA;AAAA,EAEnC,oCAAsC,EAAA,uBAAA;AAAA;AAAA,EAEtC,kCAAoC,EAAA,eAAA;AAAA;AAAA,EAEpC,uCAAyC,EAAA,sBAAA;AAAA;AAAA,EAEzC,0CAA4C,EAAA,sBAAA;AAAA;AAAA,EAE5C,sCAAwC,EAAA,oBAAA;AAAA;AAAA,EAExC,8BAAgC,EAAA,YAAA;AAAA;AAAA,EAEhC,kCAAoC,EAAA,kBAAA;AAAA;AAAA,EAEpC,qBAAuB,EAAA,iBAAA;AAAA;AAAA,EAGvB,iBAAmB,EAAA,YAAA;AAAA;AAAA,EAEnB,oBAAsB,EAAA,+DAAA;AAAA;AAAA,EAGtB,wBAA0B,EAAA,wBAAA;AAAA;AAAA,EAE1B,sBAAwB,EAAA,kBAAA;AAAA;AAAA,EAExB,yBAA2B,EAAA,iBAAA;AAAA;AAAA,EAE3B,mCAAqC,EAAA,gCAAA;AAAA;AAAA,EAGrC,iCAAmC,EAAA,4BAAA;AAAA;AAAA,EAEnC,sBAAwB,EAAA,YAAA;AAAA;AAAA,EAExB,6BAA+B,EAAA,qBAAA;AAAA;AAAA,EAE/B,qBAAuB,EAAA,iBAAA;AAAA;AAAA,EAEvB,2BAA6B,EAAA,2BAAA;AAAA;AAAA,EAE7B,kCAAoC,EAAA,iCAAA;AAAA;AAAA,EAEpC,oBAAsB,EAAA,UAAA;AAAA;AAAA,EAEtB,oBAAsB,EAAA,WAAA;AAAA;AAAA,EAEtB,0BAA4B,EAAA,cAAA;AAAA;AAAA,EAE5B,aAAe,EAAA,OAAA;AAAA;AAAA,EAGf,oBAAsB,EAAA,YAAA;AAAA;AAAA,EAEtB,oBAAsB,EAAA,iBAAA;AAAA;AAAA,EAEtB,sBAAwB,EAAA;AAC1B,CAAC,CAAA;;;;"}
|
|
1
|
+
{"version":3,"file":"tasks.js","sources":["../../src/tasks.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** The label for the create task action */\n 'actions.create.text': 'Nieuwe taak aanmaken',\n /** The label for the open tasks panel action */\n 'actions.open.text': 'Taken',\n\n /** The label for the button to create a new task */\n 'buttons.create.text': 'Taak aanmaken',\n /** The label for the button to discard changes */\n 'buttons.discard.text': 'Verwijderen',\n /** The label for the button to open the draft */\n 'buttons.draft.text': 'Concept',\n /** The label for the button to create a new task */\n 'buttons.new.text': 'Nieuwe taak',\n /** The text for tooltip in the create a new task button when mode is upsell */\n 'buttons.new.upsell-tooltip': 'Upgrade om taken te maken',\n /** The label for the button that will navigate to the next task */\n 'buttons.next.tooltip': 'Ga naar volgende taak',\n /** The label for the button that will previous to the next task */\n 'buttons.previous.tooltip': 'Ga naar vorige taak',\n\n /** Text for the remove task dialog asking for confirmation of deletion */\n 'dialog.remove-task.body': 'Weet u zeker dat u deze taak wilt verwijderen?',\n /** The label for the cancel button on the remove task dialog */\n 'dialog.remove-task.buttons.cancel.text': 'Annuleren',\n /** The label for the confirmation button on the remove task dialog */\n 'dialog.remove-task.buttons.confirm.text': 'Verwijderen',\n /** The title for the remove task dialog */\n 'dialog.remove-task.title': 'Taak verwijderen',\n\n /** The text used as a placeholder for the footer action in a document with a single task */\n 'document.footer.open-tasks.placeholder_one': 'Taak openen',\n /** The text used as a placeholder for the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.placeholder_other': 'Taken openen',\n /** The label used in the button in the footer action in a document with a single task */\n 'document.footer.open-tasks.text_one': '{{count}} openstaande taak',\n /** The label used in the button in the footer action in a document with multiple tasks */\n 'document.footer.open-tasks.text_other': '{{count}} openstaande taken',\n\n /** The heading in the tasks sidebar, in the assigned tab, when the user hasn't been assigned to any task*/\n 'empty-state.list.assigned.heading': 'Je hebt nog geen taken toegewezen gekregen',\n /** The text in the tasks sidebar, in the assigned tab, when the user hasn't been assigned to any task*/\n 'empty-state.list.assigned.text': 'Zodra je taken toegewezen krijgt, zullen ze hier verschijnen',\n /** The text in the tasks sidebar button any of the empty states is rendered*/\n 'empty-state.list.create-new': 'Nieuwe taak aanmaken',\n /** The heading in the tasks sidebar, in the document tab, when the document doesn't have any task*/\n 'empty-state.list.document.heading': 'Dit document heeft nog geen taken',\n /** The text in the tasks sidebar, in the document tab, when the document doesn't have any task*/\n 'empty-state.list.document.text':\n 'Zodra een document verbonden taken heeft, zullen ze hier getoond worden.',\n /** The heading in the tasks sidebar, when viewing the document tab, but there is not an active document*/\n 'empty-state.list.no-active-document.heading':\n 'Open een document om de bijbehorende taak te zien',\n /** The text in the tasks sidebar, when viewing the document tab, but there is not an active document*/\n 'empty-state.list.no-active-document.text':\n 'Taken van uw actieve document worden hier weergegeven.',\n /** The heading in the tasks sidebar, in the subscriber tab, when the user is not subscribed to any task*/\n 'empty-state.list.subscribed.heading': 'Je hebt je nog niet ingeschreven voor taken',\n /** The text in the tasks sidebar, in the subscriber tab, when the user is not subscribed to any task*/\n 'empty-state.list.subscribed.text':\n 'Wanneer je een taak aanmaakt, wijzigt of erop reageert, word je automatisch ingeschreven',\n /** The heading in the tasks sidebar, in the assigned tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.assigned.heading': 'Geen voltooide taken',\n /** The text in the tasks sidebar, in the assigned tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.assigned.text':\n 'Uw taken gemarkeerd als voltooid zullen hier verschijnen',\n /** The heading in the tasks sidebar, in the document tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.document.heading': 'Geen voltooide taken',\n /** The heading in the tasks sidebar, in the subscribed tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.subscribed.heading': 'Geen voltooide taken',\n /** The text in the tasks sidebar, in the subscribed tab, under the closed details, when it's empty.*/\n 'empty-state.status.list.closed.subscribed.text':\n 'Taken waarop u geabonneerd bent en gemarkeerd als voltooid zullen hier verschijnen',\n /** The heading in the tasks sidebar, in the assigned tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.assigned.heading': 'Je bent helemaal bij',\n /** The text in the tasks sidebar, in the assigned tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.assigned.text':\n 'Nieuwe aan jou toegewezen taken zullen hier verschijnen',\n /** The heading in the tasks sidebar, in the document tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.document.heading': 'Geen taken bij dit document',\n /** The heading in the tasks sidebar, in the subscribed tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.subscribed.heading': 'Geen geabonneerde taken',\n /** The text in the tasks sidebar, in the subscribed tab, under the open details, when it's empty.*/\n 'empty-state.status.list.open.subscribed.text':\n 'Taken waarop u geabonneerd bent zullen hier verschijnen',\n\n /** Text used in the assignee input when there is no user assigned */\n 'form.input.assignee.no-user-assigned.text': 'Niet toegewezen',\n /** Text used in the assignee input tooltip when there is no user assigned */\n 'form.input.assignee.no-user-assigned.tooltip': 'Wijs een toegewezen persoon toe',\n /** Text used in the assignee input when searching and no users are found */\n 'form.input.assignee.search.no-users.text': 'Geen gebruikers gevonden',\n /** Placeholder text used in the search box in the assignee input */\n 'form.input.assignee.search.placeholder': 'Selecteer gebruikersnaam',\n /** Text used in the assignee input when user is not authorized */\n 'form.input.assignee.unauthorized.text': 'Niet geautoriseerd',\n /** Text used in the assignee input tooltip when there is no user assigned */\n 'form.input.assignee.user-assigned.tooltip': 'Wijzig toegewezen persoon',\n /** Text used in the assignee input when user is not found */\n 'form.input.assignee.user-not-found.text': 'Gebruiker niet gevonden',\n /** The label used in the create more toggle */\n 'form.input.create-more.text': 'Meer aanmaken',\n /** The label used in the date input button tooltip when it's empty */\n 'form.input.date.buttons.empty.tooltip': 'Stel een vervaldatum in',\n /** The label used in the date input to remove the current value */\n 'form.input.date.buttons.remove.text': 'Verwijderen',\n /** The label used in the date input button tooltip when it has value */\n 'form.input.date.buttons.tooltip': 'Wijzig vervaldatum',\n /** Placeholder text used in the description input */\n 'form.input.description.placeholder': 'Voeg beschrijving toe',\n /** Text used in the tooltip in the status change button */\n 'form.input.status.button.tooltip': 'Wijzig status',\n /** The label used in the target input to remove the current value */\n 'form.input.target.buttons.remove.text': 'Verwijder doelinhoud',\n /** The text used in the target input when encountering a schema error */\n 'form.input.target.error.schema-not-found': 'Schema niet gevonden',\n /** The placeholder text used in the target input for the search component */\n 'form.input.target.search.placeholder': 'Selecteer document',\n /** The placeholder text for the title input */\n 'form.input.title.placeholder': 'Taak titel',\n /** The status error message presented when the user does not supply a title */\n 'form.status.error.title-required': 'Titel is vereist',\n /** The status message upon successful creation of a task */\n 'form.status.success': 'Taak aangemaakt',\n\n /** The text displayed when no tasks are found */\n 'list.empty.text': 'Geen taken',\n /** The text displayed at the bottom of the tasks list inviting users provide feedback */\n 'list.feedback.text': 'Help ons te verbeteren, <Link>geef feedback over Taken</Link>',\n\n /** The label for the copy link menu item */\n 'menuitem.copylink.text': 'Kopieer link naar taak',\n /** The label for the delete task menu item */\n 'menuitem.delete.text': 'Taak verwijderen',\n /** The label for the duplicate task menu item */\n 'menuitem.duplicate.text': 'Taak dupliceren',\n /** The text for the duplicate task menu item tooltip when mode is upsell */\n 'menuitem.duplicate.upsell-tooltip': 'Upgrade om taken te dupliceren',\n\n /** Fragment used to construct the first entry in the activity log */\n 'panel.activity.created-fragment': 'heeft deze taak aangemaakt',\n /** The title of the activity section of the task */\n 'panel.activity.title': 'Activiteit',\n /** The text used in the activity log when unable to find the user */\n 'panel.activity.unknown-user': 'Onbekende gebruiker',\n /** The tooltip for the close button for the task panel */\n 'panel.close.tooltip': 'Zijbalk sluiten',\n /** The placeholder text for the comment text box */\n 'panel.comment.placeholder': 'Voeg een opmerking toe...',\n /** The placeholder text for the comment text box when mode is upsell */\n 'panel.comment.placeholder.upsell': 'Upgrade om te reageren op taken',\n /** The title used in the task panel when showing the create task form */\n 'panel.create.title': 'Aanmaken',\n /** The title used in the drafts pulldown */\n 'panel.drafts.title': 'Concepten',\n /** The tooltip for the task navigation component */\n 'panel.navigation.tooltip': 'Taken openen',\n /** Title of the Tasks panel */\n 'panel.title': 'Taken',\n\n /** Label for the Assigned Tab */\n 'tab.assigned.label': 'Toegewezen',\n /** Label for the Active Document Tab */\n 'tab.document.label': 'Actief Document',\n /** Label for the Subscribed Tab */\n 'tab.subscribed.label': 'Geabonneerd',\n\n /** Tooltip for the tasks navbar icon */\n 'toolbar.tooltip': 'Taken',\n})\n"],"names":[],"mappings":";AAEA,IAAA,QAAe,+BAA+B;AAAA;AAAA,EAE5C,uBAAuB;AAAA;AAAA,EAEvB,qBAAqB;AAAA;AAAA,EAGrB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA,EAExB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,8BAA8B;AAAA;AAAA,EAE9B,wBAAwB;AAAA;AAAA,EAExB,4BAA4B;AAAA;AAAA,EAG5B,2BAA2B;AAAA;AAAA,EAE3B,0CAA0C;AAAA;AAAA,EAE1C,2CAA2C;AAAA;AAAA,EAE3C,4BAA4B;AAAA;AAAA,EAG5B,8CAA8C;AAAA;AAAA,EAE9C,gDAAgD;AAAA;AAAA,EAEhD,uCAAuC;AAAA;AAAA,EAEvC,yCAAyC;AAAA;AAAA,EAGzC,qCAAqC;AAAA;AAAA,EAErC,kCAAkC;AAAA;AAAA,EAElC,+BAA+B;AAAA;AAAA,EAE/B,qCAAqC;AAAA;AAAA,EAErC,kCACE;AAAA;AAAA,EAEF,+CACE;AAAA;AAAA,EAEF,4CACE;AAAA;AAAA,EAEF,uCAAuC;AAAA;AAAA,EAEvC,oCACE;AAAA;AAAA,EAEF,mDAAmD;AAAA;AAAA,EAEnD,gDACE;AAAA;AAAA,EAEF,mDAAmD;AAAA;AAAA,EAEnD,qDAAqD;AAAA;AAAA,EAErD,kDACE;AAAA;AAAA,EAEF,iDAAiD;AAAA;AAAA,EAEjD,8CACE;AAAA;AAAA,EAEF,iDAAiD;AAAA;AAAA,EAEjD,mDAAmD;AAAA;AAAA,EAEnD,gDACE;AAAA;AAAA,EAGF,6CAA6C;AAAA;AAAA,EAE7C,gDAAgD;AAAA;AAAA,EAEhD,4CAA4C;AAAA;AAAA,EAE5C,0CAA0C;AAAA;AAAA,EAE1C,yCAAyC;AAAA;AAAA,EAEzC,6CAA6C;AAAA;AAAA,EAE7C,2CAA2C;AAAA;AAAA,EAE3C,+BAA+B;AAAA;AAAA,EAE/B,yCAAyC;AAAA;AAAA,EAEzC,uCAAuC;AAAA;AAAA,EAEvC,mCAAmC;AAAA;AAAA,EAEnC,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA,EAEpC,yCAAyC;AAAA;AAAA,EAEzC,4CAA4C;AAAA;AAAA,EAE5C,wCAAwC;AAAA;AAAA,EAExC,gCAAgC;AAAA;AAAA,EAEhC,oCAAoC;AAAA;AAAA,EAEpC,uBAAuB;AAAA;AAAA,EAGvB,mBAAmB;AAAA;AAAA,EAEnB,sBAAsB;AAAA;AAAA,EAGtB,0BAA0B;AAAA;AAAA,EAE1B,wBAAwB;AAAA;AAAA,EAExB,2BAA2B;AAAA;AAAA,EAE3B,qCAAqC;AAAA;AAAA,EAGrC,mCAAmC;AAAA;AAAA,EAEnC,wBAAwB;AAAA;AAAA,EAExB,+BAA+B;AAAA;AAAA,EAE/B,uBAAuB;AAAA;AAAA,EAEvB,6BAA6B;AAAA;AAAA,EAE7B,oCAAoC;AAAA;AAAA,EAEpC,sBAAsB;AAAA;AAAA,EAEtB,sBAAsB;AAAA;AAAA,EAEtB,4BAA4B;AAAA;AAAA,EAE5B,eAAe;AAAA;AAAA,EAGf,sBAAsB;AAAA;AAAA,EAEtB,sBAAsB;AAAA;AAAA,EAEtB,wBAAwB;AAAA;AAAA,EAGxB,mBAAmB;AACrB,CAAC;"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { removeUndefinedLocaleResources } from
|
|
2
|
-
|
|
1
|
+
import { removeUndefinedLocaleResources } from "sanity";
|
|
3
2
|
var validation = removeUndefinedLocaleResources({
|
|
4
3
|
/** Array must have exactly "$wantedLength" items, but has more/less */
|
|
5
4
|
"array.exact-length": "Moet precies {{wantedLength}} items bevatten",
|
|
@@ -90,6 +89,7 @@ var validation = removeUndefinedLocaleResources({
|
|
|
90
89
|
/** String is not a relative URL (eg it contains a protocol/host) */
|
|
91
90
|
"string.url.not-relative": "Alleen relatieve URL's zijn toegestaan"
|
|
92
91
|
});
|
|
93
|
-
|
|
94
|
-
|
|
92
|
+
export {
|
|
93
|
+
validation as default
|
|
94
|
+
};
|
|
95
95
|
//# sourceMappingURL=validation.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validation.js","sources":["../../src/validation.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Array must have exactly \"$wantedLength\" items, but has more/less */\n 'array.exact-length': 'Moet precies {{wantedLength}} items bevatten',\n /** Portable Text array must have exactly \"$wantedLength\" blocks, but has more/less */\n 'array.exact-length_blocks': 'Moet precies {{wantedLength}} blokken bevatten',\n /** Array item is a duplicate, but array wants only unique items */\n 'array.item-duplicate': 'Mag geen duplicaat zijn',\n /** Array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length': 'Moet maximaal {{maxLength}} items bevatten',\n /** Portable Text array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length_blocks': 'Moet maximaal {{maxLength}} blokken bevatten',\n /** Array has less than the minimum of \"$minLength\" items */\n 'array.minimum-length': 'Moet minimaal {{minLength}} items bevatten',\n /** Portable Text array has less than the minimum of \"$minLength\" blocks */\n 'array.minimum-length_blocks': 'Moet minimaal {{minLength}} blokken bevatten',\n\n /** Date is not valid or not in the correct format (ISO-8601) */\n 'date.invalid-format': 'Moet een geldige ISO-8601 geformatteerde datumstring zijn',\n /** Date is later than the given maximum date \"$maxDate\" */\n 'date.maximum': 'Moet op of voor {{maxDate}} zijn',\n /** Date is earlier than the given minimum date \"$minDate\" */\n 'date.minimum': 'Moet op of na {{minDate}} zijn',\n\n /** A value of incorrect type is found, eg found `number` instead of `string` */\n 'generic.incorrect-type': 'Verwacht type \"{{expectedType}}\", maar kreeg \"{{actualType}}\"',\n /** Value is not one of the values specifically allowed */\n 'generic.not-allowed': 'Waarde komt niet overeen met toegestane waarden',\n /** Value \"$givenValue\" is not one of the values specifically allowed */\n 'generic.not-allowed_hint': 'Waarde \"{{hint}}\" komt niet overeen met toegestane waarden',\n /** A value is expected, but none is provided */\n 'generic.required': 'Vereist',\n\n /** Number is less than the given minimum threshold value \"$threshold\" */\n 'number.greater-than': 'Moet groter zijn dan {{threshold}}',\n /** Number is greater than the given maximum threshold value \"$threshold\" */\n 'number.less-than': 'Moet minder zijn dan {{threshold}}',\n /** Number is higher than the given maximum value \"$maxNumber\" */\n 'number.maximum': 'Moet lager zijn dan of gelijk aan {{maxNumber}}',\n /** Number has more precision (decimals) than the allowed \"$limit\" */\n 'number.maximum-precision': 'Maximale precisie is {{limit}}',\n /** Number is lower than the given minimum value \"$minNumber\" */\n 'number.minimum': 'Moet groter zijn dan of gelijk aan {{minNumber}}',\n /** Number is not an integer (\"whole number\") */\n 'number.non-integer': 'Moet een geheel getal zijn',\n\n /** Object is missing a reference to an asset document in its `asset` field */\n 'object.asset-required': 'Asset is vereist',\n /** Object is missing a reference to a file asset document in its `asset` field */\n 'object.asset-required_file': 'Bestand is vereist',\n /** Object is missing a reference to an image asset document in its `asset` field */\n 'object.asset-required_image': 'Afbeelding is vereist',\n /** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */\n 'object.not-reference': 'Moet een verwijzing naar een document zijn',\n /** Object references a document which is not published */\n 'object.reference-not-published': 'Verwezen document moet gepubliceerd zijn',\n\n /** Accessibility label for closing the validation panel */\n 'panel.close-button-aria-label': 'Validatie sluiten',\n /** Message shown when the validation panel is opened but there are no errors/warnings */\n 'panel.no-errors-message': 'Geen validatiefouten',\n /** Title for the actual \"Validation\" panel/feature */\n 'panel.title': 'Validatie',\n\n /** Slug is an object, but is missing a `current` string property */\n 'slug.missing-current': 'Slug moet een waarde hebben',\n /** Slug is not an object (eg `{current: 'some-slug'}`) */\n 'slug.not-object': 'Slug moet een object zijn',\n /** Slug is already in use somewhere else, but needs to be unique */\n 'slug.not-unique': 'Slug is al in gebruik',\n\n /** String is not a valid email address */\n 'string.email': 'Moet een geldig e-mailadres zijn',\n /** String has a different character length than the exact number \"$wantedLength\" */\n 'string.exact-length': 'Moet precies {{wantedLength}} tekens lang zijn',\n /** String contains characters that are not in lowercase */\n 'string.lowercase': 'Moet volledig uit kleine letters bestaan',\n /** String is longer than the limit of \"$maxLength\" characters */\n 'string.maximum-length': 'Mag maximaal {{maxLength}} tekens lang zijn',\n /** String is shorter than the limit of \"$minLength\" characters */\n 'string.minimum-length': 'Moet minimaal {{minLength}} tekens lang zijn',\n /** String does not match the given regular expression, but should */\n 'string.regex-does-not-match': 'Komt niet overeen met \"{{name}}\"-patroon',\n /** String matches the given regular expression, but should not */\n 'string.regex-match': 'Mag niet overeenkomen met \"{{name}}\"-patroon',\n /** String contains characters that are not in uppercase */\n 'string.uppercase': 'Moet volledig uit hoofdletters bestaan',\n /** String contains a protocol/scheme that is not allowed, eg (`ftp`, `mailto`…) */\n 'string.url.disallowed-scheme': \"Komt niet overeen met toegestane protocollen/schema's\",\n /** String contains a URL with a username or password specified before the host */\n 'string.url.includes-credentials': 'Gebruikersnaam/wachtwoord niet toegestaan',\n /** String is not a valid URL */\n 'string.url.invalid': 'Geen geldige URL',\n /** String is not an absolute URL (eg it is missing a protocol/host) */\n 'string.url.not-absolute': \"Relatieve URL's zijn niet toegestaan\",\n /** String is not a relative URL (eg it contains a protocol/host) */\n 'string.url.not-relative': \"Alleen relatieve URL's zijn toegestaan\",\n})\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"validation.js","sources":["../../src/validation.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Array must have exactly \"$wantedLength\" items, but has more/less */\n 'array.exact-length': 'Moet precies {{wantedLength}} items bevatten',\n /** Portable Text array must have exactly \"$wantedLength\" blocks, but has more/less */\n 'array.exact-length_blocks': 'Moet precies {{wantedLength}} blokken bevatten',\n /** Array item is a duplicate, but array wants only unique items */\n 'array.item-duplicate': 'Mag geen duplicaat zijn',\n /** Array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length': 'Moet maximaal {{maxLength}} items bevatten',\n /** Portable Text array has more than the maximum of \"$maxLength\" items */\n 'array.maximum-length_blocks': 'Moet maximaal {{maxLength}} blokken bevatten',\n /** Array has less than the minimum of \"$minLength\" items */\n 'array.minimum-length': 'Moet minimaal {{minLength}} items bevatten',\n /** Portable Text array has less than the minimum of \"$minLength\" blocks */\n 'array.minimum-length_blocks': 'Moet minimaal {{minLength}} blokken bevatten',\n\n /** Date is not valid or not in the correct format (ISO-8601) */\n 'date.invalid-format': 'Moet een geldige ISO-8601 geformatteerde datumstring zijn',\n /** Date is later than the given maximum date \"$maxDate\" */\n 'date.maximum': 'Moet op of voor {{maxDate}} zijn',\n /** Date is earlier than the given minimum date \"$minDate\" */\n 'date.minimum': 'Moet op of na {{minDate}} zijn',\n\n /** A value of incorrect type is found, eg found `number` instead of `string` */\n 'generic.incorrect-type': 'Verwacht type \"{{expectedType}}\", maar kreeg \"{{actualType}}\"',\n /** Value is not one of the values specifically allowed */\n 'generic.not-allowed': 'Waarde komt niet overeen met toegestane waarden',\n /** Value \"$givenValue\" is not one of the values specifically allowed */\n 'generic.not-allowed_hint': 'Waarde \"{{hint}}\" komt niet overeen met toegestane waarden',\n /** A value is expected, but none is provided */\n 'generic.required': 'Vereist',\n\n /** Number is less than the given minimum threshold value \"$threshold\" */\n 'number.greater-than': 'Moet groter zijn dan {{threshold}}',\n /** Number is greater than the given maximum threshold value \"$threshold\" */\n 'number.less-than': 'Moet minder zijn dan {{threshold}}',\n /** Number is higher than the given maximum value \"$maxNumber\" */\n 'number.maximum': 'Moet lager zijn dan of gelijk aan {{maxNumber}}',\n /** Number has more precision (decimals) than the allowed \"$limit\" */\n 'number.maximum-precision': 'Maximale precisie is {{limit}}',\n /** Number is lower than the given minimum value \"$minNumber\" */\n 'number.minimum': 'Moet groter zijn dan of gelijk aan {{minNumber}}',\n /** Number is not an integer (\"whole number\") */\n 'number.non-integer': 'Moet een geheel getal zijn',\n\n /** Object is missing a reference to an asset document in its `asset` field */\n 'object.asset-required': 'Asset is vereist',\n /** Object is missing a reference to a file asset document in its `asset` field */\n 'object.asset-required_file': 'Bestand is vereist',\n /** Object is missing a reference to an image asset document in its `asset` field */\n 'object.asset-required_image': 'Afbeelding is vereist',\n /** Object is not a reference to a document (eg `{_ref: 'documentId'}`) */\n 'object.not-reference': 'Moet een verwijzing naar een document zijn',\n /** Object references a document which is not published */\n 'object.reference-not-published': 'Verwezen document moet gepubliceerd zijn',\n\n /** Accessibility label for closing the validation panel */\n 'panel.close-button-aria-label': 'Validatie sluiten',\n /** Message shown when the validation panel is opened but there are no errors/warnings */\n 'panel.no-errors-message': 'Geen validatiefouten',\n /** Title for the actual \"Validation\" panel/feature */\n 'panel.title': 'Validatie',\n\n /** Slug is an object, but is missing a `current` string property */\n 'slug.missing-current': 'Slug moet een waarde hebben',\n /** Slug is not an object (eg `{current: 'some-slug'}`) */\n 'slug.not-object': 'Slug moet een object zijn',\n /** Slug is already in use somewhere else, but needs to be unique */\n 'slug.not-unique': 'Slug is al in gebruik',\n\n /** String is not a valid email address */\n 'string.email': 'Moet een geldig e-mailadres zijn',\n /** String has a different character length than the exact number \"$wantedLength\" */\n 'string.exact-length': 'Moet precies {{wantedLength}} tekens lang zijn',\n /** String contains characters that are not in lowercase */\n 'string.lowercase': 'Moet volledig uit kleine letters bestaan',\n /** String is longer than the limit of \"$maxLength\" characters */\n 'string.maximum-length': 'Mag maximaal {{maxLength}} tekens lang zijn',\n /** String is shorter than the limit of \"$minLength\" characters */\n 'string.minimum-length': 'Moet minimaal {{minLength}} tekens lang zijn',\n /** String does not match the given regular expression, but should */\n 'string.regex-does-not-match': 'Komt niet overeen met \"{{name}}\"-patroon',\n /** String matches the given regular expression, but should not */\n 'string.regex-match': 'Mag niet overeenkomen met \"{{name}}\"-patroon',\n /** String contains characters that are not in uppercase */\n 'string.uppercase': 'Moet volledig uit hoofdletters bestaan',\n /** String contains a protocol/scheme that is not allowed, eg (`ftp`, `mailto`…) */\n 'string.url.disallowed-scheme': \"Komt niet overeen met toegestane protocollen/schema's\",\n /** String contains a URL with a username or password specified before the host */\n 'string.url.includes-credentials': 'Gebruikersnaam/wachtwoord niet toegestaan',\n /** String is not a valid URL */\n 'string.url.invalid': 'Geen geldige URL',\n /** String is not an absolute URL (eg it is missing a protocol/host) */\n 'string.url.not-absolute': \"Relatieve URL's zijn niet toegestaan\",\n /** String is not a relative URL (eg it contains a protocol/host) */\n 'string.url.not-relative': \"Alleen relatieve URL's zijn toegestaan\",\n})\n"],"names":[],"mappings":";AAEA,IAAA,aAAe,+BAA+B;AAAA;AAAA,EAE5C,sBAAsB;AAAA;AAAA,EAEtB,6BAA6B;AAAA;AAAA,EAE7B,wBAAwB;AAAA;AAAA,EAExB,wBAAwB;AAAA;AAAA,EAExB,+BAA+B;AAAA;AAAA,EAE/B,wBAAwB;AAAA;AAAA,EAExB,+BAA+B;AAAA;AAAA,EAG/B,uBAAuB;AAAA;AAAA,EAEvB,gBAAgB;AAAA;AAAA,EAEhB,gBAAgB;AAAA;AAAA,EAGhB,0BAA0B;AAAA;AAAA,EAE1B,uBAAuB;AAAA;AAAA,EAEvB,4BAA4B;AAAA;AAAA,EAE5B,oBAAoB;AAAA;AAAA,EAGpB,uBAAuB;AAAA;AAAA,EAEvB,oBAAoB;AAAA;AAAA,EAEpB,kBAAkB;AAAA;AAAA,EAElB,4BAA4B;AAAA;AAAA,EAE5B,kBAAkB;AAAA;AAAA,EAElB,sBAAsB;AAAA;AAAA,EAGtB,yBAAyB;AAAA;AAAA,EAEzB,8BAA8B;AAAA;AAAA,EAE9B,+BAA+B;AAAA;AAAA,EAE/B,wBAAwB;AAAA;AAAA,EAExB,kCAAkC;AAAA;AAAA,EAGlC,iCAAiC;AAAA;AAAA,EAEjC,2BAA2B;AAAA;AAAA,EAE3B,eAAe;AAAA;AAAA,EAGf,wBAAwB;AAAA;AAAA,EAExB,mBAAmB;AAAA;AAAA,EAEnB,mBAAmB;AAAA;AAAA,EAGnB,gBAAgB;AAAA;AAAA,EAEhB,uBAAuB;AAAA;AAAA,EAEvB,oBAAoB;AAAA;AAAA,EAEpB,yBAAyB;AAAA;AAAA,EAEzB,yBAAyB;AAAA;AAAA,EAEzB,+BAA+B;AAAA;AAAA,EAE/B,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,gCAAgC;AAAA;AAAA,EAEhC,mCAAmC;AAAA;AAAA,EAEnC,sBAAsB;AAAA;AAAA,EAEtB,2BAA2B;AAAA;AAAA,EAE3B,2BAA2B;AAC7B,CAAC;"}
|
|
@@ -1,5 +1,4 @@
|
|
|
1
|
-
import { removeUndefinedLocaleResources } from
|
|
2
|
-
|
|
1
|
+
import { removeUndefinedLocaleResources } from "sanity";
|
|
3
2
|
var vision = removeUndefinedLocaleResources({
|
|
4
3
|
/** Label for action "Copy to clipboard", tied to the "Query URL" field. Also used for accessibility purposes on button */
|
|
5
4
|
"action.copy-url-to-clipboard": "Kopi\xEBren naar klembord",
|
|
@@ -58,13 +57,22 @@ var vision = removeUndefinedLocaleResources({
|
|
|
58
57
|
* @see {@link https://www.sanity.io/docs/perspectives}
|
|
59
58
|
*/
|
|
60
59
|
"settings.perspective-label": "Perspectief",
|
|
60
|
+
/** Notification about previewDrafts to drafts rename */
|
|
61
|
+
"settings.perspective.preview-drafts-renamed-to-drafts.description": 'De "<code>previewDrafts</code>" perspective is hernoemd naar "<code>drafts</code>" en is nu afgekeurd. Deze verandering is effectief voor alle versies met ondersteuning voor perspective (>= v2021-03-25).',
|
|
61
62
|
/** Call to action to read the docs related to "Perspectives" */
|
|
62
63
|
"settings.perspectives.action.docs-link": "Lees de documentatie",
|
|
64
|
+
/** Option for selecting default perspective */
|
|
65
|
+
"settings.perspectives.default": "Geen perspective (API standaard)",
|
|
63
66
|
/** Description for popover that explains what "Perspectives" are */
|
|
64
67
|
"settings.perspectives.description": 'Perspectieven stellen je in staat om je query uit te voeren tegen verschillende "weergaven" van de inhoud in je dataset',
|
|
68
|
+
/** Description for upcoming default perspective change */
|
|
69
|
+
"settings.perspectives.new-default.description": 'De standaard perspective zal veranderen van "<code>raw</code>" naar "<code>published</code>" in een aankomende API versie. Raadpleeg de documentatie voor meer details.',
|
|
70
|
+
/** Label for the pinned release perspective */
|
|
71
|
+
"settings.perspectives.pinned-release-label": "Vastgezette release",
|
|
65
72
|
/** Title for popover that explains what "Perspectives" are */
|
|
66
73
|
"settings.perspectives.title": "Perspectieven"
|
|
67
74
|
});
|
|
68
|
-
|
|
69
|
-
|
|
75
|
+
export {
|
|
76
|
+
vision as default
|
|
77
|
+
};
|
|
70
78
|
//# sourceMappingURL=vision.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vision.js","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Kopiëren naar klembord',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppen',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Luisteren',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Annuleren',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Ophalen',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nieuw',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parameters zijn geen geldige JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parameters',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Kolom',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Regel',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Query',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Query URL',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'End-to-end',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Uitvoering',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Resultaat',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Resultaat kan niet als CSV gecodeerd worden',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Resultaat opslaan als <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'n.v.t.',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API-versie',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Aangepaste API-versie',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Dataset',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Ongeldige API-versie',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Andere',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspectief',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Lees de documentatie',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspectieven stellen je in staat om je query uit te voeren tegen verschillende \"weergaven\" van de inhoud in je dataset',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspectieven',\n})\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"vision.js","sources":["../../src/vision.ts"],"sourcesContent":["import {removeUndefinedLocaleResources} from 'sanity'\n\nexport default removeUndefinedLocaleResources({\n /** Label for action \"Copy to clipboard\", tied to the \"Query URL\" field. Also used for accessibility purposes on button */\n 'action.copy-url-to-clipboard': 'Kopiëren naar klembord',\n /** Label for stopping an ongoing listen operation */\n 'action.listen-cancel': 'Stoppen',\n /** Label for setting up a listener */\n 'action.listen-execute': 'Luisteren',\n /** Label for cancelling an ongoing query */\n 'action.query-cancel': 'Annuleren',\n /** Label for executing the query, eg doing a fetch */\n 'action.query-execute': 'Ophalen',\n\n /**\n * Some features has a \"New\" label indicating that the feature was recently introduced.\n * This defines what the text of that label is. Keep it short and sweet.\n */\n 'label.new': 'Nieuw',\n\n /** Error message for when the \"Params\" input are not a valid json */\n 'params.error.params-invalid-json': 'Parameters zijn geen geldige JSON',\n /** Label for \"Params\" (parameters) editor/input */\n 'params.label': 'Parameters',\n\n /** Label for 'Column' indicator when there is an error within the query */\n 'query.error.column': 'Kolom',\n /** Label for 'Line' indicator when there is an error within the query */\n 'query.error.line': 'Regel',\n /** Label for \"Query\" editor/input */\n 'query.label': 'Query',\n /** Label for the \"Query URL\" field, shown after executing a query, and allows for copying */\n 'query.url': 'Query URL',\n\n /** Label for \"End to End time\" information of the fetched query */\n 'result.end-to-end-time-label': 'End-to-end',\n /** Label for \"Execution time\" information of the fetched query */\n 'result.execution-time-label': 'Uitvoering',\n /** Label for \"Result\" explorer/view */\n 'result.label': 'Resultaat',\n /** Tooltip text shown when the query result is not encodable as CSV */\n 'result.save-result-as-csv.not-csv-encodable': 'Resultaat kan niet als CSV gecodeerd worden',\n /** Label for \"Save result as\" result action */\n 'result.save-result-as-format': 'Resultaat opslaan als <SaveResultButtons/>',\n /**\n * \"Not applicable\" message for when there is no Execution time or End to End time information\n * available for the query (eg when the query has not been executed, or errored)\n */\n 'result.timing-not-applicable': 'n.v.t.',\n\n /** Label for the \"API version\" dropdown in settings */\n 'settings.api-version-label': 'API-versie',\n /** Label for the \"Custom API version\" input in settings, shown when \"other\" is chosen as API version */\n 'settings.custom-api-version-label': 'Aangepaste API-versie',\n /** Label for the \"Dataset\" dropdown in vision settings */\n 'settings.dataset-label': 'Dataset',\n /** Error label for when the API version in 'Custom API version' input is invalid */\n 'settings.error.invalid-api-version': 'Ongeldige API-versie',\n /** Label for the \"other\" versions within the \"API version\" dropdown */\n 'settings.other-api-version-label': 'Andere',\n /**\n * Label for the \"Perspective\" dropdown in vision settings\n * @see {@link https://www.sanity.io/docs/perspectives}\n */\n 'settings.perspective-label': 'Perspectief',\n /** Notification about previewDrafts to drafts rename */\n 'settings.perspective.preview-drafts-renamed-to-drafts.description':\n 'De \"<code>previewDrafts</code>\" perspective is hernoemd naar \"<code>drafts</code>\" en is nu afgekeurd. Deze verandering is effectief voor alle versies met ondersteuning voor perspective (>= v2021-03-25).',\n /** Call to action to read the docs related to \"Perspectives\" */\n 'settings.perspectives.action.docs-link': 'Lees de documentatie',\n /** Option for selecting default perspective */\n 'settings.perspectives.default': 'Geen perspective (API standaard)',\n /** Description for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.description':\n 'Perspectieven stellen je in staat om je query uit te voeren tegen verschillende \"weergaven\" van de inhoud in je dataset',\n /** Description for upcoming default perspective change */\n 'settings.perspectives.new-default.description':\n 'De standaard perspective zal veranderen van \"<code>raw</code>\" naar \"<code>published</code>\" in een aankomende API versie. Raadpleeg de documentatie voor meer details.',\n /** Label for the pinned release perspective */\n 'settings.perspectives.pinned-release-label': 'Vastgezette release',\n /** Title for popover that explains what \"Perspectives\" are */\n 'settings.perspectives.title': 'Perspectieven',\n})\n"],"names":[],"mappings":";AAEA,IAAA,SAAe,+BAA+B;AAAA;AAAA,EAE5C,gCAAgC;AAAA;AAAA,EAEhC,wBAAwB;AAAA;AAAA,EAExB,yBAAyB;AAAA;AAAA,EAEzB,uBAAuB;AAAA;AAAA,EAEvB,wBAAwB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMxB,aAAa;AAAA;AAAA,EAGb,oCAAoC;AAAA;AAAA,EAEpC,gBAAgB;AAAA;AAAA,EAGhB,sBAAsB;AAAA;AAAA,EAEtB,oBAAoB;AAAA;AAAA,EAEpB,eAAe;AAAA;AAAA,EAEf,aAAa;AAAA;AAAA,EAGb,gCAAgC;AAAA;AAAA,EAEhC,+BAA+B;AAAA;AAAA,EAE/B,gBAAgB;AAAA;AAAA,EAEhB,+CAA+C;AAAA;AAAA,EAE/C,gCAAgC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKhC,gCAAgC;AAAA;AAAA,EAGhC,8BAA8B;AAAA;AAAA,EAE9B,qCAAqC;AAAA;AAAA,EAErC,0BAA0B;AAAA;AAAA,EAE1B,sCAAsC;AAAA;AAAA,EAEtC,oCAAoC;AAAA;AAAA;AAAA;AAAA;AAAA,EAKpC,8BAA8B;AAAA;AAAA,EAE9B,qEACE;AAAA;AAAA,EAEF,0CAA0C;AAAA;AAAA,EAE1C,iCAAiC;AAAA;AAAA,EAEjC,qCACE;AAAA;AAAA,EAEF,iDACE;AAAA;AAAA,EAEF,8CAA8C;AAAA;AAAA,EAE9C,+BAA+B;AACjC,CAAC;"}
|
package/dist/index.cjs
CHANGED
|
@@ -1,44 +1,57 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
var sanity = require('sanity');
|
|
6
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: !0 });
|
|
3
|
+
var sanity = require("sanity");
|
|
7
4
|
const locale = sanity.defineLocale({
|
|
8
5
|
id: "nl-NL",
|
|
9
6
|
title: "Nederlands",
|
|
10
7
|
bundles: [
|
|
11
8
|
{
|
|
12
9
|
namespace: "comments",
|
|
13
|
-
resources: () => Promise.resolve().then(function
|
|
10
|
+
resources: () => Promise.resolve().then(function() {
|
|
11
|
+
return require("./_chunks-cjs/comments.cjs");
|
|
12
|
+
})
|
|
14
13
|
},
|
|
15
14
|
{
|
|
16
15
|
namespace: "copy-paste",
|
|
17
|
-
resources: () => Promise.resolve().then(function
|
|
16
|
+
resources: () => Promise.resolve().then(function() {
|
|
17
|
+
return require("./_chunks-cjs/copy-paste.cjs");
|
|
18
|
+
})
|
|
18
19
|
},
|
|
19
20
|
{
|
|
20
21
|
namespace: "create",
|
|
21
|
-
resources: () => Promise.resolve().then(function
|
|
22
|
+
resources: () => Promise.resolve().then(function() {
|
|
23
|
+
return require("./_chunks-cjs/create.cjs");
|
|
24
|
+
})
|
|
22
25
|
},
|
|
23
26
|
{
|
|
24
27
|
namespace: "structure",
|
|
25
|
-
resources: () => Promise.resolve().then(function
|
|
28
|
+
resources: () => Promise.resolve().then(function() {
|
|
29
|
+
return require("./_chunks-cjs/structure.cjs");
|
|
30
|
+
})
|
|
26
31
|
},
|
|
27
32
|
{
|
|
28
33
|
namespace: "studio",
|
|
29
|
-
resources: () => Promise.resolve().then(function
|
|
34
|
+
resources: () => Promise.resolve().then(function() {
|
|
35
|
+
return require("./_chunks-cjs/studio.cjs");
|
|
36
|
+
})
|
|
30
37
|
},
|
|
31
38
|
{
|
|
32
39
|
namespace: "tasks",
|
|
33
|
-
resources: () => Promise.resolve().then(function
|
|
40
|
+
resources: () => Promise.resolve().then(function() {
|
|
41
|
+
return require("./_chunks-cjs/tasks.cjs");
|
|
42
|
+
})
|
|
34
43
|
},
|
|
35
44
|
{
|
|
36
45
|
namespace: "validation",
|
|
37
|
-
resources: () => Promise.resolve().then(function
|
|
46
|
+
resources: () => Promise.resolve().then(function() {
|
|
47
|
+
return require("./_chunks-cjs/validation.cjs");
|
|
48
|
+
})
|
|
38
49
|
},
|
|
39
50
|
{
|
|
40
51
|
namespace: "vision",
|
|
41
|
-
resources: () => Promise.resolve().then(function
|
|
52
|
+
resources: () => Promise.resolve().then(function() {
|
|
53
|
+
return require("./_chunks-cjs/vision.cjs");
|
|
54
|
+
})
|
|
42
55
|
}
|
|
43
56
|
],
|
|
44
57
|
weekInfo: {
|
|
@@ -46,13 +59,11 @@ const locale = sanity.defineLocale({
|
|
|
46
59
|
minimalDays: 4,
|
|
47
60
|
weekend: [6, 7]
|
|
48
61
|
}
|
|
49
|
-
})
|
|
50
|
-
const nlNLLocale = sanity.definePlugin((config) => ({
|
|
62
|
+
}), nlNLLocale = sanity.definePlugin((config) => ({
|
|
51
63
|
name: "@sanity/locale-nl-nl",
|
|
52
64
|
i18n: {
|
|
53
65
|
locales: [config ? { ...locale, ...config } : locale]
|
|
54
66
|
}
|
|
55
67
|
}));
|
|
56
|
-
|
|
57
68
|
exports.nlNLLocale = nlNLLocale;
|
|
58
69
|
//# sourceMappingURL=index.cjs.map
|
package/dist/index.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'nl-NL',\n title: 'Nederlands',\n bundles: [\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\n weekend: [6, 7],\n },\n})\n\n/**\n * Nederlands / Dutch locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const nlNLLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-nl-nl',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":["defineLocale","definePlugin"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.cjs","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'nl-NL',\n title: 'Nederlands',\n bundles: [\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\n weekend: [6, 7],\n },\n})\n\n/**\n * Nederlands / Dutch locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const nlNLLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-nl-nl',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":["defineLocale","definePlugin"],"mappings":";;;AAEA,MAAM,SAASA,OAAAA,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,4BAAY;AAAA,MAAA,CAAA;AAAA,IACtC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,6BAAa;AAAA,MAAA,CAAA;AAAA,IACvC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,yBAAS;AAAA,MAAA,CAAA;AAAA,IACnC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,8BAAc;AAAA,MAAA,CAAA;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,QAAA,QAAA,EAAA,KAAA,WAAA;AAAA,eAAA,QAAO,0BAAU;AAAA,MAAA,CAAA;AAAA,IAAA;AAAA,EAEtC;AAAA,EACA,UAAU;AAAA,IACR,UAAU;AAAA,IACV,aAAa;AAAA,IACb,SAAS,CAAC,GAAG,CAAC;AAAA,EAAA;AAElB,CAAC,GAOY,aAAaC,OAAAA,aAGhB,CAAC,YAAY;AAAA,EACrB,MAAM;AAAA,EACN,MAAM;AAAA,IACJ,SAAS,CAAC,SAAS,EAAC,GAAG,QAAQ,GAAG,OAAM,IAAI,MAAM;AAAA,EAAA;AAEtD,EAAE;;"}
|
package/dist/index.js
CHANGED
|
@@ -1,40 +1,39 @@
|
|
|
1
|
-
import { defineLocale, definePlugin } from
|
|
2
|
-
|
|
1
|
+
import { defineLocale, definePlugin } from "sanity";
|
|
3
2
|
const locale = defineLocale({
|
|
4
3
|
id: "nl-NL",
|
|
5
4
|
title: "Nederlands",
|
|
6
5
|
bundles: [
|
|
7
6
|
{
|
|
8
7
|
namespace: "comments",
|
|
9
|
-
resources: () => import(
|
|
8
|
+
resources: () => import("./_chunks-es/comments.js")
|
|
10
9
|
},
|
|
11
10
|
{
|
|
12
11
|
namespace: "copy-paste",
|
|
13
|
-
resources: () => import(
|
|
12
|
+
resources: () => import("./_chunks-es/copy-paste.js")
|
|
14
13
|
},
|
|
15
14
|
{
|
|
16
15
|
namespace: "create",
|
|
17
|
-
resources: () => import(
|
|
16
|
+
resources: () => import("./_chunks-es/create.js")
|
|
18
17
|
},
|
|
19
18
|
{
|
|
20
19
|
namespace: "structure",
|
|
21
|
-
resources: () => import(
|
|
20
|
+
resources: () => import("./_chunks-es/structure.js")
|
|
22
21
|
},
|
|
23
22
|
{
|
|
24
23
|
namespace: "studio",
|
|
25
|
-
resources: () => import(
|
|
24
|
+
resources: () => import("./_chunks-es/studio.js")
|
|
26
25
|
},
|
|
27
26
|
{
|
|
28
27
|
namespace: "tasks",
|
|
29
|
-
resources: () => import(
|
|
28
|
+
resources: () => import("./_chunks-es/tasks.js")
|
|
30
29
|
},
|
|
31
30
|
{
|
|
32
31
|
namespace: "validation",
|
|
33
|
-
resources: () => import(
|
|
32
|
+
resources: () => import("./_chunks-es/validation.js")
|
|
34
33
|
},
|
|
35
34
|
{
|
|
36
35
|
namespace: "vision",
|
|
37
|
-
resources: () => import(
|
|
36
|
+
resources: () => import("./_chunks-es/vision.js")
|
|
38
37
|
}
|
|
39
38
|
],
|
|
40
39
|
weekInfo: {
|
|
@@ -42,13 +41,13 @@ const locale = defineLocale({
|
|
|
42
41
|
minimalDays: 4,
|
|
43
42
|
weekend: [6, 7]
|
|
44
43
|
}
|
|
45
|
-
})
|
|
46
|
-
const nlNLLocale = definePlugin((config) => ({
|
|
44
|
+
}), nlNLLocale = definePlugin((config) => ({
|
|
47
45
|
name: "@sanity/locale-nl-nl",
|
|
48
46
|
i18n: {
|
|
49
47
|
locales: [config ? { ...locale, ...config } : locale]
|
|
50
48
|
}
|
|
51
49
|
}));
|
|
52
|
-
|
|
53
|
-
|
|
50
|
+
export {
|
|
51
|
+
nlNLLocale
|
|
52
|
+
};
|
|
54
53
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'nl-NL',\n title: 'Nederlands',\n bundles: [\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\n weekend: [6, 7],\n },\n})\n\n/**\n * Nederlands / Dutch locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const nlNLLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-nl-nl',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../src/index.ts"],"sourcesContent":["import {defineLocale, definePlugin, type LocaleDefinition} from 'sanity'\n\nconst locale = defineLocale({\n id: 'nl-NL',\n title: 'Nederlands',\n bundles: [\n {\n namespace: 'comments',\n resources: () => import('./comments'),\n },\n\n {\n namespace: 'copy-paste',\n resources: () => import('./copy-paste'),\n },\n\n {\n namespace: 'create',\n resources: () => import('./create'),\n },\n\n {\n namespace: 'structure',\n resources: () => import('./structure'),\n },\n\n {\n namespace: 'studio',\n resources: () => import('./studio'),\n },\n\n {\n namespace: 'tasks',\n resources: () => import('./tasks'),\n },\n\n {\n namespace: 'validation',\n resources: () => import('./validation'),\n },\n\n {\n namespace: 'vision',\n resources: () => import('./vision'),\n },\n ],\n weekInfo: {\n firstDay: 1,\n minimalDays: 4,\n weekend: [6, 7],\n },\n})\n\n/**\n * Nederlands / Dutch locale/translation plugin for Sanity Studio\n *\n * @public\n */\nexport const nlNLLocale = definePlugin<{\n title?: string\n weekInfo?: LocaleDefinition['weekInfo']\n} | void>((config) => ({\n name: '@sanity/locale-nl-nl',\n i18n: {\n locales: [config ? {...locale, ...config} : locale],\n },\n}))\n"],"names":[],"mappings":";AAEA,MAAM,SAAS,aAAa;AAAA,EAC1B,IAAI;AAAA,EACJ,OAAO;AAAA,EACP,SAAS;AAAA,IACP;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,0BAAY;AAAA,IACtC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,2BAAa;AAAA,IACvC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IACpC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,uBAAS;AAAA,IACnC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,4BAAc;AAAA,IACxC;AAAA,IAEA;AAAA,MACE,WAAW;AAAA,MACX,WAAW,MAAM,OAAO,wBAAU;AAAA,IAAA;AAAA,EAEtC;AAAA,EACA,UAAU;AAAA,IACR,UAAU;AAAA,IACV,aAAa;AAAA,IACb,SAAS,CAAC,GAAG,CAAC;AAAA,EAAA;AAElB,CAAC,GAOY,aAAa,aAGhB,CAAC,YAAY;AAAA,EACrB,MAAM;AAAA,EACN,MAAM;AAAA,IACJ,SAAS,CAAC,SAAS,EAAC,GAAG,QAAQ,GAAG,OAAM,IAAI,MAAM;AAAA,EAAA;AAEtD,EAAE;"}
|
package/package.json
CHANGED
package/src/comments.ts
CHANGED
|
@@ -29,9 +29,6 @@ export default removeUndefinedLocaleResources({
|
|
|
29
29
|
/** The inspector text when error copying link */
|
|
30
30
|
'copy-link-error-message': 'Kan link niet naar klembord kopiëren',
|
|
31
31
|
|
|
32
|
-
/** The inspector successfully copied link text */
|
|
33
|
-
'copy-link-success-message': 'Link gekopieerd naar klembord',
|
|
34
|
-
|
|
35
32
|
/** The delete dialog body for a comment */
|
|
36
33
|
'delete-comment.body': 'Na het verwijderen kan een opmerking niet worden hersteld.',
|
|
37
34
|
/** The delete dialog confirm button text for a comment */
|
package/src/copy-paste.ts
CHANGED
|
@@ -12,13 +12,6 @@ export default removeUndefinedLocaleResources({
|
|
|
12
12
|
/** The error message that is shown when the clipboard is not supported */
|
|
13
13
|
'copy-paste.on-copy.validation.clipboard-not-supported.title':
|
|
14
14
|
'Uw browser ondersteunt deze actie niet',
|
|
15
|
-
/** The success message that is shown when a document is copied */
|
|
16
|
-
'copy-paste.on-copy.validation.copy-document-success.title':
|
|
17
|
-
'Document "{{fieldNames}}" gekopieerd',
|
|
18
|
-
/** The success message that is shown when a field is copied */
|
|
19
|
-
'copy-paste.on-copy.validation.copy-field_one-success.title': 'Veld "{{fieldName}}" gekopieerd',
|
|
20
|
-
/** The success message that is shown when a array item is copied */
|
|
21
|
-
'copy-paste.on-copy.validation.copy-item_one-success.title': 'Item "{{typeName}}" gekopieerd',
|
|
22
15
|
/** The error message that is shown when there is no value to copy */
|
|
23
16
|
'copy-paste.on-copy.validation.no-value.title': 'Lege waarde, niets om te kopiëren',
|
|
24
17
|
/** --- On copy --- */
|
|
@@ -35,11 +28,6 @@ export default removeUndefinedLocaleResources({
|
|
|
35
28
|
'copy-paste.on-paste.validation.clipboard-empty.title': 'Niets om te plakken',
|
|
36
29
|
/** The validation message that is shown when the clipboard item is invalid */
|
|
37
30
|
'copy-paste.on-paste.validation.clipboard-invalid.title': 'Ongeldig klembord item',
|
|
38
|
-
/** The success message that is shown when a document is pasted */
|
|
39
|
-
'copy-paste.on-paste.validation.document-paste-success.title':
|
|
40
|
-
'Document "{{fieldNames}}" bijgewerkt',
|
|
41
|
-
/** The success message that is shown when a field is pasted */
|
|
42
|
-
'copy-paste.on-paste.validation.field_one-paste-success.title': 'Veld "{{fieldName}}" bijgewerkt',
|
|
43
31
|
/** The validation message that is shown when image files are incompatible */
|
|
44
32
|
'copy-paste.on-paste.validation.image-file-incompatible.description':
|
|
45
33
|
'Een "{{sourceSchemaType}}" is niet toegestaan in een "{{targetSchemaType}}"',
|
package/src/structure.ts
CHANGED
|
@@ -40,6 +40,8 @@ export default removeUndefinedLocaleResources({
|
|
|
40
40
|
'action.publish.disabled.not-ready': 'Operatie niet klaar',
|
|
41
41
|
/** Label for action when there are pending changes.*/
|
|
42
42
|
'action.publish.draft.label': 'Publiceren',
|
|
43
|
+
/** Label for the "Publish" document action */
|
|
44
|
+
'action.publish.label': 'Publiceren',
|
|
43
45
|
/** Label for the "Publish" document action when the document has live edit enabled.*/
|
|
44
46
|
'action.publish.live-edit.label': 'Publiceren',
|
|
45
47
|
/** Fallback tooltip for the "Publish" document action when publish is invoked for a document with live edit enabled.*/
|
|
@@ -78,6 +80,9 @@ export default removeUndefinedLocaleResources({
|
|
|
78
80
|
'action.unpublish.live-edit.disabled':
|
|
79
81
|
'Dit document heeft live bewerken ingeschakeld en kan niet worden gedepubliceerd',
|
|
80
82
|
|
|
83
|
+
/** Description for the archived release banner, rendered when viewing the history of a version document from the publihed view */
|
|
84
|
+
'banners.archived-release.description':
|
|
85
|
+
'U bekijkt een alleen-lezen document dat werd gearchiveerd als onderdeel van <VersionBadge>{{title}}</VersionBadge>. Het kan niet bewerkt worden',
|
|
81
86
|
/** The text for the restore button on the deleted document banner */
|
|
82
87
|
'banners.deleted-document-banner.restore-button.text': 'Herstel meest recente versie',
|
|
83
88
|
/** The text content for the deleted document banner */
|
|
@@ -107,6 +112,9 @@ export default removeUndefinedLocaleResources({
|
|
|
107
112
|
'banners.permission-check-banner.request-permission-button.sent': 'Aanvraag verzonden',
|
|
108
113
|
/** The text for the request permission button that appears for viewer roles */
|
|
109
114
|
'banners.permission-check-banner.request-permission-button.text': 'Vraag om te bewerken',
|
|
115
|
+
/** Description for the archived release banner, rendered when viewing the history of a version document from the published view */
|
|
116
|
+
'banners.published-release.description':
|
|
117
|
+
'U bekijkt een alleen-lezen document dat werd gepubliceerd als onderdeel van <VersionBadge>{{title}}</VersionBadge>. Het kan niet bewerkt worden',
|
|
110
118
|
/** The text for the reload button */
|
|
111
119
|
'banners.reference-changed-banner.reason-changed.reload-button.text': 'Referentie herladen',
|
|
112
120
|
/** The text for the reference change banner if the reason is that the reference has been changed */
|
|
@@ -117,6 +125,40 @@ export default removeUndefinedLocaleResources({
|
|
|
117
125
|
/** The text for the reference change banner if the reason is that the reference has been deleted */
|
|
118
126
|
'banners.reference-changed-banner.reason-removed.text':
|
|
119
127
|
'Deze referentie is verwijderd sinds u deze geopend heeft.',
|
|
128
|
+
/** The text that appears for the action button to add the current document to the global release */
|
|
129
|
+
'banners.release.action.add-to-release': 'Toevoegen aan release',
|
|
130
|
+
/** The text that appears for the action button to add the current document to the global release */
|
|
131
|
+
'banners.release.action.open-to-edit': 'Release openen om te bewerken',
|
|
132
|
+
/** Toast description in case an error occurs when adding a document to a release */
|
|
133
|
+
'banners.release.error.description':
|
|
134
|
+
'Er is een fout opgetreden bij het toevoegen van het document aan de release: {{message}}',
|
|
135
|
+
/** Toast title in case an error occurs when adding a document to a release */
|
|
136
|
+
'banners.release.error.title': 'Fout bij het toevoegen van document aan release',
|
|
137
|
+
/** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
|
|
138
|
+
'banners.release.navigate-to-edit-description': 'Het document bestaat alleen in de',
|
|
139
|
+
/** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
|
|
140
|
+
'banners.release.navigate-to-edit-description-end_one': 'release',
|
|
141
|
+
/** The text for the banner that appears when a document only has versions but is in a draft or published pinned release */
|
|
142
|
+
'banners.release.navigate-to-edit-description-end_other': 'releases',
|
|
143
|
+
/** The text for the banner that appears when there are multiple versions but no drafts or published, only one extra releases */
|
|
144
|
+
'banners.release.navigate-to-edit-description-multiple_one':
|
|
145
|
+
'Dit document maakt deel uit van de <VersionBadge/> release en {{count}} meer release.',
|
|
146
|
+
/** The text for the banner that appears when there are multiple versions but no drafts or published, more than one extra releases */
|
|
147
|
+
'banners.release.navigate-to-edit-description-multiple_other':
|
|
148
|
+
'Dit document maakt deel uit van de <VersionBadge/> release en {{count}} meer releases',
|
|
149
|
+
/** The text for the banner that appears when a document only has one version but is in a draft or published pinned release */
|
|
150
|
+
'banners.release.navigate-to-edit-description-single':
|
|
151
|
+
'Dit document maakt deel uit van de <VersionBadge/> release',
|
|
152
|
+
/** The text for the banner that appears when a document is not in the current global release */
|
|
153
|
+
'banners.release.not-in-release': 'Niet in de <VersionBadge>{{title}}</VersionBadge> release.',
|
|
154
|
+
/** Description of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
|
|
155
|
+
'banners.release.waiting.description':
|
|
156
|
+
'Even geduld terwijl het document wordt toegevoegd aan de release. Dit zou niet langer dan een paar seconden moeten duren.',
|
|
157
|
+
/** Title of toast that will appear in case of latency between the user adding a document to a release and the UI reflecting it */
|
|
158
|
+
'banners.release.waiting.title': 'Document wordt toegevoegd aan release…',
|
|
159
|
+
/** The text content for the unpublished document banner when is part of a release */
|
|
160
|
+
'banners.unpublished-release-banner.text':
|
|
161
|
+
'Dit document zal niet gepubliceerd worden als onderdeel van de <VersionBadge>{{title}}</VersionBadge> release',
|
|
120
162
|
|
|
121
163
|
/** Browser/tab title when creating a new document of a given type */
|
|
122
164
|
'browser-document-title.new-document': 'Nieuw {{schemaType}}',
|
|
@@ -145,6 +187,25 @@ export default removeUndefinedLocaleResources({
|
|
|
145
187
|
/** The label used in the changes inspector for the to selector */
|
|
146
188
|
'changes.to.label': 'Naar',
|
|
147
189
|
|
|
190
|
+
/** The error message shown when the specified document comparison mode is not supported */
|
|
191
|
+
'compare-version.error.invalidModeParam':
|
|
192
|
+
'"{{input}}" is geen ondersteunde documentvergelijkingsmodus.',
|
|
193
|
+
/** The error message shown when the next document for comparison could not be extracted from the URL */
|
|
194
|
+
'compare-version.error.invalidNextDocumentParam': 'De volgende documentparameter is ongeldig.',
|
|
195
|
+
/** The error message shown when the document comparison URL could not be parsed */
|
|
196
|
+
'compare-version.error.invalidParams.title': 'Niet in staat om documenten te vergelijken',
|
|
197
|
+
/** The error message shown when the previous document for comparison could not be extracted from the URL */
|
|
198
|
+
'compare-version.error.invalidPreviousDocumentParam': 'De vorige documentparameter is ongeldig.',
|
|
199
|
+
|
|
200
|
+
/** The text for the "Compare versions" action for a document */
|
|
201
|
+
'compare-versions.menu-item.title': 'Versies vergelijken',
|
|
202
|
+
/** The string used to label draft documents */
|
|
203
|
+
'compare-versions.status.draft': 'Concept',
|
|
204
|
+
/** The string used to label published documents */
|
|
205
|
+
'compare-versions.status.published': 'Gepubliceerd',
|
|
206
|
+
/** The title used when comparing versions of a document */
|
|
207
|
+
'compare-versions.title': 'Versies vergelijken',
|
|
208
|
+
|
|
148
209
|
/** The text in the "Cancel" button in the confirm delete dialog that cancels the action and closes the dialog */
|
|
149
210
|
'confirm-delete-dialog.cancel-button.text': 'Annuleren',
|
|
150
211
|
/** Used in `confirm-delete-dialog.cdr-summary.title` */
|
|
@@ -169,8 +230,6 @@ export default removeUndefinedLocaleResources({
|
|
|
169
230
|
'confirm-delete-dialog.cdr-table.dataset.label': 'Dataset',
|
|
170
231
|
/** The header for the document ID column in the list of cross-dataset references found */
|
|
171
232
|
'confirm-delete-dialog.cdr-table.document-id.label': 'Document-ID',
|
|
172
|
-
/** The toast title when the copy button has been clicked */
|
|
173
|
-
'confirm-delete-dialog.cdr-table.id-copied-toast.title': 'Document-ID gekopieerd naar klembord!',
|
|
174
233
|
/** The toast title when the copy button has been clicked but copying failed */
|
|
175
234
|
'confirm-delete-dialog.cdr-table.id-copied-toast.title-failed':
|
|
176
235
|
'Kopiëren van document ID mislukt',
|
|
@@ -276,6 +335,13 @@ export default removeUndefinedLocaleResources({
|
|
|
276
335
|
/** The title of the sync lock toast on the form view */
|
|
277
336
|
'document-view.form-view.sync-lock-toast.title': 'Document synchroniseren…',
|
|
278
337
|
|
|
338
|
+
/**The title for the menu items that will be shown when expanding a publish release event to inspect the document */
|
|
339
|
+
'events.inspect.release': 'Inspecteer <VersionBadge>{{releaseTitle}}</VersionBadge> document',
|
|
340
|
+
/**The title for the menu items that will be shown when expanding a publish draft event to inspect the draft document*/
|
|
341
|
+
'events.open.draft': 'Open <VersionBadge>concept</VersionBadge> document',
|
|
342
|
+
/**The title for the menu items that will be shown when expanding a publish release event to inspect the release*/
|
|
343
|
+
'events.open.release': 'Open <VersionBadge>{{releaseTitle}}</VersionBadge> release',
|
|
344
|
+
|
|
279
345
|
/** The loading messaging for when the tooltip is still loading permission info */
|
|
280
346
|
'insufficient-permissions-message-tooltip.loading-text': 'Laden…',
|
|
281
347
|
|
|
@@ -368,6 +434,9 @@ export default removeUndefinedLocaleResources({
|
|
|
368
434
|
/** The text when copy URL operation succeeded */
|
|
369
435
|
'panes.document-operation-results.operation-success_copy-url':
|
|
370
436
|
'Document URL gekopieerd naar klembord',
|
|
437
|
+
/** */
|
|
438
|
+
'panes.document-operation-results.operation-success_createVersion':
|
|
439
|
+
'<Strong>{{title}}</Strong> is toegevoegd aan de release',
|
|
371
440
|
/** The text when a delete operation succeeded */
|
|
372
441
|
'panes.document-operation-results.operation-success_delete':
|
|
373
442
|
'Het document is succesvol verwijderd',
|
|
@@ -387,8 +456,6 @@ export default removeUndefinedLocaleResources({
|
|
|
387
456
|
'De publicatie van het document is ongedaan gemaakt. Er is een concept gemaakt van de laatste gepubliceerde versie.',
|
|
388
457
|
/** The document title shown when document title is "undefined" in operation message */
|
|
389
458
|
'panes.document-operation-results.operation-undefined-title': 'Naamloos',
|
|
390
|
-
/** The title of the reconnecting toast */
|
|
391
|
-
'panes.document-pane-provider.reconnecting.title': 'Verbinding verloren. Opnieuw verbinden…',
|
|
392
459
|
/** The loading message for the document not found pane */
|
|
393
460
|
'panes.document-pane.document-not-found.loading': 'Document laden…',
|
|
394
461
|
/** The text of the document not found pane if the schema is known */
|