Skip to content

Commit ea42fd0

Browse files
committed
doc: 增加本地化
1 parent 0d3b760 commit ea42fd0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,9 @@
24212421
"AttributeTemplate": "The template for display",
24222422
"AttributeFormatter": "Display color value formatting callback method",
24232423
"AttributeIsSupportOpacity": "Whether to support transparency",
2424-
"AttributeSwatches": "Preset candidate colors"
2424+
"AttributeSwatches": "Preset candidate colors",
2425+
"SupportOpacity": "Support Opacity",
2426+
"Disabled": "Disabled"
24252427
},
24262428
"BootstrapBlazor.Server.Components.Samples.DateTimePickers": {
24272429
"Title": "DatePicker",

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2421,7 +2421,9 @@
24212421
"AttributeTemplate": "显示模板",
24222422
"AttributeFormatter": "显示颜色值格式化回调方法",
24232423
"AttributeIsSupportOpacity": "是否支持透明度",
2424-
"AttributeSwatches": "预设候选颜色"
2424+
"AttributeSwatches": "预设候选颜色",
2425+
"SupportOpacity": "支持透明",
2426+
"Disabled": "禁用"
24252427
},
24262428
"BootstrapBlazor.Server.Components.Samples.DateTimePickers": {
24272429
"Title": "DatePicker 日期选择器",

0 commit comments

Comments
 (0)