nextcloud/apps/encryption/l10n/zh_CN.js
Nextcloud bot a40838b61c
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-03-29 00:24:23 +00:00

61 lines
5.6 KiB
JavaScript

OC.L10N.register(
"encryption",
{
"Missing recovery key password" : "丢失的回复密钥",
"Please repeat the recovery key password" : "请替换恢复密钥",
"Repeated recovery key password does not match the provided recovery key password" : "重复的恢复密钥密码与提供的恢复密钥密码不匹配",
"Recovery key successfully enabled" : "恢复密钥成功启用",
"Could not enable recovery key. Please check your recovery key password!" : "不能启用恢复密钥。请检查恢复密钥密码!",
"Recovery key successfully disabled" : "恢复密钥成功禁用",
"Could not disable recovery key. Please check your recovery key password!" : "不能禁用恢复密钥。请检查恢复密钥密码!",
"Missing parameters" : "缺少参数",
"Please provide the old recovery password" : "请提供原来的恢复密码",
"Please provide a new recovery password" : "请提供一个新的恢复密码",
"Please repeat the new recovery password" : "请替换新的恢复密码",
"Password successfully changed." : "密码修改成功。",
"Could not change the password. Maybe the old password was not correct." : "不能修改密码。旧密码可能不正确。",
"Recovery Key disabled" : "恢复密钥已禁用",
"Recovery Key enabled" : "恢复密钥已启用",
"Could not enable the recovery key, please try again or contact your administrator" : "无法启用恢复密钥,请重试或联系您的管理员",
"Could not update the private key password." : "不能更新私有密钥。",
"The old password was not correct, please try again." : "原始密码错误,请重试。",
"The current log-in password was not correct, please try again." : "当前登录密码不正确,请重试。",
"Private key password successfully updated." : "私钥密码成功更新。",
"Invalid private key for encryption app. Please update your private key password in your personal settings to recover access to your encrypted files." : "无效的加密应用程序私钥。请在您的个人设置中更新您的私钥密码,以恢复对加密文件的访问。",
"Encryption App is enabled, but your keys are not initialized. Please log-out and log-in again." : "加密应用被启用了,但是您的加密密钥没有初始化。请重新登出登录系统一次。",
"Please enable server side encryption in the admin settings in order to use the encryption module." : "请启用管理员设置中的服务器端加密,以使用加密模块。",
"Encryption app is enabled and ready" : "加密应用程序已启用并准备就绪",
"Bad Signature" : "签名已损坏",
"Missing Signature" : "签名已丢失",
"one-time password for server-side-encryption" : "用于服务器端加密的一次性密码",
"Cannot decrypt this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "法解密此文件,可能这是一个共享文件。请通知文件所有者与您重新共享该文件。 ",
"Cannot read this file, probably this is a shared file. Please ask the file owner to reshare the file with you." : "无法读取此文件,可能这是一个共享文件。请通知文件所有者与您重新共享该文件。 ",
"Default encryption module" : "默认加密模块",
"Default encryption module for server-side encryption" : "服务器端加密的默认加密模块",
"Encryption app is enabled but your keys are not initialized, please log-out and log-in again" : "加密应用已启用,但您的密钥未初始化,请登出并再次登录",
"Encrypt the home storage" : "加密主目录储存",
"Enabling this option encrypts all files stored on the main storage, otherwise only files on external storage will be encrypted" : "启用此选项将加密存储在主存储上的所有文件,否则只会加密外部存储上的文件",
"Enable recovery key" : "启用恢复密钥",
"Disable recovery key" : "禁用恢复密钥",
"Recovery key password" : "恢复密钥密码",
"Repeat recovery key password" : "重复恢复密码",
"Change recovery key password:" : "更改恢复密钥密码:",
"Old recovery key password" : "旧的恢复密码",
"New recovery key password" : "新恢复密码",
"Repeat new recovery key password" : "重复新的恢复密码",
"Change Password" : "修改密码",
"Basic encryption module" : "基础加密模块",
"Your private key password no longer matches your log-in password." : "您的私钥不再与您的登录密码匹配。",
"Set your old private key password to your current log-in password:" : "将的私钥设置为当前登录密码:",
" If you don't remember your old password you can ask your administrator to recover your files." : "如果您记不住旧的密码,您可以请求管理员恢复您的文件。",
"Old log-in password" : "旧登录密码",
"Current log-in password" : "当前登录密码",
"Update Private Key Password" : "更新私钥密码",
"Enable password recovery:" : "启用密码恢复:",
"Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" : "启用该项将允许您在密码丢失后取回您的加密文件",
"Enabled" : "启用",
"Disabled" : "禁用",
"The recovery key is an extra encryption key that is used to encrypt files. It allows recovery of a user's files if the user forgets his or her password." : "恢复密钥是用于加密文件的额外加密密钥。如果用户忘记了密码,它允许用户恢复文件。"
},
"nplurals=1; plural=0;");