Skip to content

Commit d5fd673

Browse files
authored
chore: update translations (#57)
1 parent ab36d74 commit d5fd673

File tree

4 files changed

+14
-10
lines changed

4 files changed

+14
-10
lines changed

i18n/core.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"UIKit.MultilineTextInput.expand": "Expand",
2323
"UIKit.SelectInput.noOptionsMessageWithInputValue": "No options",
2424
"UIKit.SelectInput.noOptionsMessageWithoutInputValue": "No options",
25+
"UIKit.TextField.missingRequiredField": "This field is required. Provide a value.",
2526
"UIKit.TimeInput.labelRange": "to",
2627
"UIKit.TimeRangePicker.from": "From",
2728
"UIKit.TimeRangePicker.to": "To"

i18n/de.json

+10-9
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,21 @@
99
"UIKit.CreatableSelectInput.noOptionsMessageWithoutInputValue": "",
1010
"UIKit.DateInput.labelRange": "bis",
1111
"UIKit.DateTimeInput.labelRange": "bis",
12-
"UIKit.LocalizedMultilineTextInput.collapse": "",
13-
"UIKit.LocalizedMultilineTextInput.expand": "",
14-
"UIKit.LocalizedMultilineTextInput.hide": "",
15-
"UIKit.LocalizedMultilineTextInput.missingRequiredField": "",
16-
"UIKit.LocalizedMultilineTextInput.show": "",
17-
"UIKit.LocalizedTextInput.collapse": "",
18-
"UIKit.LocalizedTextInput.expand": "",
19-
"UIKit.LocalizedTextInput.missingRequiredField": "",
12+
"UIKit.LocalizedMultilineTextInput.collapse": "Verbergen",
13+
"UIKit.LocalizedMultilineTextInput.expand": "Anzeigen",
14+
"UIKit.LocalizedMultilineTextInput.hide": "Sprachen verbergen",
15+
"UIKit.LocalizedMultilineTextInput.missingRequiredField": "Pflichtfeld*, Geben Sie mindestens einen Wert an",
16+
"UIKit.LocalizedMultilineTextInput.show": "Alle Sprachen anzeigen",
17+
"UIKit.LocalizedTextInput.collapse": "Sprachen verbergen",
18+
"UIKit.LocalizedTextInput.expand": "Alle Sprachen anzeigen",
19+
"UIKit.LocalizedTextInput.missingRequiredField": "Pflichtfeld*, Geben Sie mindestens einen Wert an",
2020
"UIKit.MoneyInput.chevronLabel": "Dropdown öffnen/schliessen",
2121
"UIKit.MultilineTextInput.collapse": "Ausblenden",
2222
"UIKit.MultilineTextInput.expand": "Erweitern",
2323
"UIKit.SelectInput.noOptionsMessageWithInputValue": "",
2424
"UIKit.SelectInput.noOptionsMessageWithoutInputValue": "",
25+
"UIKit.TextField.missingRequiredField": "Pflichtfeld*, Geben Sie mindestens einen Wert an",
2526
"UIKit.TimeInput.labelRange": "",
2627
"UIKit.TimeRangePicker.from": "Von",
2728
"UIKit.TimeRangePicker.to": "Bis"
28-
}
29+
}

i18n/en.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
"UIKit.MultilineTextInput.expand": "Expand",
2323
"UIKit.SelectInput.noOptionsMessageWithInputValue": "No options",
2424
"UIKit.SelectInput.noOptionsMessageWithoutInputValue": "No options",
25+
"UIKit.TextField.missingRequiredField": "This field is required. Provide a value.",
2526
"UIKit.TimeInput.labelRange": "to",
2627
"UIKit.TimeRangePicker.from": "From",
2728
"UIKit.TimeRangePicker.to": "To"
28-
}
29+
}

i18n/es.json

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"UIKit.MultilineTextInput.expand": "",
2323
"UIKit.SelectInput.noOptionsMessageWithInputValue": "",
2424
"UIKit.SelectInput.noOptionsMessageWithoutInputValue": "",
25+
"UIKit.TextField.missingRequiredField": "",
2526
"UIKit.TimeInput.labelRange": "",
2627
"UIKit.TimeRangePicker.from": "",
2728
"UIKit.TimeRangePicker.to": ""

0 commit comments

Comments
 (0)