【update 系统】顶部消息加翻译、增加选择单侧日期的组件

This commit is contained in:
danshihao
2024-06-26 10:49:58 +08:00
parent fda50d0d7d
commit 570fb6475f
5 changed files with 178 additions and 7 deletions
+9 -1
View File
@@ -187,6 +187,11 @@ module.exports = {
clauseNo: 'Clause number',
clauseName: 'Clause name',
clauseContent: 'Clause content',
startDate: 'Start date',
endDate: 'End Date',
curBefore: 'Before this day',
curAfter: 'After this day',
pleaseSelectADate: 'Please select a date first',
// 树右键
treeRight: {
addFolder: 'Create New Folder',
@@ -212,7 +217,10 @@ module.exports = {
clearCache: 'Clear Cache',
notice: 'Notice',
systemNotice: 'System Notifications',
lookMore: 'View More'
lookMore: 'View More',
generalMsg: 'General message',
importantMsg: 'Important news',
EmergencyMsg: 'Emergency messages'
},
// 用户管理
user: {
+9 -1
View File
@@ -202,6 +202,11 @@ module.exports = {
listName: '清单名称',
countryRegion: '国家/地区',
ccPerson: '抄送人员',
startDate: '开始日期',
endDate: '结束日期',
curBefore: '这天之前',
curAfter: '这天之后',
pleaseSelectADate: '请先选中一个日期',
// 标准字段
standardField: {
standardEnglishName: '标准英文名称',
@@ -236,7 +241,10 @@ module.exports = {
clearCache: '清理缓存',
notice: '通知',
systemNotice: '系统通知',
lookMore: '查看更多'
lookMore: '查看更多',
generalMsg: '一般消息',
importantMsg: '重要消息',
EmergencyMsg: '紧急消息'
},
// 用户管理
user: {