com.xd.sdk.common 6.21.1 → 6.22.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Editor/XDGIOSCommonProcessor.cs +2 -1
- package/Plugins/Android/libs/XDGCommon_6.22.1.aar +0 -0
- package/Plugins/iOS/Resource/XDResources.bundle/de.lproj/Localizable.strings +26 -0
- package/Plugins/iOS/Resource/XDResources.bundle/en.lproj/Localizable.strings +26 -0
- package/Plugins/iOS/Resource/XDResources.bundle/es.lproj/Localizable.strings +26 -0
- package/Plugins/iOS/Resource/XDResources.bundle/fr.lproj/Localizable.strings +26 -0
- package/Plugins/iOS/Resource/XDResources.bundle/id.lproj/Localizable.strings +26 -0
- package/Plugins/iOS/Resource/XDResources.bundle/images/tds_arrow_down@3x.png +0 -0
- package/Plugins/iOS/Resource/XDResources.bundle/images/tds_arrow_down_orange@3x.png +0 -0
- package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_clear@3x.png +0 -0
- package/Plugins/iOS/Resource/XDResources.bundle/images/tds_button_clear_pressed@3x.png +0 -0
- package/Plugins/iOS/Resource/XDResources.bundle/images/tds_checkbox_check_orange@3x.png +0 -0
- package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_email_icon@3x.png +0 -0
- package/Plugins/iOS/Resource/XDResources.bundle/images/tds_login_phone_icon@3x.png +0 -0
- package/Plugins/iOS/Resource/XDResources.bundle/ja.lproj/Localizable.strings +27 -0
- package/Plugins/iOS/Resource/XDResources.bundle/ko.lproj/Localizable.strings +26 -0
- package/Plugins/iOS/Resource/XDResources.bundle/local/Global_sms_regions.json +26 -0
- package/Plugins/iOS/Resource/XDResources.bundle/pt.lproj/Localizable.strings +26 -0
- package/Plugins/iOS/Resource/XDResources.bundle/ru.lproj/Localizable.strings +26 -0
- package/Plugins/iOS/Resource/XDResources.bundle/th.lproj/Localizable.strings +26 -0
- package/Plugins/iOS/Resource/XDResources.bundle/tr.lproj/Localizable.strings +26 -0
- package/Plugins/iOS/Resource/XDResources.bundle/vi.lproj/Localizable.strings +26 -0
- package/Plugins/iOS/Resource/XDResources.bundle/zh-Hans.lproj/Localizable.strings +26 -0
- package/Plugins/iOS/Resource/XDResources.bundle/zh-Hant.lproj/Localizable.strings +26 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/NSDictionary+XDG.h +25 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/NSError+XDG.h +31 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalRouterSchemes.h +1 -1
- package/Plugins/iOS/XDCommonSDK.framework/Headers/TDSGlobalUIDefine.h +11 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/UIButton+XDG.h +18 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDCommonSDK.h +9 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDConfigManager.h +2 -3
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGAgreementConfig.h +3 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGButton.h +4 -1
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCaptchaView.h +24 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGCommonWebController.h +17 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGEntryType.h +1 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGHandlerDefine.h +14 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGHttp.h +1 -1
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGHttpResponse.h +1 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGLoginLogger.h +25 -1
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGRegionUtil.h +22 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGSDK.h +4 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGTapLabel.h +16 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDGTimeUtil.h +21 -0
- package/Plugins/iOS/XDCommonSDK.framework/Headers/XDVersion.h +2 -2
- package/Plugins/iOS/XDCommonSDK.framework/Info.plist +0 -0
- package/Plugins/iOS/XDCommonSDK.framework/XDCommonSDK +0 -0
- package/package.json +1 -1
- package/Plugins/Android/libs/XDGCommon_6.21.1.aar +0 -0
- /package/Plugins/Android/libs/{XDGCommon_6.21.1.aar.meta → XDGCommon_6.22.1.aar.meta} +0 -0
|
@@ -111,7 +111,8 @@ namespace XD.SDK.Common.Editor{
|
|
|
111
111
|
moduleIOSResourcesFolder = dataPath + "/Assets/XDSDK/Mobile/" + localModuleName;
|
|
112
112
|
}
|
|
113
113
|
// 找不到的话,再找一次,主要 for 香肠的 unity package 导入
|
|
114
|
-
if (string.IsNullOrEmpty(moduleIOSResourcesFolder)
|
|
114
|
+
if (string.IsNullOrEmpty(moduleIOSResourcesFolder)
|
|
115
|
+
|| !Directory.Exists(moduleIOSResourcesFolder))
|
|
115
116
|
{
|
|
116
117
|
moduleIOSResourcesFolder = dataPath + "/Assets/Plugins/XDSDK/Mobile/" + localModuleName;
|
|
117
118
|
}
|
|
Binary file
|
|
@@ -82,3 +82,29 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content"= "Wenn Sie den oben genannten Nutzungsbedingungen nicht zustimmen, können Sie dieses Spiel möglicherweise nicht weiter erleben oder spielen. Sie können entweder auf \"Alle zustimmen\" klicken und zum nächsten Schritt gehen, oder auf \"Zurück\" klicken, um die relevanten Verträge erneut zu lesen und zu bestätigen.";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm"= "Alle zustimmen";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel"= "Zurück";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "Senden an";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "Code eingeben";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "Code senden";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "Nutzervereinbarung";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "Datenschutzrichtlinie";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "Ein Verifizierungscode wurde gesendet.";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "Funktioniert nicht?\nBitte versuchen Sie, %s zu kontaktieren.";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "Kundenservice";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "Bitte geben Sie den Bestätigungscode ein";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "Nachdem die Verifizierung abgeschlossen ist, wird die Entbindung abgeschlossen sein.";
|
|
96
|
+
"tds_auth_phone_login" = "Mit Telefonnummer anmelden";
|
|
97
|
+
"tds_auth_phone_input_enter" = "Gib deine Telefonnummer ein";
|
|
98
|
+
"tds_auth_phone_bind" = "Verbinde dein Mobiltelefon";
|
|
99
|
+
"tds_auth_email_login" = "Mit E-Mail anmelden";
|
|
100
|
+
"tds_auth_email_input_enter" = "Geben Sie Ihre E-Mail-Adresse ein";
|
|
101
|
+
"tds_auth_email_bind" = "Verknüpfe deine E-Mail";
|
|
102
|
+
"tds_auth_validate_phone" = "Geben Sie gültige Informationen ein";
|
|
103
|
+
"tds_auth_validate_email" = "Geben Sie gültige Informationen ein";
|
|
104
|
+
"tds_auth_validate_code" = "Fehlerhafte Informationen";
|
|
105
|
+
"tds_common_login" = "Einloggen";
|
|
106
|
+
"tds_common_verify" = "Überprüfen";
|
|
107
|
+
"tds_common_retry" = "Wiederholen";
|
|
108
|
+
"tds_common_search" = "Suche";
|
|
109
|
+
"tds_common_title_phone" = "Handynummer";
|
|
110
|
+
"tds_common_title_email" = "E-Mail";
|
|
@@ -82,3 +82,29 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content"= "If you do not agree to the terms and conditions above, you may be unable to continue experiencing or playing this game. You can click \"Agree All\" to proceed to the next step or click \"Go Back\" to reread and confirm the relevant agreements.";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm"= "Agree All";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel"= "Go Back";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "Send to";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "Enter the code";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "Send a code";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "User Agreement";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "Privacy Policy";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "A verification code has been sent.";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "Not working?\nPlease try to contact %s.";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "Customer Support";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "Please enter the verification code";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "After the verification is passed, the unbind will be completed.";
|
|
96
|
+
"tds_auth_phone_login" = "Log in with Phone Number";
|
|
97
|
+
"tds_auth_phone_input_enter" = "Enter your phone number";
|
|
98
|
+
"tds_auth_phone_bind" = "Bind your Mobile Phone";
|
|
99
|
+
"tds_auth_email_login" = "Log in with Email";
|
|
100
|
+
"tds_auth_email_input_enter" = "Enter your email address";
|
|
101
|
+
"tds_auth_email_bind" = "Bind your Email";
|
|
102
|
+
"tds_auth_validate_phone" = "Please enter a valid mobile phone number";
|
|
103
|
+
"tds_auth_validate_email" = "Please enter a valid email address";
|
|
104
|
+
"tds_auth_validate_code" = "Please enter the correct verification code";
|
|
105
|
+
"tds_common_login" = "Log in";
|
|
106
|
+
"tds_common_verify" = "Verify";
|
|
107
|
+
"tds_common_retry" = "Retry";
|
|
108
|
+
"tds_common_search" = "Search";
|
|
109
|
+
"tds_common_title_phone" = "Phone number";
|
|
110
|
+
"tds_common_title_email" = "Email";
|
|
@@ -82,3 +82,29 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content"= "Si no está de acuerdo con los términos aplicables mencionados anteriormente, es posible que no pueda continuar experimentando o jugando este juego. Puede hacer clic en \"Aceptar todo\" y pasar al siguiente paso, o hacer clic en \"Regresar\" para releer y confirmar el contrato relevante.";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm"= "Aceptar todo";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel"= "Regresar";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "Enviar a";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "Ingresa el código";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "Envía un código";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "Acuerdo de Usuario";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "Política de Privacidad";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "Se ha enviado un código de verificación.";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "¿No funciona?\nPor favor, intenta contactar a %s.";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "Atención al Cliente";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "Por favor, ingrese el código de verificación";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "Después de aprobar la verificación, se completará la desvinculación.";
|
|
96
|
+
"tds_auth_phone_login" = "Iniciar sesión con número de teléfono";
|
|
97
|
+
"tds_auth_phone_input_enter" = "Ingresa tu número de teléfono";
|
|
98
|
+
"tds_auth_phone_bind" = "Vincula tu teléfono móvil";
|
|
99
|
+
"tds_auth_email_login" = "Iniciar sesión con correo electrónico";
|
|
100
|
+
"tds_auth_email_input_enter" = "Ingresa tu dirección de correo electrónico";
|
|
101
|
+
"tds_auth_email_bind" = "Vincula tu correo electrónico";
|
|
102
|
+
"tds_auth_validate_phone" = "Complete información válida";
|
|
103
|
+
"tds_auth_validate_email" = "Complete información válida";
|
|
104
|
+
"tds_auth_validate_code" = "Error en la información";
|
|
105
|
+
"tds_common_login" = "Iniciar sesión";
|
|
106
|
+
"tds_common_verify" = "Verificar";
|
|
107
|
+
"tds_common_retry" = "Reintentar";
|
|
108
|
+
"tds_common_search" = "Buscar";
|
|
109
|
+
"tds_common_title_phone" = "número de teléfono móvil";
|
|
110
|
+
"tds_common_title_email" = "Correo electrónico";
|
|
@@ -82,3 +82,29 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content"= "Si vous n'acceptez pas les conditions applicables mentionnées ci-dessus, vous risquez de ne pas pouvoir continuer à vivre ou à jouer à ce jeu. Vous pouvez cliquer sur \"Accepter tout\" et passer à l'étape suivante, ou cliquer sur \"Retour\" pour relire et confirmer les contrats correspondants.";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm"= "Accepter tout";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel"= "Retour";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "Envoyer à";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "Entrez le code";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "Envoyer un code";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "Contrat d'utilisateur";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "Politique de Confidentialité";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "Un code de vérification a été envoyé.";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "Ne fonctionne pas ?\nVeuillez essayer de contacter %s.";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "Service clientèle";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "Veuillez remplir le code de vérification";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "Après la validation, la dissociation sera terminée.";
|
|
96
|
+
"tds_auth_phone_login" = "Se connecter par téléphone";
|
|
97
|
+
"tds_auth_phone_input_enter" = "Numéro de portable";
|
|
98
|
+
"tds_auth_phone_bind" = "Associez votre téléphone portable";
|
|
99
|
+
"tds_auth_email_login" = "Se connecter avec l'email";
|
|
100
|
+
"tds_auth_email_input_enter" = "Saisissez votre adresse e-mail";
|
|
101
|
+
"tds_auth_email_bind" = "Associez votre Email";
|
|
102
|
+
"tds_auth_validate_phone" = "Remplissez des informations valides";
|
|
103
|
+
"tds_auth_validate_email" = "Remplissez des informations valides";
|
|
104
|
+
"tds_auth_validate_code" = "Erreur d'information";
|
|
105
|
+
"tds_common_login" = "Connexion";
|
|
106
|
+
"tds_common_verify" = "Vérifier";
|
|
107
|
+
"tds_common_retry" = "Réessayer";
|
|
108
|
+
"tds_common_search" = "Recherche";
|
|
109
|
+
"tds_common_title_phone" = "Numéro de téléphone mobile";
|
|
110
|
+
"tds_common_title_email" = "E-mail";
|
|
@@ -82,3 +82,29 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content"= "Jika Anda tidak setuju dengan ketentuan yang berlaku di atas, Anda mungkin tidak dapat melanjutkan pengalaman atau bermain game ini. Anda dapat mengklik Setuju Semua dan melanjutkan ke langkah berikutnya, atau Anda dapat mengklik Kembali untuk membaca ulang dan mengonfirmasi kontrak terkait.";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm"= "Setuju Semua";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel"= "Kembali";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "Kirim ke";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "Masukkan kode";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "Kirimkan kode";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "Perjanjian Pengguna";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "Kebijakan Privasi";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "Kode verifikasi telah dikirim.";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "Tidak bekerja?\nSilakan coba menghubungi %s.";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "Layanan Pelanggan";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "Silakan isi kode verifikasi";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "Setelah verifikasi berhasil, proses melepaskan akun akan selesai.";
|
|
96
|
+
"tds_auth_phone_login" = "Masuk Dengan Nomor Telepon";
|
|
97
|
+
"tds_auth_phone_input_enter" = "Masukkan nomor telepon Anda";
|
|
98
|
+
"tds_auth_phone_bind" = "Hubungkan Ponsel Anda";
|
|
99
|
+
"tds_auth_email_login" = "Masuk dengan Email";
|
|
100
|
+
"tds_auth_email_input_enter" = "Masukkan alamat email Anda";
|
|
101
|
+
"tds_auth_email_bind" = "Tautkan Email Anda";
|
|
102
|
+
"tds_auth_validate_phone" = "Isi informasi yang valid";
|
|
103
|
+
"tds_auth_validate_email" = "Isi informasi yang valid";
|
|
104
|
+
"tds_auth_validate_code" = "Kesalahan informasi";
|
|
105
|
+
"tds_common_login" = "Masuk";
|
|
106
|
+
"tds_common_verify" = "Verifikasi";
|
|
107
|
+
"tds_common_retry" = "Coba Lagi";
|
|
108
|
+
"tds_common_search" = "Temukan";
|
|
109
|
+
"tds_common_title_phone" = "Nomor Ponsel";
|
|
110
|
+
"tds_common_title_email" = "Email";
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -82,3 +82,30 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content"= "上記の利用規約に同意されない場合、本ゲームの体験やプレイを継続できない可能性があります。すべてに同意するをクリックして次のステップに進むことができますし、戻るをクリックして関連契約を再度確認することもできます。";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm"= "すべてに同意する";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel"= "戻る";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "送信先";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "コードを入力";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "コードを送信";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "利用規約";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "プライバシーポリシー";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "確認コードが送信されました";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "動作しませんか?\n%sに連絡してください。";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "カスタマーサポート";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "確認コードを入力してください";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "確認が完了すると、解除が完了します。";
|
|
96
|
+
"tds_auth_phone_login" = "電話番号でログイン";
|
|
97
|
+
"tds_auth_phone_input_enter" = "電話番号を入力";
|
|
98
|
+
"tds_auth_phone_bind" = "電話番号を連携";
|
|
99
|
+
"tds_auth_email_login" = "メールでログイン";
|
|
100
|
+
"tds_auth_email_input_enter" = "メールアドレスを入力";
|
|
101
|
+
"tds_auth_email_bind" = "メールアドレスを連携";
|
|
102
|
+
"tds_auth_validate_phone" = "有効な電話番号を入力してください";
|
|
103
|
+
"tds_auth_validate_email" = "有効なメールアドレスを入力してください";
|
|
104
|
+
"tds_auth_validate_code" = "正しい確認コードを入力してください";
|
|
105
|
+
"tds_common_login" = "ログイン";
|
|
106
|
+
"tds_common_verify" = "確認";
|
|
107
|
+
"tds_common_retry" = "再試行";
|
|
108
|
+
"tds_common_search" = "検索";
|
|
109
|
+
"tds_common_title_phone" = "電話番号";
|
|
110
|
+
"tds_common_title_email" = "メールアドレス";
|
|
111
|
+
|
|
@@ -82,3 +82,29 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content"= "위의 약관에 동의하지 않으면 본 게임을 계속 체험하거나 플레이할 수 없습니다. '모두 동의'를 클릭하여 다음 단계로 이동하거나 '돌아가기'를 클릭하여 계약 내용을 다시 읽고 확인할 수 있습니다.";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm"= "모두 동의";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel"= "돌아가기";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "발송하기";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "코드를 입력하세요";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "코드 보내기";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "사용자 계약서";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "개인정보 처리방침";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "인증 코드가 전송되었습니다.";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "작동하지 않나요?\n%s로 문의해보세요.";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "고객 서비스";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "인증 코드를 입력해 주세요";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "검증이 완료되면 언바인딩이 완료됩니다.";
|
|
96
|
+
"tds_auth_phone_login" = "전화번호로 로그인";
|
|
97
|
+
"tds_auth_phone_input_enter" = "전화번호를 입력하세요";
|
|
98
|
+
"tds_auth_phone_bind" = "모바일 폰을 연결하세요";
|
|
99
|
+
"tds_auth_email_login" = "이메일로 로그인하기";
|
|
100
|
+
"tds_auth_email_input_enter" = "이메일 주소를 입력하세요";
|
|
101
|
+
"tds_auth_email_bind" = "이메일을 연결하세요";
|
|
102
|
+
"tds_auth_validate_phone" = "유효한 핸드폰 번호를 입력해 주세요";
|
|
103
|
+
"tds_auth_validate_email" = "유효한 이메일 주소를 입력해주세요";
|
|
104
|
+
"tds_auth_validate_code" = "정확한 인증 코드를 입력해 주세요";
|
|
105
|
+
"tds_common_login" = "로그인";
|
|
106
|
+
"tds_common_verify" = "확인하기";
|
|
107
|
+
"tds_common_retry" = "다시 시도";
|
|
108
|
+
"tds_common_search" = "검색";
|
|
109
|
+
"tds_common_title_phone" = "휴대폰 번호";
|
|
110
|
+
"tds_common_title_email" = "이메일";
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"region": "HK",
|
|
4
|
+
"regionName": "中國香港",
|
|
5
|
+
"areaCode": "852",
|
|
6
|
+
"areaCodeName": "HK +852"
|
|
7
|
+
},
|
|
8
|
+
{
|
|
9
|
+
"region": "TW",
|
|
10
|
+
"regionName": "中國台灣",
|
|
11
|
+
"areaCode": "886",
|
|
12
|
+
"areaCodeName": "TW +886"
|
|
13
|
+
},
|
|
14
|
+
{
|
|
15
|
+
"region": "CN",
|
|
16
|
+
"regionName": "中国大陆",
|
|
17
|
+
"areaCode": "86",
|
|
18
|
+
"areaCodeName": "CN +86"
|
|
19
|
+
},
|
|
20
|
+
{
|
|
21
|
+
"region": "MO",
|
|
22
|
+
"regionName": "中國澳門",
|
|
23
|
+
"areaCode": "853",
|
|
24
|
+
"areaCodeName": "MO +853"
|
|
25
|
+
}
|
|
26
|
+
]
|
|
@@ -82,3 +82,29 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content"= "Se você não concordar com os termos aplicáveis acima, pode não ser capaz de continuar experimentando ou jogando este jogo. Você pode clicar em \"Concordo\" e prosseguir para o próximo passo, ou clicar em \"Voltar\" para reler e confirmar o contrato relacionado.";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm"= "Concordo";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel"= "Voltar";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "Enviar para";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "Insira o código";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "Envie um código";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "Contrato do Usuário";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "Política de Privacidade";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "Um código de verificação foi enviado.";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "Não funciona?\nPor favor, tente entrar em contato com %s.";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "Atendimento ao Cliente";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "Por favor, preencha o código de verificação";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "Após a verificação ser aprovada, o desvincular será concluído.";
|
|
96
|
+
"tds_auth_phone_login" = "Faça Login com o Número de Telefone";
|
|
97
|
+
"tds_auth_phone_input_enter" = "Insira o seu número de telefone";
|
|
98
|
+
"tds_auth_phone_bind" = "Vincule seu Celular";
|
|
99
|
+
"tds_auth_email_login" = "Entrar com Email";
|
|
100
|
+
"tds_auth_email_input_enter" = "Digite seu endereço de email";
|
|
101
|
+
"tds_auth_email_bind" = "Vincule seu Email";
|
|
102
|
+
"tds_auth_validate_phone" = "Preencha informações válidas";
|
|
103
|
+
"tds_auth_validate_email" = "Preencha informações válidas";
|
|
104
|
+
"tds_auth_validate_code" = "Erro nas informações";
|
|
105
|
+
"tds_common_login" = "Entrar";
|
|
106
|
+
"tds_common_verify" = "Verificar";
|
|
107
|
+
"tds_common_retry" = "Tentar novamente";
|
|
108
|
+
"tds_common_search" = "Pesquisar";
|
|
109
|
+
"tds_common_title_phone" = "Número de celular";
|
|
110
|
+
"tds_common_title_email" = "E-mail";
|
|
@@ -82,3 +82,29 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content"= "Если вы не согласны с вышеуказанными условиями, вы не сможете продолжить просмотр или играть в эту игру. Вы можете нажать \"Согласен\" и перейти к следующему шагу или нажать \"Вернуться\", чтобы снова прочитать и подтвердить соответствующий контракт.";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm"= "Согласен";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel"= "Вернуться";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "Отправить в";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "Введите код";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "Отправьте код";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "Пользовательское Соглашение";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "Политика конфиденциальности";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "Код подтверждения был отправлен.";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "Не работает?\nПожалуйста, попробуйте связаться с %s.";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "Обслуживание клиентов";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "Пожалуйста, введите код подтверждения";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "После прохождения верификации, отвязка будет завершена.";
|
|
96
|
+
"tds_auth_phone_login" = "Войти с номером телефона";
|
|
97
|
+
"tds_auth_phone_input_enter" = "Введите ваш номер телефона";
|
|
98
|
+
"tds_auth_phone_bind" = "Привяжите ваш мобильный телефон";
|
|
99
|
+
"tds_auth_email_login" = "Войти с помощью электронной почты";
|
|
100
|
+
"tds_auth_email_input_enter" = "Введите свой адрес электронной почты";
|
|
101
|
+
"tds_auth_email_bind" = "Привяжите вашу электронную почту";
|
|
102
|
+
"tds_auth_validate_phone" = "Заполните действительную информацию";
|
|
103
|
+
"tds_auth_validate_email" = "Заполните действительную информацию";
|
|
104
|
+
"tds_auth_validate_code" = "Ошибка информации";
|
|
105
|
+
"tds_common_login" = "Вход в систему";
|
|
106
|
+
"tds_common_verify" = "Проверить";
|
|
107
|
+
"tds_common_retry" = "Повторить";
|
|
108
|
+
"tds_common_search" = "Поиск";
|
|
109
|
+
"tds_common_title_phone" = "Номер мобильного телефона";
|
|
110
|
+
"tds_common_title_email" = "Электронная почта";
|
|
@@ -82,3 +82,29 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content"= "หากคุณไม่เห็นด้วยกับเงื่อนไขที่ใช้บังคับดังกล่าวข้างต้น คุณอาจไม่สามารถดำเนินการเพื่อสัมผัสหรือเล่นเกมนี้ต่อไป คุณสามารถคลิกเพื่อยอมรับทั้งหมดและไปยังขั้นตอนถัดไป หรือคลิกย้อนกลับเพื่ออ่านและยืนยันสัญญาที่เกี่ยวข้องอีกครั้ง";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm"= "ยอมรับทั้งหมด";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel"= "ย้อนกลับ";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "ส่งถึง";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "ใส่รหัส";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "ส่งรหัส";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "ข้อตกลงการใช้งาน";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "นโยบายความเป็นส่วนตัว";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "รหัสยืนยันได้ถูกส่งแล้ว";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "ไม่ทำงานหรือครับ/ค่ะ?\nโปรดลองติดต่อ %s ครับ/ค่ะ";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "บริการลูกค้า";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "กรุณากรอกรหัสยืนยัน";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "เมื่อการตรวจสอบผ่านแล้ว การยกเลิกการเชื่อมต่อจะเสร็จสมบูรณ์";
|
|
96
|
+
"tds_auth_phone_login" = "เข้าสู่ระบบด้วยหมายเลขโทรศัพท์";
|
|
97
|
+
"tds_auth_phone_input_enter" = "ป้อนหมายเลขโทรศัพท์ของคุณ";
|
|
98
|
+
"tds_auth_phone_bind" = "ผูกเบอร์โทรศัพท์มือถือของคุณ";
|
|
99
|
+
"tds_auth_email_login" = "เข้าสู่ระบบด้วยอีเมล";
|
|
100
|
+
"tds_auth_email_input_enter" = "กรอกที่อยู่อีเมล์ของคุณ";
|
|
101
|
+
"tds_auth_email_bind" = "ผูกอีเมลของคุณ";
|
|
102
|
+
"tds_auth_validate_phone" = "กรอกข้อมูลที่ถูกต้อง";
|
|
103
|
+
"tds_auth_validate_email" = "กรอกข้อมูลที่ถูกต้อง";
|
|
104
|
+
"tds_auth_validate_code" = "ข้อมูลผิดพลาด";
|
|
105
|
+
"tds_common_login" = "เข้าสู่ระบบ";
|
|
106
|
+
"tds_common_verify" = "ตรวจสอบ";
|
|
107
|
+
"tds_common_retry" = "ลองใหม่";
|
|
108
|
+
"tds_common_search" = "ค้นหา";
|
|
109
|
+
"tds_common_title_phone" = "หมายเลขโทรศัพท์มือถือ";
|
|
110
|
+
"tds_common_title_email" = "อีเมล";
|
|
@@ -82,3 +82,29 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content"= "Eğer yukarıdaki uygulanabilir şartları kabul etmezseniz, bu oyunu deneyimlemeye veya oynamaya devam edemeyebilirsiniz. Tümünü kabul etmek için tıklayarak bir sonraki adıma geçebilir veya geri dönüp ilgili sözleşmeyi tekrar okuyarak onaylayabilirsiniz.";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm"= "Tümünü kabul et";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel"= "Geri dön";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "Gönder:";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "Kodu girin";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "Bir kod gönder";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "Kullanıcı Sözleşmesi";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "Gizlilik Politikası";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "Bir doğrulama kodu gönderildi.";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "Çalışmıyor mu?\nLütfen %s ile iletişime geçmeyi deneyin.";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "Müşteri Hizmetleri";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "Lütfen doğrulama kodunu girin";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "Doğrulama geçtikten sonra, kaldırma işlemi tamamlanacak.";
|
|
96
|
+
"tds_auth_phone_login" = "Telefon Numarası ile Giriş Yap";
|
|
97
|
+
"tds_auth_phone_input_enter" = "Telefon numaranızı girin";
|
|
98
|
+
"tds_auth_phone_bind" = "Mobil Telefonunuzu Bağlayın";
|
|
99
|
+
"tds_auth_email_login" = "E-posta ile Giriş Yap";
|
|
100
|
+
"tds_auth_email_input_enter" = "E-posta adresinizi girin";
|
|
101
|
+
"tds_auth_email_bind" = "E-postanızı Bağlayın";
|
|
102
|
+
"tds_auth_validate_phone" = "Geçerli bilgi girin";
|
|
103
|
+
"tds_auth_validate_email" = "Geçerli bilgi girin";
|
|
104
|
+
"tds_auth_validate_code" = "Hatalı bilgi";
|
|
105
|
+
"tds_common_login" = "Oturum aç";
|
|
106
|
+
"tds_common_verify" = "Doğrula";
|
|
107
|
+
"tds_common_retry" = "Tekrar Dene";
|
|
108
|
+
"tds_common_search" = "Arama";
|
|
109
|
+
"tds_common_title_phone" = "Cep Telefonu Numarası";
|
|
110
|
+
"tds_common_title_email" = "E-posta";
|
|
@@ -82,3 +82,29 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content"= "Nếu bạn không đồng ý với các điều khoản áp dụng ở trên, bạn có thể không thể tiếp tục trải nghiệm hoặc chơi trò chơi này. Bạn có thể nhấp vào Đồng ý tất cả và chuyển sang bước tiếp theo, hoặc nhấp vào Quay lại để đọc lại và xác nhận các hợp đồng liên quan.";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm"= "Đồng ý tất cả";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel"= "Quay lại";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "Gửi đến";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "Nhập mã code";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "Gửi mã";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "Thỏa thuận người dùng";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "Chính sách bảo mật";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "Mã xác nhận đã được gửi.";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "Không hoạt động?\nVui lòng thử liên hệ %s.";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "Dịch vụ khách hàng";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "Vui lòng điền mã xác minh";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "Sau khi xác minh thành công, việc hủy liên kết sẽ được hoàn thành.";
|
|
96
|
+
"tds_auth_phone_login" = "Đăng nhập bằng số điện thoại";
|
|
97
|
+
"tds_auth_phone_input_enter" = "Nhập số điện thoại của bạn";
|
|
98
|
+
"tds_auth_phone_bind" = "Kết nối Điện thoại di động của bạn";
|
|
99
|
+
"tds_auth_email_login" = "Đăng nhập bằng email";
|
|
100
|
+
"tds_auth_email_input_enter" = "Nhập địa chỉ email của bạn";
|
|
101
|
+
"tds_auth_email_bind" = "Kết nối Email của bạn";
|
|
102
|
+
"tds_auth_validate_phone" = "điền thông tin hợp lệ";
|
|
103
|
+
"tds_auth_validate_email" = "điền thông tin hợp lệ";
|
|
104
|
+
"tds_auth_validate_code" = "Thông tin sai";
|
|
105
|
+
"tds_common_login" = "Đăng nhập";
|
|
106
|
+
"tds_common_verify" = "Xác minh";
|
|
107
|
+
"tds_common_retry" = "Thử lại";
|
|
108
|
+
"tds_common_search" = "Tìm kiếm";
|
|
109
|
+
"tds_common_title_phone" = "Số điện thoại di động";
|
|
110
|
+
"tds_common_title_email" = "Email";
|
|
@@ -82,3 +82,29 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content" = "如果您不同意上述适用条款,您可能无法继续体验或玩本游戏。您可以点击同意全部并进入到下一步,也可以点击返回重新阅读并确认相关合同。";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm" = "同意全部";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel" = "返回";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "发送至";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "输入验证码";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "发送验证码";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "用户协议";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "隐私政策";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "验证码已发送";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "不起作用?\n请尝试联系 %s。";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "客服";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "请填写验证码";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "在验证通过后,解绑将会完成。";
|
|
96
|
+
"tds_auth_phone_login" = "手机号登录";
|
|
97
|
+
"tds_auth_phone_input_enter" = "输入您的手机号码";
|
|
98
|
+
"tds_auth_phone_bind" = "绑定您的手机";
|
|
99
|
+
"tds_auth_email_login" = "邮箱登录";
|
|
100
|
+
"tds_auth_email_input_enter" = "输入您的邮箱";
|
|
101
|
+
"tds_auth_email_bind" = "绑定您的邮箱";
|
|
102
|
+
"tds_auth_validate_phone" = "请输入有效的手机号码";
|
|
103
|
+
"tds_auth_validate_email" = "请输入有效的电子邮箱";
|
|
104
|
+
"tds_auth_validate_code" = "请输入正确的验证码";
|
|
105
|
+
"tds_common_login" = "登录";
|
|
106
|
+
"tds_common_verify" = "验证";
|
|
107
|
+
"tds_common_retry" = "重试";
|
|
108
|
+
"tds_common_search" = "搜索";
|
|
109
|
+
"tds_common_title_phone" = "手机号码";
|
|
110
|
+
"tds_common_title_email" = "电子邮箱";
|
|
@@ -82,3 +82,29 @@
|
|
|
82
82
|
"tds_agreement_option_not_agree_alert_content"= "如果您不同意上述適用條款,您可能無法繼續體驗或玩本遊戲。您可以點擊同意全部並進入到下一步,也可以點擊返回重新閱讀並確認相關合同。";
|
|
83
83
|
"tds_agreement_option_not_agree_alert_confirm"= "同意全部";
|
|
84
84
|
"tds_agreement_option_not_agree_alert_cancel"= "返回";
|
|
85
|
+
|
|
86
|
+
"tds_auth_phone_email_sent_to" = "發送至";
|
|
87
|
+
"tds_auth_phone_email_enter_the_code" = "輸入驗證碼";
|
|
88
|
+
"tds_auth_phone_email_send_a_code" = "發送驗證碼";
|
|
89
|
+
"tds_auth_phone_email_user_agreement" = "用戶協議";
|
|
90
|
+
"tds_auth_phone_email_privacy_policy" = "隱私政策";
|
|
91
|
+
"tds_auth_phone_email_code_sent" = "驗證碼已發送";
|
|
92
|
+
"tds_auth_phone_email_bind_tip" = "不起作用?\n請嘗試聯繫 %s。";
|
|
93
|
+
"tds_auth_phone_email_bind_tip_service" = "客服";
|
|
94
|
+
"tds_auth_phone_email_unbind_title" = "請填寫驗證碼";
|
|
95
|
+
"tds_auth_phone_email_unbind_tip" = "在驗證通過後,解除綁定將會完成。";
|
|
96
|
+
"tds_auth_phone_login" = "手機號登錄";
|
|
97
|
+
"tds_auth_phone_input_enter" = "請輸入您的電話號碼";
|
|
98
|
+
"tds_auth_phone_bind" = "綁定您的手機";
|
|
99
|
+
"tds_auth_email_login" = "電子郵箱登入";
|
|
100
|
+
"tds_auth_email_input_enter" = "輸入您的電子郵件地址";
|
|
101
|
+
"tds_auth_email_bind" = "綁定您的電子郵件";
|
|
102
|
+
"tds_auth_validate_phone" = "請輸入有效的手機號碼";
|
|
103
|
+
"tds_auth_validate_email" = "請輸入有效的電子郵箱";
|
|
104
|
+
"tds_auth_validate_code" = "請輸入正確的驗證碼";
|
|
105
|
+
"tds_common_login" = "登入";
|
|
106
|
+
"tds_common_verify" = "驗證";
|
|
107
|
+
"tds_common_retry" = "重試";
|
|
108
|
+
"tds_common_search" = "搜尋";
|
|
109
|
+
"tds_common_title_phone" = "手機號碼";
|
|
110
|
+
"tds_common_title_email" = "電子郵箱";
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
//
|
|
2
|
+
// NSDictionary+XDG.h
|
|
3
|
+
// XDCommonSDK
|
|
4
|
+
//
|
|
5
|
+
// Created by Fattycat on 2024/7/2.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
11
|
+
|
|
12
|
+
@interface NSDictionary (XDG)
|
|
13
|
+
|
|
14
|
+
- (BOOL)xdg_boolForKey:(NSString *)key;
|
|
15
|
+
- (BOOL)xdg_boolForKey:(NSString *)key defaultValue:(BOOL)defaultValue;
|
|
16
|
+
- (NSInteger)xdg_integerForKey:(NSString *)key;
|
|
17
|
+
- (NSDictionary *)xdg_dicForKey:(NSString *)key;
|
|
18
|
+
- (NSString *)xdg_stringForKey:(NSString *)key;
|
|
19
|
+
- (NSArray *)xdg_arrayForKey:(NSString *)key;
|
|
20
|
+
- (NSSet *)xdg_setForKey:(NSString *)key;
|
|
21
|
+
- (NSNumber *)xdg_numberForKey:(NSString *)key;
|
|
22
|
+
|
|
23
|
+
@end
|
|
24
|
+
|
|
25
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
//
|
|
2
|
+
// NSError+XDG.h
|
|
3
|
+
// XDCommonSDK
|
|
4
|
+
//
|
|
5
|
+
// Created by Fattycat on 2024/8/30.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
11
|
+
|
|
12
|
+
static const int XDGErrorCodeSuccess = 60000;
|
|
13
|
+
static const int XDGErrorCodeFailed = 60001;
|
|
14
|
+
static const int XDGErrorCodeNotInited = 60002;
|
|
15
|
+
static const int XDGErrorCodeNotLogin = 60003;
|
|
16
|
+
static const int XDGErrorCodeCancelled = 60010;
|
|
17
|
+
static const int XDGErrorCodeInvalidParam = 60020;
|
|
18
|
+
static const int XDGErrorCodeServiceNotAvailable = 60030;
|
|
19
|
+
|
|
20
|
+
static const int XDGErrorCodeAuthTypeNotAvailable = 62001; // Current auth type is not available.
|
|
21
|
+
|
|
22
|
+
@interface NSError (XDG)
|
|
23
|
+
|
|
24
|
+
+ (NSError *)XDGErrorAccountWithCode:(NSInteger)code description:(NSString *)description;
|
|
25
|
+
|
|
26
|
+
+ (NSError *)XDGErrorPaymentWithCode:(NSInteger)code description:(NSString *)description;
|
|
27
|
+
|
|
28
|
+
+ (NSError *)XDGErrorCommonWithCode:(NSInteger)code description:(NSString *)description;
|
|
29
|
+
@end
|
|
30
|
+
|
|
31
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -32,7 +32,7 @@ FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_CONTINUE_USER_ACTIVITY_S
|
|
|
32
32
|
FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_TRACK_RECEIVE_REMOTE_NOTIFICATION_SCHEME;
|
|
33
33
|
|
|
34
34
|
/** 登录 */
|
|
35
|
-
|
|
35
|
+
FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_SMS_CODE;
|
|
36
36
|
FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_GOOGLE;
|
|
37
37
|
FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_FACEBOOK;
|
|
38
38
|
FOUNDATION_EXPORT TDSGlobalRouterScheme TDSGLOBAL_LOGIN_AUTH_LINE;
|
|
@@ -27,14 +27,25 @@ extern int const TDSG_CONTENT_DESC_FONT_COLOR;
|
|
|
27
27
|
extern int const TDSG_INFO_DESC_FONT_COLOR;
|
|
28
28
|
|
|
29
29
|
extern int const XDG_COLOR_CONTENT_BG;
|
|
30
|
+
extern int const XDG_COLOR_GRAY_1;
|
|
30
31
|
extern int const XDG_COLOR_GRAY_2;
|
|
31
32
|
extern int const XDG_COLOR_GRAY_3;
|
|
32
33
|
extern int const XDG_COLOR_GRAY_4;
|
|
33
34
|
extern int const XDG_COLOR_GRAY_5;
|
|
34
35
|
extern int const XDG_COLOR_GRAY_6;
|
|
35
36
|
extern int const XDG_COLOR_GRAY_8;
|
|
37
|
+
extern int const XDG_COLOR_GRAY_DISABLED;
|
|
38
|
+
|
|
39
|
+
extern int const XDG_COLOR_WHITE;
|
|
40
|
+
extern int const XDG_COLOR_WHITE_DARK;
|
|
41
|
+
extern int const XDG_COLOR_BLACK;
|
|
36
42
|
extern int const XDG_COLOR_BLUE;
|
|
43
|
+
//extern int const XDG_COLOR_BLUE_DARK;
|
|
44
|
+
//extern int const XDG_COLOR_BLUE_LIGHT;
|
|
45
|
+
extern int const XDG_COLOR_ORANGE;
|
|
46
|
+
extern int const XDG_COLOR_ORANGE_DARK;
|
|
37
47
|
extern int const XDG_COLOR_RED;
|
|
48
|
+
extern int const XDG_COLOR_DIVIDER;
|
|
38
49
|
|
|
39
50
|
@interface TDSGlobalUIDefine : NSObject
|
|
40
51
|
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
//
|
|
2
|
+
// UIButton+XDG.h
|
|
3
|
+
// XDCommonSDK
|
|
4
|
+
//
|
|
5
|
+
// Created by Fattycat on 2024/8/14.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <UIKit/UIKit.h>
|
|
9
|
+
|
|
10
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
11
|
+
|
|
12
|
+
@interface UIButton (XDG)
|
|
13
|
+
|
|
14
|
+
- (void)setBackgroundColor:(UIColor *)backgroundColor forState:(UIControlState)state;
|
|
15
|
+
|
|
16
|
+
@end
|
|
17
|
+
|
|
18
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -23,7 +23,15 @@ FOUNDATION_EXPORT const unsigned char XDCommonSDKVersionString[];
|
|
|
23
23
|
#import <XDCommonSDK/XDGSDKSettings.h>
|
|
24
24
|
#import <XDCommonSDK/XDGLocalizeManager.h>
|
|
25
25
|
#import <XDCommonSDK/NSBundle+XDG.h>
|
|
26
|
+
#import <XDCommonSDK/UIButton+XDG.h>
|
|
26
27
|
#import <XDCommonSDK/UIApplication+XDG.h>
|
|
28
|
+
#import <XDCommonSDK/NSDictionary+XDG.h>
|
|
29
|
+
#import <XDCommonSDK/NSError+XDG.h>
|
|
30
|
+
#import <XDCommonSDK/XDGTimeUtil.h>
|
|
31
|
+
#import <XDCommonSDK/XDGRegionUtil.h>
|
|
32
|
+
#import <XDCommonSDK/XDGHandlerDefine.h>
|
|
33
|
+
#import <XDCommonSDK/XDGCaptchaView.h>
|
|
34
|
+
#import <XDCommonSDK/XDGCommonWebController.h>
|
|
27
35
|
|
|
28
36
|
#import <XDCommonSDK/XDGEntryType.h>
|
|
29
37
|
#import <XDCommonSDK/XDGGameBindEntry.h>
|
|
@@ -70,6 +78,7 @@ FOUNDATION_EXPORT const unsigned char XDCommonSDKVersionString[];
|
|
|
70
78
|
#import <XDCommonSDK/XDGDialog.h>
|
|
71
79
|
#import <XDCommonSDK/XDGProgressHUD.h>
|
|
72
80
|
#import <XDCommonSDK/XDGInputCheckDialog.h>
|
|
81
|
+
#import <XDCommonSDK/XDGTapLabel.h>
|
|
73
82
|
#import <XDCommonSDK/XDGErrorView.h>
|
|
74
83
|
#import <XDCommonSDK/XDGHttp.h>
|
|
75
84
|
#import <XDCommonSDK/XDGALIAuthUtil.h>
|
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
|
|
8
8
|
#import <Foundation/Foundation.h>
|
|
9
9
|
#import <XDCommonSDK/XDGConfig.h>
|
|
10
|
-
#import <XDCommonSDK/XDGRegionInfo.h>
|
|
11
10
|
|
|
12
11
|
NS_ASSUME_NONNULL_BEGIN
|
|
13
12
|
|
|
@@ -29,6 +28,8 @@ typedef void (^XDConfigHandler)(BOOL success, XDGConfig *_Nullable config, NSStr
|
|
|
29
28
|
|
|
30
29
|
+ (BOOL)isCN;
|
|
31
30
|
|
|
31
|
+
+ (BOOL)isGlobal;
|
|
32
|
+
|
|
32
33
|
+ (void)readLocalConfig:(XDConfigHandler)handler;
|
|
33
34
|
|
|
34
35
|
+ (void)updateConfigWithCache;
|
|
@@ -39,8 +40,6 @@ typedef void (^XDConfigHandler)(BOOL success, XDGConfig *_Nullable config, NSStr
|
|
|
39
40
|
|
|
40
41
|
+ (void)updateBindEntriesConfig:(NSArray *)config;
|
|
41
42
|
|
|
42
|
-
+ (void)getRegionInfo:(void (^)(XDGRegionInfo *result))completeHandler;
|
|
43
|
-
|
|
44
43
|
+ (void)setGameInited;
|
|
45
44
|
+ (BOOL)isGameInited;
|
|
46
45
|
|
|
@@ -35,6 +35,9 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
35
35
|
@property (nonatomic, strong) NSString *allOptions;
|
|
36
36
|
@property (nonatomic, strong) NSArray<XDGAgreementConfigOption *> *_Nullable options;
|
|
37
37
|
|
|
38
|
+
@property (nonatomic, strong) NSString *userAgreementUrl;
|
|
39
|
+
@property (nonatomic, strong) NSString *privacyPolicyUrl;
|
|
40
|
+
|
|
38
41
|
@property (nonatomic, assign) BOOL isFirstCheck;
|
|
39
42
|
|
|
40
43
|
+ (XDGAgreementConfig *)instanceWithDic:(NSDictionary *)dic;
|
|
@@ -6,6 +6,7 @@
|
|
|
6
6
|
//
|
|
7
7
|
|
|
8
8
|
#import <UIKit/UIKit.h>
|
|
9
|
+
#import <XDCommonSDK/UIButton+XDG.h>
|
|
9
10
|
|
|
10
11
|
NS_ASSUME_NONNULL_BEGIN
|
|
11
12
|
|
|
@@ -17,7 +18,9 @@ typedef NS_ENUM(NSUInteger, XDGButtonType) {
|
|
|
17
18
|
XDGButtonTypeBack,
|
|
18
19
|
XDGButtonTypeBackThin,
|
|
19
20
|
XDGButtonTypeClose,
|
|
20
|
-
XDGButtonTypeCloseThin
|
|
21
|
+
XDGButtonTypeCloseThin,
|
|
22
|
+
XDGButtonTypeOrange,
|
|
23
|
+
XDGButtonTypeInputClear
|
|
21
24
|
};
|
|
22
25
|
|
|
23
26
|
@interface XDGButton : UIButton
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
//
|
|
2
|
+
// XDGCaptchaView.h
|
|
3
|
+
// XDCommonSDK
|
|
4
|
+
//
|
|
5
|
+
// Created by Fattycat on 2024/8/26.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <UIKit/UIKit.h>
|
|
9
|
+
|
|
10
|
+
#import <XDCommonSDK/XDGHandlerDefine.h>
|
|
11
|
+
|
|
12
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
13
|
+
|
|
14
|
+
@interface XDGCaptchaView : UIView
|
|
15
|
+
|
|
16
|
+
@property (nonatomic, copy, nullable) XDGCaptchaResultHandler resultHandler;
|
|
17
|
+
|
|
18
|
+
- (void)startValidateWithScene:(NSString *_Nullable)scene;
|
|
19
|
+
|
|
20
|
+
- (void)showInWindow;
|
|
21
|
+
|
|
22
|
+
@end
|
|
23
|
+
|
|
24
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
//
|
|
2
|
+
// XDGCommonWebController.h
|
|
3
|
+
// XDCommonSDK
|
|
4
|
+
//
|
|
5
|
+
// Created by Fattycat on 2024/8/29.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <UIKit/UIKit.h>
|
|
9
|
+
|
|
10
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
11
|
+
|
|
12
|
+
@interface XDGCommonWebController : UIViewController
|
|
13
|
+
@property (nonatomic, strong) NSString *url;
|
|
14
|
+
- (void)showFullScreenWithTokenCode:(NSString *)code;
|
|
15
|
+
@end
|
|
16
|
+
|
|
17
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -15,6 +15,7 @@ FOUNDATION_EXPORT LoginEntryType const LoginEntryTypeTwitter;
|
|
|
15
15
|
FOUNDATION_EXPORT LoginEntryType const LoginEntryTypeGuest;
|
|
16
16
|
FOUNDATION_EXPORT LoginEntryType const LoginEntryTypeSteam;
|
|
17
17
|
FOUNDATION_EXPORT LoginEntryType const LoginEntryTypePhone;
|
|
18
|
+
FOUNDATION_EXPORT LoginEntryType const LoginEntryTypeEmail;
|
|
18
19
|
|
|
19
20
|
@interface XDGEntryType : NSObject
|
|
20
21
|
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
//
|
|
2
|
+
// XDGHandlerDefine.h
|
|
3
|
+
// XDCommonSDK
|
|
4
|
+
//
|
|
5
|
+
// Created by Fattycat on 2024/8/26.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
11
|
+
|
|
12
|
+
typedef void (^XDGCaptchaResultHandler)(NSString *_Nullable verifyResult, NSError *_Nullable error);
|
|
13
|
+
|
|
14
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
|
|
12
12
|
NS_ASSUME_NONNULL_BEGIN
|
|
13
13
|
|
|
14
|
-
typedef
|
|
14
|
+
typedef void(^XDGHttpCallback)(XDGHttpResponse *response);
|
|
15
15
|
|
|
16
16
|
@interface XDGHttp : NSObject
|
|
17
17
|
- (void)requestWithConfig:(XDGHttpRequest *)config callback:(nullable XDGHttpCallback)callback;
|
|
@@ -16,6 +16,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
16
16
|
|
|
17
17
|
@property (nonatomic, strong, nullable) NSString *requestUrl;
|
|
18
18
|
@property (nonatomic, strong, nullable) NSDictionary *resultDic;
|
|
19
|
+
@property (nonatomic, strong, nullable) NSArray *resultArray;
|
|
19
20
|
@property (nonatomic, assign) NSInteger resultCode;
|
|
20
21
|
@property (nonatomic, assign) BOOL success;
|
|
21
22
|
|
|
@@ -22,7 +22,7 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
22
22
|
- (void)loginStart;
|
|
23
23
|
|
|
24
24
|
// 登录封控拦截成功
|
|
25
|
-
- (void)loginRiskSuccess:(
|
|
25
|
+
- (void)loginRiskSuccess:(NSString *_Nullable)reason;
|
|
26
26
|
|
|
27
27
|
// 跳转 Tap 权限页面
|
|
28
28
|
- (void)loginMobileTapPermissionPageOpen;
|
|
@@ -54,6 +54,30 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
54
54
|
// 手机登录验证码校验失败
|
|
55
55
|
- (void)loginMobileCodeVerifyFailWithReason:(NSString *)reason;
|
|
56
56
|
|
|
57
|
+
// 跳转邮箱登录页面
|
|
58
|
+
- (void)loginEmailPageOpen;
|
|
59
|
+
|
|
60
|
+
// 输入邮箱页面点击按钮
|
|
61
|
+
- (void)loginEmailButtonClick:(NSObject *)type;
|
|
62
|
+
|
|
63
|
+
// 邮箱登录发送验证码成功
|
|
64
|
+
- (void)loginEmailCodeSendSuccess;
|
|
65
|
+
|
|
66
|
+
// 邮箱登录发送验证码失败
|
|
67
|
+
- (void)loginEmailCodeSendFailWithReason:(NSString *)reason;
|
|
68
|
+
|
|
69
|
+
// 邮箱登录验证码校验通过
|
|
70
|
+
- (void)loginEmailCodeVerifySuccess;
|
|
71
|
+
|
|
72
|
+
// 邮箱登录验证码校验失败
|
|
73
|
+
- (void)loginEmailCodeVerifyFailWithReason:(NSString *)reason;
|
|
74
|
+
|
|
75
|
+
// 触发人机安全验证
|
|
76
|
+
- (void)loginCaptchaVerifyBegin:(NSString *)reason;
|
|
77
|
+
|
|
78
|
+
// 人机验证成功
|
|
79
|
+
- (void)loginCaptchaVerifySuccess:(NSString *)reason;
|
|
80
|
+
|
|
57
81
|
// 跳转授权
|
|
58
82
|
- (void)login2Authorize;
|
|
59
83
|
|
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
//
|
|
2
|
+
// XDGRegionUtil.h
|
|
3
|
+
// XDCommonSDK
|
|
4
|
+
//
|
|
5
|
+
// Created by Fattycat on 2024/8/21.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
#import <XDCommonSDK/XDGRegionInfo.h>
|
|
11
|
+
|
|
12
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
13
|
+
|
|
14
|
+
@interface XDGRegionUtil : NSObject
|
|
15
|
+
|
|
16
|
+
+ (void)requestRegionWithCompletionHandler:(nullable void (^)(XDGRegionInfo *result))completeHandler;
|
|
17
|
+
|
|
18
|
+
+ (XDGRegionInfo *)getLocalRegionInfo;
|
|
19
|
+
|
|
20
|
+
@end
|
|
21
|
+
|
|
22
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
|
|
2
2
|
#import <Foundation/Foundation.h>
|
|
3
3
|
#import <UIKit/UIKit.h>
|
|
4
|
+
#import <XDCommonSDK/XDGHandlerDefine.h>
|
|
4
5
|
#import <XDCommonSDK/XDGConfig.h>
|
|
5
6
|
#import <XDCommonSDK/XDConfigManager.h>
|
|
6
7
|
#import <XDCommonSDK/XDGEntryType.h>
|
|
@@ -40,6 +41,9 @@ NS_ASSUME_NONNULL_BEGIN
|
|
|
40
41
|
// 获取当前用户位置
|
|
41
42
|
+ (void)getRegionInfo:(void (^)(XDGRegionInfo *result))completeHandler;
|
|
42
43
|
|
|
44
|
+
+ (void)validateWithCaptcha:(NSString *)scene
|
|
45
|
+
handler:(XDGCaptchaResultHandler)handler;
|
|
46
|
+
|
|
43
47
|
#pragma mark -- traker
|
|
44
48
|
/// 跟踪用户
|
|
45
49
|
+ (void)trackUser;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
//
|
|
2
|
+
// XDGTapLabel.h
|
|
3
|
+
// XDCommonSDK
|
|
4
|
+
//
|
|
5
|
+
// Created by Fattycat on 2024/8/19.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <UIKit/UIKit.h>
|
|
9
|
+
|
|
10
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
11
|
+
|
|
12
|
+
@interface XDGTapLabel : UILabel
|
|
13
|
+
@property (nonatomic, copy) void (^onTap)(void);
|
|
14
|
+
@end
|
|
15
|
+
|
|
16
|
+
NS_ASSUME_NONNULL_END
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
//
|
|
2
|
+
// XDGTimeUtil.h
|
|
3
|
+
// XDCommonSDK
|
|
4
|
+
//
|
|
5
|
+
// Created by Fattycat on 2024/8/20.
|
|
6
|
+
//
|
|
7
|
+
|
|
8
|
+
#import <Foundation/Foundation.h>
|
|
9
|
+
|
|
10
|
+
NS_ASSUME_NONNULL_BEGIN
|
|
11
|
+
|
|
12
|
+
@interface XDGTimeUtil : NSObject
|
|
13
|
+
|
|
14
|
+
+ (instancetype)sharedInstance;
|
|
15
|
+
|
|
16
|
+
- (void)updateServerTime:(NSString *)serverTime;
|
|
17
|
+
|
|
18
|
+
- (NSTimeInterval)currentTimestamp;
|
|
19
|
+
@end
|
|
20
|
+
|
|
21
|
+
NS_ASSUME_NONNULL_END
|
|
Binary file
|
|
Binary file
|
package/package.json
CHANGED
|
Binary file
|
|
File without changes
|