mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-11-30 02:58:37 +08:00
!1774 doc(#I47OJ8): remove the component character from Coms' resource file
* doc: 修改Coms资源文件
This commit is contained in:
parent
d953f2dada
commit
3f54a9f943
@ -317,14 +317,14 @@
|
||||
},
|
||||
"BootstrapBlazor.Shared.Pages.Coms": {
|
||||
"Search": "Search for the desired component",
|
||||
"Text1": "Layout Component",
|
||||
"Text1": "Layout",
|
||||
"DividerText": "Divider",
|
||||
"LayoutText": "Layout",
|
||||
"FooterText": "Footer",
|
||||
"ScorllText": "Scroll",
|
||||
"SkeletonText": "Skeleton",
|
||||
"SplitText": "Split",
|
||||
"Text2": "Navigation Component",
|
||||
"Text2": "Navigation",
|
||||
"AnchorText": "Anchor",
|
||||
"BreadcrumbText": "Breadcrumb",
|
||||
"MenuText": "Menu",
|
||||
@ -334,12 +334,12 @@
|
||||
"PaginationText": "Pagination",
|
||||
"StepsText": "Steps",
|
||||
"TabText": "Tab",
|
||||
"Text3": "Form Component",
|
||||
"Text3": "Form",
|
||||
"EditorFormText": "EditorForm",
|
||||
"ValidateFormText": "ValidateForm",
|
||||
"AutoCompleteText": "AutoComplete",
|
||||
"ButtonText": "Button",
|
||||
"CascaderText": "级联选择",
|
||||
"CascaderText": "CascadingSelection",
|
||||
"CheckboxText": "Checkbox",
|
||||
"CheckboxListText": "CheckboxList",
|
||||
"ColorPickerText": "ColorPicker",
|
||||
@ -359,7 +359,7 @@
|
||||
"ToggleText": "Toggle",
|
||||
"TransferText": "Transfer",
|
||||
"UploadText": "Upload",
|
||||
"Text4": "Data Component",
|
||||
"Text4": "Data",
|
||||
"AvatarText": "Avatar",
|
||||
"BadgeText": "Badge",
|
||||
"CardText": "Card",
|
||||
@ -383,7 +383,7 @@
|
||||
"BarcodeReaderText": "BarcodeReader",
|
||||
"CameraText": "Camera",
|
||||
"HandwrittenPageText": "HandwrittenPage",
|
||||
"Text5": "Message Component",
|
||||
"Text5": "Message",
|
||||
"AlertText": "Alert",
|
||||
"ConsoleText": "Console",
|
||||
"DialogText": "Dialog",
|
||||
|
@ -36,7 +36,7 @@
|
||||
<ComponentCard Text="@Localizer["TabText"]" Image="Tabs.svg" Url="tabs"></ComponentCard>
|
||||
</ComponentCategory>
|
||||
|
||||
<ComponentCategory Text="@Localizer["Text"]">
|
||||
<ComponentCategory Text="@Localizer["Text3"]">
|
||||
<ComponentCard Text="@Localizer["EditorFormText"]" Image="EditorForm.png" Url="editorforms"></ComponentCard>
|
||||
<ComponentCard Text="@Localizer["ValidateFormText"]" Image="ValidateForm.png" Url="validateforms"></ComponentCard>
|
||||
<ComponentCard Text="@Localizer["AutoCompleteText"]" Image="AutoComplete.svg" Url="autocompletes"></ComponentCard>
|
||||
|
Loading…
Reference in New Issue
Block a user