GoogleSignIn.strings 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. /* Sign-in button text */
  2. "Sign in" = "登录";
  3. /* Long form sign-in button text */
  4. "Sign in with Google" = "使用 Google 帐号登录";
  5. /* The title of the promotional prompt to install the Google app. */
  6. "PromoTitle" = "使用 Google 帐号登录";
  7. /* The body message of the promotional prompt to install the Google app. */
  8. "PromoMessage" = "安装免费的“Google”应用后,您可以使用自己的 Google 帐号登录众多应用(无需记住众多密码)。";
  9. /* The cancel button on the promotional prompt to install the Google app. */
  10. "PromoActionCancel" = "取消";
  11. /* The install button on the promotional prompt to install the Google app. */
  12. "PromoActionInstall" = "安装";
  13. /* The text for the button for user to acknowledge and dismiss a dialog. */
  14. "OK" = "确定";
  15. /* The text for the button for user to dismiss a dialog without taking any action. */
  16. "Cancel" = "取消";
  17. /* The name of the iOS native "Settings" app. */
  18. "SettingsAppName" = "设置";
  19. /* The title for the error dialog for unable to sign in because of EMM policy. */
  20. "EmmErrorTitle" = "无法登录帐号";
  21. /* The text in the error dialog asking user to set up a passcode for the device due to EMM policy. */
  22. "EmmPasscodeRequired" = "您的管理员要求您必须先在此设备上设置密码,然后才能访问此帐号。请设置密码并重试。";
  23. /* The text in the error dialog informing user that EMM policy prevented sign-in on the device. */
  24. "EmmGeneralError" = "该设备不符合管理员设置的安全政策。";
  25. /* The title in the error dialog informing user that connecting with Device Policy app is required. */
  26. "EmmConnectTitle" = "要关联 Device Policy 应用吗?";
  27. /* The text in the error dialog informing user that connecting with Device Policy app is required. */
  28. "EmmConnectText" = "要保护您组织的数据,您必须在登录前关联 Device Policy 应用。";
  29. /* The action button label in the error dialog informing user that connecting with Device Policy app is required. */
  30. "EmmConnectLabel" = "关联";