diff options
author | cyBerta <cyberta@riseup.net> | 2024-03-01 14:35:53 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2024-03-01 14:35:53 +0100 |
commit | 8b629eee52dece7b488d8562309f3cdf42437793 (patch) | |
tree | 1bc2e3a495b17d93e810aa3f56a383b78466ea2a /app/src/custom/res/values-zh | |
parent | 2971856663be207f47bf4b5de2937803de3b601b (diff) |
update translations after replacing Bitmask with string variable in rource string file
Diffstat (limited to 'app/src/custom/res/values-zh')
-rw-r--r-- | app/src/custom/res/values-zh/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/custom/res/values-zh/strings.xml b/app/src/custom/res/values-zh/strings.xml new file mode 100644 index 00000000..0fb14824 --- /dev/null +++ b/app/src/custom/res/values-zh/strings.xml @@ -0,0 +1,5 @@ +<?xml version='1.0' encoding='UTF-8'?> +<resources> + <string name="donate_message">RiseupVPN 是由 riseup.net 制作的一款易于使用,快速又安全的 VPN 服务。RiseupVPN 无需注册账号即可使用,也绝不会以任何手段保存日志或追踪您的踪迹。此服务的费用完全由像您一样的用户捐助支付。请在 https://riseup.net/vpn/donate 进行捐助。</string> + <string name="terms_of_service">您必须同意地址为 https://riseup.net/tos 的服务条款才能使用本应用。此服务按原样提供,不提供任何保证,且旨在提供给那些不平则鸣的人们。</string> +</resources> |