From cd7370a7caa2b24a387ef875426f93d1bfb5457b Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 6 Feb 2026 17:14:21 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E8=AF=AD=E8=A8=80=E6=96=87=E4=BB=B6):=20?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=E6=96=87=E6=9C=AC=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 2 +- src/locales/en.json | 2 +- src/locales/zh.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index 1eaeeea..9582227 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -243,7 +243,7 @@ "lucky_dollar": "دولار محظوظ", "history": "التاريخ", - "current_earnings": "الأرباح الحالية: {amount}", + "current_earnings": "الأرباح الحالية: ${amount}", "transfer_to_recharge_agent": "تحويل الأموال إلى وكيل الشحن", "select": "اختيار", "go_to_withdraw": "اذهب للسحب", diff --git a/src/locales/en.json b/src/locales/en.json index a81ec70..76cb87a 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -243,7 +243,7 @@ "lucky_dollar": "Lucky Dollar", "history": "history", - "current_earnings": "Current earnings: {amount}", + "current_earnings": "Current earnings: ${amount}", "transfer_to_recharge_agent": "Transfer to recharge agent", "select": "Select", "go_to_withdraw": "Go to withdraw", diff --git a/src/locales/zh.json b/src/locales/zh.json index ee8eb77..82c67b1 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -243,7 +243,7 @@ "lucky_dollar": "幸运美元", "history": "历史", - "current_earnings": "当前收益:{amount}", + "current_earnings": "当前收益:${amount}", "transfer_to_recharge_agent": "转账至充值代理", "select": "选择", "go_to_withdraw": "去提现",