@sanity/locale-nl-nl 1.1.9 → 1.1.11
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/studio.cjs +4 -0
- package/dist/_chunks-cjs/studio.cjs.map +1 -1
- package/dist/_chunks-cjs/vision.cjs +2 -4
- package/dist/_chunks-cjs/vision.cjs.map +1 -1
- package/dist/_chunks-es/studio.js +4 -0
- package/dist/_chunks-es/studio.js.map +1 -1
- package/dist/_chunks-es/vision.js +2 -4
- package/dist/_chunks-es/vision.js.map +1 -1
- package/package.json +1 -1
- package/src/studio.ts +4 -0
- package/src/vision.ts +2 -2
|
@@ -115,6 +115,10 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
115
115
|
"calendar.action.set-to-current-time": "Instellen op de huidige tijd",
|
|
116
116
|
/** 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 */
|
|
117
117
|
"calendar.action.set-to-time-preset": "{{time}} op {{date, datetime}}",
|
|
118
|
+
/** Aria label for button to open date picker */
|
|
119
|
+
"calendar.button.aria-label": "Kalender openen",
|
|
120
|
+
/** Tooltip content for button to open datetime input */
|
|
121
|
+
"calendar.button.tooltip-text": "Selecteer datum",
|
|
118
122
|
/** Error message displayed in calendar when entered date is not the correct format */
|
|
119
123
|
"calendar.error.must-be-in-format": "Moet in het formaat <Emphasis>{{exampleDate}}</Emphasis> zijn",
|
|
120
124
|
/** Month name for April */
|