From b12bb2d9e4922c513185ca3bb480da1b54954304 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期一, 09 九月 2024 14:42:48 +0800
Subject: [PATCH] #
---
zy-acs-flow/src/i18n/en.js | 40 +++++++++++++++++++++++++++++++++++++++-
1 files changed, 39 insertions(+), 1 deletions(-)
diff --git a/zy-acs-flow/src/i18n/en.js b/zy-acs-flow/src/i18n/en.js
index 7f2173f..bb08e1a 100644
--- a/zy-acs-flow/src/i18n/en.js
+++ b/zy-acs-flow/src/i18n/en.js
@@ -46,6 +46,15 @@
scope: 'Assign',
},
},
+ filters: {
+ lastCreated: 'Last created',
+ today: 'Today',
+ thisWeek: 'This week',
+ lastWeek: 'Last week',
+ thisMonth: 'This month',
+ lastMonth: 'Last month',
+ earlier: 'Earlier...',
+ },
create: {
title: 'Create'
},
@@ -124,12 +133,41 @@
icon: "icon",
sort: "sort",
meta: "meta",
-
enums: {
menu: 'Menu',
button: 'Button',
}
},
+ user: {
+ username: "username",
+ password: "password",
+ nickname: "nickname",
+ avatar: "avatar",
+ code: "code",
+ sex: "sex",
+ phone: "phone",
+ email: "email",
+ emailVerified: "email verified",
+ deptId: "department",
+ realName: "real name",
+ idCard: "idCard",
+ birthday: "birthday",
+ introduction: "introduction",
+ role: "role",
+ },
+ operationRecord: {
+ namespace: "namespace",
+ url: "url",
+ appkey: "appkey",
+ timestamp: "timestamp",
+ clientIp: "client ip",
+ request: "request",
+ response: "response",
+ spendTime: "spend time",
+ err: "error",
+ result: "result",
+ userId: "user",
+ },
}
}
};
--
Gitblit v1.9.1