From 77ac6b72ed82d51d0d45bf156ac1b5bb3cb15782 Mon Sep 17 00:00:00 2001
From: Junjie <xjj@123>
Date: 星期二, 19 三月 2024 14:01:43 +0800
Subject: [PATCH] #
---
zy-asrs-flow/src/locales/en-US.ts | 26 ++++++++++++++++++++++++++
1 files changed, 26 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..7e1627b 100644
--- a/zy-asrs-flow/src/locales/en-US.ts
+++ b/zy-asrs-flow/src/locales/en-US.ts
@@ -1,9 +1,25 @@
+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',
+ '':'',
'':'',
'':'',
'':'',
@@ -88,4 +104,14 @@
'':'',
'':'',
'system.dept':'Department',
+ 'system.role':'Role',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
+ '':'',
};
--
Gitblit v1.9.1