Skip to content

Commit c7433ed

Browse files
committed
doc: 更新文档
1 parent ad9beae commit c7433ed

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5965,9 +5965,9 @@
59655965
"PdfIntro": "Embed and display PDF documents directly in web pages without relying on a PDF reader installed locally by the user.",
59665966
"PdfReaderNormalText": "Basic usage",
59675967
"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.",
5968-
"PdfReaderFAIconDesc": "The <code>PdfReader</code> component icon depends on the `BootstrapBlazor.FontAwesome` package. You need to reference the following styles; otherwise, the toolbar icon will not display.",
5969-
"PdfReaderSetPdfStreamDesc": "Rendering can be performed by calling the instance method <code>SetPdfStreamAsync</code> <code>SetPdfBase64DataAsync</code>.",
5970-
"PdfReaderDownloadFileNameDesc": "Can set the download file name by configuring the parameter <code>DownloadFileName</code>.",
5968+
"PdfReaderFAIconDesc": "The <code>PdfReader</code> component icon depends on the <code>BootstrapBlazor.FontAwesome</code> package. You need to reference the following styles; otherwise, the toolbar icon will not display.",
5969+
"PdfReaderSetPdfStreamDesc": "Rendering can be performed by calling the instance method <code>SetPdfStreamAsync</code> or <code>SetPdfBase64DataAsync</code>.",
5970+
"PdfReaderDownloadFileNameDesc": "You can set the download file name by configuring the parameter <code>DownloadFileName</code>.",
59715971
"PdfReaderStreamModeText": "Stream mode",
59725972
"PdfReaderStreamModeIntro": "read remote files by cross-domain",
59735973
"PdfReaderCompatibilityModeText": "Compatibility mode",

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5966,7 +5966,7 @@
59665966
"PdfReaderNormalText": "基础用法",
59675967
"PdfReaderNormalIntro": "通过 <code>Url</code> 参数设置 pdf 文件地址,或者使用 <code>OnGetStreamAsync</code> 参数指定用于渲染的文件流",
59685968
"PdfReaderFAIconDesc": "<code>PdfReader</code> 组件图标依赖 <code>BootstrapBlazor.FontAwesome</code> 包,需要引用如下样式,否则工具栏图标无法显示",
5969-
"PdfReaderSetPdfStreamDesc": "可以通过调用实例方法 <code>SetPdfStreamAsync</code> <code>SetPdfBase64DataAsync</code> 推流进行渲染",
5969+
"PdfReaderSetPdfStreamDesc": "可以通过调用实例方法 <code>SetPdfStreamAsync</code> 或者 <code>SetPdfBase64DataAsync</code> 推流进行渲染",
59705970
"PdfReaderDownloadFileNameDesc": "可以通过设置参数 <code>DownloadFileName</code> 值,用于设置下载文件名",
59715971
"PdfReaderStreamModeText": "流模式",
59725972
"PdfReaderStreamModeIntro": "可跨域读取文件",

0 commit comments

Comments
 (0)