|
711 | 711 | "TreeViewEnableKeyboardArrowUpDownIntro": "Support keyboard up and down arrow operations by setting <code>EnableKeyboardArrowUpDown=\"true\"</code>. <kbd>ArrowLeft</kbd> collapse the node, <kbd>ArrowRight</kbd> expand the node, <kbd>ArrowUp</kbd> move the node up, <kbd>ArrowDown</kbd> move the node down, <kbd>Space</kbd> select the node,", |
712 | 712 | "TreeViewVirtualizeTitle": "Virtualize", |
713 | 713 | "TreeViewVirtualizeIntro": "Enable virtual scrolling by setting <code>IsVirtualize=\"true\"</code> to support big data", |
714 | | - "TreeViewVirtualizeDescription": "The component uses <code>Virtualize</code> to implement virtual scrolling logic, which reduces the pressure on the browser. However, if there is a lot of tree structure data, such as <b>Select All</b>, all data must be marked, resulting in large data in the memory. This problem has not been solved yet. Currently, this component still puts a lot of pressure on the <b>CPU</b> due to large data." |
| 714 | + "TreeViewVirtualizeDescription": "The component uses <code>Virtualize</code> to implement virtual scrolling logic, which reduces the pressure on the browser. However, if there is a lot of tree structure data, such as <b>Select All</b>, all data must be marked, resulting in large data in the memory. This problem has not been solved yet. Currently, this component still puts a lot of pressure on the <b>CPU</b> due to large data.", |
| 715 | + "TreeViewShowToolbarTitle": "Show Toolbar", |
| 716 | + "TreeViewShowToolbarIntro": "Show the toolbar by setting <code>ShowToolbar=\"true\"</code>", |
| 717 | + "TreeViewShowToolbarDesc": "After it is turned on, when the mouse hovers over a node, a toolbar icon appears on the right, and the toolbar function can be customized; data is updated by setting the <code>OnUpdateCallbackAsync</code> callback method; the toolbar template is defined by setting <code>ToolbarTemplate</code>, and if not set, the internal default node name template is used" |
715 | 718 | }, |
716 | 719 | "BootstrapBlazor.Server.Components.Samples.SwitchButtons": { |
717 | 720 | "SwitchButtonsTitle": "Switch Button state switch button", |
|
5747 | 5750 | }, |
5748 | 5751 | "BootstrapBlazor.Server.Components.Pages.Introduction": { |
5749 | 5752 | "Title": "Introduction", |
5750 | | - "P1": "BootstrapBlazor is an enterprise-level component library based on Bootstrap and Blazor, which can be considered as the Blazor version of the Bootstrap project.", |
5751 | | - "P2": "The dependency is:BootstrapBlazor > Bootstrap", |
5752 | | - "P3": "In the latest <a href='template' target='_blank'>Project Template</a> ,the above dependencies are packaged and bundled, which greatly simplifies use", |
| 5753 | + "SubTitle": "BootstrapBlazor is an enterprise-level component library based on Bootstrap and Blazor, which can be considered as the Blazor version of the Bootstrap project.", |
5753 | 5754 | "UpdateTitle": "Update Log", |
5754 | | - "UpdateLog": "In order to fix the components <b><code>bugs</code></b>, a small version of the component may be released every day. The second <b><code>Thursday</code></b> every month release <b><code>official version</code></b>", |
| 5755 | + "UpdateLog": "In order to fix the components <b><code>bugs</code></b>, a small version of the component may be released every day.", |
5755 | 5756 | "UpdateLogLink": "[Update Log]", |
5756 | 5757 | "LearnTitle": "Learning materials", |
5757 | 5758 | "LearnLi1": "Blazor Official Document", |
|
5770 | 5771 | "GetStarted": "Get Started", |
5771 | 5772 | "QuickStart": "Quick Start", |
5772 | 5773 | "Features": "Features of Components", |
5773 | | - "P6": "The Bootstrap Blazor UI component library provides everything from basic <code>Button</code> components to advanced web-level <code>SmartPage</code> components", |
| 5774 | + "P6": "The Bootstrap Blazor UI component library provides everything from basic <code>Button</code> components to advanced web-level <code>Online</code> components", |
5774 | 5775 | "Advantage": "Advantage", |
5775 | 5776 | "AdvantageLi1": "No need to write <code>JavaScript</code> to use components", |
5776 | 5777 | "AdvantageLi2": "The component supports all <code>html</code> features", |
|
0 commit comments