BKPasscodeView.strings 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. //
  2. // BKPasscodeView.strings
  3. // Nextcloud iOS
  4. //
  5. // Copyright (c) 2017 TWS. All rights reserved.
  6. //
  7. // Author Marino Faggiana <m.faggiana@twsweb.it>
  8. //
  9. // This program is free software: you can redistribute it and/or modify
  10. // it under the terms of the GNU General Public License as published by
  11. // the Free Software Foundation, either version 3 of the License, or
  12. // (at your option) any later version.
  13. //
  14. // This program is distributed in the hope that it will be useful,
  15. // but WITHOUT ANY WARRANTY; without even the implied warranty of
  16. // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  17. // GNU General Public License for more details.
  18. //
  19. // You should have received a copy of the GNU General Public License
  20. // along with this program. If not, see <http://www.gnu.org/licenses/>.
  21. //
  22. "%d Failed Passcode Attempts" = "安全码 %d 次尝试失败";
  23. "%d Failed Password Attempts" = "密码 %d 次尝试失败";
  24. "1 Failed Passcode Attempt" = "安全码 1 次尝试失败";
  25. "1 Failed Password Attempt" = "密码 1 次尝试失败";
  26. "Do you want to use Touch ID for authentication?" = "你想使用 Touch ID 验证身份吗?";
  27. "Done" = "完成";
  28. "Enable Touch ID" = "启用 Touch ID";
  29. "Enter a different passcode. Cannot re-use the same passcode." = "输入一个不同的 passcode。同一个 passcode 不能重复使用。";
  30. "Enter a different password. Cannot re-use the same password." = "输入一个不同的密码。同一个密码不能重复使用。";
  31. "Enter a passcode" = "输入安全码";
  32. "Enter a password" = "输入密码";
  33. "Enter your new passcode" = "输入新安全码";
  34. "Enter your new password" = "输入新密码";
  35. "Enter your old passcode" = "输入旧安全码";
  36. "Enter your old password" = "输入旧密码";
  37. "Enter your passcode" = "输入安全码";
  38. "Enter your password" = "输入密码";
  39. "Invalid Passcode" = "安全码无效";
  40. "Invalid Password" = "密码无效";
  41. "Passcodes did not match.\nTry again." = "安全码不匹配。\n再试一次。";
  42. "Password did not match.\nTry again." = "密码不匹配。\n再试一次。";
  43. "Re-enter your passcode" = "再次输入安全码";
  44. "Re-enter your password" = "再次输入密码";
  45. "Try again in %d minutes" = "%d 分钟后再试";
  46. "Try again in 1 minute" = "1 分钟后再试";