Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/BootstrapBlazor.Server/Components/Samples/Tabs.razor
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<div>@((MarkupString)Localizer["TabsTips3"].Value)</div>
</p>
<p>@Localizer["TabsTips4"]</p>
<div>@((MarkupString)Localizer["ShowTabInHeaderDesc"].Value)</div>
</Tips>

<p class="code-label">@Localizer["TabsInfoTitle"]</p>
Expand Down
3 changes: 2 additions & 1 deletion src/BootstrapBlazor.Server/Locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,8 @@
"AttributeContextMenuCloseOtherIcon": "the icon of tab item context menu close other button",
"AttributeContextMenuCloseAllIcon": "the icon of tab item context menu close all button",
"AttributeContextMenuFullScreenIcon": "the icon of tab item context menu full screen button",
"AttributeOnBeforeShowContextMenu": "before popup context menu callback"
"AttributeOnBeforeShowContextMenu": "before popup context menu callback",
"ShowTabInHeaderDesc": "After enabling the multi-tab function in the <code>Layout</code> component, you can render the <code>Tab</code> tag header into the <code>Layout</code> Header template by setting <code>ShowTabInHeader=\"true\"</code>. The effect can be viewed by creating a new project in the <a href=\"template\" target=\"_blank\">Project Template</a>"
},
"BootstrapBlazor.Server.Components.Components.DemoTabItem": {
"Info": "Reset the title of this <code>TabItem</code> by click the button",
Expand Down
3 changes: 2 additions & 1 deletion src/BootstrapBlazor.Server/Locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -2154,7 +2154,8 @@
"AttributeContextMenuCloseOtherIcon": "右键菜单关闭其他按钮图标",
"AttributeContextMenuCloseAllIcon": "右键菜单关闭全部按钮图标",
"AttributeContextMenuFullScreenIcon": "右键菜单全屏按钮图标",
"AttributeOnBeforeShowContextMenu": "右键菜单弹出前回调方法"
"AttributeOnBeforeShowContextMenu": "右键菜单弹出前回调方法",
"ShowTabInHeaderDesc": "<code>Layout</code> 组件中开启多标签功能后,可以通过设置 <code>ShowTabInHeader=\"true\"</code> 将 <code>Tab</code> 标签头渲染到 <code>Layout</code> Header 模板中,效果可以通过 <a href=\"template\" target=\"_blank\">项目模板</a> 新建工程查看"
},
"BootstrapBlazor.Server.Components.Components.DemoTabItem": {
"Info": "点击下方按钮,本 <code>TabItem</code> 标题更改为当前分钟与秒",
Expand Down