fix: Add internationalization support for various pages by updating text elements with data-i18n attributes for better localization
This commit is contained in:
@@ -67,7 +67,33 @@
|
||||
"filesNeverLeave": "你的檔案永遠不會離開你的裝置。",
|
||||
"addMore": "添加更多檔案",
|
||||
"clearAll": "清除全部",
|
||||
"clearFiles": "清除檔案"
|
||||
"clearFiles": "清除檔案",
|
||||
"hints": {
|
||||
"singlePdf": "單個 PDF 檔案",
|
||||
"pdfFile": "PDF 檔案",
|
||||
"multiplePdfs2": "多個 PDF 檔案(至少 2 個)",
|
||||
"bmpImages": "BMP 圖片",
|
||||
"oneOrMorePdfs": "一個或多個 PDF 檔案",
|
||||
"pdfDocuments": "PDF 文件",
|
||||
"oneOrMoreCsv": "一個或多個 CSV 檔案",
|
||||
"multiplePdfsSupported": "支援多個 PDF 檔案",
|
||||
"singleOrMultiplePdfs": "支援單個或多個 PDF 檔案",
|
||||
"singlePdfFile": "單個 PDF 檔案",
|
||||
"pdfWithForms": "含有表單欄位的 PDF 檔案",
|
||||
"heicImages": "HEIC/HEIF 圖片",
|
||||
"jpgImages": "JPG、JPEG、JP2、JPX 圖片",
|
||||
"pdfsOrImages": "PDF 或圖片",
|
||||
"oneOrMoreOdt": "一個或多個 ODT 檔案",
|
||||
"singlePdfOnly": "僅限單個 PDF 檔案",
|
||||
"pdfFiles": "PDF 檔案",
|
||||
"multiplePdfs": "多個 PDF 檔案",
|
||||
"pngImages": "PNG 圖片",
|
||||
"pdfFilesOneOrMore": "PDF 檔案(一個或多個)",
|
||||
"oneOrMoreRtf": "一個或多個 RTF 檔案",
|
||||
"svgGraphics": "SVG 圖形",
|
||||
"tiffImages": "TIFF 圖片",
|
||||
"webpImages": "WebP 圖片"
|
||||
}
|
||||
},
|
||||
"loader": {
|
||||
"processing": "正在處理..."
|
||||
@@ -171,7 +197,8 @@
|
||||
"analytics": {
|
||||
"question": "你會使用 Cookies 或網站分析來追蹤我嗎?",
|
||||
"answer": "我們在乎你的隱私。BentoPDF 並不追蹤個人資訊。我們僅使用 Simple Analytics 來查看匿名訪問次數。這代表我們能知道有多少使用者造訪過我們的網站,但我們永遠都不會知道你是誰。Simple Analytics 完全符合 GDPR 規範且尊重你的隱私。"
|
||||
}
|
||||
},
|
||||
"sectionTitle": "常見問題"
|
||||
},
|
||||
"testimonials": {
|
||||
"title": "看看我們的",
|
||||
@@ -321,5 +348,14 @@
|
||||
"errorRendering": "無法渲染頁面縮圖",
|
||||
"error": "錯誤",
|
||||
"failedToLoad": "載入失敗"
|
||||
},
|
||||
"howItWorks": {
|
||||
"title": "使用方式",
|
||||
"step1": "點擊或拖放您的檔案到此處",
|
||||
"step2": "點擊處理按鈕開始",
|
||||
"step3": "立即儲存處理後的檔案"
|
||||
},
|
||||
"relatedTools": {
|
||||
"title": "相關 PDF 工具"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -538,5 +538,33 @@
|
||||
"name": "Validate PDF Signature",
|
||||
"pageTitle": "Validate PDF Signature - Verify Digital Signatures | BentoPDF",
|
||||
"subtitle": "Verify digital signatures in your PDF files. Check certificate validity, view signer details, and confirm document integrity. All processing happens in your browser."
|
||||
},
|
||||
"pdfToWord": {
|
||||
"name": "PDF 轉 Word",
|
||||
"subtitle": "將 PDF 檔案轉換為可編輯的 Word 文件。"
|
||||
},
|
||||
"extractImages": {
|
||||
"name": "擷取圖片",
|
||||
"subtitle": "從 PDF 檔案中擷取所有嵌入的圖片。"
|
||||
},
|
||||
"pdfToMarkdown": {
|
||||
"name": "PDF 轉 Markdown",
|
||||
"subtitle": "將 PDF 文字和表格轉換為 Markdown 格式。"
|
||||
},
|
||||
"preparePdfForAi": {
|
||||
"name": "為 AI 準備 PDF",
|
||||
"subtitle": "將 PDF 內容擷取為 LlamaIndex JSON,用於 RAG/LLM 管線。"
|
||||
},
|
||||
"pdfOcg": {
|
||||
"name": "PDF 圖層 (OCG)",
|
||||
"subtitle": "檢視、切換、新增和刪除 PDF 中的 OCG 圖層。"
|
||||
},
|
||||
"pdfToPdfa": {
|
||||
"name": "PDF 轉 PDF/A",
|
||||
"subtitle": "將 PDF 轉換為 PDF/A 格式以進行長期歸檔。"
|
||||
},
|
||||
"rasterizePdf": {
|
||||
"name": "柵格化 PDF",
|
||||
"subtitle": "將 PDF 轉換為基於影像的 PDF。展平圖層並移除可選取的文字。"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user