Commit 949217f26dee74e049705720bf79c459f2e6a032
1 parent
99a0c40778
Exists in
master
SDK文本修改
Showing 8 changed files with 25 additions and 25 deletions Side-by-side Diff
- ios/GameSDK.framework/Versions/A/GameSDK
- ios/GameSDK.zip
- ios/GameSDKDemo/letsgameDemo/LSGAppDelegate.m
- ios/GameSDKResources.bundle/en.strings
- ios/GameSDKResources.bundle/pt-PT.strings
- ios/GameSDKResources.bundle/ru.strings
- ios/GameSDKResources.bundle/zh-Hans.strings
- ios/GameSDKResources.bundle/zh-Hant.strings
ios/GameSDK.framework/Versions/A/GameSDK
No preview for this file type
ios/GameSDK.zip
No preview for this file type
ios/GameSDKDemo/letsgameDemo/LSGAppDelegate.m
... | ... | @@ -22,7 +22,7 @@ |
22 | 22 | |
23 | 23 | self.window.backgroundColor = [UIColor whiteColor]; |
24 | 24 | [self.window makeKeyAndVisible]; |
25 | - [[LetsGameAPI instance] decideIsDebug:1]; | |
25 | +// [[LetsGameAPI instance] decideIsDebug:1]; | |
26 | 26 | [[UIApplication sharedApplication] setStatusBarHidden:YES]; |
27 | 27 | [[LetsGameAPI instance] registeIapObserver]; |
28 | 28 | return YES; |
ios/GameSDKResources.bundle/en.strings
1 | 1 | "user_name_hint" = "Email"; |
2 | 2 | "password_hint" = "Password"; |
3 | -"quick_play" = "Guest Play"; | |
3 | +"quick_play" = "Play as Guest"; | |
4 | 4 | "login" = "Login"; |
5 | 5 | "gump_login" = "Login"; |
6 | -"signup" = "Signup"; | |
7 | -"bind" = "Bound to email"; | |
6 | +"signup" = "Sign up"; | |
7 | +"bind" = "Bind your email"; | |
8 | 8 | "loading" = "Loading"; |
9 | 9 | "cancel" = "Cancel"; |
10 | 10 | "ok" = "OK"; |
11 | 11 | "illegal_uname_tip" = "Invalid Email"; |
12 | 12 | "illegal_pwd_tip" = "Invalid Password (6-20 characters)"; |
13 | -"illegal_user_exist" = "Email has already used"; | |
14 | -"illegal_pwd_invalid" = "Password is incorrect, please try again"; | |
13 | +"illegal_user_exist" = "Email has already been used"; | |
14 | +"illegal_pwd_invalid" = "Incorrect password. Please try again."; | |
15 | 15 | "illegal_user_not_exist" = "Invalid Email"; |
16 | 16 | "invalid_email" = "Please input your email"; |
17 | -"login_fail" = "Login failed"; | |
18 | -"signup_fail" = "Signup failed"; | |
19 | -"bind_fail" = "Bound failed"; | |
20 | -"switch"="Switching accounts"; | |
17 | +"login_fail" = "Login Failed"; | |
18 | +"signup_fail" = "Signup Failed"; | |
19 | +"bind_fail" = "Bind Failed"; | |
20 | +"switch"="Switch Account"; | |
21 | 21 | "change_password" = "Change Password"; |
22 | 22 | "current_password" = "Current Password"; |
23 | -"change_password_notice" = "current passeord isn't required when reset password."; | |
23 | +"change_password_notice" = “Current passeord isn't required when reset password."; | |
24 | 24 | "new_password" = "New Password"; |
25 | 25 | "Reset" = "Reset"; |
26 | 26 | "Confirm" = "Confirm"; |
27 | 27 | "Succeed" = "Succeed"; |
28 | -"reset_fail" = "Reset fail, please contact customer service"; | |
29 | -"reset_success" = "An email has been sent to you, please follow the instructions in email."; | |
30 | 28 | \ No newline at end of file |
29 | +"reset_fail" = "Reset failed, please contact customer service"; | |
30 | +"reset_success" = "An Email has been sent to you, please follow the instructions in Email."; | |
31 | 31 | \ No newline at end of file |
ios/GameSDKResources.bundle/pt-PT.strings
... | ... | @@ -13,6 +13,6 @@ |
13 | 13 | "illegal_pwd_invalid" = "Senha incorreta, favor tentar novamente"; |
14 | 14 | "illegal_user_not_exist" = "Email Inválido"; |
15 | 15 | "invalid_email" = "Favor inserir seu email"; |
16 | -"login_fail" = "Login falhou"; | |
17 | -"signup_fail" = "Registrar falhou"; | |
18 | -"bind_fail" = "Vincular falhou"; | |
16 | +"login_fail" = "Login Falhou"; | |
17 | +"signup_fail" = "Registrar Falhou"; | |
18 | +"bind_fail" = "Vincular Falhou"; |
ios/GameSDKResources.bundle/ru.strings
1 | 1 | "user_name_hint" = "Почта"; |
2 | 2 | "password_hint" = "Пароль"; |
3 | -"quick_play" = "Guest Play"; | |
3 | +"quick_play" = "Play as Guest"; | |
4 | 4 | "login" = "Войти"; |
5 | 5 | "gump_login" = "Login"; |
6 | 6 | "signup" = "Зарегистрироваться"; |
7 | -"bind" = "Bound to email"; | |
7 | +"bind" = "Bind your email"; | |
8 | 8 | "loading" = "Загружаю..."; |
9 | 9 | "cancel" = "отменить"; |
10 | 10 | "ok" = "Ок"; |
... | ... | @@ -16,13 +16,13 @@ |
16 | 16 | "invalid_email" = "Неверный электронный адрес"; |
17 | 17 | "login_fail" = "не удалось войти"; |
18 | 18 | "signup_fail" = "кандидату не"; |
19 | -"bind_fail" = "Bound failed"; | |
20 | -"change_password" = "Change Password1"; | |
19 | +"bind_fail" = "Bind Failed"; | |
20 | +"change_password" = "Change Password"; | |
21 | 21 | "current_password" = "Current Password"; |
22 | -"change_password_notice" = "current passeord isn't required when reset password."; | |
22 | +"change_password_notice" = "Current passeord isn't required when reset password."; | |
23 | 23 | "new_password" = "New Password"; |
24 | 24 | "Reset" = "Reset"; |
25 | 25 | "Confirm" = "Confirm"; |
26 | 26 | "Succeed" = "Succeed"; |
27 | -"reset_fail" = "Reset fail, please contact customer service"; | |
28 | -"reset_success" = "An email has been sent to you, please follow the instructions in email."; | |
29 | 27 | \ No newline at end of file |
28 | +"reset_fail" = "Reset failed, please contact customer service"; | |
29 | +"reset_success" = "An Email has been sent to you, please follow the instructions in Email."; | |
30 | 30 | \ No newline at end of file |
ios/GameSDKResources.bundle/zh-Hans.strings