|
2053 | 2053 | "DropdownCascadeItem6": "Haidian", |
2054 | 2054 | "DropdownCascadeItem7": "Jingan", |
2055 | 2055 | "DropdownCascadeItem8": "Huangpu", |
2056 | | - "DropdownItemsTemplateIntro": "You can customize all the content of the dropdown list by setting `<itemsTemplate>`. In this example, we use the `<DropdownItem>` component and `<DropdownDivider>` component to customize the dropdown list component.", |
| 2056 | + "DropdownItemsTemplateIntro": "You can customize all the content of the dropdown list by setting <code>ItemsTemplate</code>. In this example, we use the <code>DropdownItem</code> component and <code>DropdownDivider</code> component to customize the dropdown list component.", |
2057 | 2057 | "DropdownItemsTemplateTitle": "Items Template", |
2058 | 2058 | "DropdownItemTemplateIntro": "By setting <code>ItemTemplate</code>, you can customize the content displayed in the drop-down item. In this example, the <code>Tooltip</code> component is used to add a tooltip function when the mouse is hovered.", |
2059 | 2059 | "DropdownItemTemplateTitle": "Item Template", |
|
2766 | 2766 | "LabelsNormalDescription": "When two-way binding is not used", |
2767 | 2767 | "LabelsNormalDescription2": "When using two-way binding", |
2768 | 2768 | "LabelsNormalGroupBox1Tips1": "No settings in the first text box, no label", |
2769 | | - "LabelsNormalGroupBox1Tips2": "The second text box setting <code>ShowLabel='true' DisplayText=``</code> displays a placeholder label without content", |
| 2769 | + "LabelsNormalGroupBox1Tips2": "The second text box setting <code>ShowLabel='true' DisplayText=''</code> displays a placeholder label without content", |
2770 | 2770 | "LabelsNormalGroupBox1Tips3": "The third text box setting <code>ShowLabel='true' DisplayText='Name'</code> shows the set content label", |
2771 | 2771 | "LabelsNormalGroupBox1Tips4": "The fourth text box setting <code>ShowLabel='true' DisplayText='@null'</code> displays a placeholder label without content", |
2772 | 2772 | "LabelsNormalGroupBox1Title": "No two-way binding", |
2773 | 2773 | "LabelsNormalGroupBox2Tips1": "The first text box is set to <code>@bind-Value='Dummy.Name'</code>, no label is displayed", |
2774 | 2774 | "LabelsNormalGroupBox2Tips2": "The second text box setting <code>@bind-Value='Dummy.Name' ShowLabel='true' DisplayText='@Localizer[nameof(Foo.Address)]'</code> Display the contents of the setting", |
2775 | | - "LabelsNormalGroupBox2Tips3": "The third text box setting <code>@bind-Value='Dummy.Name' ShowLabel='true' DisplayText=``</code> Show no content placeholder label", |
| 2775 | + "LabelsNormalGroupBox2Tips3": "The third text box setting <code>@bind-Value='Dummy.Name' ShowLabel='true' DisplayText=''</code> Show no content placeholder label", |
2776 | 2776 | "LabelsNormalGroupBox2Tips4": "The fourth text box setting <code>@bind-Value='Dummy.Name' ShowLabel='true' DisplayText='@null'</code> Display the label content under the resource file mechanism<code>Label</code> code>", |
2777 | 2777 | "LabelsNormalGroupBox2Title": "Two-way binding", |
2778 | 2778 | "LabelsNormalIntro": "Suitable for data entry", |
|
3937 | 3937 | "Intro": "The dropdown box is a table used to display the selection requirements for complex types", |
3938 | 3938 | "IsDisabledIntro": "When you set the <code>IsDisabled</code> property value to <code>true</code>, the component suppresses select", |
3939 | 3939 | "IsDisabledTitle": "Disabled", |
| 3940 | + "IsMultipleDesc1": "Set the maximum width of the selected item using the <code>MultiSelectedItemMaxWidth</code> parameter.", |
| 3941 | + "IsMultipleDesc2": "Set the maximum row height of the component using the <code>MultiSelectedItemsMaxHeight</code> parameter.", |
| 3942 | + "IsMultipleDesc3": "The <code>MultiSelectedItemsMaxDisplayCount</code> parameter sets the total number of selected items to be displayed. To customize the color, please set the variable <code>--bb-select-table-item-count-bg-color</code> in your <code>CSS</code>.", |
| 3943 | + "IsMultipleDesc4": "The <code>MultiSelectedItemsMaxDisplayCountColor</code> parameter sets the color of total number of selected items to be displayed.", |
| 3944 | + "IsMultipleDesc5": "Set the selected item set using the <code>@bind-SelectedItems=\"SelectedItems\"</code> parameter. Do not use <code>Value</code> in multi-select mode.", |
| 3945 | + "IsMultipleSelectIntro": "Enable multi-selection using the parameter <code>IsMultipleSelect=\"true\"</code>.", |
| 3946 | + "IsMultipleSelectTitle": "Multiple Select", |
3940 | 3947 | "NormalDesc": "You can use <code>IsClearable</code> to control whether to display the clear button. The default value is <code>false</code>", |
3941 | 3948 | "NormalIntro": "Suitable for candidates with a relatively large amount of information, presenting information using <code>Table</code>", |
3942 | 3949 | "NormalTitle": "Basic usage", |
|
4121 | 4128 | "SpeechDescription2": "When using this component, you need to reference its component package", |
4122 | 4129 | "SpeechGroupBoxHeaderText": "command panel", |
4123 | 4130 | "SpeechGroupBoxTitle": "Command output area", |
4124 | | - "SpeechLi1": "Click <b>start</b> After pressing the button, speak to the computer <b><i>'Please turn on the light for me'</i></b>", |
| 4131 | + "SpeechLi1": "Click <b>start</b> After pressing the button, speak to the computer <b><i>Please turn on the light for me</i></b>", |
4125 | 4132 | "SpeechLi2": "After the computer receives the command, it will ask <b><i>Are you sure you want to turn on the light? Please confirm!</i></b>", |
4126 | 4133 | "SpeechLi3": "You speak to the computer: <b><i>confirm</i></b>", |
4127 | 4134 | "SpeechLi4": "The computer executes the command and enters it in the text box below <b><i>has been opened for you</i></b> text", |
|
5670 | 5677 | "BootstrapBlazor.Server.Components.Samples.UploadCards": { |
5671 | 5678 | "ButtonUploadIntro": "Use <code>DefaultFileList</code> to set up uploaded content", |
5672 | 5679 | "ButtonUploadTitle": "Basic usage", |
5673 | | - "UploadActionButtonTemplateIntro": "Customize the action buttons on the card by setting the `<code>ActionButtonTemplate</code>` parameter (appending it to the end of the default button), and customize the action buttons on the card by setting the `<code>BeforeActionButtonTemplate</code>` parameter (insert it before the default button).", |
| 5680 | + "UploadActionButtonTemplateIntro": "Customize the action buttons on the card by setting the <code>ActionButtonTemplate</code> parameter (appending it to the end of the default button), and customize the action buttons on the card by setting the <code>BeforeActionButtonTemplate</code> parameter (insert it before the default button).", |
5674 | 5681 | "UploadActionButtonTemplateTitle": "Custom action button", |
5675 | 5682 | "UploadBase64Intro": "By setting the <code>PrevUrl</code> parameter value of the <code>UploadFile</code> instance, use the image content string in the <code>data:image/xxx;base64,XXXXX</code> format as the preview file path", |
5676 | 5683 | "UploadBase64Title": "Base64 format", |
|
0 commit comments