From 83c548d3dba59aaed9b52b5d413c6912a87d2efc Mon Sep 17 00:00:00 2001
From: Junjie <fallin.jie@qq.com>
Date: 星期日, 16 六月 2024 15:50:14 +0800
Subject: [PATCH] #

---
 zy-asrs-flow/src/locales/en-US.ts |   31 +++++++++++++++++++++++++++++++
 1 files changed, 31 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-flow/src/locales/en-US.ts b/zy-asrs-flow/src/locales/en-US.ts
index fd38f31..61f4e4e 100644
--- a/zy-asrs-flow/src/locales/en-US.ts
+++ b/zy-asrs-flow/src/locales/en-US.ts
@@ -1,9 +1,30 @@
+import map from './en-US/map';
+
 export default {
+  ...map,
   'commont.enter':'Please enter',
   'commont.select':'Please select',
   'common.submit':'Submit',
   'common.cancel':'Cancel',
   'common.reset':'Reset',
+  'common.username':'Username',
+  'common.nickname':'Nickname',
+  'common.sex':'Sex',
+  'common.male':'Male',
+  'common.female':'Female',
+  'common.undefined':'Undefined',
+  'common.phone':'Phone',
+  'common.email':'Email',
+  'common.realname':'Real Name',
+  'common.idcard':'ID Number',
+  'common.introduction':'Introduction',
+  'common.execute':'Execute',
+  'common.success':'Success',
+  'common.fail':'Fail',
+  'common.account.logout': 'Logout',
+  'common.search.placeholder': 'Please enter search content',
+  'common.loading.api.message': 'Calling Server...',
+  '':'',
   '':'',
   '':'',
   '':'',
@@ -88,4 +109,14 @@
   '':'',
   '':'',
   'system.dept':'Department',
+  'system.role':'Role',
+  '':'',
+  '':'',
+  '':'',
+  '':'',
+  '':'',
+  '':'',
+  '':'',
+  '':'',
+  '':'',
 };

--
Gitblit v1.9.1