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
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ void AddQuickStar(DemoMenuItem item)
},
new()
{
Text = Localizer["Labels"],
Text = Localizer["BootstrapLabel"],
Url = "label"
},
new()
Expand Down Expand Up @@ -437,22 +437,22 @@ void AddForm(DemoMenuItem item)
new()
{
Match = NavLinkMatch.All,
Text = Localizer["Input"],
Text = Localizer["BootstrapInput"],
Url = "input"
},
new()
{
Text = Localizer["InputNumber"],
Text = Localizer["BootstrapInputNumber"],
Url = "input-number"
},
new()
{
Text = Localizer["InputGroup"],
Text = Localizer["BootstrapInputGroup"],
Url = "input-group"
},
new()
{
Text = Localizer["Ip"],
Text = Localizer["IpAddress"],
Url = "ip"
},
new()
Expand Down Expand Up @@ -751,7 +751,7 @@ void AddData(DemoMenuItem item)
},
new()
{
Text = Localizer["Icon"],
Text = Localizer["BootstrapBlazorIcon"],
Url = "icon"
},
new()
Expand Down Expand Up @@ -1265,7 +1265,7 @@ void AddNotice(DemoMenuItem item)
},
new()
{
Text = Localizer["Console"],
Text = Localizer["ConsoleLogger"],
Url = "console"
},
new()
Expand Down
14 changes: 7 additions & 7 deletions src/BootstrapBlazor.Server/Locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"Collapse": "Collapse",
"ColorPicker": "ColorPicker",
"ConnectionService": "ConnectionService",
"Console": "Console",
"ConsoleLogger": "ConsoleLogger",
"ContextMenu": "ContextMenu",
"CountButton": "CountButton",
"CountUp": "CountUp",
Expand Down Expand Up @@ -278,23 +278,23 @@
"Html2Image": "IHtml2Image",
"Html2Pdf": "IHtml2Pdf",
"HtmlRenderer": "HtmlRenderer",
"Icon": "Icon",
"BootstrapBlazorIcon": "Icon",
"IconPark": "ByteDance IconPark",
"Icons": "Icons",
"IFrame": "IFrame",
"ImageCropper": "ImageCropper",
"ImageViewer": "ImageViewer",
"Input": "Input",
"InputGroup": "InputGroup",
"InputNumber": "InputNumber",
"BootstrapInput": "BootstrapInput",
"BootstrapInputGroup": "BootstrapInputGroup",
"BootstrapInputNumber": "BootstrapInputNumber",
"InputUpload": "InputUpload",
"Install": "Install",
"IntersectionObserver": "IntersectionObserver",
"Introduction": "Introduction",
"Ip": "IpAddress",
"IpAddress": "IpAddress",
"JitViewer": "Jit Viewer",
"JSExtension": "JSRuntime Extensions",
"Labels": "Labels",
"BootstrapLabel": "Labels",
"Layout": "Layout",
"LayoutComponents": "Layouts",
"LayoutPage": "Admin Template",
Expand Down
14 changes: 7 additions & 7 deletions src/BootstrapBlazor.Server/Locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@
"Collapse": "折叠 Collapse",
"ColorPicker": "颜色拾取器 ColorPicker",
"ConnectionService": "在线连接服务 ConnectionService",
"Console": "控制台 Console",
"ConsoleLogger": "控制台 ConsoleLogger",
"ContextMenu": "右键菜单 ContextMenu",
"CountButton": "倒计时按钮 CountButton",
"CountUp": "计数器 CountUp",
Expand Down Expand Up @@ -278,23 +278,23 @@
"Html2Image": "Html 转 Image IHtml2Image",
"Html2Pdf": "Html 转 Pdf IHtml2Pdf",
"HtmlRenderer": "Html 转换器 HtmlRenderer",
"Icon": "图标 Icon",
"BootstrapBlazorIcon": "图标 Icon",
"IconPark": "字节跳动图标 IconPark",
"Icons": "内置图标",
"IFrame": "内嵌框架 IFrame",
"ImageCropper": "图像裁剪 ImageCropper",
"ImageViewer": "图片 ImageViewer",
"Input": "输入框 Input",
"InputGroup": "输入组 InputGroup",
"InputNumber": "数字框 InputNumber",
"BootstrapInput": "输入框 BootstrapInput",
"BootstrapInputGroup": "输入组 BootstrapInputGroup",
"BootstrapInputNumber": "数字框 BootstrapInputNumber",
"InputUpload": "上传组件 InputUpload",
"Install": "安装",
"IntersectionObserver": "交叉观察者 IntersectionObserver",
"Introduction": "简介",
"Ip": "IP 地址 IpAddress",
"IpAddress": "IP 地址 IpAddress",
"JitViewer": "文件预览器 JitViewer",
"JSExtension": "JSRuntime 扩展",
"Labels": "表单标签",
"BootstrapLabel": "表单标签",
"Layout": "布局组件 Layout",
"LayoutComponents": "布局组件",
"LayoutPage": "后台模拟器",
Expand Down
Loading