mirror of
https://github.com/Frooodle/Stirling-PDF.git
synced 2025-07-28 13:47:43 +02:00
Update and improve zh_TW Traditional Chinese translation (#4038)
# Description of Changes Update and improve zh_TW Traditional Chinese translation --- ## Checklist ### General - [x] I have read the [Contribution Guidelines](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/CONTRIBUTING.md) - [x] I have read the [Stirling-PDF Developer Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md) (if applicable) - [x] I have read the [How to add new languages to Stirling-PDF](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md) (if applicable) - [x] I have performed a self-review of my own code - [x] My changes generate no new warnings ### Documentation - [ ] I have updated relevant docs on [Stirling-PDF's doc repo](https://github.com/Stirling-Tools/Stirling-Tools.github.io/blob/main/docs/) (if functionality has heavily changed) - [x] I have read the section [Add New Translation Tags](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/HowToAddNewLanguage.md#add-new-translation-tags) (for new translation tags only) ### UI Changes (if applicable) - [ ] Screenshots or videos demonstrating the UI changes are attached (e.g., as comments or direct attachments in the PR) ### Testing (if applicable) - [ ] I have tested my changes locally. Refer to the [Testing Guide](https://github.com/Stirling-Tools/Stirling-PDF/blob/main/devGuide/DeveloperGuide.md#6-testing) for more details.
This commit is contained in:
parent
b94e86ad0f
commit
79727ac7f5
@ -170,67 +170,67 @@ sizes.medium=中
|
||||
sizes.large=大
|
||||
sizes.x-large=特大
|
||||
error.pdfPassword=PDF 檔案已加密,但未提供密碼或密碼不正確
|
||||
error.pdfCorrupted=PDF file appears to be corrupted or damaged. Please try using the 'Repair PDF' feature first to fix the file before proceeding with this operation.
|
||||
error.pdfCorruptedMultiple=One or more PDF files appear to be corrupted or damaged. Please try using the 'Repair PDF' feature on each file first before attempting to merge them.
|
||||
error.pdfCorruptedDuring=Error {0}: PDF file appears to be corrupted or damaged. Please try using the 'Repair PDF' feature first to fix the file before proceeding with this operation.
|
||||
error.pdfCorrupted=PDF 檔案似乎已毀損或遭到破壞。請先嘗試使用「修復 PDF」功能來修復檔案,然後再繼續此操作。
|
||||
error.pdfCorruptedMultiple=一個或多個 PDF 檔案似乎已毀損或遭到破壞。請先嘗試對每個檔案使用「修復 PDF」功能,然後再嘗試合併它們。
|
||||
error.pdfCorruptedDuring=錯誤 {0}:PDF 檔案似乎已毀損或遭到破壞。請先嘗試使用「修復 PDF」功能來修復檔案,然後再繼續此操作。
|
||||
|
||||
# Frontend corruption error messages
|
||||
error.pdfInvalid=The PDF file "{0}" appears to be corrupted or has an invalid structure. Please try using the 'Repair PDF' feature to fix the file before proceeding.
|
||||
error.tryRepair=Try using the Repair PDF feature to fix corrupted files.
|
||||
error.pdfInvalid=PDF 檔案「{0}」似乎已損毀或結構無效。請先嘗試使用「修復 PDF」功能來修復檔案,然後再繼續。
|
||||
error.tryRepair=請嘗試使用「修復 PDF」功能來修復損毀的檔案。
|
||||
|
||||
# Additional error messages
|
||||
error.pdfEncryption=The PDF appears to have corrupted encryption data. This can happen when the PDF was created with incompatible encryption methods. Please try using the 'Repair PDF' feature first, or contact the document creator for a new copy.
|
||||
error.fileProcessing=An error occurred while processing the file during {0} operation: {1}
|
||||
error.pdfEncryption=此 PDF 的加密資料似乎已損毀。這可能是因為 PDF 是使用不相容的加密方法建立的。請先嘗試使用「修復 PDF」功能,或聯絡文件建立者以取得新副本。
|
||||
error.fileProcessing=在 {0} 操作期間處理檔案時發生錯誤:{1}
|
||||
|
||||
# Generic error message templates
|
||||
error.toolNotInstalled={0} is not installed
|
||||
error.toolRequired={0} is required for {1}
|
||||
error.conversionFailed={0} conversion failed
|
||||
error.commandFailed={0} command failed
|
||||
error.algorithmNotAvailable={0} algorithm not available
|
||||
error.optionsNotSpecified={0} options are not specified
|
||||
error.fileFormatRequired=File must be in {0} format
|
||||
error.invalidFormat=Invalid {0} format: {1}
|
||||
error.endpointDisabled=This endpoint has been disabled by the admin
|
||||
error.urlNotReachable=URL is not reachable, please provide a valid URL
|
||||
error.toolNotInstalled=未安裝 {0}
|
||||
error.toolRequired={1} 需要 {0}
|
||||
error.conversionFailed={0} 轉換失敗
|
||||
error.commandFailed={0} 指令失敗
|
||||
error.algorithmNotAvailable=無法使用 {0} 演算法
|
||||
error.optionsNotSpecified=未指定 {0} 選項
|
||||
error.fileFormatRequired=檔案必須為 {0} 格式
|
||||
error.invalidFormat=無效的 {0} 格式:{1}
|
||||
error.endpointDisabled=此端點已被管理員停用
|
||||
error.urlNotReachable=無法連線至 URL,請提供有效的 URL
|
||||
|
||||
# DPI and image rendering messages - used by frontend for dynamic translation
|
||||
# Backend sends: [TRANSLATE:messageKey:arg1,arg2] English message
|
||||
# Frontend parses this and replaces with localized versions using these keys
|
||||
error.dpiExceedsLimit=DPI value {0} exceeds maximum safe limit of {1}. High DPI values can cause memory issues and crashes. Please use a lower DPI value.
|
||||
error.pageTooBigForDpi=PDF page {0} is too large to render at {1} DPI. Please try a lower DPI value (recommended: 150 or less).
|
||||
error.pageTooBigExceedsArray=PDF page {0} is too large to render at {1} DPI. The resulting image would exceed Java's maximum array size. Please try a lower DPI value (recommended: 150 or less).
|
||||
error.pageTooBigFor300Dpi=PDF page {0} is too large to render at 300 DPI. The resulting image would exceed Java's maximum array size. Please use a lower DPI value for PDF-to-image conversion.
|
||||
error.dpiExceedsLimit=DPI 值 {0} 超出最大安全限制 {1}。高 DPI 值可能導致記憶體問題和當機。請使用較低的 DPI 值。
|
||||
error.pageTooBigForDpi=PDF 頁面 {0} 太大,無法以 {1} DPI 進行渲染。請嘗試較低的 DPI 值(建議:150 或更低)。
|
||||
error.pageTooBigExceedsArray=PDF 頁面 {0} 太大,無法以 {1} DPI 進行渲染。產生的影像將超出 Java 的最大陣列大小。請嘗試較低的 DPI 值(建議:150 或更低)。
|
||||
error.pageTooBigFor300Dpi=PDF 頁面 {0} 太大,無法以 300 DPI 進行渲染。產生的影像將超出 Java 的最大陣列大小。請在 PDF 轉影像時使用較低的 DPI 值。
|
||||
|
||||
# URL and website conversion messages
|
||||
|
||||
# System requirements messages
|
||||
|
||||
# Authentication and security messages
|
||||
error.apiKeyInvalid=API key is not valid.
|
||||
error.userNotFound=User not found.
|
||||
error.passwordRequired=Password must not be null.
|
||||
error.accountLocked=Your account has been locked due to too many failed login attempts.
|
||||
error.invalidEmail=Invalid email addresses provided.
|
||||
error.emailAttachmentRequired=An attachment is required to send the email.
|
||||
error.signatureNotFound=Signature file not found.
|
||||
error.apiKeyInvalid=API 金鑰無效。
|
||||
error.userNotFound=找不到使用者。
|
||||
error.passwordRequired=密碼不得為空。
|
||||
error.accountLocked=由於登入失敗次數過多,您的帳號已被鎖定。
|
||||
error.invalidEmail=提供了無效的電子郵件地址。
|
||||
error.emailAttachmentRequired=需要附件才能傳送電子郵件。
|
||||
error.signatureNotFound=找不到簽章檔案。
|
||||
|
||||
# File processing messages
|
||||
error.fileNotFound=File not found with ID: {0}
|
||||
error.fileNotFound=找不到 ID 為 {0} 的檔案
|
||||
|
||||
# Database and configuration messages
|
||||
error.noBackupScripts=No backup scripts were found.
|
||||
error.unsupportedProvider={0} is not currently supported.
|
||||
error.pathTraversalDetected=Path traversal detected for security reasons.
|
||||
error.noBackupScripts=找不到任何備份指令稿。
|
||||
error.unsupportedProvider=目前不支援 {0}。
|
||||
error.pathTraversalDetected=因安全因素偵測到路徑遍歷。
|
||||
|
||||
# Validation messages
|
||||
error.invalidArgument=Invalid argument: {0}
|
||||
error.argumentRequired={0} must not be null
|
||||
error.operationFailed=Operation failed: {0}
|
||||
error.angleNotMultipleOf90=Angle must be a multiple of 90
|
||||
error.pdfBookmarksNotFound=No PDF bookmarks/outline found in document
|
||||
error.fontLoadingFailed=Error processing font file
|
||||
error.fontDirectoryReadFailed=Failed to read font directory
|
||||
error.invalidArgument=無效的參數:{0}
|
||||
error.argumentRequired={0} 不得為空
|
||||
error.operationFailed=操作失敗:{0}
|
||||
error.angleNotMultipleOf90=角度必須是 90 的倍數
|
||||
error.pdfBookmarksNotFound=在文件中找不到 PDF 書籤/大綱
|
||||
error.fontLoadingFailed=處理字型檔案時發生錯誤
|
||||
error.fontDirectoryReadFailed=讀取字型目錄失敗
|
||||
delete=刪除
|
||||
username=使用者名稱
|
||||
password=密碼
|
||||
@ -281,12 +281,12 @@ addToDoc=新增至文件
|
||||
reset=重設
|
||||
apply=套用
|
||||
noFileSelected=未選擇檔案,請上傳一個。
|
||||
view=View
|
||||
cancel=Cancel
|
||||
view=檢視
|
||||
cancel=取消
|
||||
|
||||
back.toSettings=Back to Settings
|
||||
back.toHome=Back to Home
|
||||
back.toAdmin=Back to Admin
|
||||
back.toSettings=返回設定
|
||||
back.toHome=返回首頁
|
||||
back.toAdmin=返回管理員頁面
|
||||
|
||||
legal.privacy=隱私權政策
|
||||
legal.terms=使用條款
|
||||
@ -327,7 +327,7 @@ enterpriseEdition.button=升級至專業版
|
||||
enterpriseEdition.warning=此功能僅提供給專業版使用者使用。
|
||||
enterpriseEdition.yamlAdvert=Stirling PDF 專業版支援 YAML 設定檔和其他單一登入 (SSO) 功能。
|
||||
enterpriseEdition.ssoAdvert=需要更多使用者管理功能嗎?請參考 Stirling PDF 專業版
|
||||
enterpriseEdition.proTeamFeatureDisabled=Team management features require a Pro licence or higher
|
||||
enterpriseEdition.proTeamFeatureDisabled=團隊管理功能需要專業版或更進階的授權
|
||||
|
||||
|
||||
#################
|
||||
@ -408,8 +408,8 @@ account.property=屬性
|
||||
account.webBrowserSettings=網頁瀏覽器設定
|
||||
account.syncToBrowser=同步帳號 → 瀏覽器
|
||||
account.syncToAccount=同步帳號 ← 瀏覽器
|
||||
account.adminTitle=Administrator Tools
|
||||
account.adminNotif=You have admin privileges. Access system settings and user management.
|
||||
account.adminTitle=管理員工具
|
||||
account.adminNotif=您具有管理員權限,可存取系統設定和使用者管理。
|
||||
|
||||
|
||||
adminUserSettings.title=使用者控制設定
|
||||
@ -440,48 +440,48 @@ adminUserSettings.disabledUsers=已停用的使用者:
|
||||
adminUserSettings.totalUsers=使用者總數:
|
||||
adminUserSettings.lastRequest=最後請求時間
|
||||
adminUserSettings.usage=檢視使用情況
|
||||
adminUserSettings.teams=View/Edit Teams
|
||||
adminUserSettings.team=Team
|
||||
adminUserSettings.manageTeams=Manage Teams
|
||||
adminUserSettings.createTeam=Create Team
|
||||
adminUserSettings.viewTeam=View Team
|
||||
adminUserSettings.deleteTeam=Delete Team
|
||||
adminUserSettings.teamName=Team Name
|
||||
adminUserSettings.teamExists=Team already exists
|
||||
adminUserSettings.teamCreated=Team created successfully
|
||||
adminUserSettings.teamChanged=User's team was updated
|
||||
adminUserSettings.teamHidden=Hidden
|
||||
adminUserSettings.totalMembers=Total Members
|
||||
adminUserSettings.confirmDeleteTeam=Are you sure you want to delete this team?
|
||||
adminUserSettings.teams=檢視/編輯團隊
|
||||
adminUserSettings.team=團隊
|
||||
adminUserSettings.manageTeams=管理團隊
|
||||
adminUserSettings.createTeam=建立團隊
|
||||
adminUserSettings.viewTeam=檢視團隊
|
||||
adminUserSettings.deleteTeam=刪除團隊
|
||||
adminUserSettings.teamName=團隊名稱
|
||||
adminUserSettings.teamExists=團隊已存在
|
||||
adminUserSettings.teamCreated=團隊建立成功
|
||||
adminUserSettings.teamChanged=使用者的團隊已更新
|
||||
adminUserSettings.teamHidden=隱藏
|
||||
adminUserSettings.totalMembers=成員總數
|
||||
adminUserSettings.confirmDeleteTeam=您確定要刪除此團隊嗎?
|
||||
|
||||
teamCreated=Team created successfully
|
||||
teamExists=A team with that name already exists
|
||||
teamNameExists=Another team with that name already exists
|
||||
teamNotFound=Team not found
|
||||
teamDeleted=Team deleted
|
||||
teamHasUsers=Cannot delete a team with users assigned
|
||||
teamRenamed=Team renamed successfully
|
||||
teamCreated=團隊建立成功
|
||||
teamExists=該名稱的團隊已存在
|
||||
teamNameExists=已有同名的團隊存在
|
||||
teamNotFound=找不到團隊
|
||||
teamDeleted=團隊已刪除
|
||||
teamHasUsers=無法刪除已有指派使用者的團隊
|
||||
teamRenamed=團隊重新命名成功
|
||||
|
||||
# Team user management
|
||||
team.addUser=Add User to Team
|
||||
team.selectUser=Select User
|
||||
team.warning.moveUser=Warning: This will move the user from "{0}" team to "{1}" team. Are you sure?
|
||||
team.confirm.moveUser=Are you sure you want to move this user from "{0}" team to "{1}" team?
|
||||
team.userAdded=User successfully added to team
|
||||
team.back=Back to Teams
|
||||
team.internal=Internal Team
|
||||
team.internalTeamNotAccessible=The Internal team is a system team and cannot be accessed
|
||||
team.cannotMoveInternalUsers=Users in the Internal team cannot be moved to other teams
|
||||
team.hidden=Hidden
|
||||
team.name=Team Name
|
||||
team.totalMembers=Total Members
|
||||
team.members=Members
|
||||
team.username=Username
|
||||
team.role=Role
|
||||
team.status=Status
|
||||
team.enabled=Enabled
|
||||
team.disabled=Disabled
|
||||
team.noMembers=This team has no members yet.
|
||||
team.addUser=新增使用者至團隊
|
||||
team.selectUser=選擇使用者
|
||||
team.warning.moveUser=警告:此操作會將使用者從「{0}」團隊移至「{1}」團隊。您確定嗎?
|
||||
team.confirm.moveUser=您確定要將此使用者從「{0}」團隊移至「{1}」團隊嗎?
|
||||
team.userAdded=已成功將使用者新增至團隊
|
||||
team.back=返回團隊
|
||||
team.internal=內部團隊
|
||||
team.internalTeamNotAccessible=內部團隊為系統團隊,無法存取
|
||||
team.cannotMoveInternalUsers=無法將內部團隊中的使用者移動到其他團隊
|
||||
team.hidden=隱藏
|
||||
team.name=團隊名稱
|
||||
team.totalMembers=成員總數
|
||||
team.members=成員
|
||||
team.username=使用者名稱
|
||||
team.role=角色
|
||||
team.status=狀態
|
||||
team.enabled=已啟用
|
||||
team.disabled=已停用
|
||||
team.noMembers=此團隊尚無成員。
|
||||
|
||||
|
||||
|
||||
@ -585,9 +585,9 @@ home.addImage.title=新增圖片
|
||||
home.addImage.desc=在 PDF 的指定位置新增圖片
|
||||
addImage.tags=img,jpg,圖片,照片
|
||||
|
||||
home.attachments.title=Add Attachments
|
||||
home.attachments.desc=Add or remove embedded files (attachments) to/from a PDF
|
||||
attachments.tags=embed,attach,file,attachment,attachments
|
||||
home.attachments.title=新增附件
|
||||
home.attachments.desc=將檔案(附件)新增或移除至/從 PDF
|
||||
attachments.tags=嵌入,附件,檔案,附加,附件管理
|
||||
|
||||
home.watermark.title=新增浮水印
|
||||
home.watermark.desc=在您的 PDF 檔案中新增自訂浮水印。
|
||||
@ -715,8 +715,8 @@ home.auto-rename.title=自動重新命名 PDF 檔案
|
||||
home.auto-rename.desc=根據其偵測到的標頭自動重新命名 PDF 檔案
|
||||
auto-rename.tags=自動偵測,基於標頭,組織,重新標籤
|
||||
|
||||
home.adjust-contrast.title=調整顏色/對比度
|
||||
home.adjust-contrast.desc=調整 PDF 的對比度、飽和度和亮度
|
||||
home.adjust-contrast.title=調整顏色/對比
|
||||
home.adjust-contrast.desc=調整 PDF 的對比、飽和度和亮度
|
||||
adjust-contrast.tags=色彩校正,調整,修改,增強
|
||||
|
||||
home.crop.title=裁剪 PDF
|
||||
@ -834,10 +834,10 @@ home.replaceColorPdf.title=取代與反轉顏色
|
||||
home.replaceColorPdf.desc=取代 PDF 中文字和背景的顏色,並反轉整個 PDF 的顏色以減少檔案大小
|
||||
replaceColorPdf.tags=取代顏色,頁面操作,後端,伺服器端
|
||||
replace-color.selectText.1=取代或反轉顏色選項
|
||||
replace-color.selectText.2=預設(預設高對比度顏色)
|
||||
replace-color.selectText.2=預設(預設高對比顏色)
|
||||
replace-color.selectText.3=自訂(自訂顏色)
|
||||
replace-color.selectText.4=全部反轉(反轉所有顏色)
|
||||
replace-color.selectText.5=高對比度顏色選項
|
||||
replace-color.selectText.5=高對比顏色選項
|
||||
replace-color.selectText.6=黑底白字
|
||||
replace-color.selectText.7=白底黑字
|
||||
replace-color.selectText.8=黑底黃字
|
||||
@ -875,7 +875,7 @@ login.userIsDisabled=使用者已停用,目前此使用者無法登入。請
|
||||
login.alreadyLoggedIn=您已經登入了
|
||||
login.alreadyLoggedIn2=部裝置。請先從這些裝置登出後再試一次。
|
||||
login.toManySessions=您有太多使用中的工作階段
|
||||
login.logoutMessage=You have been logged out.
|
||||
login.logoutMessage=您已登出。
|
||||
|
||||
#auto-redact
|
||||
autoRedact.title=自動塗黑
|
||||
@ -1059,9 +1059,9 @@ auto-rename.submit=自動重新命名
|
||||
|
||||
|
||||
#adjustContrast
|
||||
adjustContrast.title=調整對比度
|
||||
adjustContrast.header=調整對比度
|
||||
adjustContrast.contrast=對比度:
|
||||
adjustContrast.title=調整對比
|
||||
adjustContrast.header=調整對比
|
||||
adjustContrast.contrast=對比:
|
||||
adjustContrast.brightness=亮度:
|
||||
adjustContrast.saturation=飽和度:
|
||||
adjustContrast.download=下載
|
||||
@ -1270,11 +1270,11 @@ addImage.upload=新增圖片
|
||||
addImage.submit=新增圖片
|
||||
|
||||
#attachments
|
||||
attachments.title=Add Attachments
|
||||
attachments.header=Add attachments
|
||||
attachments.description=Allows you to add attachments to the PDF
|
||||
attachments.descriptionPlaceholder=Enter a description for the attachments...
|
||||
attachments.addButton=Add Attachments
|
||||
attachments.title=新增附件
|
||||
attachments.header=新增附件
|
||||
attachments.description=可將附件新增至 PDF
|
||||
attachments.descriptionPlaceholder=請輸入附件說明...
|
||||
attachments.addButton=新增附件
|
||||
|
||||
#merge
|
||||
merge.title=合併
|
||||
@ -1282,7 +1282,7 @@ merge.header=合併多個 PDF
|
||||
merge.sortByName=依名稱排序
|
||||
merge.sortByDate=依日期排序
|
||||
merge.removeCertSign=是否移除合併後檔案的憑證簽章?
|
||||
merge.generateToc=Generate table of contents in the merged file?
|
||||
merge.generateToc=是否在合併後的檔案中產生目錄?
|
||||
merge.submit=合併
|
||||
|
||||
|
||||
@ -1664,7 +1664,7 @@ fileChooser.dragAndDropPDF=拖放 PDF 檔案
|
||||
fileChooser.dragAndDropImage=拖放圖片檔案
|
||||
fileChooser.hoveredDragAndDrop=將檔案拖放至此
|
||||
fileChooser.extractPDF=處理中...
|
||||
fileChooser.addAttachments=drag & drop attachments here
|
||||
fileChooser.addAttachments=拖曳附件到此處
|
||||
|
||||
#release notes
|
||||
releases.footer=版本資訊
|
||||
@ -1709,157 +1709,157 @@ validateSignature.cert.selfSigned=自我簽署
|
||||
validateSignature.cert.bits=位元
|
||||
|
||||
# Audit Dashboard
|
||||
audit.dashboard.title=Audit Dashboard
|
||||
audit.dashboard.systemStatus=Audit System Status
|
||||
audit.dashboard.status=Status
|
||||
audit.dashboard.enabled=Enabled
|
||||
audit.dashboard.disabled=Disabled
|
||||
audit.dashboard.currentLevel=Current Level
|
||||
audit.dashboard.retentionPeriod=Retention Period
|
||||
audit.dashboard.days=days
|
||||
audit.dashboard.totalEvents=Total Events
|
||||
audit.dashboard.title=稽核儀表板
|
||||
audit.dashboard.systemStatus=稽核系統狀態
|
||||
audit.dashboard.status=狀態
|
||||
audit.dashboard.enabled=已啟用
|
||||
audit.dashboard.disabled=已停用
|
||||
audit.dashboard.currentLevel=目前層級
|
||||
audit.dashboard.retentionPeriod=保留期間
|
||||
audit.dashboard.days=天
|
||||
audit.dashboard.totalEvents=事件總數
|
||||
|
||||
# Audit Dashboard Tabs
|
||||
audit.dashboard.tab.dashboard=Dashboard
|
||||
audit.dashboard.tab.events=Audit Events
|
||||
audit.dashboard.tab.export=Export
|
||||
audit.dashboard.tab.dashboard=儀表板
|
||||
audit.dashboard.tab.events=稽核事件
|
||||
audit.dashboard.tab.export=匯出
|
||||
# Dashboard Charts
|
||||
audit.dashboard.eventsByType=Events by Type
|
||||
audit.dashboard.eventsByUser=Events by User
|
||||
audit.dashboard.eventsOverTime=Events Over Time
|
||||
audit.dashboard.period.7days=7 Days
|
||||
audit.dashboard.period.30days=30 Days
|
||||
audit.dashboard.period.90days=90 Days
|
||||
audit.dashboard.eventsByType=依類型分類的事件
|
||||
audit.dashboard.eventsByUser=依使用者分類的事件
|
||||
audit.dashboard.eventsOverTime=事件時間趨勢
|
||||
audit.dashboard.period.7days=7 天
|
||||
audit.dashboard.period.30days=30 天
|
||||
audit.dashboard.period.90days=90 天
|
||||
|
||||
# Events Tab
|
||||
audit.dashboard.auditEvents=Audit Events
|
||||
audit.dashboard.filter.eventType=Event Type
|
||||
audit.dashboard.filter.allEventTypes=All event types
|
||||
audit.dashboard.filter.user=User
|
||||
audit.dashboard.filter.userPlaceholder=Filter by user
|
||||
audit.dashboard.filter.startDate=Start Date
|
||||
audit.dashboard.filter.endDate=End Date
|
||||
audit.dashboard.filter.apply=Apply Filters
|
||||
audit.dashboard.filter.reset=Reset Filters
|
||||
audit.dashboard.auditEvents=稽核事件
|
||||
audit.dashboard.filter.eventType=事件類型
|
||||
audit.dashboard.filter.allEventTypes=所有事件類型
|
||||
audit.dashboard.filter.user=使用者
|
||||
audit.dashboard.filter.userPlaceholder=依使用者篩選
|
||||
audit.dashboard.filter.startDate=開始日期
|
||||
audit.dashboard.filter.endDate=結束日期
|
||||
audit.dashboard.filter.apply=套用篩選器
|
||||
audit.dashboard.filter.reset=重設篩選器
|
||||
|
||||
# Table Headers
|
||||
audit.dashboard.table.id=ID
|
||||
audit.dashboard.table.time=Time
|
||||
audit.dashboard.table.user=User
|
||||
audit.dashboard.table.type=Type
|
||||
audit.dashboard.table.details=Details
|
||||
audit.dashboard.table.viewDetails=View Details
|
||||
audit.dashboard.table.time=時間
|
||||
audit.dashboard.table.user=使用者
|
||||
audit.dashboard.table.type=類型
|
||||
audit.dashboard.table.details=詳細資訊
|
||||
audit.dashboard.table.viewDetails=檢視詳細資訊
|
||||
|
||||
# Pagination
|
||||
audit.dashboard.pagination.show=Show
|
||||
audit.dashboard.pagination.entries=entries
|
||||
audit.dashboard.pagination.pageInfo1=Page
|
||||
audit.dashboard.pagination.pageInfo2=of
|
||||
audit.dashboard.pagination.totalRecords=Total records:
|
||||
audit.dashboard.pagination.show=顯示
|
||||
audit.dashboard.pagination.entries=個項目
|
||||
audit.dashboard.pagination.pageInfo1=第
|
||||
audit.dashboard.pagination.pageInfo2=頁,共
|
||||
audit.dashboard.pagination.totalRecords=總記錄數:
|
||||
|
||||
# Modal
|
||||
audit.dashboard.modal.eventDetails=Event Details
|
||||
audit.dashboard.modal.eventDetails=事件詳細資訊
|
||||
audit.dashboard.modal.id=ID
|
||||
audit.dashboard.modal.user=User
|
||||
audit.dashboard.modal.type=Type
|
||||
audit.dashboard.modal.time=Time
|
||||
audit.dashboard.modal.data=Data
|
||||
audit.dashboard.modal.user=使用者
|
||||
audit.dashboard.modal.type=類型
|
||||
audit.dashboard.modal.time=時間
|
||||
audit.dashboard.modal.data=資料
|
||||
|
||||
# Export Tab
|
||||
audit.dashboard.export.title=Export Audit Data
|
||||
audit.dashboard.export.format=Export Format
|
||||
audit.dashboard.export.csv=CSV (Comma Separated Values)
|
||||
audit.dashboard.export.json=JSON (JavaScript Object Notation)
|
||||
audit.dashboard.export.button=Export Data
|
||||
audit.dashboard.export.infoTitle=Export Information
|
||||
audit.dashboard.export.infoDesc1=The export will include all audit events matching the selected filters. For large datasets, the export may take a few moments to generate.
|
||||
audit.dashboard.export.infoDesc2=Exported data will include:
|
||||
audit.dashboard.export.infoItem1=Event ID
|
||||
audit.dashboard.export.infoItem2=User
|
||||
audit.dashboard.export.infoItem3=Event Type
|
||||
audit.dashboard.export.infoItem4=Timestamp
|
||||
audit.dashboard.export.infoItem5=Event Data
|
||||
audit.dashboard.export.title=匯出稽核資料
|
||||
audit.dashboard.export.format=匯出格式
|
||||
audit.dashboard.export.csv=CSV (逗號分隔值)
|
||||
audit.dashboard.export.json=JSON (JavaScript 物件表示法)
|
||||
audit.dashboard.export.button=匯出資料
|
||||
audit.dashboard.export.infoTitle=匯出資訊
|
||||
audit.dashboard.export.infoDesc1=匯出的內容將包含所有符合所選篩選條件的稽核事件。若資料量龐大,匯出過程可能需要一些時間。
|
||||
audit.dashboard.export.infoDesc2=匯出的資料將包含:
|
||||
audit.dashboard.export.infoItem1=事件 ID
|
||||
audit.dashboard.export.infoItem2=使用者
|
||||
audit.dashboard.export.infoItem3=事件類型
|
||||
audit.dashboard.export.infoItem4=時間戳記
|
||||
audit.dashboard.export.infoItem5=事件資料
|
||||
|
||||
# JavaScript i18n keys
|
||||
audit.dashboard.js.noEventsFound=No audit events found matching the current filters
|
||||
audit.dashboard.js.errorLoading=Error loading data:
|
||||
audit.dashboard.js.errorRendering=Error rendering table:
|
||||
audit.dashboard.js.loadingPage=Loading page
|
||||
audit.dashboard.js.noEventsFound=找不到符合目前篩選條件的稽核事件
|
||||
audit.dashboard.js.errorLoading=載入資料時發生錯誤:
|
||||
audit.dashboard.js.errorRendering=呈現表格時發生錯誤:
|
||||
audit.dashboard.js.loadingPage=正在載入頁面
|
||||
|
||||
####################
|
||||
# Cookie banner #
|
||||
####################
|
||||
cookieBanner.popUp.title=我們如何使用 Cookies
|
||||
cookieBanner.popUp.description.1=我們使用 Cookies 和其他技術來讓 Stirling PDF 變得更好——幫助我們改善工具並繼續創造您會喜愛的新功能
|
||||
cookieBanner.popUp.description.2=如果您仍不想,點選「不,謝謝」只會開啟必要的 Cookies 好讓網站功能保持運作
|
||||
cookieBanner.popUp.title=我們如何使用 Cookie
|
||||
cookieBanner.popUp.description.1=我們使用 Cookie 和其他技術來讓 Stirling PDF 變得更好、協助我們改進並持續打造您會喜愛的新功能。
|
||||
cookieBanner.popUp.description.2=如果您不希望如此,點選「不,謝謝」將只會啟用維持網站正常運作所需的必要 Cookie。
|
||||
cookieBanner.popUp.acceptAllBtn=接受
|
||||
cookieBanner.popUp.acceptNecessaryBtn=不,謝謝
|
||||
cookieBanner.popUp.showPreferencesBtn=管理偏好設定
|
||||
cookieBanner.preferencesModal.title=喜好設定中心
|
||||
cookieBanner.preferencesModal.title=偏好設定中心
|
||||
cookieBanner.preferencesModal.acceptAllBtn=全部接受
|
||||
cookieBanner.preferencesModal.acceptNecessaryBtn=全部拒絕
|
||||
cookieBanner.preferencesModal.savePreferencesBtn=儲存設定
|
||||
cookieBanner.preferencesModal.closeIconLabel=關閉視窗
|
||||
cookieBanner.preferencesModal.serviceCounterLabel=服務|服務
|
||||
cookieBanner.preferencesModal.subtitle=Cookies 的用途
|
||||
cookieBanner.preferencesModal.description.1=Stirling PDF 使用 Cookies 與其他相似技術去改善您的體驗和分析您如何使用我們的工具。這有助於我們改善效能、開發您注目的功能,和提供使用者協助。
|
||||
cookieBanner.preferencesModal.subtitle=Cookie 的用途
|
||||
cookieBanner.preferencesModal.description.1=Stirling PDF 使用 Cookie 與其他相似技術去改善您的體驗和分析您如何使用我們的工具。這有助於我們改善效能、開發您注目的功能,和提供使用者協助。
|
||||
cookieBanner.preferencesModal.description.2=Stirling PDF 不能——且永遠不會——追蹤或存取您的文件。
|
||||
cookieBanner.preferencesModal.description.3=您的隱私和信任是我們的核心理念。
|
||||
cookieBanner.preferencesModal.necessary.title.1=必要的 Cookies
|
||||
cookieBanner.preferencesModal.necessary.title.1=必要的 Cookie
|
||||
cookieBanner.preferencesModal.necessary.title.2=永遠開啟
|
||||
cookieBanner.preferencesModal.necessary.description=這些 Cookies 對網站正常運作至關重要。它們讓核心功能,像是隱私設定、登入、填入表格能夠運作——這也是為什麼它們不能被關掉。
|
||||
cookieBanner.preferencesModal.analytics.title=分析 Cookies
|
||||
cookieBanner.preferencesModal.analytics.description=這些 Cookies 幫助我們分析您如何使用我們的工具,好讓我們能專注在建構社群最重視的功能。儘管放心—— Stirling PDF 不會且永不追蹤您的文件
|
||||
cookieBanner.preferencesModal.necessary.description=這些 Cookie 對網站正常運作至關重要。它們讓核心功能,像是隱私設定、登入、填入表格能夠運作——這也是為什麼它們不能被關掉。
|
||||
cookieBanner.preferencesModal.analytics.title=分析 Cookie
|
||||
cookieBanner.preferencesModal.analytics.description=這些 Cookie 協助我們分析您如何使用我們的工具,好讓我們能專注在建構社群最重視的功能。儘管放心—— Stirling PDF 不會且永不追蹤您的文件
|
||||
|
||||
#scannerEffect
|
||||
scannerEffect.title=Scanner Effect
|
||||
scannerEffect.header=Scanner Effect
|
||||
scannerEffect.description=Create a PDF that looks like it was scanned
|
||||
scannerEffect.selectPDF=Select PDF:
|
||||
scannerEffect.quality=Scan Quality
|
||||
scannerEffect.quality.low=Low
|
||||
scannerEffect.quality.medium=Medium
|
||||
scannerEffect.quality.high=High
|
||||
scannerEffect.rotation=Rotation Angle
|
||||
scannerEffect.rotation.none=None
|
||||
scannerEffect.rotation.slight=Slight
|
||||
scannerEffect.rotation.moderate=Moderate
|
||||
scannerEffect.rotation.severe=Severe
|
||||
scannerEffect.submit=Create Scanner Effect
|
||||
scannerEffect.title=掃描器效果
|
||||
scannerEffect.header=掃描器效果
|
||||
scannerEffect.description=建立看起來像掃描過的 PDF
|
||||
scannerEffect.selectPDF=選擇 PDF:
|
||||
scannerEffect.quality=掃描品質
|
||||
scannerEffect.quality.low=低
|
||||
scannerEffect.quality.medium=中
|
||||
scannerEffect.quality.high=高
|
||||
scannerEffect.rotation=旋轉角度
|
||||
scannerEffect.rotation.none=無
|
||||
scannerEffect.rotation.slight=輕微
|
||||
scannerEffect.rotation.moderate=中等
|
||||
scannerEffect.rotation.severe=嚴重
|
||||
scannerEffect.submit=建立掃描器效果
|
||||
|
||||
#home.scannerEffect
|
||||
home.scannerEffect.title=Scanner Effect
|
||||
home.scannerEffect.desc=Create a PDF that looks like it was scanned
|
||||
scannerEffect.tags=scan,simulate,realistic,convert
|
||||
home.scannerEffect.title=掃描器效果
|
||||
home.scannerEffect.desc=建立看起來像掃描過的 PDF
|
||||
scannerEffect.tags=掃描,模擬,逼真,轉換
|
||||
|
||||
# ScannerEffect advanced settings (frontend)
|
||||
scannerEffect.advancedSettings=Enable Advanced Scan Settings
|
||||
scannerEffect.colorspace=Colorspace
|
||||
scannerEffect.colorspace.grayscale=Grayscale
|
||||
scannerEffect.colorspace.color=Color
|
||||
scannerEffect.border=Border (px)
|
||||
scannerEffect.rotate=Base Rotation (degrees)
|
||||
scannerEffect.rotateVariance=Rotation Variance (degrees)
|
||||
scannerEffect.brightness=Brightness
|
||||
scannerEffect.contrast=Contrast
|
||||
scannerEffect.blur=Blur
|
||||
scannerEffect.noise=Noise
|
||||
scannerEffect.yellowish=Yellowish (simulate old paper)
|
||||
scannerEffect.resolution=Resolution (DPI)
|
||||
scannerEffect.advancedSettings=啟用進階掃描設定
|
||||
scannerEffect.colorspace=色彩空間
|
||||
scannerEffect.colorspace.grayscale=灰階
|
||||
scannerEffect.colorspace.color=彩色
|
||||
scannerEffect.border=邊框 (px)
|
||||
scannerEffect.rotate=基礎旋轉 (度)
|
||||
scannerEffect.rotateVariance=旋轉變異 (度)
|
||||
scannerEffect.brightness=亮度
|
||||
scannerEffect.contrast=對比
|
||||
scannerEffect.blur=模糊
|
||||
scannerEffect.noise=雜訊
|
||||
scannerEffect.yellowish=泛黃效果 (模擬舊紙張)
|
||||
scannerEffect.resolution=解析度 (DPI)
|
||||
|
||||
|
||||
# Table of Contents Feature
|
||||
home.editTableOfContents.title=Edit Table of Contents
|
||||
home.editTableOfContents.desc=Add or edit bookmarks and table of contents in PDF documents
|
||||
home.editTableOfContents.title=編輯目錄
|
||||
home.editTableOfContents.desc=在 PDF 文件中新增或編輯書籤和目錄
|
||||
|
||||
editTableOfContents.tags=bookmarks,toc,navigation,index,table of contents,chapters,sections,outline
|
||||
editTableOfContents.title=Edit Table of Contents
|
||||
editTableOfContents.header=Add or Edit PDF Table of Contents
|
||||
editTableOfContents.replaceExisting=Replace existing bookmarks (uncheck to append to existing)
|
||||
editTableOfContents.editorTitle=Bookmark Editor
|
||||
editTableOfContents.editorDesc=Add and arrange bookmarks below. Click + to add child bookmarks.
|
||||
editTableOfContents.addBookmark=Add New Bookmark
|
||||
editTableOfContents.desc.1=This tool allows you to add or edit the table of contents (bookmarks) in a PDF document.
|
||||
editTableOfContents.desc.2=You can create a hierarchical structure by adding child bookmarks to parent bookmarks.
|
||||
editTableOfContents.desc.3=Each bookmark requires a title and target page number.
|
||||
editTableOfContents.submit=Apply Table of Contents
|
||||
editTableOfContents.tags=書籤,toc,導覽,索引,目錄,章節,區段,大綱
|
||||
editTableOfContents.title=編輯目錄
|
||||
editTableOfContents.header=新增或編輯 PDF 目錄
|
||||
editTableOfContents.replaceExisting=取代現有書籤 (取消勾選以附加到現有書籤)
|
||||
editTableOfContents.editorTitle=書籤編輯器
|
||||
editTableOfContents.editorDesc=在下方新增和排列書籤。點選 + 新增子書籤。
|
||||
editTableOfContents.addBookmark=新增書籤
|
||||
editTableOfContents.desc.1=此工具可讓您在 PDF 文件中新增或編輯目錄 (書籤)。
|
||||
editTableOfContents.desc.2=您可以透過將子書籤新增至父書籤來建立階層式結構。
|
||||
editTableOfContents.desc.3=每個書籤都需要標題和目標頁碼。
|
||||
editTableOfContents.submit=套用目錄
|
||||
|
Loading…
Reference in New Issue
Block a user