From 9a352bdc0fa7ece4a6ff16103297d42559b61ce7 Mon Sep 17 00:00:00 2001 From: Andy Boedo Date: Thu, 21 Dec 2023 19:32:48 -0300 Subject: [PATCH] Paywalls: improve Chinese localization (#1529) Android equivalent to https://github.com/RevenueCat/purchases-ios/pull/3489/ I noticed that we don't have a separate file for Chinese Simplified on Android? Is this intentional? --- .../src/main/res/values-zh-rHK/strings.xml | 12 ++++++------ .../src/main/res/values-zh-rTW/strings.xml | 12 ++++++------ 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/ui/revenuecatui/src/main/res/values-zh-rHK/strings.xml b/ui/revenuecatui/src/main/res/values-zh-rHK/strings.xml index 2e2292d84a..c046342b92 100644 --- a/ui/revenuecatui/src/main/res/values-zh-rHK/strings.xml +++ b/ui/revenuecatui/src/main/res/values-zh-rHK/strings.xml @@ -2,20 +2,20 @@ 好的 隱私 - 隱私政策 + 隱私權政策 恢復 恢復購買 - 條款 + 服務條款 條款和條件 所有訂閱 - 年度的 + 每年 6個月 3個月 2個月 每月 每週 - 终身 - %1$d%%折 + 終身 + 優惠%1$d%% 繼續 - 開始 {{ sub_offer_duration }} 試用,然後 {{total_price_and_per_month }}。 + 試用期{{ sub_offer_duration }},屆滿後{{ total_price_and_per_month }}。 diff --git a/ui/revenuecatui/src/main/res/values-zh-rTW/strings.xml b/ui/revenuecatui/src/main/res/values-zh-rTW/strings.xml index 04677e6650..c046342b92 100644 --- a/ui/revenuecatui/src/main/res/values-zh-rTW/strings.xml +++ b/ui/revenuecatui/src/main/res/values-zh-rTW/strings.xml @@ -2,20 +2,20 @@ 好的 隱私 - 隱私政策 + 隱私權政策 恢復 恢復購買 - 條款 + 服務條款 條款和條件 所有訂閱 - 年度的 + 每年 6個月 3個月 2個月 每月 每週 - 壽命 - %1$d%%折 + 終身 + 優惠%1$d%% 繼續 - 開始 {{ sub_offer_duration }} 試用,然後 {{total_price_and_per_month }}。 + 試用期{{ sub_offer_duration }},屆滿後{{ total_price_and_per_month }}。