@@ -546,6 +546,7 @@ export const enUS: Record<string, string> = {
546546 "nz-form.nzLabelAlign.description" : "Set default props `[nzLabelAlign]` value of `nz-form-label`" ,
547547 "nz-form.nzLabelWrap.description" : "Set default props `[nzLabelWrap]` value of `nz-form-label`" ,
548548 "nz-form.nzRequiredMark.description" : "Required mark style. Can use required mark or optional mark." ,
549+ "nz-form.nzSize.description" : "Set field component size" ,
549550 "nz-form-item.title" : "Form" ,
550551 "nz-form-item.whenToUse" : "- When you need to create an instance or collect information.\n- When you need to validate fields in certain rules." ,
551552 "nz-form-item.description" : "Used to separate the item in forms, contains label(optional) and control field." ,
@@ -1520,6 +1521,9 @@ export const enUS: Record<string, string> = {
15201521 "nz-time-picker.nzPopupClassName.description" : "className of panel" ,
15211522 "nz-time-picker.nzUse12Hours.description" : "display as 12 hours format, with default format `h:mm:ss a`" ,
15221523 "nz-time-picker.nzSuffixIcon.description" : "the custom suffix icon" ,
1524+ "nz-time-picker.nzPrefix.description" : "the custom prefix" ,
1525+ "nz-time-picker.nzNeedConfirm.description" : "Need click confirm button to trigger value change" ,
1526+ "nz-time-picker.nzPlacement.description" : "The position where the selection box pops up" ,
15231527 "nz-time-picker.ngModelChange.description" : "a callback function, can be executed when the selected time is changing" ,
15241528 "nz-time-picker.nzOpenChange.description" : "a callback function which will be called while panel opening/closing" ,
15251529 "nz-timeline.title" : "Timeline" ,
0 commit comments