diff --git a/l10n/zh_CN.js b/l10n/zh_CN.js index 3bf323f0..22a10acc 100644 --- a/l10n/zh_CN.js +++ b/l10n/zh_CN.js @@ -22,10 +22,16 @@ OC.L10N.register( "Decrypting credentials" : "凭证解密", "Done" : "完成", "File read successfully!" : "文件读取成功!", + "Follow the following steps to import your file" : "按照下列步骤导入你的文件", "Credential has no label, skipping" : "凭证没有标签,跳过", "Adding {{credential}}" : "添加 {{credential}}", "Added {{credential}}" : "已添加 {{credential}}", "Parsed {{num}} credentials, starting to import" : "解析 {{num}} 个凭据,开始导入", + "Importing" : "正在导入", + "Start import" : "开始导入", + "Select csv file" : "选择 csv 文件", + "First 5 lines of the csv are shown." : "显示 csv 文件的前5行。", + "Go back to importers." : "返回导入器。", "Revision deleted" : "修订已删除", "Revision restored" : "修订已恢复", "Save in passman" : "保存在passman", @@ -248,6 +254,7 @@ OC.L10N.register( "Disable javascript debugger" : "禁用JavaScript调试器", "Allow users on this server to share passwords with a link" : "允许此服务器上的用户通过链接共享密码 ", "Allow users on this server to share passwords with other users" : "允许此服务器上的用户与其他用户共享密码 ", + "Reason" : "原因", "Connection to server lost" : "与服务器的连接断开", "Problem loading page, reloading in 5 seconds" : "加载页面出现问题, 在 5 秒内重新加载", "Saving..." : "保存中...", diff --git a/l10n/zh_CN.json b/l10n/zh_CN.json index f9157520..333cc59e 100644 --- a/l10n/zh_CN.json +++ b/l10n/zh_CN.json @@ -20,10 +20,16 @@ "Decrypting credentials" : "凭证解密", "Done" : "完成", "File read successfully!" : "文件读取成功!", + "Follow the following steps to import your file" : "按照下列步骤导入你的文件", "Credential has no label, skipping" : "凭证没有标签,跳过", "Adding {{credential}}" : "添加 {{credential}}", "Added {{credential}}" : "已添加 {{credential}}", "Parsed {{num}} credentials, starting to import" : "解析 {{num}} 个凭据,开始导入", + "Importing" : "正在导入", + "Start import" : "开始导入", + "Select csv file" : "选择 csv 文件", + "First 5 lines of the csv are shown." : "显示 csv 文件的前5行。", + "Go back to importers." : "返回导入器。", "Revision deleted" : "修订已删除", "Revision restored" : "修订已恢复", "Save in passman" : "保存在passman", @@ -246,6 +252,7 @@ "Disable javascript debugger" : "禁用JavaScript调试器", "Allow users on this server to share passwords with a link" : "允许此服务器上的用户通过链接共享密码 ", "Allow users on this server to share passwords with other users" : "允许此服务器上的用户与其他用户共享密码 ", + "Reason" : "原因", "Connection to server lost" : "与服务器的连接断开", "Problem loading page, reloading in 5 seconds" : "加载页面出现问题, 在 5 秒内重新加载", "Saving..." : "保存中...",