diff --git a/src/locales/ar.json b/src/locales/ar.json index af989e6..9896042 100644 --- a/src/locales/ar.json +++ b/src/locales/ar.json @@ -132,6 +132,11 @@ "no_policy_data_available": "لا توجد بيانات سياسة متاحة", + "host_setting": "إعدادات المضيف", + "my_agency": "وكيلي", + "tips": "نصائح", + "leave_agent_tips": "يمكن للمضيف مغادرة الوكيل الحالي فقط في اليوم الأول والـ16 من كل شهر", + "application_record_not_found": "Application record not found", "application_processed_cannot_cancel": "Application has been processed and cannot be canceled", "cancellation_failed_try_again": "Cancellation failed, please try again", diff --git a/src/locales/en.json b/src/locales/en.json index d3b878a..62d49b9 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -132,6 +132,11 @@ "no_policy_data_available": "No policy data available", + "host_setting": "Host Setting", + "my_agency": "My Agency", + "tips": "Tips", + "leave_agent_tips": "The host can only leave the current agent on the 1st and 16th of each month", + "application_record_not_found": "Application record not found", "application_processed_cannot_cancel": "Application has been processed and cannot be canceled", "cancellation_failed_try_again": "Cancellation failed, please try again", diff --git a/src/locales/zh.json b/src/locales/zh.json index d91e078..c1f89a6 100644 --- a/src/locales/zh.json +++ b/src/locales/zh.json @@ -132,6 +132,11 @@ "no_policy_data_available": "无可用政策数据", + "host_setting": "主播设置", + "my_agency": "我的代理", + "tips": "提示", + "leave_agent_tips": "主播只能在每月1日和16日离开当前代理", + "application_record_not_found": "申请记录未找到", "application_processed_cannot_cancel": "申请已被处理,无法取消", "cancellation_failed_try_again": "取消失败,请重试", diff --git a/src/views/HostSettingView.vue b/src/views/HostSettingView.vue index f8e258b..0360b84 100644 --- a/src/views/HostSettingView.vue +++ b/src/views/HostSettingView.vue @@ -1,13 +1,25 @@