Skip to content

Commit ef79377

Browse files
committed
doc: 更新资源文件
1 parent 4fe87e9 commit ef79377

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3056,7 +3056,10 @@
30563056
"RadiosAdd1": "Beijing",
30573057
"RadiosAdd2": "Shanghai",
30583058
"RadioListGenericTitle": "Generic List",
3059-
"RadioListGenericIntro": "Enable generic support by using the <code>RadioListGeneric</code> component with <code>SelectedItem&lt;TValue&gt;</code>"
3059+
"RadioListGenericIntro": "Enable generic support by using the <code>RadioListGeneric</code> component with <code>SelectedItem&lt;TValue&gt;</code>",
3060+
"RadiosAutoSelectFirstWhenValueIsNullTitle": "AutoSelectFirst",
3061+
"RadiosAutoSelectFirstWhenValueIsNullIntro": "The selection of <code>RadioList</code> candidates can be controlled by setting the <code>AutoSelectFirstWhenValueIsNull</code> parameter. The default value of the parameter is <b>true</b>, which means that if the current value of the component is inconsistent with the value in the candidate, the first candidate is automatically selected. If it is set to <b>false</b>, all candidates will be unselected.",
3062+
"RadiosAutoSelectFirstWhenValueIsNull": "Whether to select the first candidate by default when the value is not null"
30603063
},
30613064
"BootstrapBlazor.Server.Components.Samples.Rates": {
30623065
"RatesTitle": "Rate",

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3056,7 +3056,10 @@
30563056
"RadiosAdd1": "北京",
30573057
"RadiosAdd2": "上海",
30583058
"RadioListGenericTitle": "泛型支持",
3059-
"RadioListGenericIntro": "通过使用 <code>RadioListGeneric</code> 组件配合 <code>SelectedItem&lt;TValue&gt;</code> 开启泛型支持"
3059+
"RadioListGenericIntro": "通过使用 <code>RadioListGeneric</code> 组件配合 <code>SelectedItem&lt;TValue&gt;</code> 开启泛型支持",
3060+
"RadiosAutoSelectFirstWhenValueIsNullTitle": "自动选择第一候选项",
3061+
"RadiosAutoSelectFirstWhenValueIsNullIntro": "通过设置 <code>AutoSelectFirstWhenValueIsNull</code> 参数控制 <code>RadioList</code> 候选项选中情况,参数默认值为 <b>true</b>,即如果组件当前值与候选项中值无一致值时,自动选中第一个候选项,设置为 <b>false</b> 后,候选项将全部为未选中状态。",
3062+
"RadiosAutoSelectFirstWhenValueIsNull": "值未 null 时是否默认选中第一个候选项"
30603063
},
30613064
"BootstrapBlazor.Server.Components.Samples.Rates": {
30623065
"RatesTitle": "Rate 评分",

0 commit comments

Comments
 (0)