You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DATEPICKER_VALUE_MISSING=Enter the date in the following format: {0}.
121
+
122
+
DATEPICKER_PATTERN_MISSMATCH=This format is not supported. Enter the date and time range in the following format: {0}.
123
+
124
+
DATEPICKER_RANGE_OVERFLOW=Enter a date lower than the maximum value of {0}.
125
+
126
+
DATEPICKER_RANGE_UNDERFLOW=Enter a date higher than the minimum value of {0}.
127
+
120
128
DATETIME_DESCRIPTION=Date Time Input
121
129
130
+
DATETIME_VALUE_MISSING=Enter the date and time in the following format: {0}.
131
+
132
+
DATETIME_PATTERN_MISMATCH=This format is not supported. Enter the date and time in the following format: {0}.
133
+
134
+
DATETIME_RANGEOVERFLOW=Enter a value lower than the maximum value of {0}.
135
+
136
+
DATETIME_RANGEUNDERFLOW=Enter a value higher than the minimum value of {0}.
137
+
122
138
DATERANGE_DESCRIPTION=Date Range Input
123
139
140
+
DATERANGE_VALUE_MISSING=Enter the date range in the following format: {0} - {0}.
141
+
142
+
DATERANGE_PATTERN_MISMATCH=This format is not supported. Enter the date in the following format: {0} - {0}.
143
+
144
+
DATERANGE_OVERFLOW=Enter a value lower than the maximum value of {0}.
145
+
146
+
DATERANGE_UNDERFLOW=Enter a value higher than the minimum value of {0}.
147
+
124
148
DATEPICKER_POPOVER_ACCESSIBLE_NAME=Choose Date for {0}
TIMEPICKER_INPUTS_ENTER_SECONDS=Please enter seconds
342
368
369
+
TIMEPICKER_VALUE_MISSING=Enter the time in the following format: {0}.
370
+
371
+
TIMEPICKER_PATTERN_MISSMATCH=This format is not supported. Enter the time in the following format: {0}.
SPLIT_BUTTON_KEYBOARD_HINT=Press Space or Enter to trigger default action and Alt + Arrow Down or F4 to trigger arrow action
0 commit comments