From a2cf5c07c74daa7c67420e5fd7b21a33f61c7698 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Tue, 20 Jan 2026 14:41:06 +0800 Subject: [PATCH] =?UTF-8?q?chore(cp=E6=8E=92=E8=A1=8C=E6=A6=9C):=20?= =?UTF-8?q?=E8=A1=A5=E5=85=85=E7=BF=BB=E8=AF=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 21 ++++- src/locales/en.json | 21 ++++- src/locales/zh.json | 21 ++++- .../Couple/GamePlay/components/exchange.vue | 16 +++- .../Couple/GamePlay/components/signInItem.vue | 7 +- src/views/Ranking/Couple/index.vue | 82 +++++++++++-------- 6 files changed, 127 insertions(+), 41 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index 43b81b7..c306436 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -444,5 +444,24 @@ "exchange_failed_coins": "فشل التبادل لـ {amount} عملة، يرجى المحاولة لاحقاً.", "barrage_won_prize": "فاز {nickname} بـ {prizeName}", - "barrage_won_the_prize": "فاز {nickname} بـ {prizeName}" + "barrage_won_the_prize": "فاز {nickname} بـ {prizeName}", + + "sign_in_received": "تم الاستلام", + "sign_in_free": "مجاناً", + "sign_in_make_up": "تعويض", + + "no_relationship": "أنت غير متزوج حاليًا.", + "go_add_cp": "اذهب وأضف شريك", + "my_couple": "زوجي/زوجتي", + "send_love_letter": "إرسال رسالة حب", + "no_couples": "لا يوجد أزواج حاليًا.", + "love_letter_placeholder": "الرجاء إدخال ما تريد كتابته...", + "publish_love_letter": "هل تريد نشر محتوى رسالتك الحميمة؟", + "love_letter_title": "رسالة الحب", + "spend_5000_coins_confess": "هل أنت متأكد أنك تريد إنفاق 5000 عملة للإعتراف بمشاعرك لها؟", + "insufficient_wallet_balance": "رصيد المحفظة غير كافٍ،", + "consecutive_check_in_reward": "مكافأة تسجيل الدخول المتتالية", + "check_in_successful": "تم تسجيل الدخول بنجاح.", + "you_get": "لقد حصلت على", + "not_enough_pieces": "ليس لديك قطع كافية" } diff --git a/src/locales/en.json b/src/locales/en.json index f402790..8033b6b 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -444,5 +444,24 @@ "exchange_failed_coins": "Exchange failed for {amount} coins, please try again later.", "barrage_won_prize": "{nickname} won {prizeName}", - "barrage_won_the_prize": "{nickname} won the {prizeName}" + "barrage_won_the_prize": "{nickname} won the {prizeName}", + + "sign_in_received": "Received", + "sign_in_free": "Free", + "sign_in_make_up": "Make-up", + + "no_relationship": "You are currently not in a relationship.", + "go_add_cp": "Go add CP", + "my_couple": "My Couple", + "send_love_letter": "Send a letter of love", + "no_couples": "There are currently no couples.", + "love_letter_placeholder": "Please enter what you want to write...", + "publish_love_letter": "Do you need to publish the contents of your love letter?", + "love_letter_title": "Love letter", + "spend_5000_coins_confess": "Are you sure you want to spend 5000 coins to confess your feelings to her?", + "insufficient_wallet_balance": "Insufficient wallet balance,", + "consecutive_check_in_reward": "Consecutive Check-in Reward", + "check_in_successful": "Check-in successful.", + "you_get": "You Get", + "not_enough_pieces": "You don't have enough pieces" } diff --git a/src/locales/zh.json b/src/locales/zh.json index 9aa0058..3cc9d95 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -444,5 +444,24 @@ "exchange_failed_coins": "兑换 {amount} 金币失败,请稍后重试。", "barrage_won_prize": "{nickname} 赢得了 {prizeName}", - "barrage_won_the_prize": "{nickname} 赢得了 {prizeName}" + "barrage_won_the_prize": "{nickname} 赢得了 {prizeName}", + + "sign_in_received": "已领取", + "sign_in_free": "免费", + "sign_in_make_up": "补签", + + "no_relationship": "您目前还没有情侣。", + "go_add_cp": "去添加CP", + "my_couple": "我的情侣", + "send_love_letter": "发送情书", + "no_couples": "目前还没有情侣。", + "love_letter_placeholder": "请输入您想写的内容...", + "publish_love_letter": "需要公开情书内容吗?", + "love_letter_title": "情书", + "spend_5000_coins_confess": "您确定要花费5000金币向她表白吗?", + "insufficient_wallet_balance": "钱包余额不足,", + "consecutive_check_in_reward": "连续签到奖励", + "check_in_successful": "签到成功。", + "you_get": "您获得了", + "not_enough_pieces": "您没有足够的碎片" } diff --git a/src/views/Ranking/Couple/GamePlay/components/exchange.vue b/src/views/Ranking/Couple/GamePlay/components/exchange.vue index 2215744..60ee518 100644 --- a/src/views/Ranking/Couple/GamePlay/components/exchange.vue +++ b/src/views/Ranking/Couple/GamePlay/components/exchange.vue @@ -24,7 +24,8 @@ /> -
- There are currently no couples. + {{ t('no_couples') }}
@@ -465,7 +465,7 @@