Skip to content

Commit

Permalink
Paywalls: add Chinese from mainland China (#1537)
Browse files Browse the repository at this point in the history
Added Chinese from mainland China. 

Notes: 

- I_have_no_idea_what_im_doing.gif
- There isn't an exact equivalent to iOS's zh_Hans in Android Studio, it
allows you to set `zh_CN` and `zh_SG`. ChatGPT suggested adding those
two as the equivalent. I added only one, under the assumption that zh_SG
would automatically pick up zh_CN just like what happens in different
variations of Spanish or English.
- I added the entries that we have on iOS for Chinese Simplified,
updating format where needed.
  • Loading branch information
aboedo authored Dec 26, 2023
1 parent 9b889bd commit b6587db
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions ui/revenuecatui/src/main/res/values-zh-rCN/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="OK">好的</string>
<string name="privacy">隐私</string>
<string name="privacy_policy">隐私政策</string>
<string name="restore">恢复</string>
<string name="restore_purchases">恢复购买</string>
<string name="terms">服务条款</string>
<string name="terms_and_conditions">条款和条件</string>
<string name="all_plans">所有订阅</string>
<string name="annual">每年</string>
<string name="semester">6个月</string>
<string name="quarter">3个月</string>
<string name="bimonthly">2个月</string>
<string name="monthly">每月</string>
<string name="weekly">每周</string>
<string name="lifetime">终身</string>
<string name="package_discount">优惠%1$d%%</string>
<string name="continue_cta">继续</string>
<string name="default_offer_details_with_intro_offer">试用期{{ sub_offer_duration }},届满后{{ total_price_and_per_month }}。</string>
</resources>

0 comments on commit b6587db

Please sign in to comment.