From e8255f3905a7fe93c96212908f00ab91f9930882 Mon Sep 17 00:00:00 2001 From: lpw <pengwei.li@gamehollywood.com> Date: Fri, 15 Oct 2021 15:03:40 +0800 Subject: [PATCH] iOS 15 ATT弹框适配 --- localizable/base.plist | 11 +++++++++++ 1 files changed, 11 insertions(+), 0 deletions(-) diff --git a/localizable/base.plist b/localizable/base.plist index 107838b..8a2bcc4 100644 --- a/localizable/base.plist +++ b/localizable/base.plist @@ -132,7 +132,18 @@ <string>OK</string> <key>wasdk_copied</key> <string>Copied</string> + <key>wasdk_payment_center</key> + <string>Payment Center</string> + <key>wasdk_pay_way_title</key> + <string>How to recharge</string> + <key>wasdk_pay_way_1</key> + <string>1. Press the button below to copy the url</string> + <key>wasdk_pay_way_2</key> + <string>2. Paste it on a mobile browser and visit the url +Recharge with discount</string> <key>wasdk_login_signinwithapple</key> <string>Sign in with Apple</string> + <key>wasdk_short_link_dated_alert</key> + <string>The link is only valid for 5 minutes. Please request a link again once it expires.</string> </dict> </plist> -- Gitblit v1.8.0