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
2 changes: 1 addition & 1 deletion src/BootstrapBlazor.Server/Locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -3538,7 +3538,7 @@
"UploadBase64Intro": "By setting the <code>PrevUrl</code> parameter value of the <code>UploadFile</code> instance, use the image content string in the <code>data:image/xxx;base64,XXXXX</code> format as the preview file path"
},
"BootstrapBlazor.Server.Components.Samples.UploadDrops": {
"UploadsTitle": "CardDrop",
"UploadsTitle": "DropUpload",
"UploadsSubTitle": "Upload one or more files by clicking on the component or by dragging or pasting",
"UploadsNote": "If the uploaded file is too large, it may trigger <code>signalR</code> communication interruption. Please adjust the <code>HubOptions</code> configuration yourself.",
"DropUploadTitle": "Basic usage",
Expand Down
2 changes: 1 addition & 1 deletion src/BootstrapBlazor.Server/Locales/zh-CN.json
Original file line number Diff line number Diff line change
Expand Up @@ -3538,7 +3538,7 @@
"UploadBase64Intro": "通过设置 <code>UploadFile</code> 实例的 <code>PrevUrl</code> 参数值使用 <code>data:image/xxx;base64,XXXXX</code> 格式图片内容字符串作为预览文件路径"
},
"BootstrapBlazor.Server.Components.Samples.UploadDrops": {
"UploadsTitle": "CardDrop 拖拽上传组件",
"UploadsTitle": "DropUpload 拖拽上传组件",
"UploadsSubTitle": "通过点击组件或者拖拽或者粘贴上传一个或者多个文件",
"UploadsNote": "如果上传文件过大,可能会触发 <code>signalR</code> 通讯中断问题,请自行调整 <code>HubOptions</code> 配置即可。",
"DropUploadTitle": "基础用法",
Expand Down