Skip to content

Commit 8c4ac2e

Browse files
committed
revert: 撤销更新文档
1 parent 66a29e5 commit 8c4ac2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/BootstrapBlazor.Server/Locales/en-US.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5036,7 +5036,7 @@
50365036
"FormatterTitle": "Custom column data format",
50375037
"FormatterIntro": "Format the cell value by specifying the <code>FormatString</code> or <code>Formatter</code> callback delegate when the column is bound",
50385038
"FormatterP1": "In this example the column <code>DateTime</code> values ​​are formatted according to <code>FormatString</code> to <code>yyyy-MM-dd</code> year month day format",
5039-
"FormatterP2": "In this example the column <code>Count</code> value is formatted according to <code>FormatString</code> to <code>0.00</code> with two decimal places",
5039+
"FormatterP2": "In this example the column <code>Count</code> value is formatted according to <code>Formatter</code> to <code>0.00</code> with two decimal places",
50405040
"AlignTitle": "Column data alignment",
50415041
"AlignIntro": "Set the alignment by specifying the <code>Align</code> attribute when the column is bound",
50425042
"AlignP1": "In this example the column <code>DateTime</code> is set to center alignment <code>Alignment.Center</code>",

src/BootstrapBlazor.Server/Locales/zh-CN.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5034,9 +5034,9 @@
50345034
"DisabledTitle": "选择框列",
50355035
"DisabledIntro": "<code>RowTemplate</code> 内部组件 <code>TableCell</code> 设置 <code>Checkbox</code> 并设置相关数据绑定即可,本示例中通过数据绑定将选择框组件与值进行绑定",
50365036
"FormatterTitle": "自定义列数据格式",
5037-
"FormatterIntro": "列绑定时通过指定 <code>FormatString</code> 实现单元格数值格式化。<b>注意</b> 列属性 <code>Formatter</code> 回调方法不支持,仅当列渲染为 <code>Display<code> 时生效",
5037+
"FormatterIntro": "列绑定时通过指定 <code>FormatString</code> 或者 <code>Formatter</code> 回调委托来实现单元格数值格式化",
50385038
"FormatterP1": "本例中列 <code>DateTime</code> 值根据 <code>FormatString</code> 将值格式化为 <code>yyyy-MM-dd</code> 年月日格式",
5039-
"FormatterP2": "本例中列 <code>Count</code> 值根据 <code>FormatString</code> 将值格式化为 <code>0.00</code> 保留两位小数格式",
5039+
"FormatterP2": "本例中列 <code>Count</code> 值根据 <code>Formatter</code> 将值格式化为 <code>0.00</code> 保留两位小数格式",
50405040
"AlignTitle": "列数据对齐方式",
50415041
"AlignIntro": "列绑定时通过指定 <code>Align</code> 属性设置对齐方式",
50425042
"AlignP1": "本例中列 <code>DateTime</code> 列设置为居中对齐 <code>Alignment.Center</code>",

0 commit comments

Comments
 (0)