@sanity/locale-cs-cz 1.1.7 → 1.1.8
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.
|
@@ -115,6 +115,12 @@ var studio = sanity.removeUndefinedLocaleResources({
|
|
|
115
115
|
"calendar.action.set-to-current-time": "Nastavit na aktu\xE1ln\xED \u010Das",
|
|
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}} dne {{date, datetime}}",
|
|
118
|
+
/** Aria label for button to open date picker */
|
|
119
|
+
"calendar.button.aria-label": void 0,
|
|
120
|
+
// 'Open calendar'
|
|
121
|
+
/** Tooltip content for button to open datetime input */
|
|
122
|
+
"calendar.button.tooltip-text": void 0,
|
|
123
|
+
// 'Select date'
|
|
118
124
|
/** Error message displayed in calendar when entered date is not the correct format */
|
|
119
125
|
"calendar.error.must-be-in-format": "Mus\xED b\xFDt ve form\xE1tu <Emphasis>{{exampleDate}}</Emphasis>",
|
|
120
126
|
/** Month name for April */
|