feat: add public h5 dashboard and publish traceability
This commit is contained in:
@@ -265,6 +265,15 @@
|
||||
"company.period_not_finished": ["周期未结束", "Period not complete", "รอบยังไม่สิ้นสุด"],
|
||||
"company.period_finished": ["周期已结束", "Period complete", "รอบสิ้นสุดแล้ว"],
|
||||
"company.source_error": ["当前 Excel 数据源暂时无法读取", "The current Excel source is temporarily unavailable", "ไม่สามารถอ่านแหล่ง Excel ปัจจุบันได้ชั่วคราว"],
|
||||
"company.current_source": ["当前启用来源", "Active source", "แหล่งข้อมูลที่เปิดใช้งาน"],
|
||||
"company.source_active": ["已启用", "Active", "เปิดใช้งานแล้ว"],
|
||||
"company.source_meta": ["批次 #{batch} · {rows} 条记录 · {rooms} 间 · 启用于 {activated}", "Batch #{batch} · {rows} records · {rooms} rooms · Activated {activated}", "ชุดข้อมูล #{batch} · {rows} รายการ · {rooms} ห้อง · เปิดใช้งานเมื่อ {activated}"],
|
||||
"company.source_file_missing": ["未记录文件名", "File name not recorded", "ไม่ได้บันทึกชื่อไฟล์"],
|
||||
"company.source_already_active": ["这份 Excel 已是当前启用来源;请在下方按月份查看或生成对应报表", "This Excel is already the active source. Review or generate the corresponding report by month below.", "Excel นี้เป็นแหล่งข้อมูลที่เปิดใช้งานอยู่แล้ว ตรวจสอบหรือสร้างรายงานตามเดือนได้ด้านล่าง"],
|
||||
"company.job_source": ["来源 Excel(提交时)", "Source Excel (at submission)", "แหล่ง Excel (ขณะส่งงาน)"],
|
||||
"company.history_source": ["来源 Excel", "Source Excel", "แหล่ง Excel"],
|
||||
"company.job_source_missing": ["历史任务未记录来源", "Source not recorded for this historical job", "งานย้อนหลังนี้ไม่ได้บันทึกแหล่งข้อมูล"],
|
||||
"company.job_source_meta": ["批次 #{batch} · 启用于 {activated}", "Batch #{batch} · Activated {activated}", "ชุดข้อมูล #{batch} · เปิดใช้งานเมื่อ {activated}"],
|
||||
"company.draft_error": ["当前提取结果暂时无法读取", "The current extraction is temporarily unavailable", "ไม่สามารถอ่านผลการแยกปัจจุบันได้ชั่วคราว"],
|
||||
"company.file_xlsx": ["请选择 .xlsx 格式的 Excel 文件", "Choose an .xlsx Excel file", "เลือกไฟล์ Excel รูปแบบ .xlsx"],
|
||||
"company.file_empty": ["Excel 文件为空", "The Excel file is empty", "ไฟล์ Excel ว่างเปล่า"],
|
||||
@@ -404,6 +413,7 @@
|
||||
"error.review_request_invalid": ["人工确认请求无效", "The review request is invalid", "คำขอตรวจสอบไม่ถูกต้อง"],
|
||||
"error.review_item_invalid": ["待确认记录编号无效", "Invalid review item ID", "รหัสรายการตรวจสอบไม่ถูกต้อง"],
|
||||
"error.company_request_invalid": ["渠道明细请求字段无效", "Invalid company detail request fields", "ฟิลด์คำขอรายละเอียดบริษัทไม่ถูกต้อง"],
|
||||
"error.company_source_already_active": ["这份 Excel 已经启用,无需重复提取", "This Excel is already active; no duplicate extraction is needed", "Excel นี้เปิดใช้งานอยู่แล้ว ไม่จำเป็นต้องแยกข้อมูลซ้ำ"],
|
||||
"error.company_period_invalid": ["期间必须是 01-10、11-20 或 21-month-end", "Period must be 01-10, 11-20 or 21-month-end", "ช่วงเวลาต้องเป็น 01-10, 11-20 หรือ 21-month-end"],
|
||||
"error.company_job_not_found": ["任务不存在", "The job does not exist", "ไม่พบงาน"],
|
||||
"error.download_too_large": ["文件超过下载限制", "The file exceeds the download limit", "ไฟล์มีขนาดเกินขีดจำกัดการดาวน์โหลด"],
|
||||
@@ -504,6 +514,7 @@
|
||||
BOOKING_EXCEL_PROCESSING_FAILED: "error.booking_extract_failed",
|
||||
BOOKING_EXCEL_REVIEW_OPEN: "error.company_review_open",
|
||||
BOOKING_EXCEL_SOURCE_REQUIRED: "error.company_source_required",
|
||||
BOOKING_EXCEL_SOURCE_ALREADY_ACTIVATED: "error.company_source_already_active",
|
||||
COMPANY_REPORT_MONTH_IN_FUTURE: "error.company_future",
|
||||
COMPANY_REPORT_ALREADY_RUNNING: "error.company_running",
|
||||
COMPANY_REPORT_GENERATOR_UNAVAILABLE: "error.company_unavailable",
|
||||
|
||||
Reference in New Issue
Block a user