commit 3e104c25d1e31dbefef18d8d0f50f27700b3a68d
Author: Leszek Koltunski <leszek@koltunski.pl>
Date:   Fri Jul 10 00:14:42 2020 +0100

    Display the 'Privacy Policy' dialog (only if locale is set to ZH - chinese requirement) (Part 2)

diff --git a/src/main/res/values-zh-rCN/strings.xml b/src/main/res/values-zh-rCN/strings.xml
index f4ce9dcb..9d957010 100644
--- a/src/main/res/values-zh-rCN/strings.xml
+++ b/src/main/res/values-zh-rCN/strings.xml
@@ -35,14 +35,14 @@
     <string name="downloading">正在下载……</string>
     <string name="submitting">正在提交……</string>
     <string name="privacy_policy">隐私政策</string>
-    <string name="privacy_policy_text">Please see and accept our <a href="https://distorted.org/redmine/projects/magic-cube/wiki/%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96">隐私政策</a></string>
-    <string name="accept">Accept</string>
-    <string name="decline">Decline</string>
+    <string name="privacy_policy_text">请参阅并接受我们的\n<a href="https://distorted.org/redmine/projects/magic-cube/wiki/%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96">隐私政策</a></string>
+    <string name="accept">接受</string>
+    <string name="decline">拒绝</string>
     <string name="credits1">此应用程式原始码开发使用Distorted图型库。根据<a href="https://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html">通用公共许可版本2</a>或者任何更新版本（根据您的选择）进行许可。</string>
     <string name="credits2">Pretty Patterns by Werner Randelshofer. 請看 <a href="http://www.randelshofer.ch">http://www.randelshofer.ch</a></string>
     <string name="credits3">下载代码，浏览教程，学习如何添加自己的图形效果，学习如何编写自己的专案，创造美丽图案，实现自己的求解器，或者报告错误：<a href="https://distorted.org/redmine/projects/magic-cube/wiki">Distorted.org</a>
   </string>
-    <string name="credits4">Please see our <a href="https://distorted.org/redmine/projects/magic-cube/wiki/%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96">隐私政策</a></string>
+    <string name="credits4">请参阅我们的<a href="https://distorted.org/redmine/projects/magic-cube/wiki/%E9%9A%90%E7%A7%81%E6%94%BF%E7%AD%96">隐私政策</a></string>
 
     <string name="solver_generic_error1">此对象和尺寸的求解器尚未实现！</string>
 
