diff --git a/harbour-sailotp.pro b/harbour-sailotp.pro index d0f0f9a..e364d51 100644 --- a/harbour-sailotp.pro +++ b/harbour-sailotp.pro @@ -50,7 +50,8 @@ lupdate_only { i18n/fi.ts \ i18n/fr.ts \ i18n/ru.ts \ - i18n/sv.ts + i18n/sv.ts \ + i18n/zh_CN.ts } include(src/qzxing/QZXing.pri) diff --git a/i18n/zh_CN.ts b/i18n/zh_CN.ts new file mode 100644 index 0000000..2a759b9 --- /dev/null +++ b/i18n/zh_CN.ts @@ -0,0 +1,376 @@ + + + + + About + + + A Simple Sailfish OTP Generator +(RFC 6238/4226 compatible) + 一个简单的旗鱼OTP生成器<br/>(RFC 6238/4226 兼容) + + + + Copyright: Stefan Brand +License: BSD (3-clause) + 版权所有:Stefan Brand +许可证: BSD (3-clause) + + + + SailOTP uses the following third party libs: + SailOTP使用下面的第三方库: + + + + Contributors: + 贡献者: + + + + Support + 支持 + + + + Translators: + 翻译: + + + + AddOTP + + + Show QR-Code + 显示二维码 + + + + Can't create QR-Code from incomplete settings! + 不能从未完成的设置中创建二维码 + + + + Save + 保存 + + + + Add + 添加 + + + + Type + 类型 + + + + Time-based (TOTP) + 基于时间(TOTP) + + + + Counter-based (HOTP) + 基于计数器(HOTP) + + + + Steam Guard + 时间流守卫 + + + + Title + 标题 + + + + Title for the OTP + OTP的标题 + + + + Secret (at least 16 characters) + 密码(至少16个字符) + + + + Secret OTP Key + OTP密钥 + + + + Length + 长度 + + + + Length of the Token + 令牌的长度 + + + + + Time Derivation (Seconds) + 时间推导(秒) + + + + Next Counter Value + 下一个计数器的值 + + + + Next Value of the Counter + 下一个计数器的值 + + + + ExportPage + + + File already exists, choose "Overwrite existing" to overwrite it. + 文件已经存在,选择"覆盖已存在"来覆盖 + + + + Given file does not exist! + 选择的文件不存在 + + + + + Export + 导出 + + + + + Import + 导入 + + + + Filename + 文件名 + + + + File to import + + + + + File to export + 要导出的文件 + + + + Overwrite existing + 覆盖已存在 + + + + Password + 密码 + + + + Password for the file + 文件加密的密码 + + + + Passwords don't match! + 密码不匹配 + + + + Passwords match! + 密码匹配 + + + + Repeated Password for the file + 替换文件的密码 + + + + Here you can Import Tokens from a file. Put in the file location and the password you used on export. Pull left to start the import. + 在这里,你可以从文件导入令牌。输入你在导出时使用的文件位置和密码,向左拉开始导入 + + + + Here you can export Tokens to a file. The exported file will be encrypted with AES-256-CBC and Base64 encoded. Choose a strong password, the file will contain the secrets used to generate the Tokens for your accounts. Pull left to start the export. + 在这里,您可以将令牌导出到文件。导出的文件将使用AES-256-CBC和Base64编码进行加密。选择一个强密码,该文件将包含用于为你的帐户生成令牌的密钥。向左拉开始导出 + + + + To view the content of the export file outside of SailOTP use the following openssl command: + 在SailfOTP外面查看导出的文件,使用下面的openssl命令: + + + + Error writing to file + 写入文件错误 + + + + Token Database exported to + 令牌数据导出到 + + + + Could not encrypt tokens. Error: + 不能加密令牌,错误: + + + + Could not read tokens from Database + 不能从数据库中读取令牌 + + + + Tokens imported from + 令牌已从文件导入 + + + + Unable to decrypt file, did you use the right password? + 不能加密文件,确定使用了正确的密码? + + + + Could not read from file + 不能从文件读取 + + + + MainView + + + About + 关于 + + + + Settings + 设置 + + + + Export / Import + 导出/导入 + + + + Add Token + 添加令牌 + + + + Nothing here + 无内容 + + + + Pull down to add a OTP + 下拉添加一个OTP + + + + Deleting + 删除中 + + + + Token for + 令牌 + + + + copied to clipboard + 已复制到剪切板 + + + + Move up + 向上 + + + + Move down + 向下 + + + + Edit + 编辑 + + + + Delete + 删除 + + + + QRPage + + + Can't create QR-Code from incomplete settings! + 不能重未完成的设置中创建二维码 + + + + ScanOTP + + + Can't access temporary directory + 无临时目录访问权限 + + + + Add manually + 手动 + + + + Scan Code + 扫码 + + + + Scanning... + 扫描中... + + + + No valid Token data found. + 没有发现有效的令牌数据。 + + + + Tap the picture to start / stop scanning. Pull down to add Token manually. + 点击照片开始/结束扫描,下拉手动添加 + + + + Settings + + + Settings + 设置 + + + + Behaviour + 行为 + + + + Show Token as QRCode on Tap + 点击后显示令牌为二维码 + + +