Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

zh_CN.php 3.2KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <?php
  2. $TRANSLATIONS = array(
  3. "Recovery key successfully enabled" => "恢复密钥成功启用",
  4. "Could not enable recovery key. Please check your recovery key password!" => "不能启用恢复密钥。请检查恢复密钥密码!",
  5. "Recovery key successfully disabled" => "恢复密钥成功禁用",
  6. "Could not disable recovery key. Please check your recovery key password!" => "不能禁用恢复密钥。请检查恢复密钥密码!",
  7. "Password successfully changed." => "密码修改成功。",
  8. "Could not change the password. Maybe the old password was not correct." => "不能修改密码。旧密码可能不正确。",
  9. "Private key password successfully updated." => "私钥密码成功更新。",
  10. "Could not update the private key password. Maybe the old password was not correct." => "无法更新私钥密码。可能旧密码不正确。",
  11. "Encryption app not initialized! Maybe the encryption app was re-enabled during your session. Please try to log out and log back in to initialize the encryption app." => "加密应用还没有初始化!可能加密应用在你会话期间已被重新启用。请注销并重新登录,以初始化加密应用。",
  12. "Missing requirements." => "必填项未填写。",
  13. "Please make sure that PHP 5.3.3 or newer is installed and that OpenSSL together with the PHP extension is enabled and configured properly. For now, the encryption app has been disabled." => "请确认安装了 PHP 5.3.3 或更新版本,且 OpenSSL 及其 PHP 扩展已经启用并正确配置。加密应用现在已被禁用。",
  14. "Following users are not set up for encryption:" => "以下用户还没有设置加密:",
  15. "Encryption" => "加密",
  16. "Enable recovery key (allow to recover users files in case of password loss):" => "启用恢复密钥(允许你在密码丢失后恢复文件):",
  17. "Recovery key password" => "恢复密钥密码",
  18. "Repeat Recovery key password" => "重复恢复密钥密码",
  19. "Enabled" => "开启",
  20. "Disabled" => "禁用",
  21. "Change recovery key password:" => "更改恢复密钥密码",
  22. "Old Recovery key password" => "旧的恢复密钥密码",
  23. "New Recovery key password" => "新的恢复密钥密码",
  24. "Repeat New Recovery key password" => "重复新的密钥恢复密码",
  25. "Change Password" => "修改密码",
  26. "Your private key password no longer match your log-in password:" => "您的私钥密码不再匹配您的登录密码:",
  27. "Set your old private key password to your current log-in password." => "讲您旧的私钥密码改为当前登录密码。",
  28. " If you don't remember your old password you can ask your administrator to recover your files." => "如果您记不住旧的密码,您可以请求管理员恢复您的文件。",
  29. "Old log-in password" => "旧登录密码",
  30. "Current log-in password" => "当前登录密码",
  31. "Update Private Key Password" => "更新私钥密码",
  32. "Enable password recovery:" => "启用密码恢复:",
  33. "Enabling this option will allow you to reobtain access to your encrypted files in case of password loss" => "启用该项将允许你在密码丢失后取回您的加密文件",
  34. "File recovery settings updated" => "文件恢复设置已更新",
  35. "Could not update file recovery" => "不能更新文件恢复"
  36. );
  37. $PLURAL_FORMS = "nplurals=1; plural=0;";