Blame view

ios/GameSDKResources.bundle/en.strings 1.06 KB
23a302b86   alexYang   GameSDK 的iOS分支提交,...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
  "user_name_hint" = "Email";
  "password_hint" = "Password";
  "quick_play" = "Play as Guest";
  "login" = "Login";
  "gump_login" = "Login";
  "signup" = "Sign up";
  "bind" = "Bind your email";
  "loading" = "Loading";
  "cancel" = "Cancel";
  "ok" = "OK";
  "illegal_uname_tip" = "Invalid Email";
  "illegal_pwd_tip" = "Invalid Password (6-20 characters)";
  "illegal_user_exist" = "Email has already been used";
  "illegal_pwd_invalid" = "Incorrect password. Please try again.";
  "illegal_user_not_exist" = "Invalid Email";
  "invalid_email" = "Please input your email";
  "login_fail" = "Login Failed";
  "signup_fail" = "Signup Failed";
  "bind_fail" = "Bind Failed";
  "switch"="Switch Account";
  "change_password" = "Change Password";
  "current_password" = "Current Password";
  "change_password_notice" = “Current passeord isn't required when reset password.";
  "new_password" = "New Password";
  "Reset" = "Reset";
  "Confirm" = "Confirm";
  "Succeed" = "Succeed";
  "reset_fail" = "Reset failed, please contact customer service";
  "reset_success" = "An Email has been sent to you, please follow the instructions in Email.";