diff --git a/src/locales/ar.json b/src/locales/ar.json index ee0ddc0..83e26c3 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -435,10 +435,10 @@ "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})", + "Win 50,000 coins in total across any games ({currentValue}/{targetValue})": "اربح 50,000 عملة في المجموع عبر أي لعبة. ({currentValue}/{targetValue})", + "Win 100,000 coins in total across any games ({currentValue}/{targetValue})": "اربح 100,000 عملة في المجموع عبر أي لعبة. ({currentValue}/{targetValue})", + "Win 500,000 coins in total across any games ({currentValue}/{targetValue})": "اربح 500,000 عملة في المجموع عبر أي لعبة. ({currentValue}/{targetValue})", + "Send 5 Ramadan 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 787f4b2..e0da494 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -435,10 +435,10 @@ "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})", + "Win 50,000 coins in total across any games ({currentValue}/{targetValue})": "Win 50,000 coins in total across any games. ({currentValue}/{targetValue})", + "Win 100,000 coins in total across any games ({currentValue}/{targetValue})": "Win 100,000 coins in total across any games. ({currentValue}/{targetValue})", + "Win 500,000 coins in total across any games ({currentValue}/{targetValue})": "Win 500,000 coins in total across any games. ({currentValue}/{targetValue})", + "Send 5 Ramadan gifts ({currentValue}/{targetValue})": "Send 5 Ramadan 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 e7feeb6..2442602 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -435,10 +435,10 @@ "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})", + "Win 50,000 coins in total across any games ({currentValue}/{targetValue})": "在游戏中总共赢得 50,000 金币。({currentValue}/{targetValue})", + "Win 100,000 coins in total across any games ({currentValue}/{targetValue})": "在游戏中总共赢得 100,000 金币。({currentValue}/{targetValue})", + "Win 500,000 coins in total across any games ({currentValue}/{targetValue})": "在游戏中总共赢得 500,000 金币。({currentValue}/{targetValue})", + "Send 5 Ramadan gifts ({currentValue}/{targetValue})": "发送 5 个斋月礼物。({currentValue}/{targetValue})", "exchange_success_coins": "成功兑换 {amount} 金币", "exchange_failed_coins": "兑换 {amount} 金币失败,请稍后重试。", diff --git a/src/views/Activities/LuckyDollars/Season3/index.vue b/src/views/Activities/LuckyDollars/Season3/index.vue index 99ad711..5d79bf5 100644 --- a/src/views/Activities/LuckyDollars/Season3/index.vue +++ b/src/views/Activities/LuckyDollars/Season3/index.vue @@ -1781,7 +1781,10 @@
- +