From 61e6290d54d3e8e74bcf40bf9dd17ef6bf897480 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 12 Dec 2025 17:50:17 +0800 Subject: [PATCH] =?UTF-8?q?chore(=E7=AE=A1=E7=90=86=E5=91=98=E8=B5=A0?= =?UTF-8?q?=E9=80=81=E7=A4=BC=E7=89=A9=E9=A1=B5):=20=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E7=BF=BB=E8=AF=91=EF=BC=8C=E6=9B=BF=E6=8D=A2=E5=A4=B4=E9=83=A8?= =?UTF-8?q?=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/locales/ar.json | 14 ++- src/locales/en.json | 14 ++- src/locales/zh.json | 14 ++- src/views/AdminCenter/ItemDistribution.vue | 112 +++++++++++++++------ 4 files changed, 120 insertions(+), 34 deletions(-) diff --git a/src/locales/ar.json b/src/locales/ar.json index ac9ada4..0356aaf 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -401,5 +401,17 @@ "this_period_recharge": "إعادة الشحن لهذه الفترة:", "recharge_agency_list": "قائمة وكيل إعادة الشحن:", - "invite_recharge_agent": "دعوة المستخدم ليصبح وكيل إعادة الشحن" + "invite_recharge_agent": "دعوة المستخدم ليصبح وكيل إعادة الشحن", + + "item_distribution": "توزيع العناصر", + "validity": "الصلاحية", + "day": "يوم", + "enter_user_id_placeholder": "أدخل معرف المستخدم", + "send": "إرسال", + "gift_delivery_successful": "تم تسليم الهدية بنجاح", + "frames": "الإطارات", + "vehicles": "المركبات", + "chat_box": "صندوق الدردشة", + "theme": "الموضوع", + "vip": "VIP" } diff --git a/src/locales/en.json b/src/locales/en.json index 8bfd85f..80f4162 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -401,5 +401,17 @@ "this_period_recharge": "This period's recharge:", "recharge_agency_list": "Recharge Agency List:", - "invite_recharge_agent": "Invite User To Become Recharge Agency" + "invite_recharge_agent": "Invite User To Become Recharge Agency", + + "item_distribution": "Item Distribution", + "validity": "Validity", + "day": "day", + "enter_user_id_placeholder": "Enter user ID", + "send": "Send", + "gift_delivery_successful": "Gift delivery successful", + "frames": "Frames", + "vehicles": "Vehicles", + "chat_box": "Chat Box", + "theme": "Theme", + "vip": "VIP" } diff --git a/src/locales/zh.json b/src/locales/zh.json index 3b62c08..cfe6cd5 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -401,5 +401,17 @@ "this_period_recharge": "本期充值:", "recharge_agency_list": "充值代理列表:", - "invite_recharge_agent": "邀请用户成为充值代理" + "invite_recharge_agent": "邀请用户成为充值代理", + + "item_distribution": "道具分发", + "validity": "有效期", + "day": "天", + "enter_user_id_placeholder": "请输入用户ID", + "send": "发送", + "gift_delivery_successful": "礼物发送成功", + "frames": "头像框", + "vehicles": "坐骑", + "chat_box": "聊天框", + "theme": "主题", + "vip": "VIP" } diff --git a/src/views/AdminCenter/ItemDistribution.vue b/src/views/AdminCenter/ItemDistribution.vue index 7d385d6..3145fed 100644 --- a/src/views/AdminCenter/ItemDistribution.vue +++ b/src/views/AdminCenter/ItemDistribution.vue @@ -1,13 +1,21 @@