From b3cda8276941bfdfc142305933ceb0ac39641b7e Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Thu, 30 Aug 2018 09:11:58 +0800 Subject: [PATCH] 添加V3.7.0 --- localizable/base.plist | 22 ++++++++++++++++++++-- 1 files changed, 20 insertions(+), 2 deletions(-) diff --git a/localizable/base.plist b/localizable/base.plist index 2ccc14a..d40b199 100644 --- a/localizable/base.plist +++ b/localizable/base.plist @@ -101,8 +101,26 @@ <key>wasdk_login_instagram</key> <string>Instagram</string> <key>wasdk_tip_bind_closed</key> - <string>Failed to bind</string> + <string>Failed to bind.</string> <key>wasdk_tip_unbind_closed</key> - <string>wasdk_tip_unbind_close</string> + <string>Failed to unbind. </string> + <key>wasdk_loading_error</key> + <string>Failed to Loading.</string> + <key>wasdk_privacy_policy</key> + <string>Privacy Policy</string> + <key>wasdk_privacy_reminder</key> + <string>A privacy reminder</string> + <key>wasdk_privacy_policy_alert_content</key> + <string>Thank you for supporting us. Please read and agree to the presented legal agreement.</string> + <key>wasdk_privacy_view details</key> + <string>Tap to view details</string> + <key>wasdk_no_agree</key> + <string>I do not agree</string> + <key>wasdk_agree</key> + <string>I agree</string> + <key>wasdk_privacy_policy_agree</key> + <string>I have read and agree</string> + <key>wasdk_please_agree_privacy_policy</key> + <string>Please agree to the Privacy Policy first.</string> </dict> </plist> -- Gitblit v1.8.0