|
373 | 373 | "Services": "Services", |
374 | 374 | "ShieldBadge": "ShieldBadge", |
375 | 375 | "SignaturePad": "SignaturePad", |
| 376 | + "SiteTitle": "Bootstrap Blazor enterprise-level UI component library", |
376 | 377 | "Skeleton": "Skeleton", |
377 | 378 | "SlideButton": "SlideButton", |
378 | 379 | "Slider": "Slider", |
|
598 | 599 | "BootstrapBlazor.Server.Components.Pages.Localization": { |
599 | 600 | "AdditionalJsonFile": "Additional <code>json</code> localization file", |
600 | 601 | "ES": "Spanish (es)", |
| 602 | + "IT": "Italian(it-IT)", |
601 | 603 | "LocalizationFileDesc": "The component built-in localization resource files are <code>en</code> <code>zh</code>. The other localization resource files <code>de</code> <code>es</code> <code>pt</code> <code>zh-TW</code> which are placed in the project folder <code>localization</code>. you can be downloaded by yourself and imported into the project through the injection service", |
602 | 604 | "N1": "How localization works in components", |
603 | 605 | "N10": "The component has a built-in localization language fallback mechanism. For example, the request culture is", |
|
661 | 663 | "N63": "Ignore the loss of localized key-value culture information", |
662 | 664 | "N7": "English (en)", |
663 | 665 | "N8": "German (de)", |
664 | | - "N9": "Portuguese (pu)", |
| 666 | + "N9": "Portuguese (pt)", |
665 | 667 | "P1": "Localization is the process of customizing an application for a given language and region.", |
666 | 668 | "P2": "A component allows you to translate its UI elements into the desired language. This includes text for buttons, filter operator properties, etc. The component uses the current request by default", |
667 | 669 | "P3": "Culture language, this article will show you how to use this feature in your app", |
| 670 | + "RU": "Russian(ru-RU)", |
668 | 671 | "T1": "Please check before reading the following knowledge points", |
669 | 672 | "T2": "Microsoft Official Documentation", |
670 | 673 | "T3": "because", |
671 | 674 | "T4": "The mode cannot obtain the system language and culture information, the default culture information is", |
| 675 | + "TH": "Thai(th-TH)", |
672 | 676 | "Title": "Localization", |
673 | | - "TW": "中國台灣 (zh-TW)" |
| 677 | + "TW": "中國台灣 (zh-TW)", |
| 678 | + "UK": "Ukrainian(uk-UA)" |
674 | 679 | }, |
675 | 680 | "BootstrapBlazor.Server.Components.Pages.Online": { |
676 | 681 | "Browser": "Browser", |
|
4544 | 4549 | "TablesColumnTitle": "Table Column" |
4545 | 4550 | }, |
4546 | 4551 | "BootstrapBlazor.Server.Components.Samples.Table.TablesColumnList": { |
| 4552 | + "IsPopoverToolbarDropdownButtonDesc": "The <code>IsPopoverToolbarDropdownButton</code> parameter controls whether the column list is displayed as a popover or a dropdown menu. The default value is <code>false</code>, which means it is displayed as a dropdown menu. When set to <code>true</code>, it is displayed as a popover.", |
4547 | 4553 | "ResetVisibleColumnsButtonText": "Set Columns", |
4548 | 4554 | "ResetVisibleColumnsDesc": "Call the instancel method <code>ResetVisibleColumns</code> of <code>Table</code> for set the multiple columns visible value", |
4549 | 4555 | "ShowColumnListControlsDesc": "The <code>ShowColumnListControls</code> setting controls whether the column dropdown list displays control buttons. The built-in control buttons are <code>All</code> and <code>Invert</code>.", |
|
4559 | 4565 | "ShownWithBreakPointP4": "Because the <code>Table</code> component supports mobile adaptation by default, the card mode is used for small screens. In this example, the explicit setting uses <code>RenderMode=\"TableRenderMode. Table\"</code> mode", |
4560 | 4566 | "ShownWithBreakPointTitle": "Automatically show/hide columns based on screen width", |
4561 | 4567 | "TablesColumnDescription": "Used to display multiple pieces of data with similar structures, data can be sorted, filtered, compared or other custom operations.", |
4562 | | - "IsPopoverToolbarDropdownButtonDesc": "The <code>IsPopoverToolbarDropdownButton</code> parameter controls whether the column list is displayed as a popover or a dropdown menu. The default value is <code>false</code>, which means it is displayed as a dropdown menu. When set to <code>true</code>, it is displayed as a popover.", |
4563 | 4568 | "TablesColumnTitle": "Table Column", |
4564 | 4569 | "VisibleIntro": "Set whether the column is displayed by specifying the <code>ShowColumnList</code> attribute", |
4565 | 4570 | "VisibleP1": "<code>ShowColumnList</code> The default value is false, and if it is explicitly specified as true, the corresponding column adjustment button will appear in the toolbar", |
|
0 commit comments