Skip to content

Commit

Permalink
doc: 更新示例资源文件
Browse files Browse the repository at this point in the history
  • Loading branch information
ArgoZhang committed Jan 24, 2024
1 parent dd121b4 commit 3a8f420
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion src/BootstrapBlazor.Server/Locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -6163,7 +6163,9 @@
"ValidateFormTitle": "ValidateForm",
"ValidateFormIntro": "Intercept data when the value is empty",
"SortableTitle": "Sort/Filter",
"SortableIntro": "Enable sorting and filtering functions by setting <code>Sortable</code> <code>Filterable</code> in <code>TableColumn</code>, just like the component <code>Table</code>"
"SortableIntro": "Enable sorting and filtering functions by setting <code>Sortable</code> <code>Filterable</code> in <code>TableColumn</code>, just like the component <code>Table</code>",
"SearchTitle": "Sort/Filter",
"SearchIntro": "By setting <code>TableColumn</code> <code>Searchable</code> to enable column searchability, just like the component <code>Table</code>, by setting <code>IsPagination</code> <code>ShowSearch</code> to enable pagination and table search functions"
},
"BootstrapBlazor.Server.Components.Samples.SelectTables+SelectTableMode": {
"Foo.Required": "{0} is required."
Expand Down
4 changes: 3 additions & 1 deletion src/BootstrapBlazor.Server/Locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -6163,7 +6163,9 @@
"ValidateFormTitle": "客户端验证",
"ValidateFormIntro": "下拉框未选择时,点击提交按钮时拦截。",
"SortableTitle": "排序过滤",
"SortableIntro": "通过设置 <code>TableColumn</code> 的 <code>Sortable</code> <code>Filterable</code> 开启排序与过滤功能,与组件 <code>Table</code> 一样"
"SortableIntro": "通过设置 <code>TableColumn</code> 的 <code>Sortable</code> <code>Filterable</code> 开启排序与过滤功能,与组件 <code>Table</code> 一样",
"SearchTitle": "搜索分页",
"SearchIntro": "通过设置 <code>TableColumn</code> 的 <code>Searchable</code> 开启列可搜索功能,与组件 <code>Table</code> 一样,通过设置 <code>IsPagination</code> <code>ShowSearch</code> 开启分页与表格搜索功能"
},
"BootstrapBlazor.Server.Components.Samples.SelectTables+SelectTableMode": {
"Foo.Required": "{0} 是必填项"
Expand Down

0 comments on commit 3a8f420

Please sign in to comment.