Skip to content

Commit

Permalink
German localization message values for dxDateRangeBox* (#26780)
Browse files Browse the repository at this point in the history
Signed-off-by: UlliHahndorf <[email protected]>
Co-authored-by: UlliHahndorf <[email protected]>
  • Loading branch information
AlisherAmonulloev and UlliHahndorf authored Feb 28, 2024
1 parent cbc16e7 commit a6bb266
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions packages/devextreme/js/localization/messages/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@
"dxDateBox-simulatedDataPickerTitleDateTime": "Datum und Zeit auswählen",
"dxDateBox-validation-datetime": "Der Wert muss ein Datum oder eine Uhrzeit sein",

"dxDateRangeBox-invalidStartDateMessage": "Start value must be a date",
"dxDateRangeBox-invalidEndDateMessage": "End value must be a date",
"dxDateRangeBox-startDateOutOfRangeMessage": "Start date is out of range",
"dxDateRangeBox-endDateOutOfRangeMessage": "End date is out of range",
"dxDateRangeBox-startDateLabel": "Anfangszeit",
"dxDateRangeBox-endDateLabel": "Endzeit",
"dxDateRangeBox-invalidStartDateMessage": "Anfangsdatum muss ein Datum sein",
"dxDateRangeBox-invalidEndDateMessage": "Enddatum muss ein Datum sein",
"dxDateRangeBox-startDateOutOfRangeMessage": "Anfangsdatum ist ausserhalb des gültigen Bereichs",
"dxDateRangeBox-endDateOutOfRangeMessage": "Enddatum ist ausserhalb des gültigen Bereichs",
"dxDateRangeBox-startDateLabel": "Anfangsdatum",
"dxDateRangeBox-endDateLabel": "Enddatum",

"dxFileUploader-selectFile": "Datei auswählen",
"dxFileUploader-dropFile": "oder hierher ziehen",
Expand Down

0 comments on commit a6bb266

Please sign in to comment.