Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chinese: pdf viewer password input #49

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
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
14 changes: 13 additions & 1 deletion locales/zh/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,8 @@
"streetNumber": "街道编号",
"city": "城市",
"postalCode": "邮政编码",
"country": "国家"
"country": "国家",
"needsCountrySetup": "请选择您的国家/地区以继续。"
},
"twoFactorCode": {
"useRecoveryKey": "改用恢复密钥",
Expand Down Expand Up @@ -488,6 +489,11 @@
"description": "请导出您的主密钥并将其存储在单独的安全位置。重置密码时需要使用主密钥以避免数据丢失。每次更改密码后都需要导出主密钥。",
"continue": "导出",
"dismiss": "忽略"
},
"pdfPassword": {
"title": "密码",
"continue": "解锁",
"placeholder": "密码"
}
},
"contextMenus": {
Expand Down Expand Up @@ -1249,6 +1255,8 @@
"description": "您确定要退出而不保存吗?所有更改都将丢失。",
"continue": "关闭"
}
"pdfNoPassword": "PDF 文档受密码保护。",
"unlock": "解锁"
},
"sharedIn": {
"dialogs": {
Expand Down Expand Up @@ -1566,6 +1574,10 @@
"name": {
"name": "名称",
"info": "编辑同步名称"
},
"requireConfirmationOnLargeDeletion": {
"name": "删除确认",
"info": "手动确认同步目录中的大量删除"
}
}
},
Expand Down
Loading