@@ -178,12 +178,36 @@ DATEPICKER_OPEN_ICON_TITLE=Open Picker
178178# XACT: Aria information for the Date Picker
179179DATEPICKER_DATE_DESCRIPTION =Date Input
180180
181+ DATEPICKER_VALUE_MISSING =Enter the date in the following format: {0}.
182+
183+ DATEPICKER_PATTERN_MISSMATCH =This format is not supported. Enter the date and time range in the following format: {0}.
184+
185+ DATEPICKER_RANGE_OVERFLOW =Enter a date lower than the maximum value of {0}.
186+
187+ DATEPICKER_RANGE_UNDERFLOW =Enter a date higher than the minimum value of {0}.
188+
181189# XACT: Aria information for the Date Time Picker
182190DATETIME_DESCRIPTION =Date Time Input
183191
192+ DATETIME_VALUE_MISSING =Enter the date and time in the following format: {0}.
193+
194+ DATETIME_PATTERN_MISMATCH =This format is not supported. Enter the date and time in the following format: {0}.
195+
196+ DATETIME_RANGEOVERFLOW =Enter a value lower than the maximum value of {0}.
197+
198+ DATETIME_RANGEUNDERFLOW =Enter a value higher than the minimum value of {0}.
199+
184200# XACT: Aria information for the Date Range Picker
185201DATERANGE_DESCRIPTION =Date Range Input
186202
203+ DATERANGE_VALUE_MISSING =Enter the date range in the following format: {0} - {0}.
204+
205+ DATERANGE_PATTERN_MISMATCH =This format is not supported. Enter the date in the following format: {0} - {0}.
206+
207+ DATERANGE_OVERFLOW =Enter a value lower than the maximum value of {0}.
208+
209+ DATERANGE_UNDERFLOW =Enter a value higher than the minimum value of {0}.
210+
187211# XACT: Aria information for the Date Picker popover
188212DATEPICKER_POPOVER_ACCESSIBLE_NAME =Choose Date for {0}
189213
@@ -236,6 +260,8 @@ FILEUPLOADER_VALUE_HELP_TOOLTIP=Browse and replace all files
236260# XTOL: Default tooltip text for the ui5-file-uploader's clear icon
237261FILEUPLOADER_CLEAR_ICON_TOOLTIP =Remove all files
238262
263+ FILEUPLOAER_VALUE_MISSING =Select or drag and drop a file to upload.
264+
239265GROUP_HEADER_TEXT =Group Header
240266
241267# XACT: ARIA announcement for the Select`s roledescription attribute
@@ -511,6 +537,10 @@ TIMEPICKER_INPUTS_ENTER_MINUTES=Please enter minutes
511537# XACT: Time Picker Inputs tooltip/aria-label for Seconds input
512538TIMEPICKER_INPUTS_ENTER_SECONDS =Please enter seconds
513539
540+ TIMEPICKER_VALUE_MISSING =Enter the time in the following format: {0}.
541+
542+ TIMEPICKER_PATTERN_MISSMATCH =This format is not supported. Enter the time in the following format: {0}.
543+
514544# XACT: Aria information for the Duration Picker
515545DURATION_INPUT_DESCRIPTION =Duration Input
516546
@@ -658,6 +688,12 @@ STEPINPUT_DEC_ICON_TITLE=Decrease
658688# XTOL: tooltip for increase button of the StepInput
659689STEPINPUT_INC_ICON_TITLE =Increase
660690
691+ STEPINPUT_PATTER_MISSMATCH =This format is not supported. Enter a number with {0} decimal places.
692+
693+ STEPINPUT_RANGEOVERFLOW =Enter a number lower than the maximum value of {0}.
694+
695+ STEPINPUT_RANGEUNDERFLOW =Enter a number higher than the minimum value of {0}.
696+
661697# XACT: Aria information for the Split Button
662698SPLIT_BUTTON_DESCRIPTION =Split Button
663699
@@ -817,6 +853,12 @@ DYNAMIC_DATE_RANGE_TO_TEXT=To (Date Time)
817853# XFLD: Text for the selected date in the DynamicDateRange component.
818854DYNAMIC_DATE_RANGE_SELECTED_TEXT =Selected
819855
856+ DYNAMIC_DATE_TIME_RANGE_TEXT =From / To (Date and Time)
857+
858+ DYNAMIC_DATE_TIME_RANGE_TEXT_TO_LABEL =To
859+
860+ DYNAMIC_DATE_TIME_RANGE_TEXT_FROM_LABEL =From
861+
820862# FLD: Text for the selected date section when there's no value in the DynamicDateRange component.
821863DYNAMIC_DATE_RANGE_EMPTY_SELECTED_TEXT =Choose Dates
822864
0 commit comments