From 82082e51de16e6e6c409360d3016524e44538c55 Mon Sep 17 00:00:00 2001 From: hank <hank.zhang@proficientcity.com> Date: Tue, 22 Jan 2019 16:41:41 +0800 Subject: [PATCH] 添加V3.8.0 --- localizable/base.plist | 22 ++++++++++++++++++++++ 1 files changed, 22 insertions(+), 0 deletions(-) diff --git a/localizable/base.plist b/localizable/base.plist index 58d732c..9941608 100644 --- a/localizable/base.plist +++ b/localizable/base.plist @@ -100,5 +100,27 @@ <string>Twitter</string> <key>wasdk_login_instagram</key> <string>Instagram</string> + <key>wasdk_tip_bind_closed</key> + <string>Failed to bind.</string> + <key>wasdk_tip_unbind_closed</key> + <string>Failed to unbind. </string> + <key>wasdk_loading_error</key> + <string>Network error, please try again later.</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>Read and agree to our Privacy Policy.</string> + <key>wasdk_privacy_view details</key> + <string>Read Privacy Policy</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