You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/BootstrapBlazor.Server/Locales/en-US.json
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2128,7 +2128,6 @@
2128
2128
"AutoGenerateIntro": "By setting the property <code>AutoGenerateAllItem</code> value of <code>false</code> the property is prohibited from being automatically generated, and the display property is controlled by setting the <code>FieldItems</code> internal collection",
2129
2129
"AutoGenerateTitle": "It is not automatically generated by default",
2130
2130
"Description": "Edit forms are automatically rendered through the bound data model",
"EditorFormTips1": "The binding model automatically generates all properties by default, and you can change to not automatically build by setting <code>AutoGenerateAllItem</code>",
2133
2132
"EditorFormTips2": "If you don't need to edit the columns, set the <code>Editable</code>, the default is <code>true</code> build editing components",
2134
2133
"EditorFormTips3": "Complex edit columns, set up <code>EditTemplate</code> templates, and edit custom components",
@@ -2153,7 +2152,11 @@
2153
2152
"ValidateFormIntro": "Data compliance checks are implemented through nested <code>ValidateForm</code> components",
2154
2153
"ValidateFormTips1": "The component is built into the <code>ValidateForm</code> to turn on data compliance checks, and <b>hobby</b>fields use the <code>EditTemplate</code> template to customize the component to render the data",
2155
2154
"ValidateFormTips2": "Make the <code>birthday</code> field read-only by setting the <code>Readonly</code> property",
2156
-
"ValidateFormTitle": "Turn on data validation"
2155
+
"ValidateFormTitle": "Turn on data validation",
2156
+
"IgnoreItemsTitle": "IgnoreItems",
2157
+
"IgnoreItemsIntro": "By setting the <code>IgnoreItems</code> value, you can notify the component not to render the specified column in the collection.",
2158
+
"IgnoreItemsDescription": "This attribute has the same priority as `<editorItem>`, and if it is set to ignore anywhere else, it will not be rendered.",
0 commit comments