From 725c4e907880e355dc018b24320e0b41d488474b Mon Sep 17 00:00:00 2001 From: skyouc Date: 星期五, 21 三月 2025 13:09:04 +0800 Subject: [PATCH] no message --- rsf-admin/src/i18n/en.js | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/rsf-admin/src/i18n/en.js b/rsf-admin/src/i18n/en.js index 8130e2f..dad32ca 100644 --- a/rsf-admin/src/i18n/en.js +++ b/rsf-admin/src/i18n/en.js @@ -128,6 +128,7 @@ warehouseAreas: 'WarehouseAreas', loc: 'Loc', locType: 'LocType', + locArea: 'locArea', container: 'Container', contract: 'Contract', qlyInspect: 'QlyInspect', @@ -357,6 +358,7 @@ }, locType: { uuid: "uuid", + code: "code", name: "name", regex: "regex", }, @@ -623,6 +625,7 @@ unenable: 'unenable', locInit: 'loc init', batch: 'batch', + confirm: 'confirm', }, }; -- Gitblit v1.9.1