!1774 doc(#I47OJ8): remove the component character from Coms' resource file

* doc: 修改Coms资源文件
This commit is contained in:
Nine 2021-08-29 04:39:30 +00:00 committed by Argo
parent d953f2dada
commit 3f54a9f943
2 changed files with 7 additions and 7 deletions

View File

@ -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",

View File

@ -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>