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/BootstrapBlazor.Server.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<PackageReference Include="BootstrapBlazor.OfficeViewer" Version="10.0.0" />
<PackageReference Include="BootstrapBlazor.OnScreenKeyboard" Version="10.0.0" />
<PackageReference Include="BootstrapBlazor.OpcDa" Version="10.0.0" />
<PackageReference Include="BootstrapBlazor.PdfReader" Version="10.0.11" />
<PackageReference Include="BootstrapBlazor.PdfReader" Version="10.0.12" />
<PackageReference Include="BootstrapBlazor.PdfViewer" Version="10.0.0" />
<PackageReference Include="BootstrapBlazor.Player" Version="10.0.1" />
<PackageReference Include="BootstrapBlazor.RDKit" Version="10.0.0" />
Expand Down
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 @@ -5964,7 +5964,7 @@
"PdfTitle": "PDF Reader",
"PdfIntro": "Embed and display PDF documents directly in web pages without relying on a PDF reader installed locally by the user.",
"PdfReaderNormalText": "Basic usage",
"PdfReaderNormalIntro": "Use Filename parameter displays pdf file from local server, or Stream parameter use file stream for rendering",
"PdfReaderNormalIntro": "Set the PDF file address using the <code>Url</code> parameter, or specify the file stream to be rendered using the <code>OnGetStreamAsync</code> parameter.",
Copy link

Copilot AI Dec 12, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For better parallel structure and conciseness, change "the file stream to be rendered" to "the file stream for rendering" to match the style of the first clause.

Suggested change
"PdfReaderNormalIntro": "Set the PDF file address using the <code>Url</code> parameter, or specify the file stream to be rendered using the <code>OnGetStreamAsync</code> parameter.",
"PdfReaderNormalIntro": "Set the PDF file address using the <code>Url</code> parameter, or specify the file stream for rendering using the <code>OnGetStreamAsync</code> parameter.",

Copilot uses AI. Check for mistakes.
"PdfReaderStreamModeText": "Stream mode",
"PdfReaderStreamModeIntro": "read remote files by cross-domain",
"PdfReaderCompatibilityModeText": "Compatibility mode",
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 @@ -5964,7 +5964,7 @@
"PdfTitle": "PDF Reader PDF 文档阅读器",
"PdfIntro": "在网页中直接嵌入和显示 PDF 文档,无需依赖用户本地安装的 PDF 阅读器",
"PdfReaderNormalText": "基础用法",
"PdfReaderNormalIntro": "Filename 参数显示本服务器pdf文件,或 Stream 参数指定用于渲染的文件流",
"PdfReaderNormalIntro": "通过 <code>Url</code> 参数设置 pdf 文件地址,或者使用 <code>OnGetStreamAsync</code> 参数指定用于渲染的文件流",
"PdfReaderStreamModeText": "流模式",
"PdfReaderStreamModeIntro": "可跨域读取文件",
"PdfReaderCompatibilityModeText": "兼容模式",
Expand Down