diff --git a/src/locales/ar.json b/src/locales/ar.json index 7d403ba..1fef469 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -421,5 +421,25 @@ "recharge_reward": "مكافأة إعادة الشحن", "ranking": "الترتيب", "lottery": "القرعة", - "withdraw": "سحب" + "withdraw": "سحب", + + "Accumulated recharge": "إجمالي الشحن", + "Rewards": "المكافآت", + "Total Tickets": "إجمالي التذاكر", + "Rewards:": "المكافآت:", + "Total Tickets:({ usedCount }/100)": "إجمالي التذاكر:({ usedCount }/100)", + "Lucky Dollars Medal*permanent": "ميدالية الدولار المحظوظ*دائم", + "Task for tickets": "مهمة للحصول على تذاكر", + "Rewards:": "المكافآت:", + "done": "تم", + "Daily total recharge amount: $1 ({currentValue}/{targetValue})": "إجمالي مبلغ الشحن اليومي: 1 دولار ({currentValue}/{targetValue})", + "Daily total recharge amount: $10 ({currentValue}/{targetValue})": "إجمالي مبلغ الشحن اليومي: 10 دولارات ({currentValue}/{targetValue})", + "Daily total recharge amount: $50 ({currentValue}/{targetValue})": "إجمالي مبلغ الشحن اليومي: 50 دولار ({currentValue}/{targetValue})", + "Daily total recharge amount: $100 ({currentValue}/{targetValue})": "إجمالي مبلغ الشحن اليومي: 100 دولار ({currentValue}/{targetValue})", + "Spend 5000 coins in the game ({currentValue}/{targetValue})": "أنفق 5000 عملة في اللعبة ({currentValue}/{targetValue})", + "Spend 10000 coins in the game ({currentValue}/{targetValue})": "أنفق 10000 عملة في اللعبة ({currentValue}/{targetValue})", + "Spend 50000 coins in the game ({currentValue}/{targetValue})": "أنفق 50000 عملة في اللعبة ({currentValue}/{targetValue})", + "Gifts: 5 gifts({currentValue}/{targetValue})": "هدايا: 5 هدايا({currentValue}/{targetValue})", + "exchange_success_coins": "تم تبادل {amount} عملة بنجاح", + "exchange_failed_coins": "فشل التبادل لـ {amount} عملة، يرجى المحاولة لاحقاً." } diff --git a/src/locales/en.json b/src/locales/en.json index ae501b1..36a8fe6 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -421,5 +421,25 @@ "recharge_reward": "Recharge Reward", "ranking": "Ranking", "lottery": "Lottery", - "withdraw": "Withdraw" + "withdraw": "Withdraw", + + "Accumulated recharge": "Accumulated recharge", + "Rewards": "Rewards", + "Total Tickets": "Total Tickets", + "Rewards:": "Rewards:", + "Total Tickets:({ usedCount }/100)": "Total Tickets:({ usedCount }/100)", + "Lucky Dollars Medal*permanent": "Lucky Dollars Medal*permanent", + "Task for tickets": "Task for tickets", + "Rewards:": "Rewards:", + "done": "done", + "Daily total recharge amount: $1 ({currentValue}/{targetValue})": "Daily total recharge amount: $1 ({currentValue}/{targetValue})", + "Daily total recharge amount: $10 ({currentValue}/{targetValue})": "Daily total recharge amount: $10 ({currentValue}/{targetValue})", + "Daily total recharge amount: $50 ({currentValue}/{targetValue})": "Daily total recharge amount: $50 ({currentValue}/{targetValue})", + "Daily total recharge amount: $100 ({currentValue}/{targetValue})": "Daily total recharge amount: $100 ({currentValue}/{targetValue})", + "Spend 5000 coins in the game ({currentValue}/{targetValue})": "Spend 5000 coins in the game ({currentValue}/{targetValue})", + "Spend 10000 coins in the game ({currentValue}/{targetValue})": "Spend 10000 coins in the game ({currentValue}/{targetValue})", + "Spend 50000 coins in the game ({currentValue}/{targetValue})": "Spend 50000 coins in the game ({currentValue}/{targetValue})", + "Gifts: 5 gifts({currentValue}/{targetValue})": "Gifts: 5 gifts({currentValue}/{targetValue})", + "exchange_success_coins": "Successfully exchanged {amount} coins", + "exchange_failed_coins": "Exchange failed for {amount} coins, please try again later." } diff --git a/src/locales/zh.json b/src/locales/zh.json index c7d5336..1a8c922 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -421,5 +421,25 @@ "recharge_reward": "充值奖励", "ranking": "排行榜", "lottery": "抽奖", - "withdraw": "提现" + "withdraw": "提现", + + "Accumulated recharge": "累计充值", + "Rewards": "奖励", + "Total Tickets": "总抽奖券", + "Rewards:": "奖励:", + "Total Tickets:({ usedCount }/100)": "总抽奖券:({ usedCount }/100)", + "Lucky Dollars Medal*permanent": "幸运美元徽章*永久", + "Task for tickets": "获取抽奖券任务", + "Rewards:": "奖励:", + "done": "已完成", + "Daily total recharge amount: $1 ({currentValue}/{targetValue})": "每日总充值金额: 1美元 ({currentValue}/{targetValue})", + "Daily total recharge amount: $10 ({currentValue}/{targetValue})": "每日总充值金额: 10美元 ({currentValue}/{targetValue})", + "Daily total recharge amount: $50 ({currentValue}/{targetValue})": "每日总充值金额: 50美元 ({currentValue}/{targetValue})", + "Daily total recharge amount: $100 ({currentValue}/{targetValue})": "每日总充值金额: 100美元 ({currentValue}/{targetValue})", + "Spend 5000 coins in the game ({currentValue}/{targetValue})": "在游戏内消费5000金币 ({currentValue}/{targetValue})", + "Spend 10000 coins in the game ({currentValue}/{targetValue})": "在游戏内消费10000金币 ({currentValue}/{targetValue})", + "Spend 50000 coins in the game ({currentValue}/{targetValue})": "在游戏内消费50000金币 ({currentValue}/{targetValue})", + "Gifts: 5 gifts({currentValue}/{targetValue})": "礼物: 5个礼物({currentValue}/{targetValue})", + "exchange_success_coins": "成功兑换 {amount} 金币", + "exchange_failed_coins": "兑换 {amount} 金币失败,请稍后重试。" } diff --git a/src/views/Activities/NewYear/index.vue b/src/views/Activities/NewYear/index.vue index ed1c8bc..f61f647 100644 --- a/src/views/Activities/NewYear/index.vue +++ b/src/views/Activities/NewYear/index.vue @@ -216,12 +216,14 @@ -