ConfigDialog Configuration 设置 Settings 选项 Clipboard behaviour: 剪贴板选项: Use primary selection Autoclear after: 清除剪贴板 Seconds Password Behaviour: 密码显示: Content panel behaviour: Hide content 隐藏内容 Hide password 隐藏密码 Autoclear panel after: 自动隐藏密码: Password Generation: 密码生成选项: Password Length: 密码长度: Characters Use characters: 所用字符: Select character set for password generation 选择密码所用的的字符集 All Characters 所有字符 Alphabetical 英文字母 Alphanumerical 字母和数字 Custom 自定义 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789 Use pwgen 使用 pwgen Exclude capital letters 不包含大写字母 Include special symbols 包含特殊符号 Generate easy to memorize but less secure passwords 生成好记的密码(不安全) Exclude numbers 不包含数字 Git: Git选项: Use git 使用 git Automatically add .gpg-id files 自动添加 gpg-id 文件 Automatically push 自动上传 Automatically pull 自动更新合并 System: 系统选项: Use TrayIcon 显示托盘图标 Start minimized 启动后隐藏窗口 Hide on close 关闭窗口后台运行 Always on top 始终在前 Programs 程序 Select password storage program: 选择管理密码的程序: Nati&ve git/gpg 使用原生 git/gpg(推荐) (&V) &Use pass 使用 pass (&U) Native 命令路径 git git ... 浏览 gpg gpg pwgen pwgen Pass Pass 路径 pass pass <html><head/><body><p><a href="https://www.passwordstore.org/"><span style=" text-decoration: underline; color:#0000ff;">www.passwordstore.org</span></a></p></body></html> <html><head/><body><p><a href="https://www.passwordstore.org/"><span style=" text-decoration: underline; color:#0000ff;">www.passwordstore.org</span></a></p></body></html> Profiles 用户 Name 用户名 Path 密码库路径 Add 添加 Delete 删除 Current password-store 当前密码库路径 Template 模板 Templates add extra fields in the password generation dialouge and in the password view. 模版会以表单的形式显示在密码和编辑密码的窗口上(一行一个) Use template 使用模板 Show all lines beginning with a word followed by a colon as fields in password fields, not only the listed ones 只要是密码文件中一个词或几个字加一个英文冒号的格式,都看作模版显示在密码框上,而不仅仅只显示下面列出的项目 Show all fields templated 显示所有模板项 login url email 用户名 网址 邮箱 <a href="https://QtPass.org/">QtPass</a> version <a href="https://QtPass.org/">QtPass</a> 版本 No Clipboard 不使用剪贴板 Always copy to clipboard 总是复制到剪贴板 On-demand copy to clipboard 手动复制到剪贴板 No profile selected 未选择用户 No profile selected to delete 未选择用户,无法删除 GnuPG not found 无法找到 GnuPG Please install GnuPG on your system.<br>Install <strong>gpg</strong> using your favorite package manager<br>or <a href="https://www.gnupg.org/download/#sec-1-2">download</a> it from GnuPG.org GnuPG未安装。<br>可以用系统的软件包管理器来安装<strong>gpg</strong><br>或者从 GnuPG.org <a href="https://www.gnupg.org/download/#sec-1-2">下载</a> Create password-store? 是否创建密码库? Would you like to create a password-store at %1? 是否在 %1 创建密码库? Password store not initialised 密码库未初始化 The folder %1 doesn't seem to be a password store or is not yet initialised. 文件夹 %1 不是一个密码库或未初始化 ImitatePass Can not edit 无法编辑 Could not read encryption key to use, .gpg-id file missing or invalid. 无法读取加密密钥,.gpg-id 文件丢失或无效 Cannot update 无法更新 Failed to open .gpg-id for writing. .gpg-id 无法写入 Check selected users! 请核对所选用户! None of the selected keys have a secret key available. You will not be able to decrypt any newly added passwords! 警告:所选用户都没有私钥,任何新添加的密码将无法解密! Re-encrypting from folder %1 重新从文件夹 %1 加密 Updating password-store 正在更新密码库... KeygenDialog Generate GnuPG keypair 生成 GnuPG 密钥 Generate a new key pair 创建新的密钥对 Passphrase 口令 Email 邮箱 Name 姓名 <html><head/><body><p>There is no limit on the length of a passphrase, and it should be carefully chosen. From the perspective of security, the passphrase to unlock the private key is one of the weakest points in GnuPG (and other public-key encryption systems as well) since it is the only protection you have if another individual gets your private key. <br/>Ideally, the passphrase should not use words from a dictionary and should mix the case of alphabetic characters as well as use non-alphabetic characters.<br/>A good passphrase is crucial to the secure use of GnuPG.</p></body></html> <HTML> <HEAD/> <BODY> <P>密码的长度没有限制,但应慎重考虑。从安全的角度来看,用口令解锁密钥是GnuPG(包括其他公钥加密系统)的弱点。假如别人获取了你的私钥,口令是对其唯一的保护。<BR/>密码不应该是英文单词或简单数字组合,而应该混合字母和特殊符号。<BR/>使用 GnuPG 的过程中,选择一个安全的口令是极其重要的。</P> </BODY> </HTML> Expert 专家模式 # QtPass GPG key generator # # first test version please comment # %echo Generating a default key Key-Type: default Subkey-Type: default Name-Real: Name-Comment: QtPass Name-Email: Expire-Date: 0 %no-protection # Do a commit here, so that we can later print "done" :-) %commit %echo done # QtPass GPG key generator # # first test version please comment # %echo Generating a default key Key-Type: default Subkey-Type: default Name-Real: Name-Comment: QtPass Name-Email: Expire-Date: 0 %no-protection # Do a commit here, so that we can later print "done" :-) %commit %echo done For expert options check out the <a href="https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html">GnuPG manual</a> 高级选项请查看 <a href="https://www.gnupg.org/documentation/manuals/gnupg/Unattended-GPG-key-generation.html">GnuPG用户手册</a> Invalid name 不合法的姓名 Name must be at least 5 characters long. 姓名至少需要5个字符。 Invalid email 不合法的邮箱地址 The email address you typed is not a valid email address. 您输入的邮箱不是一个合法的邮箱地址。 This operation can take some minutes.<br />We need to generate a lot of random bytes. It is a good idea to perform some other action (type on the keyboard, move the mouse, utilize the disks) during the prime generation; this gives the random number generator a better chance to gain enough entropy. 密码生成需要较长时间,请耐心等待。<br />程序需要收集很多随机数,在此期间使用电脑进行一些其他操作(例如敲击键盘,移动鼠标,读写硬盘等)会加快此过程,并且使随机数生成器更随机化。 MainWindow QtPass QtPass 密码库管理器 Add 新建 Edit 编辑 Delete 删除 git push git push Push 上传 git pull git pull Update 更新 Manage who can read password in folder 选择用哪个密钥来解密保存在密码库中的密码 Users 用户 Configuration 设置 Config 设置 Welcome to QtPass 欢迎使用 QtPass <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } </style></head><body style=" font-family:'Cantarell'; font-size:11pt; font-weight:400; font-style:normal;"> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Helvetica Neue,Helvetica,Segoe UI,Arial,freesans,sans-serif'; font-size:13pt; font-weight:600; color:#333333;">QtPass</span><span style=" font-family:'Helvetica Neue,Helvetica,Segoe UI,Arial,freesans,sans-serif'; font-size:13pt; color:#333333;"> is a GUI for </span><a href="https://www.passwordstore.org/"><span style=" font-family:'Helvetica Neue,Helvetica,Segoe UI,Arial,freesans,sans-serif'; font-size:13pt; text-decoration: underline; color:#4183c4; background-color:transparent;">pass</span></a><span style=" font-family:'Helvetica Neue,Helvetica,Segoe UI,Arial,freesans,sans-serif'; font-size:13pt; color:#333333;">, the standard unix password manager.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'Helvetica Neue,Helvetica,Segoe UI,Arial,freesans,sans-serif'; font-size:13pt; color:#333333;"><br />Please report any </span><a href="https://github.com/IJHack/qtpass/issues"><span style=" font-family:'Helvetica Neue,Helvetica,Segoe UI,Arial,freesans,sans-serif'; font-size:13pt; text-decoration: underline; color:#4183c4;">issues</span></a><span style=" font-family:'Helvetica Neue,Helvetica,Segoe UI,Arial,freesans,sans-serif'; font-size:13pt; color:#333333;"> you might have with this software.</span></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://qtpass.org/"><span style=" font-family:'Helvetica Neue,Helvetica,Segoe UI,Arial,freesans,sans-serif'; font-size:13pt; text-decoration: underline; color:#4183c4; background-color:transparent;">Documentation</span></a></p> <p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://github.com/IJHack/qtpass"><span style=" font-family:'Noto Sans'; font-size:12pt; text-decoration: underline; color:#4183c4;">SourceCode</span></a></p></body></html> Search Password 搜索密码库 qtpass qtpass Welcome to QtPass %1 欢迎使用 QtPass %1 Add Password 新密码 Add Folder 新文件夹 Failed to connect WebDAV: 无法连接 WebDAV: QtPass WebDAV password QtPass WebDAV 密码 Enter password to connect to WebDAV: 输入 WebDAV 密码以连接: fusedav exited unexpectedly fusedav 意外退出 Failed to start fusedav to connect WebDAV: 无法连接 WebDAV,fusedav无法启动: Updating password-store 正在更新密码库... Can not edit 无法编辑 Selected password file does not exist, not able to edit 选定的密码文件不存在,不可编辑 Password hidden 密码已隐藏 Content hidden 内容已隐藏 Password 密码 Clipboard cleared 剪贴板已清除 Clipboard not cleared 剪贴板未清除 Password and Content hidden 密码和内容已隐藏 QProcess::FailedToStart 系统错误:启动失败 QProcess::FailedToStart QProcess::Crashed 系统错误:程序崩溃 QProcess::Crashed QProcess::Timedout 系统错误:响应超时 QProcess::Timedout QProcess::ReadError 系统错误:读取错误 QProcess::ReadError QProcess::WriteError 系统错误:写入错误 QProcess::WriteError QProcess::UnknownError 系统错误:未知错误 QProcess::UnknownError Looking for: %1 搜索:%1 New file 新密码 New password file: (Will be placed in %1 ) 新建密码: (将被放在 %1 ) Delete password? 删除密码? Are you sure you want to delete %1? 确定删除 %1 ? Delete folder? 删除文件夹? Are you sure you want to delete %1%2? 确定删除 %1%2 ? and whole content Can not get key list 无法获取密钥列表 Unable to get list of available gpg keys 无法获取可用的 GPG 密钥列表 Key not found in keyring 所选密钥未找到 Generating GPG key pair 正在生成 GPG 密钥对 Profile changed to %1 用户已更改为 %1 Add folder 新文件夹 Add password 新密码 New Folder: (Will be placed in %1 ) 新建文件夹: (将被放在 %1 ) Copied to clipboard 复制到剪贴板 Pass No characters chosen 未选择任何字符 Can't generate password, there are no characters to choose from set in the configuration! 未选择任何字符,无法生成密码! PasswordDialog Password 密码 Generate 生成 Show password 显示密码 Character Set: 所用字符: All Characters 所有字符 Alphabetical 英文字母 Alphanumerical 字母和数字 Custom 自定义 Length: 长度: QObject LTR 从左到右 StoreModel force overwrite? overwrite %1 with %2? TrayIcon &Show 显示 (&S) &Hide 隐藏 (&H) Mi&nimize 最小化 (&N) Ma&ximize 最大化 (&X) &Restore 恢复 (&R) &Quit 退出 (&Q) UsersDialog Read access users 选择用户 Select which users should be able to decrypt passwords stored in this folder. Note: Existing files will not be modified and retain the old permissions until you edit them. Blue entries have a secret key available, select one of these to be able to decrypt. Red entries are not valid, you will not be able to encrypt to these. 选择哪些用户能够解密保存在密码库中的密码。 注:现有的文件不会被修改,并保留现有的权限,直到您对其进行编辑。 蓝色表示有私钥和公钥可用,可以用来加密。 红色表示没有私钥,不可以用来加密。 Search Users 搜索用户 Show unusable keys 显示不可用密钥 created 创建于 expires 过期于