passman/l10n/zh_CN.js

336 lines
17 KiB
JavaScript
Raw Normal View History

2017-01-30 09:12:16 +08:00
OC.L10N.register(
"passman",
{
"Passwords" : "密码",
2017-12-15 23:05:50 +08:00
"Generating sharing keys ( %s / 2)" : "生成共享秘钥(%s / 2",
2017-01-30 09:12:16 +08:00
"Incorrect vault password!" : "错误的密码!",
"Passwords do not match" : "密码不匹配",
"General" : "一般",
"Custom Fields" : "自定义字段",
2017-09-15 08:19:40 +08:00
"Please fill in a label." : "请填写一个标签。",
2017-08-29 08:20:03 +08:00
"Please fill in a value." : "请填写一个值",
2017-01-30 09:12:16 +08:00
"Error loading file" : "加载文件错误 ",
2019-01-14 09:33:06 +08:00
"An error occurred during decryption" : "解密时发生错误",
2017-01-30 09:12:16 +08:00
"Credential created!" : "创建凭证",
"Credential deleted" : "凭证删除",
"Credential updated" : "凭证更新",
"Credential recovered" : "凭证回收",
"Credential destroyed" : "凭证销毁",
2018-12-06 09:38:38 +08:00
"Error downloading file, you probably have insufficient permissions" : "下载文件时发生错误,你可能没有足够的权限",
2017-02-02 09:12:23 +08:00
"Invalid QR code" : "无效的 QR 代码",
2017-01-30 09:12:16 +08:00
"Starting export" : "正在开始导出",
"Decrypting credentials" : "凭证解密",
"Done" : "完成",
2018-12-06 09:38:38 +08:00
"File read." : "文件读取。",
2017-09-15 08:19:40 +08:00
"Proceed with the following steps to import your file" : "按以下步骤处理以导入你的文件",
2018-12-06 09:38:38 +08:00
"Skipping unlabeled credential" : "跳过无标签的凭据",
2017-01-30 09:12:16 +08:00
"Adding {{credential}}" : "添加 {{credential}}",
"Added {{credential}}" : "已添加 {{credential}}",
2017-09-26 08:20:32 +08:00
"Skipping credential, missing label on line {{line}}" : "跳过凭证,缺少标签{{line}}",
2017-02-03 09:12:36 +08:00
"Parsed {{num}} credentials, starting to import" : "解析 {{num}} 个凭据,开始导入",
2017-03-24 09:14:14 +08:00
"Importing" : "正在导入",
"Start import" : "开始导入",
2017-05-14 08:16:53 +08:00
"Select CSV file" : "选择 CSV 文件",
2017-09-15 08:19:40 +08:00
"Parsed {{rows}} lines from CSV file" : "从 CSV 文件解析了 {{rows}} 行",
2017-05-14 08:16:53 +08:00
"Skip first row" : "跳转到第一行",
2017-09-15 08:19:40 +08:00
"You need to assign the label field before you can start the import." : "开始导入之前需要先关联标签字段。",
"The first 5 lines of the CSV are shown." : "显示 CSV 的前 5 行。",
"Assign the proper fields to each column." : "为每一列关联恰当的字段。",
"Example of imported credential" : "导入的凭证示例",
"Missing an importer? Try it with the generic CSV importer." : "没有导入器?尝试使用通用的 CSV 导入器。",
2017-03-24 09:14:14 +08:00
"Go back to importers." : "返回导入器。",
2017-02-03 09:12:36 +08:00
"Revision deleted" : "修订已删除",
"Revision restored" : "修订已恢复",
2017-09-15 08:19:40 +08:00
"Save in Passman" : "保存到 Passman",
2017-02-03 09:12:36 +08:00
"Settings saved" : "设置已保存",
"General settings" : "常规设置",
2017-09-15 08:19:40 +08:00
"Password audit" : "密码审计",
2017-01-30 09:12:16 +08:00
"Password settings" : "密码设置",
2017-02-03 09:12:36 +08:00
"Import credentials" : "导入凭据",
"Export credentials" : "导出凭据",
2017-01-30 09:12:16 +08:00
"Sharing" : "正在共享",
2017-09-15 08:19:40 +08:00
"Are you sure you want to leave? This will destroy all your credentials" : "是否要离开?这将销毁你所有的凭证",
2018-12-06 09:38:38 +08:00
"Old password field incorrect!" : "旧密码错误!",
2017-09-15 08:19:40 +08:00
"New password does not match!" : "新密码不匹配!",
"Please log in with your new vault password" : "请使用你的新保险箱密码登录",
2017-02-03 09:12:36 +08:00
"Share with users and groups" : "与用户和组共享",
2018-10-24 08:33:01 +08:00
"Share link" : "共享链接",
2017-02-03 09:12:36 +08:00
"Are you sure you want to leave? This will corrupt this credential" : "您确认要离开吗?这将销毁这个凭证",
2018-10-24 08:33:01 +08:00
"Credential unshared" : "凭证未共享",
"Credential shared" : "凭证已共享",
2017-01-30 09:12:16 +08:00
"Saved!" : "已保存",
"Poor" : "差 ",
"Weak" : "弱",
"Good" : "好的",
"Strong" : "强 ",
"Toggle visibility" : "切换可见性",
"Copy to clipboard" : "复制到剪贴板",
"Copied to clipboard!" : "复制到剪贴板!",
"Generate password" : "生成的密码",
"Copy password to clipboard" : "复制密码到剪贴板",
"Password copied to clipboard!" : "密码复制到剪贴板! ",
"Complete" : "完成",
"Username" : "用户名",
"Repeat password" : "重复密码",
2017-07-22 08:19:15 +08:00
"Add tag" : "添加标签",
2017-12-15 23:05:50 +08:00
"Pick an icon" : "选择一个图标",
"Use this icon" : "使用这个图标",
"Selected icon" : "选定的图标",
2017-01-30 09:12:16 +08:00
"Field label" : "字段标签",
"Field value" : "字段值",
"Choose a file" : "选择一个文件",
"Text" : "文本 ",
"File" : "文件",
"Add" : "增加",
"Value" : "值",
"Type" : "类型",
"Actions" : "操作",
"Empty" : "空",
"Filename" : "文件名",
"Upload date" : "上传日期",
"Size" : "大小",
2017-02-19 09:12:48 +08:00
"Upload or enter your OTP secret" : "上传或输入 OTP 密钥",
2017-01-30 09:12:16 +08:00
"Current OTP settings" : "目前OTP设置 ",
"Issuer" : "发行者 ",
"Secret" : "密钥",
2017-09-15 08:19:40 +08:00
"Expiration date" : "有效期",
"No expiration date set" : "未设置有效期",
2017-01-30 09:12:16 +08:00
"Renew interval" : "更新间隔",
"Disabled" : "禁用",
"Day(s)" : "天(s)",
"Week(s)" : "周(s)",
"Month(s)" : "月(s)",
"Year(s)" : "年(s)",
"Password generation settings" : "生成密码设置",
"Password length" : "密码长度",
"Minimum amount of digits" : "最小数字位数",
"Use uppercase letters" : "使用大写字母 ",
"Use lowercase letters" : "使用小写字母",
"Use numbers" : "使用数字",
"Use special characters" : "使用特殊字符",
"Avoid ambiguous characters" : "避免模糊字符",
"Require every character type" : "要求所用字符类型",
"Export type" : "导出类型",
"Export" : "导出",
2017-09-26 08:20:32 +08:00
"Enter vault password to confirm export." : "输入保险库密码以确认导出。",
2017-01-30 09:12:16 +08:00
"Rename vault" : "重命名文件库",
"New vault name" : "新文件库名称",
"Change" : "变更",
"Change vault key" : "更高保险箱密钥",
"Old vault password" : "旧的保险箱密码",
"New vault password" : "新的保险箱密码",
2017-09-26 08:20:32 +08:00
"Repeat new vault password" : "重复新的保管库密码",
2017-01-30 09:12:16 +08:00
"Please wait your vault is being updated, do not leave this page." : "请耐心等待,您的保险箱正在更新,请不要离开此页面。",
"Processing" : "正在处理",
"Total progress" : "全部进度",
"About Passman" : "关于 Passman",
"Version" : "版本",
"Donate to support development" : "捐赠支持开发",
"Bookmarklet" : "书签小工具",
2018-12-06 09:38:38 +08:00
"Save your passwords with one click." : "一键保存密码",
2017-01-30 09:12:16 +08:00
"Drag below button to your bookmark toolbar." : "将下面的按钮拖拽到您的书签工具栏。",
"Delete vault" : "删除保险箱",
"Vault password" : "保险箱密码",
"This process is irreversible" : "操作不可逆",
"Delete my precious passwords" : "删除我的宝贵密码",
2017-09-19 08:20:55 +08:00
"Deleting {{password}}…" : "正在删除 {{password}}…",
2017-01-30 09:12:16 +08:00
"Yes, delete my precious passwords" : "是的,删除我的宝贵密码 ",
"Import type" : "导入类型",
"Import" : "导入",
"Read progress" : "读取进度",
"Upload progress" : "上传进度 ",
"Private Key" : "私钥",
"Public key" : "公钥",
"Key size" : "密钥尺寸",
"Save keys" : "保存密码",
2018-10-24 08:33:01 +08:00
"Generate sharing keys" : "生成共享密码",
"Generating sharing keys" : "生成共享密码中",
2018-12-06 09:38:38 +08:00
"The password tool scans your password, calculates average cracking time, listing those below the threshold" : "密码工具会扫描您的密码,计算平均破解时间,列出低于阈值的密码",
2017-01-30 09:12:16 +08:00
"Minimum password stength" : "最小密码长度",
2017-05-14 08:16:53 +08:00
"Start scan" : "开始扫描",
"Result" : "结果",
2017-09-26 08:20:32 +08:00
"A total of {{scan_result}} weak credentials were found." : "共发现{{scan_result}}弱凭证。",
2017-01-30 09:12:16 +08:00
"Score" : "评分",
"Action" : "操作",
2017-12-15 23:05:50 +08:00
"Search users…" : "搜索用户...",
2017-09-26 08:20:32 +08:00
"Missing users? Only users that have vaults are shown." : "缺少用户? 只显示具有保管库的用户。",
2017-01-30 09:12:16 +08:00
"Cyphering" : "计算中",
"Uploading" : "正在上传...",
"User" : "用户",
"Crypto time" : "加密时间",
2018-12-06 09:38:38 +08:00
"Total time spent encrypting" : "加密总耗时",
2017-01-30 09:12:16 +08:00
"Read" : "读取",
"Write" : "写入",
"Files" : "文件",
"Revisions" : "修订",
"Pending" : "等待",
2018-10-24 08:33:01 +08:00
"Enable link sharing" : "启用链接共享",
"Share until date" : "共享截止日期",
2017-01-30 09:12:16 +08:00
"Expire after views" : "过期浏览次数",
2018-12-06 09:38:38 +08:00
"Click \\\"Share\\\" first" : "先点击\\\"共享\\\"",
2017-01-30 09:12:16 +08:00
"Show files" : "显示文件",
"Details" : "详细信息",
"Hide details" : "隐藏详细信息",
"Password score" : "密码得分",
"Cracking times" : "破解时间",
"100 / hour" : "100 / 小时",
"Throttled online attack" : "限制在线攻击",
"10 / second" : "10 / 秒",
"Unthrottled online attack" : "不限制在线攻击",
"10k / second" : "10k / 秒",
"Offline attack, slow hash, many cores" : "离线攻击,慢速哈希,多核心",
"10B / second" : "10B / 秒",
"Offline attack, fast hash, many cores" : "离线攻击,快速哈希,多核心",
"Match sequence" : "匹配序列",
"See match sequence" : "查看匹配序列",
"Pattern" : "模式",
"Matched word" : "匹配的词",
"Dictionary name" : "字典名",
"Rank" : "评级",
"Reversed" : "反向",
"Guesses" : "猜测",
"Base guesses" : "基本猜测",
"Uppercase variations" : "大写变体",
"l33t-variations" : "l33t变体",
"Showing revisions of" : "显示历史版本",
"Revision of" : "历史版本",
"by" : "由",
"No revisions found." : "未找到修订版本。",
"Label" : "标签",
"Restore revision" : "恢复修订版本",
"Delete revision" : "删除修订版本",
"Edit credential" : "编辑凭据",
2018-12-16 09:33:04 +08:00
"Create new credential" : "新建凭据",
2017-01-30 09:12:16 +08:00
"Save" : "保存",
"Cancel" : "取消",
"Settings" : "设置",
2018-10-24 08:33:01 +08:00
"Share credential {{credential}}" : "共享凭证 {{credential}}",
2017-01-30 09:12:16 +08:00
"Unshare" : "取消共享",
"Showing deleted since" : "显示自从删除以来",
2017-09-26 08:20:32 +08:00
"Beginning" : "开始",
"Showing {{number_filtered}} of {{credential_number}} credentials" : "显示{{credential_number}}凭据的{{number_filtered}}",
"Search for credential…" : "搜索凭证...",
2017-01-30 09:12:16 +08:00
"Account" : "账户",
"Password" : "密码",
"OTP" : "OTP",
"E-mail" : "E-mail",
"URL" : "URL",
"Notes" : "说明",
2017-09-19 08:20:55 +08:00
"Expiry time" : "过期时间",
2017-01-30 09:12:16 +08:00
"Changed" : "已更改",
"Created" : "已创建",
"Edit" : "编辑",
"Delete" : "删除",
"Share" : "共享",
"Recover" : "恢复",
"Destroy" : " 销毁",
"Use regex" : "使用正则表达式",
2019-01-14 09:33:06 +08:00
"You have incoming share requests." : "您接收到共享请求。",
2017-09-26 08:20:32 +08:00
"If you want to put the credential in another vault," : "如果你想将证书放在另一个保险库中,",
2018-12-16 09:33:04 +08:00
"log out of this vault and log into the vault you want the shared credential in." : "退出此保管库并登录到您要共享证书的保管库。",
2017-01-30 09:12:16 +08:00
"Permissions" : "权限",
2017-02-03 09:12:36 +08:00
"Received from" : "接受自",
2017-01-30 09:12:16 +08:00
"Date" : "日期",
"Accept" : "接受",
"Decline" : "拒绝",
2019-01-14 09:33:06 +08:00
"You have {{session_time}} left before logout." : "你在注销前还剩 {{session_time}} 。",
2017-09-26 08:20:32 +08:00
"Your vault has been locked for {{time}} because of {{tries}} failed attempts!" : "由于{{试图}}尝试已失败,您的保管库已锁定{{time}}",
2017-01-30 09:12:16 +08:00
"Last accessed" : "上次访问",
"Never" : "从不",
2017-09-26 08:20:32 +08:00
"No vaults found, why not create one?" : "没有找到保险库,为什么不创建一个?",
"Password strength must be at least: {{strength}}" : "密码强度必须至少为{{strength}}",
"Please give your new vault a name." : "请给你的新保险库一个名字。",
"Repeat vault password" : "重复保管库密码",
2018-12-16 09:33:04 +08:00
"Your sharing keys will have a strength of 1024 bit, which you can change in \\\"Settings\\\" later ." : "您的共享密钥将具有1024位的强度您可以稍后在“设置”中进行更改。 ",
2017-05-14 08:16:53 +08:00
"Create vault" : "创建保险箱",
2017-09-26 08:20:32 +08:00
"Go back to vaults" : "回到保管库",
2017-02-19 09:12:48 +08:00
"Please input the password for" : "请输入密码为",
2017-09-26 08:20:32 +08:00
"Set this vault as the default." : "将此保管库设置为默认值。",
2017-05-14 08:16:53 +08:00
"Log into this vault automatically." : "自动登入保险箱",
2017-09-26 08:20:32 +08:00
"Log out of this vault automatically after: " : "之后自动退出此保管库:",
2017-05-14 08:16:53 +08:00
"Decrypt vault" : "加密保险箱",
2017-09-26 08:20:32 +08:00
"Seems you lost the vault password and you're unable to log in." : "似乎丢失了保管库密码,您无法登录。",
"If you want this vault to be removed you can request that here." : "如果你想要这个保管库被删除,你可以在这里要求。",
"An admin then accepts or declines the request" : "然后,管理员接受或拒绝该请求",
"After an admin destroys this vault, all credentials in it will be lost" : "管理员销毁此保管库后,其中的所有凭据将丢失",
"Reason for requesting deletion (optional):" : "请求删除的原因(可选):",
"Request vault destruction" : "请求保险库销毁",
"Yes, request an admin to destroy this vault" : "是的,请求管理员销毁此保管库",
"Cancel destruction request" : "取消销毁请求",
"Vault destruction requested" : "要求保管库销毁",
"Request removed" : "请求已移除",
"Destruction request pending" : "销毁请求待处理",
"Warning! Adding credentials over HTTP is insecure!" : "警告! 通过HTTP添加凭证是不安全的",
2018-12-16 09:33:04 +08:00
"Logged into {{vault_name}}" : "计入日志到 {{vault_name}} ",
2017-05-14 08:16:53 +08:00
"Change vault" : "更改保险箱",
"Deleted credentials" : "删除凭据",
2017-01-30 09:12:16 +08:00
"Logout" : "注销",
"Donate" : "捐助",
2019-01-14 09:33:06 +08:00
"Tags" : "标签",
"Expired" : "已过期",
2018-10-24 08:33:01 +08:00
"Someone has shared a credential with you." : "有人与你共享了一个证书。",
2017-09-26 08:20:32 +08:00
"Click here to request it" : "点击这里请求",
"Loading…" : "加载中",
"Awwhh… credential not found. Maybe it expired" : "Awwhh ...没有找到证书。 也许它过期了",
2017-02-19 09:12:48 +08:00
"Error while saving field" : "保存域错误",
2017-09-26 08:20:32 +08:00
"A Passman item has been created, modified or deleted" : "Passman项目已创建修改或已删除",
"A Passman item has expired" : "Passman项目已过期",
"A Passman item has been shared" : "Passman项目已被共享",
"A Passman item has been renamed" : "Passman项目已重命名",
2017-02-19 09:12:48 +08:00
"%1$s has been created by %2$s" : "%1$s 已经被创建通过 %2$s",
"You created %1$s" : "已创建 %1$s",
2017-09-26 08:20:32 +08:00
"%1$s has been updated by %2$s" : "%1$s已更新%2$s",
2017-02-19 09:12:48 +08:00
"You updated %1$s" : "已更新 %1$s",
"%2$s has revised %1$s to the revision of %3$s" : "%2$s 已修订 %1$s 到版本 %3$s",
2017-09-26 08:20:32 +08:00
"You reverted %1$s back to the revision of %3$s" : "您将%1$s还原到%3$s的修订版本",
2017-02-19 09:12:48 +08:00
"%3$s has renamed %1$s to %2$s" : "%3$s 已重命名 %1$s 为 %2$s",
"You renamed %1$s to %2$s" : "已重命名 %1$s 为 %2$s",
"%1$s has been deleted by %2$s" : "%1$s 已被删除由 %2$s",
"You deleted %1$s" : "已删除 %1$s",
"%1$s has been recovered by %2$s" : "%1$s 已被恢复由 %2$s",
"You recovered %1$s" : "已恢复 %1$s",
"%1$s has been permanently deleted by %2$s" : "%1$s 已被永久删除由 %2$s",
2017-01-30 09:12:16 +08:00
"You permanently deleted %1$s" : "你将永久删除 %1$s",
"The password of %1$s has expired, renew it now." : "密码 %1$s 已过期,请续订。",
2017-02-19 09:12:48 +08:00
"%1$s has been shared with %2$s" : "%1$s 已经共享被 %2$s",
2017-01-30 09:12:16 +08:00
"You received a share request for %1$s from %2$s" : "您收到 %2$s 的共享 %1$s 请求 ",
2017-02-19 09:12:48 +08:00
"%s has been shared with a link" : "%s 已被共享通过链接",
2017-09-26 08:20:32 +08:00
"Your credential \"%s\" expired, click here to update the credential." : "您的凭据%s已过期请点击此处更新凭证。",
2017-01-30 09:12:16 +08:00
"Remind me later" : "以后提醒我 ",
"Ignore" : "忽略",
2019-01-14 09:33:06 +08:00
"%s shared \"%s\" with you. Click here to accept" : "%s已共享\"%s\"给你。点击这里接受",
2017-09-26 08:20:32 +08:00
"%s has declined your share request for \"%s\"." : "%s已拒绝您的共享请求\"%s\"",
"%s has accepted your share request for \"%s\"." : "%s已接受您的共享请求\"%s\"",
2017-05-14 08:16:53 +08:00
"Passman" : "Passman",
2018-12-16 09:33:04 +08:00
"Passman is a full featured password manager." : "Passman 是一个全能的密码管理器。",
2017-01-30 09:12:16 +08:00
"Unable to get version info" : "无法获取版本信息 ",
"Passman Settings" : "Passman 设置",
2017-09-26 08:20:32 +08:00
"GitHub version:" : "GitHub版本",
"A newer version of Passman is available" : "较新版本的Passman可用",
"Password sharing" : "密码共享中",
"Credential mover" : "凭证移动者",
"Vault destruction requests" : "存储库销毁请求",
2017-01-30 09:12:16 +08:00
"Check for new versions" : "检查新版本",
"Enable HTTPS check" : "启用HTTPS检查",
"Disable context menu" : "禁用上下文菜单 ",
2017-09-26 08:20:32 +08:00
"Disable JavaScript debugger" : "禁用JavaScript调试器",
2017-02-24 09:27:40 +08:00
"Allow users on this server to share passwords with a link" : "允许此服务器上的用户通过链接共享密码 ",
"Allow users on this server to share passwords with other users" : "允许此服务器上的用户与其他用户共享密码 ",
2017-09-26 08:20:32 +08:00
"Move credentials from one account to another" : "将凭据从一个帐户移动到另一个",
"Source account" : "资源账户",
"Destination account" : "终点账户",
"Credentials moved!" : "证书已移动了!",
"Requests to destroy vault" : "要求销毁存储库",
2017-05-14 08:16:53 +08:00
"Request ID" : "请求 ID",
2017-09-26 08:20:32 +08:00
"Requested by" : "被要求",
2017-03-24 09:14:14 +08:00
"Reason" : "原因",
2017-09-26 08:20:32 +08:00
"Click here to request\n\t\t\t\t\tit" : "点击这里请求\n\t\t\t\t\t",
2018-12-16 09:33:04 +08:00
"Loading…" : "加载中…",
2017-01-30 09:12:16 +08:00
"Connection to server lost" : "与服务器的连接断开",
2019-01-14 09:33:06 +08:00
"Problem loading page, reloading in 5 seconds" : "加载页面出现问题,在 5 秒内重新加载",
2017-01-30 09:12:16 +08:00
"Saving..." : "保存中...",
"Dismiss" : "忽略",
"seconds ago" : "几秒前"
},
"nplurals=1; plural=0;");