mirror of
https://github.com/arsvendg/Stirling-PDF.git
synced 2026-09-13 20:25:28 +02:00
🌐 Sync Translations + Update README Progress Table (#5581)
### Description of Changes This Pull Request was automatically generated to synchronize updates to translation files and documentation. Below are the details of the changes made: #### **1. Synchronization of Translation Files** - Updated translation files (`frontend/public/locales/*/translation.toml`) to reflect changes in the reference file `en-GB/translation.toml`. - Ensured consistency and synchronization across all supported language files. - Highlighted any missing or incomplete translations. - **Format**: TOML #### **2. Update README.md** - Generated the translation progress table in `README.md` using `counter_translation_v3.py`. - Added a summary of the current translation status for all supported languages. - Included up-to-date statistics on translation coverage. #### **Why these changes are necessary** - Keeps translation files aligned with the latest reference updates. - Ensures the documentation reflects the current translation progress. --- Auto-generated by [create-pull-request][1]. [1]: https://github.com/peter-evans/create-pull-request Co-authored-by: stirlingbot[bot] <195170888+stirlingbot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -950,6 +950,7 @@ title = "按大小/页数自动拆分"
|
||||
desc = "按文件大小或页数自动拆分 PDF"
|
||||
|
||||
[home.replaceColor]
|
||||
tags = "replace color,invert color,color replacement,swap colors,change color,invert,negative,color swap,find and replace color,convert color,color change"
|
||||
title = "替换与反转颜色"
|
||||
desc = "替换或反转 PDF 文档中的颜色"
|
||||
|
||||
@@ -964,18 +965,22 @@ title = "自动化文件夹扫描"
|
||||
desc = "链接到自动化文件夹扫描指南"
|
||||
|
||||
[home.devSsoGuide]
|
||||
tags = "SSO,single sign-on,authentication,SAML,OAuth,OIDC,login,enterprise,identity provider,IdP"
|
||||
title = "SSO 指南"
|
||||
desc = "链接到 SSO 指南"
|
||||
|
||||
[home.devAirgapped]
|
||||
tags = "air-gapped,offline,isolated,no internet,disconnected,secure,network isolation,standalone"
|
||||
title = "离线隔离部署"
|
||||
desc = "链接到离线隔离部署指南"
|
||||
|
||||
[home.addPassword]
|
||||
tags = "encrypt,password,lock,secure,protect,security,encryption,safeguard,confidential,private,restrict access"
|
||||
title = "གསང་ཚིག་སྣོན་པ།"
|
||||
desc = "PDF ཡིག་ཆར་གསང་ཚིག་གིས་གསང་སྡོམ་བྱེད་པ།"
|
||||
|
||||
[home.changePermissions]
|
||||
tags = "permissions,restrictions,rights,access control,allow,deny,printing,copying,editing,modify permissions,security settings,user rights"
|
||||
title = "更改权限"
|
||||
desc = "更改文档限制与权限"
|
||||
|
||||
@@ -985,10 +990,12 @@ title = "自动化"
|
||||
desc = "通过串联 PDF 动作构建多步工作流。适合重复性任务。"
|
||||
|
||||
[home.overlay-pdfs]
|
||||
tags = "overlay,combine,merge,layer,superimpose,overlay PDF,layer PDFs,combine PDFs,stack,overlay pages,background,foreground,composite"
|
||||
desc = "PDF གཞན་ཞིག་གི་སྟེང་དུ་ PDF བརྩེགས་པ།"
|
||||
title = "PDF སྟེང་བརྩེགས།"
|
||||
|
||||
[home.pdfTextEditor]
|
||||
tags = "edit text,modify text,change text,edit content,update text,rewrite,correct,amend,redline,revise,text editor,content editor"
|
||||
title = "PDF 文本编辑器"
|
||||
desc = "审阅并编辑 Stirling PDF 的 JSON 导出,支持分组文本编辑与 PDF 再生成"
|
||||
|
||||
@@ -4526,6 +4533,13 @@ description = "在账户锁定前允许的最大失败登录次数"
|
||||
label = "登录重置时间(分钟)"
|
||||
description = "失败登录尝试被重置前的时间"
|
||||
|
||||
[admin.settings.security.xFrameOptions]
|
||||
label = "X-Frame-Options"
|
||||
description = "Controls whether the application can be embedded in iframes"
|
||||
deny = "Deny (Prevents all framing)"
|
||||
sameorigin = "Same Origin (Allow framing from same domain)"
|
||||
disabled = "Disabled (No X-Frame-Options header)"
|
||||
|
||||
[admin.settings.security.csrfDisabled]
|
||||
label = "禁用 CSRF 保护"
|
||||
description = "禁用跨站请求伪造保护(不推荐)"
|
||||
|
||||
Reference in New Issue
Block a user