Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
功
功能演示系统
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
示例
功能演示系统
提交
7ebd93af
提交
7ebd93af
编写于
2年前
作者:
ibizdev
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
tony001 发布系统代码 [后台服务,演示应用]
上级
2e38a205
变更
7
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
873 行增加
和
1325 行删除
+873
-1325
en-US.ts
app_Web/src/locale/lang/en-US.ts
+412
-638
zh-CN.ts
app_Web/src/locale/lang/zh-CN.ts
+412
-638
default-searchform-base.vue
...s/ibizbook/default-searchform/default-searchform-base.vue
+2
-2
main-form-base.vue
app_Web/src/widgets/ibizbook/main-form/main-form-base.vue
+5
-5
main-grid-base.vue
...src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
+6
-6
Usr.json
...SSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
+18
-18
IBIZBOOKGanttView.json
...temodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
+18
-18
未找到文件。
app_Web/src/locale/lang/en-US.ts
浏览文件 @
7ebd93af
...
@@ -3,644 +3,418 @@ import getCustomLocaleResource from '../custom/custom_en_US';
...
@@ -3,644 +3,418 @@ import getCustomLocaleResource from '../custom/custom_en_US';
import
getBaseLocaleResource
from
'./en-US-base'
;
import
getBaseLocaleResource
from
'./en-US-base'
;
function
getLocaleResource
(){
function
getLocaleResource
(){
const
data
:
any
=
{
const
data
:
any
=
{
app
:
{
'app.commonWords.error'
:
'Error'
,
commonWords
:{
'app.commonWords.success'
:
'Success'
,
error
:
"Error"
,
'app.commonWords.ok'
:
'OK'
,
success
:
"Success"
,
'app.commonWords.cancel'
:
'Cancel'
,
ok
:
"OK"
,
'app.commonWords.save'
:
'Save'
,
cancel
:
"Cancel"
,
'app.commonWords.codeNotExist'
:
'Code list does not exist'
,
save
:
"Save"
,
'app.commonWords.reqException'
:
'Request exception'
,
codeNotExist
:
'Code list does not exist'
,
'app.commonWords.sysException'
:
'System abnormality'
,
reqException
:
"Request exception"
,
'app.commonWords.warning'
:
'Warning'
,
sysException
:
"System abnormality"
,
'app.commonWords.wrong'
:
'Error'
,
warning
:
"Warning"
,
'app.commonWords.rulesException'
:
'Abnormal value check rule'
,
wrong
:
"Error"
,
'app.commonWords.saveSuccess'
:
'Saved successfully'
,
rulesException
:
"Abnormal value check rule"
,
'app.commonWords.saveFailed'
:
'Save failed'
,
saveSuccess
:
"Saved successfully"
,
'app.commonWords.createFailed'
:
'Create Failed'
,
saveFailed
:
"Save failed"
,
'app.commonWords.deleteSuccess'
:
'Successfully deleted!'
,
createFailed
:
'Create Failed'
,
'app.commonWords.deleteError'
:
'Failed to delete'
,
deleteSuccess
:
"Successfully deleted!"
,
'app.commonWords.delDataFail'
:
'Failed to delete data'
,
deleteError
:
"Failed to delete"
,
'app.commonWords.noData'
:
'No data'
,
delDataFail
:
"Failed to delete data"
,
'app.commonWords.startsuccess'
:
'Start successful'
,
noData
:
"No data"
,
'app.commonWords.loadmore'
:
'Load more'
,
startsuccess
:
"Start successful"
,
'app.commonWords.nomore'
:
'No more'
,
loadmore
:
"Load more"
,
'app.commonWords.other'
:
'other'
,
nomore
:
"No more"
,
'app.commonWords.isExist'
:
'is exist'
,
other
:
"other"
,
'app.commonWords.valueNotEmpty'
:
'The value cannot be null'
,
isExist
:
'is exist'
,
'app.local.new'
:
'New'
,
valueNotEmpty
:
"The value cannot be null"
,
'app.local.add'
:
'Add'
,
},
'app.grid.exportexcel.error'
:
'Export Failed'
,
local
:{
'app.gridpage.choicecolumns'
:
'Choice columns'
,
new
:
"New"
,
'app.gridpage.refresh'
:
'refresh'
,
add
:
"Add"
,
'app.gridpage.show'
:
'Show'
,
},
'app.gridpage.records'
:
'records'
,
grid
:
{
'app.gridpage.totle'
:
'totle'
,
exportexcel
:
{
'app.gridpage.valueVail'
:
'Value cannot be empty'
,
error
:
'Export Failed'
'app.gridpage.group'
:
'Group'
,
}
'app.gridpage.other'
:
'Other'
,
},
'app.gridpage.notConfig.fetchAction'
:
'The view table fetchaction parameter is not configured'
,
gridpage
:
{
'app.gridpage.notConfig.removeAction'
:
'The view table removeaction parameter is not configured'
,
choicecolumns
:
"Choice columns"
,
'app.gridpage.notConfig.createAction'
:
'The view table createaction parameter is not configured'
,
refresh
:
"refresh"
,
'app.gridpage.notConfig.updateAction'
:
'The view table updateaction parameter is not configured'
,
show
:
"Show"
,
'app.gridpage.notConfig.loaddraftAction'
:
'The view table loadtrafaction parameter is not configured'
,
records
:
"records"
,
'app.gridpage.data'
:
'Data'
,
totle
:
"totle"
,
'app.gridpage.delDataFail'
:
'Failed to delete data'
,
valueVail
:
"Value cannot be empty"
,
'app.gridpage.delSuccess'
:
'Delete successfully!'
,
group
:
"Group"
,
'app.gridpage.confirmDel'
:
'Are you sure you want to delete'
,
other
:
"Other"
,
'app.gridpage.notRecoverable'
:
'delete will not be recoverable?'
,
notConfig
:
{
'app.gridpage.notBatch'
:
'Batch addition not implemented'
,
fetchAction
:
"The view table fetchaction parameter is not configured"
,
'app.gridpage.grid'
:
'Grid'
,
removeAction
:
"The view table removeaction parameter is not configured"
,
'app.gridpage.exportFail'
:
'Data export failed'
,
createAction
:
"The view table createaction parameter is not configured"
,
'app.gridpage.sum'
:
'Total'
,
updateAction
:
"The view table updateaction parameter is not configured"
,
'app.gridpage.formitemFailed'
:
'Form item update failed'
,
loaddraftAction
:
"The view table loadtrafaction parameter is not configured"
,
'app.list.notConfig.fetchAction'
:
'View list fetchAction parameter is not configured'
,
},
'app.list.notConfig.removeAction'
:
'View table removeAction parameter is not configured'
,
data
:
"Data"
,
'app.list.notConfig.createAction'
:
'View list createAction parameter is not configured'
,
delDataFail
:
"Failed to delete data"
,
'app.list.notConfig.updateAction'
:
'View list updateAction parameter is not configured'
,
delSuccess
:
"Delete successfully!"
,
'app.list.confirmDel'
:
'Are you sure you want to delete'
,
confirmDel
:
"Are you sure you want to delete"
,
'app.list.notRecoverable'
:
'delete will not be recoverable?'
,
notRecoverable
:
"delete will not be recoverable?"
,
'app.listExpBar.title'
:
'List navigation bar'
,
notBatch
:
"Batch addition not implemented"
,
'app.wfExpBar.title'
:
'Process navigation bar'
,
grid
:
"Grid"
,
'app.calendarExpBar.title'
:
'Calendar navigation bar'
,
exportFail
:
"Data export failed"
,
'app.treeExpBar.title'
:
'Tree view navigation bar'
,
sum
:
"Total"
,
'app.portlet.noExtensions'
:
'No extensions'
,
formitemFailed
:
"Form item update failed"
,
'app.tabpage.sureclosetip.title'
:
'Close warning'
,
},
'app.tabpage.sureclosetip.content'
:
'Form data Changed, are sure close?'
,
list
:
{
'app.tabpage.closeall'
:
'Close all'
,
notConfig
:
{
'app.tabpage.closeother'
:
'Close other'
,
fetchAction
:
"View list fetchAction parameter is not configured"
,
'app.fileUpload.caption'
:
'Upload'
,
removeAction
:
"View table removeAction parameter is not configured"
,
'app.searchButton.search'
:
'Search'
,
createAction
:
"View list createAction parameter is not configured"
,
'app.searchButton.reset'
:
'Reset'
,
updateAction
:
"View list updateAction parameter is not configured"
,
'app.calendar.today'
:
'today'
,
},
'app.calendar.month'
:
'month'
,
confirmDel
:
"Are you sure you want to delete"
,
'app.calendar.week'
:
'week'
,
notRecoverable
:
"delete will not be recoverable?"
,
'app.calendar.day'
:
'day'
,
},
'app.calendar.list'
:
'list'
,
listExpBar
:
{
'app.calendar.dateSelectModalTitle'
:
'select the time you wanted'
,
title
:
"List navigation bar"
,
'app.calendar.gotoDate'
:
'goto'
,
},
'app.calendar.from'
:
'From'
,
wfExpBar
:
{
'app.calendar.to'
:
'To'
,
title
:
"Process navigation bar"
,
'app.utilview.importview'
:
'Import Data'
,
},
'app.utilview.warning'
:
'warning'
,
calendarExpBar
:{
'app.utilview.info'
:
'Please configure the data import item'
,
title
:
"Calendar navigation bar"
,
'app.utilview.nodatakey'
:
'No data primary key'
,
},
'app.utilview.printerror'
:
'Printing failed'
,
treeExpBar
:
{
'app.utilview.noprint'
:
'No print items'
,
title
:
"Tree view navigation bar"
,
'app.formpage.error'
:
'Error'
,
},
'app.formpage.desc1'
:
'Operation failed, failed to find current form item'
,
portlet
:
{
'app.formpage.desc2'
:
"Can't continue"
,
noExtensions
:
"No extensions"
,
'app.formpage.notconfig.loadaction'
:
'View form loadAction parameter is not configured'
,
},
'app.formpage.notconfig.loaddraftaction'
:
'View form loaddraftAction parameter is not configured'
,
tabpage
:
{
'app.formpage.notconfig.actionname'
:
'View form actionName parameter is not configured'
,
sureclosetip
:
{
'app.formpage.notconfig.removeaction'
:
'View form removeAction parameter is not configured'
,
title
:
"Close warning"
,
'app.formpage.saveerror'
:
'Error saving data'
,
content
:
"Form data Changed, are sure close?"
,
'app.formpage.savecontent'
:
'The data is inconsistent. The background data may have been modified. Do you want to reload the data?'
,
},
'app.formpage.valuecheckex'
:
'Value rule check exception'
,
closeall
:
"Close all"
,
'app.formpage.savesuccess'
:
'Saved successfully!'
,
closeother
:
"Close other"
,
'app.formpage.deletesuccess'
:
'Successfully deleted!'
,
},
'app.formpage.workflow.starterror'
:
'Workflow started successfully'
,
fileUpload
:
{
'app.formpage.workflow.startsuccess'
:
'Workflow failed to start'
,
caption
:
"Upload"
,
'app.formpage.workflow.submiterror'
:
'Workflow submission failed'
,
},
'app.formpage.workflow.submitsuccess'
:
'Workflow submitted successfully'
,
searchButton
:
{
'app.formpage.updateerror'
:
'Form item update failed'
,
search
:
"Search"
,
'app.gridBar.title'
:
'Table navigation bar'
,
reset
:
"Reset"
,
'app.multiEditView.notConfig.fetchAction'
:
'View multi-edit view panel fetchAction parameter is not configured'
,
},
'app.multiEditView.notConfig.loaddraftAction'
:
'View multi-edit view panel loaddraftAction parameter is not configured'
,
calendar
:{
'app.dataViewExpBar.title'
:
'Card view navigation bar'
,
today
:
"today"
,
'app.kanban.notConfig.fetchAction'
:
'View list fetchAction parameter is not configured'
,
month
:
"month"
,
'app.kanban.notConfig.removeAction'
:
'View table removeAction parameter is not configured'
,
week
:
"week"
,
'app.kanban.delete1'
:
'Confirm to delete '
,
day
:
"day"
,
'app.kanban.delete2'
:
'the delete operation will be unrecoverable!'
,
list
:
"list"
,
'app.kanban.fold'
:
'fold'
,
dateSelectModalTitle
:
"select the time you wanted"
,
'app.kanban.unfold'
:
'upfold'
,
gotoDate
:
"goto"
,
'app.dashBoard.handleClick.title'
:
'Panel design'
,
from
:
"From"
,
'app.dataView.sum'
:
'total'
,
to
:
"To"
,
'app.dataView.data'
:
'data'
,
},
'app.chart.undefined'
:
'Undefined'
,
utilview
:{
'app.chart.quarter'
:
'Quarter'
,
importview
:
"Import Data"
,
'app.chart.year'
:
'Year'
,
warning
:
"warning"
,
'app.searchForm.notConfig.loadAction'
:
'View search form loadAction parameter is not configured'
,
info
:
"Please configure the data import item"
,
'app.searchForm.notConfig.loaddraftAction'
:
'View search form loaddraftAction parameter is not configured'
,
nodatakey
:
"No data primary key"
,
'app.searchForm.custom'
:
'Store custom queries'
,
printerror
:
"Printing failed"
,
'app.searchForm.title'
:
'Name'
,
noprint
:
"No print items"
'app.wizardPanel.back'
:
'Back'
,
},
'app.wizardPanel.next'
:
'Next'
,
formpage
:{
'app.wizardPanel.complete'
:
'Complete'
,
error
:
"Error"
,
'app.wizardPanel.reactionmessage'
:
'The calculation of the previous behavior is not configured'
,
desc1
:
"Operation failed, failed to find current form item"
,
'app.viewLayoutPanel.appLogoutView.prompt1'
:
'Dear customer, you have successfully exited the system, after'
,
desc2
:
"Can't continue"
,
'app.viewLayoutPanel.appLogoutView.prompt2'
:
'seconds, we will jump to the'
,
notconfig
:
{
'app.viewLayoutPanel.appLogoutView.logingPage'
:
'login page'
,
loadaction
:
"View form loadAction parameter is not configured"
,
'app.viewLayoutPanel.appWfstepTraceView.title'
:
'Application process processing record view'
,
loaddraftaction
:
"View form loaddraftAction parameter is not configured"
,
'app.viewLayoutPanel.appWfstepDataView.title'
:
'Application process tracking view'
,
actionname
:
"View form actionName parameter is not configured"
,
'app.viewLayoutPanel.appLoginView.username'
:
'Username'
,
removeaction
:
"View form removeAction parameter is not configured"
,
'app.viewLayoutPanel.appLoginView.password'
:
'Password'
,
},
'app.viewLayoutPanel.appLoginView.login'
:
'Login'
,
saveerror
:
"Error saving data"
,
'components.404.errorText1'
:
'sorry,the page you visited is not exist!'
,
savecontent
:
"The data is inconsistent. The background data may have been modified. Do you want to reload the data?"
,
'components.404.errorText2'
:
'The page you visited is not exist,please return to'
,
valuecheckex
:
"Value rule check exception"
,
'components.404.indexPage'
:
'home page'
,
savesuccess
:
"Saved successfully!"
,
'components.404.continue'
:
'to continue browsing'
,
deletesuccess
:
"Successfully deleted!"
,
'components.500.errorText1'
:
"sorry,there's something wrong with the server!"
,
workflow
:
{
'components.500.errorText2'
:
"There's something wrong with the server,please return to"
,
starterror
:
"Workflow started successfully"
,
'components.500.indexPage'
:
'home page'
,
startsuccess
:
"Workflow failed to start"
,
'components.500.continue'
:
'to continue browsing'
,
submiterror
:
"Workflow submission failed"
,
'components.appOrgSector.successSwitch'
:
'The switch was successful'
,
submitsuccess
:
"Workflow submitted successfully"
,
'components.appOrgSector.errorSwitch'
:
'The switchover failed'
,
},
'components.appAutocomplete.error'
:
'Error'
,
updateerror
:
"Form item update failed"
,
'components.appAutocomplete.miss'
:
'Missing parameter '
,
},
'components.appAutocomplete.requestException'
:
'Request Exception!'
,
gridBar
:
{
'components.appBuild.custom'
:
'Customize'
,
title
:
"Table navigation bar"
,
'components.appCheckBox.notExist'
:
'codelist is not existed'
,
},
'components.appColumnLink.error'
:
'error'
,
multiEditView
:
{
'components.appColumnLink.valueItemException'
:
'value item exception'
,
notConfig
:
{
'components.appColumnLink.rowDataException'
:
'table row data exception'
,
fetchAction
:
"View multi-edit view panel fetchAction parameter is not configured"
,
'components.appColumnRender.select'
:
'please select...'
,
loaddraftAction
:
"View multi-edit view panel loaddraftAction parameter is not configured"
,
'components.appColumnRender.unsupported'
:
'unsupported'
,
},
'components.appDashboardDesign.global'
:
'Global'
,
},
'components.appDataUploadView.selectfile'
:
'Click this area to upload'
,
dataViewExpBar
:
{
'components.appDataUploadView.uploadserver'
:
'Upload Server'
,
title
:
"Card view navigation bar"
,
'components.appDataUploadView.datatemplate'
:
'Import Data Template'
,
},
'components.appDataUploadView.datatemplatemessage'
:
'Download the Import Data Template, According to the specification required to fill in'
,
kanban
:
{
'components.appDataUploadView.read'
:
' read Successful'
,
notConfig
:
{
'components.appDataUploadView.completed'
:
'Import Completed'
,
fetchAction
:
"View list fetchAction parameter is not configured"
,
'components.appDataUploadView.confirm'
:
'OK'
,
removeAction
:
"View table removeAction parameter is not configured"
,
'components.appDataUploadView.cancel'
:
'Cancel'
,
},
'components.appDataUploadView.importfailed'
:
'Import Failed'
,
delete1
:
"Confirm to delete "
,
'components.appDataUploadView.selectfilesucess'
:
'File selected successfully'
,
delete2
:
"the delete operation will be unrecoverable!"
,
'components.appDataUploadView.importresult'
:
'Import Result'
,
fold
:
"fold"
,
'components.appDataUploadView.totaldata'
:
'Total Imported Data'
,
unfold
:
"upfold"
,
'components.appDataUploadView.total'
:
'Count'
,
},
'components.appDataUploadView.errorinfo'
:
'Error Message'
,
dashBoard
:
{
'components.appDataUploadView.start'
:
'Line'
,
handleClick
:
{
'components.appDataUploadView.row'
:
''
,
title
:
"Panel design"
,
'components.appDataUploadView.downloadinfo'
:
'Download The Feedback'
,
},
'components.appDataUploadView.downloaderror'
:
'Failed To Download File'
,
},
'components.appDebugActions.button'
:
'Open Configuration Mode'
,
dataView
:
{
'components.appExportExcel.total'
:
'All'
,
sum
:
"total"
,
'components.appExportExcel.max'
:
'At Most'
,
data
:
"data"
,
'components.appExportExcel.row'
:
'Lines'
,
},
'components.appExportExcel.currentPage'
:
'Current Page'
,
chart
:
{
'components.appExportExcel.desc'
:
'Please enter the start page'
,
undefined
:
"Undefined"
,
'components.appExportExcel.desc1'
:
'Please enter a valid start page'
,
quarter
:
"Quarter"
,
'components.appFileUpload.preview'
:
'preview'
,
year
:
"Year"
,
'components.appFileUpload.uploadText'
:
'Drag files here,or <em>Click</em> to upload'
,
},
'components.appFileUpload.fileTypeErrorTitle'
:
'File type incorrect'
,
searchForm
:
{
'components.appFileUpload.fileTypeErrorInfo'
:
'Please select files with picture types,such as JPEG,GIF,PNG,BMP'
,
notConfig
:
{
'components.appFileUpload.limitselect'
:
'The current number of restricted choices is '
,
loadAction
:
"View search form loadAction parameter is not configured"
,
'components.appFormDRUIPart.blockUITipInfo'
:
'Please save the major data first'
,
loaddraftAction
:
"View search form loaddraftAction parameter is not configured"
,
'components.appFormDRUIPart.viewLoadComp'
:
'After the multi data view is loaded, the subsequent form item update will be triggered'
,
},
'components.appFormDRUIPart.save'
:
'Relationship data save complete'
,
custom
:
"Store custom queries"
,
'components.appFormDRUIPart.change'
:
'Relationship data value change'
,
title
:
"Name"
,
'components.appFormDRUIPart.change1'
:
'View data changes'
,
},
'components.appFormDRUIPart.loadComp'
:
'View loading complete'
,
wizardPanel
:
{
'components.appHeaderMenus.ibizlab.title'
:
'iBizLab'
,
back
:
"Back"
,
'components.appHeaderMenus.publishProject.title'
:
'Publish Project'
,
next
:
"Next"
,
'components.appHeaderMenus.ibizstudio.title'
:
'Model Design Tools'
,
complete
:
"Complete"
,
'components.appHeaderMenus.ibizbbs.title'
:
'iBizBBS'
,
preactionmessage
:
"The calculation of the previous behavior is not configured"
'components.appMpicker.error'
:
'Error'
,
},
'components.appMpicker.miss'
:
'Missing parameter '
,
viewLayoutPanel
:
{
'components.appMpicker.requestException'
:
'Request Exception!'
,
appLogoutView
:
{
'components.appPicker.error'
:
'Error'
,
prompt1
:
"Dear customer, you have successfully exited the system, after"
,
'components.appPicker.miss'
:
'Missing parameter '
,
prompt2
:
"seconds, we will jump to the"
,
'components.appPicker.requestException'
:
'Request Exception!'
,
logingPage
:
"login page"
,
'components.appPicker.newAndEdit'
:
'Create And Edit...'
,
},
'components.appPicker.systemException'
:
'System Error!'
,
appWfstepTraceView
:
{
'components.appPicker.valueitemException'
:
'valueitem Error!'
,
title
:
"Application process processing record view"
,
'components.appPicker.formdataException'
:
'formdata Error!'
,
},
'components.appPickerSelectView.error'
:
'Error'
,
appWfstepDataView
:
{
'components.appPickerSelectView.valueitemException'
:
'valueitem Error!'
,
title
:
"Application process tracking view"
,
'components.appPickerSelectView.formdataException'
:
'formdata Error!'
,
},
'components.appPickerSelectView.placeholder'
:
'Please select...'
,
appLoginView
:
{
'components.appPortalDesign.customPortal'
:
'Custom portal'
,
username
:
"Username"
,
'components.appPortalDesign.save'
:
'Save'
,
password
:
"Password"
,
'components.appRangDate.placeholder'
:
'Please select time...'
,
login
:
"Login"
,
'components.appRangDate.from'
:
'from'
,
},
'components.appRangDate.daystart'
:
"00':00':00 to"
,
},
'components.appRangDate.dayend'
:
"24':00':00"
,
},
'components.appRangeEditor.placeholder'
:
'Please select time...'
,
components
:
{
'components.appRangeEditor.input'
:
'Please input...'
,
"404"
:
{
'components.appStudioAction.configTitle'
:
'Enter the configuration of current view'
,
errorText1
:
'sorry,the page you visited is not exist!'
,
'components.appStudioAction.configButton'
:
'Configuration'
,
errorText2
:
'The page you visited is not exist,please return to'
,
'components.appStudioAction.issueTitle'
:
'Create issues of current view'
,
indexPage
:
'home page'
,
'components.appStudioAction.issueButton'
:
'Create issues'
,
continue
:
'to continue browsing'
,
'components.appTreePicker.placeholder'
:
'please select...'
,
},
'components.dateRange.startText'
:
'Insurance period : From'
,
"500"
:
{
'components.dateRange.endText'
:
"24':00':00"
,
errorText1
:
"sorry,there's something wrong with the server!"
,
'components.dateRange.startPlaceholder'
:
'Begin Date'
,
errorText2
:
"There's something wrong with the server,please return to"
,
'components.dateRange.rangeSeparatorr'
:
"00':00':00 To"
,
indexPage
:
'home page'
,
'components.dateRange.endPlaceholder'
:
'End Dat4e'
,
continue
:
'to continue browsing'
,
'components.dropDownList.placeholder'
:
'please select...'
,
},
'components.dropDownListDynamic.placeholder'
:
'please select...'
,
appOrgSector
:{
'components.dropDownListMpicker.placeholder'
:
'please select...'
,
successSwitch
:
'The switch was successful'
,
'components.login.error'
:
'Error'
,
errorSwitch
:
'The switchover failed'
,
'components.login.caption'
:
'Welcome to login'
,
},
'components.login.placeholder1'
:
'User name'
,
appAutocomplete
:
{
'components.login.placeholder2'
:
'Password'
,
error
:
'Error'
,
'components.login.name'
:
'Login'
,
miss
:
'Missing parameter '
,
'components.login.reset'
:
'Reset'
,
requestException
:
'Request Exception!'
,
'components.login.register'
:
'Register'
,
},
'components.login.logout'
:
'Logout'
,
appBuild
:
{
'components.login.other'
:
'Other login methods'
,
custom
:
'Customize'
,
'components.login.tip'
:
'Enter username and password'
,
},
'components.login.warning1'
:
'QQ authorization login not supported'
,
appCheckBox
:
{
'components.login.warning2'
:
'Wechat authorized login not supported'
,
notExist
:
'codelist is not existed'
,
'components.login.loginname.placeholder'
:
'Username'
,
},
'components.login.loginname.message'
:
'The username cannot be empty'
,
appColumnLink
:
{
'components.login.password.placeholder'
:
'Password'
,
error
:
'error'
,
'components.login.password.message'
:
'The password cannot be empty'
,
valueItemException
:
"value item exception"
,
'components.login.loginfailed'
:
'Login failed'
,
rowDataException
:
"table row data exception"
,
'components.login.authfailed'
:
'Authentication failed'
,
},
'components.login.phoneplaceholder'
:
'Please enter your mobile phone number'
,
appColumnRender
:
{
'components.login.phonefailed'
:
'The phone number is incorrect'
,
select
:
'please select...'
,
'components.login.codeplaceholder'
:
'Please enter the verification code'
,
unsupported
:
'unsupported'
,
'components.login.getcode'
:
'Get verification code'
,
},
'components.login.getcodeafter'
:
'Get verification code after'
,
appDashboardDesign
:
{
'components.login.entervercode'
:
'Please enter the verification code'
,
global
:
'Global'
,
'components.appUser.name'
:
'System'
,
},
'components.appUser.logout'
:
'Logout'
,
appDataUploadView
:
{
'components.appUser.surelogout'
:
'Are you sure logout?'
,
"selectfile"
:
"Click this area to upload"
,
'components.appUser.changepwd'
:
'Change Password'
,
"uploadserver"
:
"Upload Server"
,
'components.appTheme.caption.theme'
:
'Theme'
,
"datatemplate"
:
"Import Data Template"
,
'components.appTheme.caption.font'
:
'Font family'
,
"datatemplatemessage"
:
"Download the Import Data Template, According to the specification required to fill in"
,
'components.appTheme.fontFamilys.MicrosoftYaHei'
:
'Microsoft YaHei'
,
"read"
:
" read Successful"
,
'components.appTheme.fontFamilys.SimHei'
:
'SimHei'
,
"completed"
:
"Import Completed"
,
'components.appTheme.fontFamilys.YouYuan'
:
'YouYuan'
,
"confirm"
:
"OK"
,
'components.appFormGroup.hide'
:
'hide'
,
"cancel"
:
"Cancel"
,
'components.appFormGroup.showMore'
:
'show more'
,
"importfailed"
:
"Import Failed"
,
'components.appUpdatePassword.oldPwd'
:
'Original password'
,
"selectfilesucess"
:
"File selected successfully"
,
'components.appUpdatePassword.newPwd'
:
'New password'
,
"importresult"
:
"Import Result"
,
'components.appUpdatePassword.confirmPwd'
:
'Confirm password'
,
"totaldata"
:
"Total Imported Data"
,
'components.appUpdatePassword.sure'
:
'Confirm modification'
,
"total"
:
"Count"
,
'components.appUpdatePassword.oldPwdErr'
:
'The original password cannot be empty!'
,
"errorinfo"
:
"Error Message"
,
'components.appUpdatePassword.newPwdErr'
:
'New password cannot be empty!'
,
"start"
:
"Line"
,
'components.appUpdatePassword.confirmPwdErr'
:
'The two input passwords are inconsistent!'
,
"row"
:
""
,
'components.appAddressSelection.loadDataFail'
:
'City data loading failed'
,
"downloadinfo"
:
"Download The Feedback"
,
'components.appGroupSelect.groupSelect'
:
'Group selection'
,
"downloaderror"
:
"Failed To Download File"
'components.appImageUpload.uploadFail'
:
'Upload failed'
,
},
'components.appImageUpload.limitselect'
:
'The current number of restricted choices is '
,
appDebugActions
:
{
'components.appOrgSelect.loadFail'
:
'Failed to load data'
,
button
:
'Open Configuration Mode'
,
'components.appTransfer.title1'
:
'Not selected'
,
},
'components.appTransfer.title2'
:
'Selected'
,
appExportExcel
:
{
'components.appWFApproval.commit'
:
'Commit'
,
total
:
'All'
,
'components.appWFApproval.wait'
:
'Waiting'
,
max
:
'At Most'
,
'components.appWFApproval.handle'
:
'Handle'
,
row
:
'Lines'
,
'components.appWFApproval.placeholder'
:
'Please enter the content'
,
currentPage
:
'Current Page'
,
'components.appWFApproval.end'
:
'End'
,
desc
:
'Please enter the start page'
,
'components.contextMenuDrag.allApp'
:
'All applications'
,
desc1
:
'Please enter a valid start page'
,
'components.contextMenuDrag.noFind'
:
'The app was not found'
,
},
'components.filterMode.placeholder'
:
'Conditional logic'
,
appFileUpload
:
{
'components.filterTree.title1'
:
'Add condition'
,
preview
:
'preview'
,
'components.filterTree.title2'
:
'Add group'
,
uploadText
:
'Drag files here,or <em>Click</em> to upload'
,
'components.filterTree. placeholder'
:
'Attribute'
,
fileTypeErrorTitle
:
'File type incorrect'
,
'components.iBizGroupPicker.ok'
:
'Ok'
,
fileTypeErrorInfo
:
'Please select files with picture types,such as JPEG,GIF,PNG,BMP'
,
'components.iBizGroupPicker.cancel'
:
'Cancel'
,
limitselect
:
'The current number of restricted choices is '
,
'components.iBizGroupSelect.groupSelect'
:
'Group selection'
,
},
'components.tabPageExp.more'
:
'More'
,
appFormDRUIPart
:
{
'components.uploadFile.imgMsg'
:
'Drag the picture here to replace it'
,
blockUITipInfo
:
'Please save the major data first'
,
'components.uploadFile.localUpload'
:
'Local upload'
,
viewLoadComp
:
'After the multi data view is loaded, the subsequent form item update will be triggered'
,
'components.uploadFile.or'
:
'Or'
,
save
:
'Relationship data save complete'
,
'components.uploadFile.imgMsg1'
:
'Select from stock'
,
change
:
'Relationship data value change'
,
'components.lockScren.title'
:
'Set the password lock screen'
,
change1
:
'View data changes'
,
'components.lockScren.label'
:
'password'
,
loadComp
:
'View loading complete'
,
'components.lockScren.message'
:
'The lock screen password cannot be empty'
,
},
'components.lockScren.placeholder'
:
'Please enter the lock screen password'
,
appHeaderMenus
:
{
'components.lockScren.placeholder1'
:
'Please enter your login password'
,
ibizlab
:{
'components.lockScren.message1'
:
'The unlock password is wrong. Please reenter it'
,
title
:
'iBizLab'
,
'components.lockScren.promptInformation'
:
'Do you want to quit the system? Do you want to continue?'
,
},
'components.lockScren.prompt'
:
'prompt'
,
publishProject
:{
'components.lockScren.confirmButtonText'
:
'determine'
,
title
:
'Publish Project'
,
'components.lockScren.cancelButtonText'
:
'cancel'
,
},
'components.cronEditor.label.second'
:
'Second'
,
ibizstudio
:{
'components.cronEditor.label.minute'
:
'Minute'
,
title
:
'Model Design Tools'
,
'components.cronEditor.label.hour'
:
'Hour'
,
},
'components.cronEditor.label.day'
:
'Day'
,
ibizbbs
:{
'components.cronEditor.label.week'
:
'Week'
,
title
:
'iBizBBS'
,
'components.cronEditor.label.month'
:
'Month'
,
},
'components.cronEditor.label.year'
:
'Year'
,
},
'components.cronEditor.public.specify'
:
'Specify'
,
appMpicker
:
{
'components.cronEditor.public.notSpecify'
:
'Not specify'
,
error
:
'Error'
,
'components.cronEditor.public.cycle'
:
'Cycle'
,
miss
:
'Missing parameter '
,
'components.cronEditor.public.from'
:
'From'
,
requestException
:
'Request Exception!'
,
'components.cronEditor.public.to'
:
'to'
,
},
'components.cronEditor.public.loop'
:
'Loop'
,
appPicker
:
{
'components.cronEditor.public.every'
:
'Every'
,
error
:
'Error'
,
'components.cronEditor.public.once'
:
'execute once'
,
miss
:
'Missing parameter '
,
'components.cronEditor.second'
:
'second'
,
requestException
:
'Request Exception!'
,
'components.cronEditor.minute'
:
'minute'
,
newAndEdit
:
'Create And Edit...'
,
'components.cronEditor.hour.title'
:
'hour'
,
systemException
:
'System Error!'
,
'components.cronEditor.hour.everyHour'
:
'Every hour'
,
valueitemException
:
'valueitem Error!'
,
'components.cronEditor.hour.hourStart'
:
"o'clock start, every "
,
formdataException
:
'formdata Error!'
,
'components.cronEditor.hour.onceAHour'
:
"o'clock to execute once."
,
},
'components.cronEditor.day.title'
:
'day'
,
appPickerSelectView
:
{
'components.cronEditor.day.daily'
:
'Every day'
,
error
:
'Error'
,
'components.cronEditor.day.workDay'
:
'Working day'
,
valueitemException
:
'valueitem Error!'
,
'components.cronEditor.day.dayStart'
:
'rd start, every '
,
formdataException
:
'formdata Error!'
,
'components.cronEditor.day.onceADay'
:
'rd to execute once'
,
placeholder
:
'Please select...'
,
'components.cronEditor.day.thisMonth'
:
'this month'
,
},
'components.cronEditor.day.lastWorkDay'
:
'rd, Recent working day'
,
appPortalDesign
:
{
'components.cronEditor.day.lastDayOfMonth'
:
'Last day of the month'
,
customPortal
:
'Custom portal'
,
'components.cronEditor.month.title'
:
'month'
,
save
:
'Save'
,
'components.cronEditor.month.everyMonth'
:
'Every month'
,
},
'components.cronEditor.month.monthStart'
:
' month start, every'
,
appRangDate
:
{
'components.cronEditor.month.onceAMonth'
:
' month to execute once'
,
placeholder
:
'Please select time...'
,
'components.cronEditor.week.title'
:
'week'
,
from
:
'from'
,
'components.cronEditor.week.everyWeek'
:
'Every week'
,
daystart
:
'00:00:00 to'
,
'components.cronEditor.week.from'
:
""
,
dayend
:
'24:00:00'
,
'components.cronEditor.week.to'
:
'from weekday'
,
},
'components.cronEditor.week.start'
:
'start, every'
,
appRangeEditor
:
{
'components.cronEditor.week.onceADay'
:
'days to execute once'
,
placeholder
:
'Please select time...'
,
'components.cronEditor.week.specifyWeek'
:
'Specify week'
,
input
:
'Please input...'
,
'components.cronEditor.week.weekOfMonth'
:
'this month'
,
},
'components.cronEditor.week.weekWeek'
:
'week, weekday'
,
appStudioAction
:
{
'components.cronEditor.week.lastOfMonth'
:
'Last of the month'
,
configTitle
:
'Enter the configuration of current view'
,
'components.cronEditor.week.week'
:
'weekday'
,
configButton
:
'Configuration'
,
'components.cronEditor.year.title'
:
'year'
,
issueTitle
:
'Create issues of current view'
,
'components.cronEditor.year.everyYear'
:
'Every year'
,
issueButton
:
'Create issues'
,
'components.cronEditor.message.error1'
:
"Date and day of the week cannot be 'not specified' at the same time"
,
},
'components.cronEditor.message.error2'
:
"Both the date and the day of the week must be 'not specified'"
,
appTreePicker
:
{
'components.appMessagePopover.loadMore'
:
'Load more'
,
placeholder
:
'please select...'
,
'components.appMessagePopover.noMore'
:
'No more'
,
},
'components.appmessagebox.ok'
:
'OK'
,
dateRange
:
{
'components.appmessagebox.cancel'
:
'Cancel'
,
startText
:
'Insurance period : From'
,
'components.diskFileUpload.fileDrag'
:
'Drag the file here, or'
,
endText
:
'24:00:00'
,
'components.diskFileUpload.clickUpload'
:
'Click on the upload'
,
startPlaceholder
:
'Begin Date'
,
'components.diskFileUpload.load'
:
'Load'
,
rangeSeparatorr
:
' 00:00:00 To'
,
'components.diskFileUpload.preview'
:
'preview'
,
endPlaceholder
:
'End Dat4e'
,
'components.diskFileUpload.edit'
:
'Edit'
,
},
'components.diskFileUpload.delete'
:
'Delete'
,
dropDownList
:
{
'components.diskFileUpload.clues'
:
'Individual file sizes do not exceed'
,
placeholder
:
'please select...'
,
'components.diskFileUpload.clues1'
:
'Documents not exceeding'
,
},
'components.diskFileUpload.getFileFailure'
:
'Failed to get file list'
,
dropDownListDynamic
:
{
'components.diskFileUpload.loadFailure'
:
'Upload file failed'
,
placeholder
:
'please select...'
,
'components.diskFileUpload.loadFailure1'
:
'Upload failed, individual file cannot exceed'
,
},
'components.diskFileUpload.downloadFile'
:
'Download file failed'
,
dropDownListMpicker
:
{
'components.diskFileUpload.downloadFile1'
:
'Download file failed, not get file!'
,
placeholder
:
'please select...'
,
'components.diskFileUpload.deleteFile'
:
'This action will permanently delete the file. Do you want to continue?'
,
},
'components.diskFileUpload.deleteFilePrompt'
:
'Prompt'
,
login
:
{
'components.diskFileUpload.true'
:
'True'
,
error
:
'Error'
,
'components.diskFileUpload.false'
:
'False'
,
caption
:
'Welcome to login'
,
'components.diskFileUpload.deleteFileFailure'
:
'File deletion failed'
,
placeholder1
:
'User name'
,
'components.diskFileUpload.updateFailure'
:
'Batch update file failed'
,
placeholder2
:
'Password'
,
'components.diskImageUpload.preview'
:
'Preview'
,
name
:
'Login'
,
'components.diskImageUpload.OCRdiscern'
:
'OCRdiscern'
,
reset
:
'Reset'
,
'components.diskImageUpload.load'
:
'Load'
,
register
:
'Register'
,
'components.diskImageUpload.delete'
:
'Delete'
,
logout
:
'Logout'
,
'components.diskImageUpload.getImageFailure'
:
'Failed to get list of images'
,
other
:
'Other login methods'
,
'components.diskImageUpload.loadImageFailure'
:
'Failed to download thumbnails'
,
tip
:
'Enter username and password'
,
'components.diskImageUpload.loadImageFailure1'
:
'Failed to download thumbnail, failed to get file!'
,
warning1
:
'QQ authorization login not supported'
,
'components.diskImageUpload.loadImageFailure2'
:
'Download image failed'
,
warning2
:
'Wechat authorized login not supported'
,
'components.diskImageUpload.loadImageFailure3'
:
'Download picture failed, no picture found!'
,
loginname
:
{
'components.diskImageUpload.ImageIdNone'
:
'Picture ID does not exist!'
,
placeholder
:
'Username'
,
'components.diskImageUpload.uploadImageFailure'
:
'Failed to upload image'
,
message
:
'The username cannot be empty'
,
'components.diskImageUpload.uploadImageFailure1'
:
"Upload failed, only support 'GIF, JPG, PNG, BMP' format images!"
,
},
'components.diskImageUpload.uploadFailure'
:
'Upload failed, individual image must not exceed'
,
password
:
{
'components.diskImageUpload.notImageUrl'
:
'The image URL does not exist'
,
placeholder
:
'Password'
,
'components.diskImageUpload.deleteFile'
:
'This action will permanently delete the file. Do you want to continue?'
,
message
:
'The password cannot be empty'
,
'components.diskImageUpload.deleteFilePrompt'
:
'Prompt'
,
},
'components.diskImageUpload.true'
:
'True'
,
loginfailed
:
'Login failed'
,
'components.diskImageUpload.false'
:
'False'
,
authfailed
:
'Authentication failed'
,
'components.diskImageUpload.deleteImageFailure'
:
'Image deletion failed'
,
phoneplaceholder
:
'Please enter your mobile phone number'
,
'components.diskImageUpload.updateFailure'
:
'Batch update file failed'
,
phonefailed
:
'The phone number is incorrect'
,
'components.appMapPosition.submit'
:
'Submit'
,
codeplaceholder
:
'Please enter the verification code'
,
'components.appMapPosition.title'
:
'Please select address'
,
getcode
:
'Get verification code'
,
'components.appSortBar.title'
:
'Sort'
,
getcodeafter
:
'Get verification code after'
,
'components.appAfterTime.minutesAgo'
:
'minutes ago'
,
entervercode
:
'Please enter the verification code'
,
'components.appAfterTime.hoursAgo'
:
'hours ago'
,
},
'components.appAfterTime.dayAgo'
:
'days ago'
,
appUser
:
{
'components.appAfterTime.monthsAgo'
:
'months ago'
,
name
:
'System'
,
'components.appAfterTime.yearsAgo'
:
'years ago'
,
logout
:
'Logout'
,
'components.timeline.index'
:
'serial'
,
surelogout
:
'Are you sure logout?'
,
'components.timeline.node'
:
'node'
,
changepwd
:
"Change Password"
,
'components.timeline.author'
:
'accepting officer'
,
},
'components.timeline.type'
:
'operation'
,
appTheme
:
{
'components.timeline.lasttime'
:
'completion time'
,
caption
:
{
'components.timeline.opinion'
:
'approval opinion'
,
theme
:
'Theme'
,
'components.timeline.inhand'
:
"inhand':"
,
font
:
'Font family'
,
},
fontFamilys
:
{
MicrosoftYaHei
:
'Microsoft YaHei'
,
SimHei
:
'SimHei'
,
YouYuan
:
'YouYuan'
,
},
},
appFormGroup
:
{
hide
:
'hide'
,
showMore
:
'show more'
,
},
appUpdatePassword
:
{
oldPwd
:
'Original password'
,
newPwd
:
'New password'
,
confirmPwd
:
'Confirm password'
,
sure
:
'Confirm modification'
,
oldPwdErr
:
'The original password cannot be empty!'
,
newPwdErr
:
'New password cannot be empty!'
,
confirmPwdErr
:
'The two input passwords are inconsistent!'
,
},
appAddressSelection
:
{
loadDataFail
:
'City data loading failed'
},
appGroupSelect
:{
groupSelect
:
'Group selection'
,
},
appImageUpload
:{
uploadFail
:
'Upload failed'
,
limitselect
:
'The current number of restricted choices is '
,
},
appOrgSelect
:{
loadFail
:
'Failed to load data'
},
appTransfer
:{
title1
:
'Not selected'
,
title2
:
'Selected'
,
},
appWFApproval
:{
commit
:
'Commit'
,
wait
:
'Waiting'
,
handle
:
'Handle'
,
placeholder
:
'Please enter the content'
,
end
:
'End'
},
contextMenuDrag
:{
allApp
:
'All applications'
,
noFind
:
'The app was not found'
},
filterMode
:{
placeholder
:
'Conditional logic'
,
},
filterTree
:{
title1
:
'Add condition'
,
title2
:
'Add group'
,
placeholder
:
'Attribute'
,
},
iBizGroupPicker
:{
ok
:
'Ok'
,
cancel
:
'Cancel'
,
},
iBizGroupSelect
:{
groupSelect
:
'Group selection'
},
tabPageExp
:{
more
:
'More'
,
},
uploadFile
:{
imgMsg
:
'Drag the picture here to replace it'
,
localUpload
:
'Local upload'
,
or
:
'Or'
,
imgMsg1
:
'Select from stock'
},
lockScren
:{
title
:
'Set the password lock screen'
,
label
:
'password'
,
message
:
'The lock screen password cannot be empty'
,
placeholder
:
'Please enter the lock screen password'
,
placeholder1
:
'Please enter your login password'
,
message1
:
'The unlock password is wrong. Please reenter it'
,
promptInformation
:
'Do you want to quit the system? Do you want to continue?'
,
prompt
:
'prompt'
,
confirmButtonText
:
'determine'
,
cancelButtonText
:
'cancel'
,
},
cronEditor
:
{
label
:
{
second
:
'Second'
,
minute
:
'Minute'
,
hour
:
'Hour'
,
day
:
'Day'
,
week
:
'Week'
,
month
:
'Month'
,
year
:
'Year'
,
},
public
:
{
specify
:
'Specify'
,
notSpecify
:
'Not specify'
,
cycle
:
'Cycle'
,
from
:
'From'
,
to
:
'to'
,
loop
:
'Loop'
,
every
:
'Every'
,
once
:
'execute once'
,
},
second
:
'second'
,
minute
:
'minute'
,
hour
:
{
title
:
'hour'
,
everyHour
:
'Every hour'
,
hourStart
:
"o'clock start, every "
,
onceAHour
:
"o'clock to execute once."
,
},
day
:
{
title
:
'day'
,
daily
:
'Every day'
,
workDay
:
'Working day'
,
dayStart
:
'rd start, every '
,
onceADay
:
'rd to execute once'
,
thisMonth
:
'this month'
,
lastWorkDay
:
'rd, Recent working day'
,
lastDayOfMonth
:
'Last day of the month'
,
},
month
:
{
title
:
'month'
,
everyMonth
:
'Every month'
,
monthStart
:
' month start, every'
,
onceAMonth
:
' month to execute once'
,
},
week
:
{
title
:
'week'
,
everyWeek
:
'Every week'
,
from
:
''
,
to
:
'from weekday'
,
start
:
'start, every'
,
onceADay
:
'days to execute once'
,
specifyWeek
:
'Specify week'
,
weekOfMonth
:
'this month'
,
weekWeek
:
'week, weekday'
,
lastOfMonth
:
'Last of the month'
,
week
:
'weekday'
,
},
year
:
{
title
:
'year'
,
everyYear
:
'Every year'
,
},
message
:
{
error1
:
'Date and day of the week cannot be "not specified" at the same time'
,
error2
:
'Both the date and the day of the week must be "not specified"'
,
},
},
appMessagePopover
:
{
loadMore
:
'Load more'
,
noMore
:
'No more'
},
appmessagebox
:
{
ok
:
"OK"
,
cancel
:
"Cancel"
},
diskFileUpload
:{
fileDrag
:
'Drag the file here, or'
,
clickUpload
:
'Click on the upload'
,
load
:
'Load'
,
preview
:
'preview'
,
edit
:
'Edit'
,
delete
:
'Delete'
,
clues
:
'Individual file sizes do not exceed'
,
clues1
:
'Documents not exceeding'
,
getFileFailure
:
'Failed to get file list'
,
loadFailure
:
'Upload file failed'
,
loadFailure1
:
'Upload failed, individual file cannot exceed'
,
downloadFile
:
'Download file failed'
,
downloadFile1
:
'Download file failed, not get file!'
,
deleteFile
:
'This action will permanently delete the file. Do you want to continue?'
,
deleteFilePrompt
:
'Prompt'
,
true
:
'True'
,
false
:
'False'
,
deleteFileFailure
:
'File deletion failed'
,
updateFailure
:
'Batch update file failed'
,
},
diskImageUpload
:{
preview
:
'Preview'
,
OCRdiscern
:
'OCRdiscern'
,
load
:
'Load'
,
delete
:
'Delete'
,
getImageFailure
:
'Failed to get list of images'
,
loadImageFailure
:
'Failed to download thumbnails'
,
loadImageFailure1
:
'Failed to download thumbnail, failed to get file!'
,
loadImageFailure2
:
'Download image failed'
,
loadImageFailure3
:
'Download picture failed, no picture found!'
,
ImageIdNone
:
'Picture ID does not exist!'
,
uploadImageFailure
:
'Failed to upload image'
,
uploadImageFailure1
:
"Upload failed, only support 'GIF, JPG, PNG, BMP' format images!"
,
uploadFailure
:
'Upload failed, individual image must not exceed'
,
notImageUrl
:
'The image URL does not exist'
,
deleteFile
:
'This action will permanently delete the file. Do you want to continue?'
,
deleteFilePrompt
:
'Prompt'
,
true
:
'True'
,
false
:
'False'
,
deleteImageFailure
:
'Image deletion failed'
,
updateFailure
:
'Batch update file failed'
,
},
appMapPosition
:
{
submit
:
'Submit'
,
title
:
'Please select address'
},
appSortBar
:
{
title
:
'Sort'
},
appAfterTime
:{
minutesAgo
:
'minutes ago'
,
hoursAgo
:
'hours ago'
,
dayAgo
:
'days ago'
,
monthsAgo
:
'months ago'
,
yearsAgo
:
'years ago'
},
timeline
:
{
index
:
"serial"
,
node
:
"node"
,
author
:
"accepting officer"
,
type
:
"operation"
,
lasttime
:
"completion time"
,
opinion
:
"approval opinion"
,
inhand
:
"inhand:"
,
},
},
custom
:
getCustomLocaleResource
(),
custom
:
getCustomLocaleResource
(),
...
getBaseLocaleResource
()
...
getBaseLocaleResource
()
};
};
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/locale/lang/zh-CN.ts
浏览文件 @
7ebd93af
...
@@ -3,644 +3,418 @@ import getCustomLocaleResource from '../custom/custom_zh_CN';
...
@@ -3,644 +3,418 @@ import getCustomLocaleResource from '../custom/custom_zh_CN';
import
getBaseLocaleResource
from
'./zh-CN-base'
;
import
getBaseLocaleResource
from
'./zh-CN-base'
;
function
getLocaleResource
(){
function
getLocaleResource
(){
const
data
:
any
=
{
const
data
:
any
=
{
app
:
{
'app.commonWords.error'
:
"失败"
,
commonWords
:{
'app.commonWords.success'
:
"成功"
,
error
:
"失败"
,
'app.commonWords.ok'
:
"确认"
,
success
:
"成功"
,
'app.commonWords.cancel'
:
"取消"
,
ok
:
"确认"
,
'app.commonWords.save'
:
"保存"
,
cancel
:
"取消"
,
'app.commonWords.codeNotExist'
:
"代码表不存在"
,
save
:
"保存"
,
'app.commonWords.reqException'
:
"请求异常"
,
codeNotExist
:
"代码表不存在"
,
'app.commonWords.sysException'
:
"系统异常"
,
reqException
:
"请求异常"
,
'app.commonWords.warning'
:
"警告"
,
sysException
:
"系统异常"
,
'app.commonWords.wrong'
:
"错误"
,
warning
:
"警告"
,
'app.commonWords.rulesException'
:
"值规则校验异常"
,
wrong
:
"错误"
,
'app.commonWords.saveSuccess'
:
"保存成功"
,
rulesException
:
"值规则校验异常"
,
'app.commonWords.saveFailed'
:
"保存失败"
,
saveSuccess
:
"保存成功"
,
'app.commonWords.createFailed'
:
'创建失败'
,
saveFailed
:
"保存失败"
,
'app.commonWords.deleteSuccess'
:
"删除成功"
,
createFailed
:
'创建失败'
,
'app.commonWords.deleteError'
:
"删除失败"
,
deleteSuccess
:
"删除成功"
,
'app.commonWords.delDataFail'
:
"删除数据失败"
,
deleteError
:
"删除失败"
,
'app.commonWords.noData'
:
"暂无数据"
,
delDataFail
:
"删除数据失败"
,
'app.commonWords.startsuccess'
:
"启动成功"
,
noData
:
"暂无数据"
,
'app.commonWords.loadmore'
:
"加载更多"
,
startsuccess
:
"启动成功"
,
'app.commonWords.nomore'
:
"没有更多了"
,
loadmore
:
"加载更多"
,
'app.commonWords.other'
:
"其他"
,
nomore
:
"没有更多了"
,
'app.commonWords.isExist'
:
'已经存在'
,
other
:
"其他"
,
'app.commonWords.valueNotEmpty'
:
"值不能为空"
,
isExist
:
'已经存在'
,
'app.local.new'
:
"新建"
,
valueNotEmpty
:
"值不能为空"
,
'app.local.add'
:
"增加"
,
},
'app.grid.exportexcel.error'
:
'导出失败'
,
local
:{
'app.gridpage.choicecolumns'
:
"选择列"
,
new
:
"新建"
,
'app.gridpage.refresh'
:
"刷新"
,
add
:
"增加"
,
'app.gridpage.show'
:
"显示"
,
},
'app.gridpage.records'
:
"条"
,
grid
:
{
'app.gridpage.totle'
:
"共"
,
exportexcel
:
{
'app.gridpage.valueVail'
:
"值不能为空"
,
error
:
'导出失败'
'app.gridpage.group'
:
"分组"
,
}
'app.gridpage.other'
:
"其他"
,
},
'app.gridpage.notConfig.fetchAction'
:
"视图表格fetchAction参数未配置"
,
gridpage
:
{
'app.gridpage.notConfig.removeAction'
:
"视图表格removeAction参数未配置"
,
choicecolumns
:
"选择列"
,
'app.gridpage.notConfig.createAction'
:
"视图表格createAction参数未配置"
,
refresh
:
"刷新"
,
'app.gridpage.notConfig.updateAction'
:
"视图表格updateAction参数未配置"
,
show
:
"显示"
,
'app.gridpage.notConfig.loaddraftAction'
:
"视图表格loaddraftAction参数未配置"
,
records
:
"条"
,
'app.gridpage.data'
:
"数据"
,
totle
:
"共"
,
'app.gridpage.delDataFail'
:
"删除数据失败"
,
valueVail
:
"值不能为空"
,
'app.gridpage.delSuccess'
:
"删除成功!"
,
group
:
"分组"
,
'app.gridpage.confirmDel'
:
"确认要删除"
,
other
:
"其他"
,
'app.gridpage.notRecoverable'
:
"删除操作将不可恢复?"
,
notConfig
:
{
'app.gridpage.notBatch'
:
"批量添加未实现"
,
fetchAction
:
"视图表格fetchAction参数未配置"
,
'app.gridpage.grid'
:
"表"
,
removeAction
:
"视图表格removeAction参数未配置"
,
'app.gridpage.exportFail'
:
"数据导出失败"
,
createAction
:
"视图表格createAction参数未配置"
,
'app.gridpage.sum'
:
"合计"
,
updateAction
:
"视图表格updateAction参数未配置"
,
'app.gridpage.formitemFailed'
:
"表单项更新失败"
,
loaddraftAction
:
"视图表格loaddraftAction参数未配置"
,
'app.list.notConfig.fetchAction'
:
"视图列表fetchAction参数未配置"
,
},
'app.list.notConfig.removeAction'
:
"视图表格removeAction参数未配置"
,
data
:
"数据"
,
'app.list.notConfig.createAction'
:
"视图列表createAction参数未配置"
,
delDataFail
:
"删除数据失败"
,
'app.list.notConfig.updateAction'
:
"视图列表updateAction参数未配置"
,
delSuccess
:
"删除成功!"
,
'app.list.confirmDel'
:
"确认要删除"
,
confirmDel
:
"确认要删除"
,
'app.list.notRecoverable'
:
"删除操作将不可恢复?"
,
notRecoverable
:
"删除操作将不可恢复?"
,
'app.listExpBar.title'
:
"列表导航栏"
,
notBatch
:
"批量添加未实现"
,
'app.wfExpBar.title'
:
"流程导航栏"
,
grid
:
"表"
,
'app.calendarExpBar.title'
:
"日历导航栏"
,
exportFail
:
"数据导出失败"
,
'app.treeExpBar.title'
:
"树视图导航栏"
,
sum
:
"合计"
,
'app.portlet.noExtensions'
:
"无扩展插件"
,
formitemFailed
:
"表单项更新失败"
,
'app.tabpage.sureclosetip.title'
:
"关闭提醒"
,
},
'app.tabpage.sureclosetip.content'
:
"表单数据已经修改,确定要关闭?"
,
list
:
{
'app.tabpage.closeall'
:
"关闭所有"
,
notConfig
:
{
'app.tabpage.closeother'
:
"关闭其他"
,
fetchAction
:
"视图列表fetchAction参数未配置"
,
'app.fileUpload.caption'
:
"上传"
,
removeAction
:
"视图表格removeAction参数未配置"
,
'app.searchButton.search'
:
"搜索"
,
createAction
:
"视图列表createAction参数未配置"
,
'app.searchButton.reset'
:
"重置"
,
updateAction
:
"视图列表updateAction参数未配置"
,
'app.calendar.today'
:
"今天"
,
},
'app.calendar.month'
:
"月"
,
confirmDel
:
"确认要删除"
,
'app.calendar.week'
:
"周"
,
notRecoverable
:
"删除操作将不可恢复?"
,
'app.calendar.day'
:
"天"
,
},
'app.calendar.list'
:
"列"
,
listExpBar
:
{
'app.calendar.dateSelectModalTitle'
:
"选择要跳转的时间"
,
title
:
"列表导航栏"
,
'app.calendar.gotoDate'
:
"跳转"
,
},
'app.calendar.from'
:
"从"
,
wfExpBar
:
{
'app.calendar.to'
:
"至"
,
title
:
"流程导航栏"
,
'app.utilview.importview'
:
"导入数据"
,
},
'app.utilview.warning'
:
"警告"
,
calendarExpBar
:{
'app.utilview.info'
:
"请配置数据导入项"
,
title
:
"日历导航栏"
,
'app.utilview.nodatakey'
:
"无数据主键"
,
},
'app.utilview.printerror'
:
"打印失败"
,
treeExpBar
:
{
'app.utilview.noprint'
:
"无打印项"
,
title
:
"树视图导航栏"
,
'app.formpage.desc1'
:
"操作失败,未能找到当前表单项"
,
},
'app.formpage.desc2'
:
"无法继续操作"
,
portlet
:
{
'app.formpage.notconfig.loadaction'
:
"视图表单loadAction参数未配置"
,
noExtensions
:
"无扩展插件"
,
'app.formpage.notconfig.loaddraftaction'
:
"视图表单loaddraftAction参数未配置"
,
},
'app.formpage.notconfig.actionname'
:
"视图表单'+actionName+'参数未配置"
,
tabpage
:
{
'app.formpage.notconfig.removeaction'
:
"视图表单removeAction参数未配置"
,
sureclosetip
:
{
'app.formpage.saveerror'
:
"保存数据发生错误"
,
title
:
"关闭提醒"
,
'app.formpage.savecontent'
:
"数据不一致,可能后台数据已经被修改,是否要重新加载数据?"
,
content
:
"表单数据已经修改,确定要关闭?"
,
'app.formpage.valuecheckex'
:
"值规则校验异常"
,
},
'app.formpage.savesuccess'
:
"保存成功!"
,
closeall
:
"关闭所有"
,
'app.formpage.deletesuccess'
:
"删除成功!"
,
closeother
:
"关闭其他"
,
'app.formpage.workflow.starterror'
:
"工作流启动失败"
,
},
'app.formpage.workflow.startsuccess'
:
"工作流启动成功"
,
fileUpload
:
{
'app.formpage.workflow.submiterror'
:
"工作流提交失败"
,
caption
:
"上传"
,
'app.formpage.workflow.submitsuccess'
:
"工作流提交成功"
,
},
'app.formpage.updateerror'
:
"表单项更新失败"
,
searchButton
:
{
'app.gridBar.title'
:
"表格导航栏"
,
search
:
"搜索"
,
'app.multiEditView.notConfig.etchAction'
:
"视图多编辑视图面板fetchAction参数未配置"
,
reset
:
"重置"
,
'app.multiEditView.notConfig.loaddraftAction'
:
"视图多编辑视图面板loaddraftAction参数未配置"
,
},
'app.dataViewExpBar.title'
:
"卡片视图导航栏"
,
calendar
:{
'app.kanban.notConfig.fetchAction'
:
"视图列表fetchAction参数未配置"
,
today
:
"今天"
,
'app.kanban.notConfig.removeAction'
:
"视图表格removeAction参数未配置"
,
month
:
"月"
,
'app.kanban.delete1'
:
"确认要删除 "
,
week
:
"周"
,
'app.kanban.delete2'
:
"删除操作将不可恢复?"
,
day
:
"天"
,
'app.kanban.fold'
:
"折叠"
,
list
:
"列"
,
'app.kanban.unfold'
:
"展开"
,
dateSelectModalTitle
:
"选择要跳转的时间"
,
'app.dashBoard.handleClick.title'
:
"面板设计"
,
gotoDate
:
"跳转"
,
'app.dataView.sum'
:
"共"
,
from
:
"从"
,
'app.dataView.data'
:
"条数据"
,
to
:
"至"
,
'app.chart.undefined'
:
"未定义"
,
},
'app.chart.quarter'
:
"季度"
,
utilview
:{
'app.chart.year'
:
"年"
,
importview
:
"导入数据"
,
'app.searchForm.notConfig.loadAction'
:
"视图搜索表单loadAction参数未配置"
,
warning
:
"警告"
,
'app.searchForm.notConfig.loaddraftAction'
:
"视图搜索表单loaddraftAction参数未配置"
,
info
:
"请配置数据导入项"
,
'app.searchForm.custom'
:
"存储自定义查询"
,
nodatakey
:
"无数据主键"
,
'app.searchForm.title'
:
"名称"
,
printerror
:
"打印失败"
,
'app.wizardPanel.back'
:
"上一步"
,
noprint
:
"无打印项"
'app.wizardPanel.next'
:
"下一步"
,
},
'app.wizardPanel.complete'
:
"完成"
,
formpage
:{
'app.wizardPanel.preactionmessage'
:
"未配置计算上一步行为"
,
desc1
:
"操作失败,未能找到当前表单项"
,
'app.viewLayoutPanel.appLogoutView.prompt1'
:
"尊敬的客户您好,您已成功退出系统,将在"
,
desc2
:
"无法继续操作"
,
'app.viewLayoutPanel.appLogoutView.prompt2'
:
"秒后跳转至"
,
notconfig
:
{
'app.viewLayoutPanel.appLogoutView.logingPage'
:
"登录页"
,
loadaction
:
"视图表单loadAction参数未配置"
,
'app.viewLayoutPanel.appWfstepTraceView.title'
:
"应用流程处理记录视图"
,
loaddraftaction
:
"视图表单loaddraftAction参数未配置"
,
'app.viewLayoutPanel.appWfstepDataView.title'
:
"应用流程跟踪视图"
,
actionname
:
"视图表单'+actionName+'参数未配置"
,
'app.viewLayoutPanel.appLoginView.username'
:
"用户名"
,
removeaction
:
"视图表单removeAction参数未配置"
,
'app.viewLayoutPanel.appLoginView.password'
:
"密码"
,
},
'app.viewLayoutPanel.appLoginView.login'
:
"登录"
,
saveerror
:
"保存数据发生错误"
,
'components.404.errorText1'
:
'抱歉,您访问的页面不存在!'
,
savecontent
:
"数据不一致,可能后台数据已经被修改,是否要重新加载数据?"
,
'components.404.errorText2'
:
'您要找的页面不存在,请返回'
,
valuecheckex
:
"值规则校验异常"
,
'components.404.indexPage'
:
'首页'
,
savesuccess
:
"保存成功!"
,
'components.404.continue'
:
'继续浏览'
,
deletesuccess
:
"删除成功!"
,
'components.500.errorText1'
:
'抱歉,服务器出错了!'
,
workflow
:
{
'components.500.errorText2'
:
'服务器出错了,请返回 '
,
starterror
:
"工作流启动失败"
,
'components.500.indexPage'
:
'首页'
,
startsuccess
:
"工作流启动成功"
,
'components.500.continue'
:
'继续浏览'
,
submiterror
:
"工作流提交失败"
,
'components.appOrgSector.successSwitch'
:
'切换成功'
,
submitsuccess
:
"工作流提交成功"
,
'components.appOrgSector.errorSwitch'
:
'切换失败'
,
},
'components.appAutocomplete.error'
:
'错误'
,
updateerror
:
"表单项更新失败"
,
'components.appAutocomplete.miss'
:
'缺少参数'
,
},
'components.appAutocomplete.requestException'
:
'请求异常!'
,
gridBar
:
{
'components.appBuild.custom'
:
'定制'
,
title
:
"表格导航栏"
,
'components.appCheckBox.notExist'
:
'代码表不存在'
,
},
'components.appColumnLink.error'
:
'错误'
,
multiEditView
:
{
'components.appColumnLink.valueItemException'
:
"值项异常"
,
notConfig
:
{
'components.appColumnLink.rowDataException'
:
"表格行数据异常"
,
fetchAction
:
"视图多编辑视图面板fetchAction参数未配置"
,
'components.appColumnRender.select'
:
'请选择...'
,
loaddraftAction
:
"视图多编辑视图面板loaddraftAction参数未配置"
,
'components.appColumnRender.unsupported'
:
'不支持'
,
},
'components.appDashboardDesign.global'
:
'全局'
,
},
"components.appDataUploadView.selectfile"
:
"单击此区域进行上传"
,
dataViewExpBar
:
{
"components.appDataUploadView.uploadserver"
:
"上传数据"
,
title
:
"卡片视图导航栏"
,
"components.appDataUploadView.datatemplate"
:
"导入数据模板"
,
},
"components.appDataUploadView.datatemplatemessage"
:
"下载导入模版,并按要求填写:"
,
kanban
:
{
"components.appDataUploadView.read"
:
"读取成功"
,
notConfig
:
{
"components.appDataUploadView.completed"
:
"导入完成"
,
fetchAction
:
"视图列表fetchAction参数未配置"
,
"components.appDataUploadView.confirm"
:
"确认"
,
removeAction
:
"视图表格removeAction参数未配置"
,
"components.appDataUploadView.cancel"
:
"取消"
,
},
"components.appDataUploadView.importfailed"
:
"导入失败"
,
delete1
:
"确认要删除 "
,
"components.appDataUploadView.selectfilesucess"
:
"选取文件成功"
,
delete2
:
"删除操作将不可恢复?"
,
"components.appDataUploadView.importresult"
:
"导入结果"
,
fold
:
"折叠"
,
"components.appDataUploadView.totaldata"
:
"共计导入数据"
,
unfold
:
"展开"
,
"components.appDataUploadView.total"
:
"条"
,
},
"components.appDataUploadView.errorinfo"
:
"错误信息"
,
dashBoard
:
{
"components.appDataUploadView.start"
:
"第"
,
handleClick
:
{
"components.appDataUploadView.row"
:
"行"
,
title
:
"面板设计"
,
"components.appDataUploadView.downloadinfo"
:
"下载反馈信息"
,
},
"components.appDataUploadView.downloaderror"
:
"下载文件失败"
,
},
'components.appDebugActions.button'
:
'开启配置模式'
,
dataView
:
{
'components.appExportExcel.total'
:
'全部'
,
sum
:
"共"
,
'components.appExportExcel.max'
:
'最大'
,
data
:
"条数据"
,
'components.appExportExcel.row'
:
'行'
,
},
'components.appExportExcel.currentPage'
:
'当前页'
,
chart
:
{
'components.appExportExcel.desc'
:
'请输入起始页'
,
undefined
:
"未定义"
,
'components.appExportExcel.desc1'
:
'请输入有效的起始页'
,
quarter
:
"季度"
,
'components.appFileUpload.preview'
:
'查看'
,
year
:
"年"
,
'components.appFileUpload.uploadText'
:
'将文件拖到此处,或<em>点击上传</em>'
,
},
'components.appFileUpload.uploadError'
:
'上传失败'
,
searchForm
:
{
'components.appFileUpload.fileTypeErrorTitle'
:
'文件类型错误'
,
notConfig
:
{
'components.appFileUpload.fileTypeErrorInfo'
:
'请选择图片类型的文件,如JPEG,GIF,PNG,BMP'
,
loadAction
:
"视图搜索表单loadAction参数未配置"
,
'components.appFileUpload.limitselect'
:
'当前限制选择数量为 '
,
loaddraftAction
:
"视图搜索表单loaddraftAction参数未配置"
,
'components.appFormDRUIPart.blockUITipInfo'
:
'请先保存主数据'
,
},
'components.appFormDRUIPart.viewLoadComp'
:
'多数据视图加载完成,触发后续表单项更新'
,
custom
:
"存储自定义查询"
,
'components.appFormDRUIPart.save'
:
'关系数据保存完成'
,
title
:
"名称"
,
'components.appFormDRUIPart.change'
:
'关系数据值变化'
,
},
'components.appFormDRUIPart.change1'
:
'视图数据变化'
,
wizardPanel
:
{
'components.appFormDRUIPart.loadComp'
:
'视图加载完成'
,
back
:
"上一步"
,
'components.appHeaderMenus.ibizlab.title'
:
'iBiz开放平台'
,
next
:
"下一步"
,
'components.appHeaderMenus.publishProject.title'
:
'项目文件'
,
complete
:
"完成"
,
'components.appHeaderMenus.ibizstudio.title'
:
'模型设计工具'
,
preactionmessage
:
"未配置计算上一步行为"
'components.appHeaderMenus.ibizbbs.title'
:
'iBiz论坛'
,
},
'components.appMpicker.error'
:
'错误'
,
viewLayoutPanel
:
{
'components.appMpicker.miss'
:
'缺少参数'
,
appLogoutView
:
{
'components.appMpicker.requestException'
:
'请求异常!'
,
prompt1
:
"尊敬的客户您好,您已成功退出系统,将在"
,
'components.appPicker.error'
:
'错误'
,
prompt2
:
"秒后跳转至"
,
'components.appPicker.miss'
:
'缺少参数'
,
logingPage
:
"登录页"
,
'components.appPicker.requestException'
:
'请求异常!'
,
},
'components.appPicker.newAndEdit'
:
'创建并编辑...'
,
appWfstepTraceView
:
{
'components.appPicker.systemException'
:
'系统异常!'
,
title
:
"应用流程处理记录视图"
,
'components.appPicker.valueitemException'
:
'值项异常!'
,
},
'components.appPicker.formdataException'
:
'表单数据异常!'
,
appWfstepDataView
:
{
'components.appPickerSelectView.error'
:
'错误'
,
title
:
"应用流程跟踪视图"
,
'components.appPickerSelectView.valueitemException'
:
'值项异常!'
,
},
'components.appPickerSelectView.formdataException'
:
'表单数据异常!'
,
appLoginView
:
{
'components.appPickerSelectView.placeholder'
:
'请选择...'
,
username
:
"用户名"
,
'components.appPortalDesign.customPortal'
:
'自定义门户'
,
password
:
"密码"
,
'components.appPortalDesign.save'
:
'保存'
,
login
:
"登录"
,
'components.appRangDate.placeholder'
:
'请选择时间...'
,
},
'components.appRangDate.from'
:
'自'
,
},
'components.appRangDate.daystart'
:
'日 0 时 起 至'
,
},
'components.appRangDate.dayend'
:
'日 24 时 止'
,
components
:
{
'components.appRangeEditor.placeholder'
:
'请选择时间...'
,
"404"
:
{
'components.appRangeEditor.input'
:
'请输入...'
,
errorText1
:
'抱歉,您访问的页面不存在!'
,
'components.appStudioAction.configTitle'
:
'进入当前视图配置界面'
,
errorText2
:
'您要找的页面不存在,请返回'
,
'components.appStudioAction.configButton'
:
'配置'
,
indexPage
:
'首页'
,
'components.appStudioAction.issueTitle'
:
'建立当前界面的issues'
,
continue
:
'继续浏览'
,
'components.appStudioAction.issueButton'
:
'新建issues'
,
},
'components.appTreePicker.placeholder'
:
'请选择...'
,
"500"
:
{
'components.dateRange.startText'
:
'保险期限 : 自'
,
errorText1
:
'抱歉,服务器出错了!'
,
'components.dateRange.endText'
:
'日 24 时 止'
,
errorText2
:
'服务器出错了,请返回 '
,
'components.dateRange.startPlaceholder'
:
'开始日期'
,
indexPage
:
'首页'
,
'components.dateRange.rangeSeparatorr'
:
' 0 时起 至'
,
continue
:
'继续浏览'
,
'components.dateRange.endPlaceholder'
:
'结束日期'
,
},
'components.dropDownList.placeholder'
:
'请选择...'
,
appOrgSector
:{
'components.dropDownListDynamic.placeholder'
:
'请选择...'
,
successSwitch
:
'切换成功'
,
'components.dropDownListMpicker.placeholder'
:
'请选择...'
,
errorSwitch
:
'切换失败'
,
'components.login.error'
:
'错误'
,
},
'components.login.caption'
:
'欢迎登录'
,
appAutocomplete
:
{
'components.login.placeholder1'
:
'用户名'
,
error
:
'错误'
,
'components.login.placeholder2'
:
'密码'
,
miss
:
'缺少参数'
,
'components.login.name'
:
'登录'
,
requestException
:
'请求异常!'
,
'components.login.reset'
:
'重置'
,
},
'components.login.register'
:
'注册'
,
appBuild
:
{
'components.login.logout'
:
'登出'
,
custom
:
'定制'
,
'components.login.other'
:
'其他登录方式'
,
},
'components.login.tip'
:
'输入用户名和密码'
,
appCheckBox
:
{
'components.login.warning1'
:
'qq授权登录暂未支持'
,
notExist
:
'代码表不存在'
,
'components.login.warning2'
:
'微信授权登录暂未支持'
,
},
'components.login.loginname.placeholder'
:
'请输入用户名'
,
appColumnLink
:
{
'components.login.loginname.message'
:
'用户名不能为空'
,
error
:
'错误'
,
'components.login.password.placeholder'
:
'请输入密码'
,
valueItemException
:
"值项异常"
,
'components.login.password.message'
:
'密码不能为空'
,
rowDataException
:
"表格行数据异常"
,
'components.login.loginfailed'
:
'登录失败'
,
},
'components.login.authfailed'
:
'验证失败'
,
appColumnRender
:
{
'components.login.phoneplaceholder'
:
'请输入手机号'
,
select
:
'请选择...'
,
'components.login.phonefailed'
:
'手机号不正确'
,
unsupported
:
'不支持'
,
'components.login.codeplaceholder'
:
'请输入验证码'
,
},
'components.login.getcode'
:
'获取验证码'
,
appDashboardDesign
:
{
'components.login.getcodeafter'
:
'后获取验证码'
,
global
:
'全局'
,
'components.login.entervercode'
:
'请输入验证码'
,
},
'components.appUser.name'
:
'系统管理员'
,
appDataUploadView
:
{
'components.appUser.logout'
:
'退出登录'
,
"selectfile"
:
"单击此区域进行上传"
,
'components.appUser.surelogout'
:
'确认要退出登录?'
,
"uploadserver"
:
"上传数据"
,
'components.appUser.changepwd'
:
"修改密码"
,
"datatemplate"
:
"导入数据模板"
,
'components.appTheme.caption.theme'
:
'主题'
,
"datatemplatemessage"
:
"下载导入模版,并按要求填写:"
,
'components.appTheme.caption.font'
:
'字体'
,
"read"
:
"读取成功"
,
'components.appTheme.fontFamilys.EYInterstate'
:
'思源黑体'
,
"completed"
:
"导入完成"
,
'components.appTheme.fontFamilys.SimHei'
:
'黑体'
,
"confirm"
:
"确认"
,
'components.appTheme.fontFamilys.YouYuan'
:
'幼圆'
,
"cancel"
:
"取消"
,
'components.appFormGroup.hide'
:
'隐藏字段'
,
"importfailed"
:
"导入失败"
,
'components.appFormGroup.showMore'
:
'显示更多字段'
,
"selectfilesucess"
:
"选取文件成功"
,
'components.appUpdatePassword.oldPwd'
:
'原密码'
,
"importresult"
:
"导入结果"
,
'components.appUpdatePassword.newPwd'
:
'新密码'
,
"totaldata"
:
"共计导入数据"
,
'components.appUpdatePassword.confirmPwd'
:
'确认密码'
,
"total"
:
"条"
,
'components.appUpdatePassword.sure'
:
'确认修改'
,
"errorinfo"
:
"错误信息"
,
'components.appUpdatePassword.oldPwdErr'
:
'原密码不能为空!'
,
"start"
:
"第"
,
'components.appUpdatePassword.newPwdErr'
:
'新密码不能为空!'
,
"row"
:
"行"
,
'components.appUpdatePassword.confirmPwdErr'
:
'两次输入密码不一致!'
,
"downloadinfo"
:
"下载反馈信息"
,
'components.appAddressSelection.loadDataFail'
:
'城市数据加载失败'
,
"downloaderror"
:
"下载文件失败"
'components.appGroupSelect.groupSelect'
:
'分组选择'
,
},
'components.appImageUpload.uploadFail'
:
'上传失败'
,
appDebugActions
:{
'components.appImageUpload.limitselect'
:
'当前限制选择数量为 '
,
button
:
'开启配置模式'
,
'components.appOrgSelect.loadFail'
:
'加载数据失败'
,
},
'components.appTransfer.title1'
:
'未选择'
,
appExportExcel
:
{
'components.appTransfer.title2'
:
'已选择'
,
total
:
'全部'
,
'components.appWFApproval.commit'
:
'提交'
,
max
:
'最大'
,
'components.appWFApproval.wait'
:
'等待'
,
row
:
'行'
,
'components.appWFApproval.handle'
:
'处理'
,
currentPage
:
'当前页'
,
'components.appWFApproval.placeholder'
:
'请输入内容'
,
desc
:
'请输入起始页'
,
'components.appWFApproval.end'
:
'结束'
,
desc1
:
'请输入有效的起始页'
,
'components.contextMenuDrag.allApp'
:
'全部应用'
,
},
'components.contextMenuDrag.noFind'
:
'未找到该应用'
,
appFileUpload
:
{
'components.filterMode.placeholder'
:
'条件逻辑'
,
preview
:
'查看'
,
'components.filterTree.title1'
:
'添加条件'
,
uploadText
:
'将文件拖到此处,或<em>点击上传</em>'
,
'components.filterTree.title2'
:
'添加组'
,
uploadError
:
'上传失败'
,
'components.filterTree.placeholder'
:
'属性'
,
fileTypeErrorTitle
:
'文件类型错误'
,
'components.iBizGroupPicker.ok'
:
'确认'
,
fileTypeErrorInfo
:
'请选择图片类型的文件,如JPEG,GIF,PNG,BMP'
,
'components.iBizGroupPicker.cancel'
:
'取消'
,
limitselect
:
'当前限制选择数量为 '
,
'components.iBizGroupSelect.groupSelect'
:
'分组选择'
,
},
'components.tabPageExp.more'
:
'更多'
,
appFormDRUIPart
:
{
'components.uploadFile.imgMsg'
:
'将图片拖到这里替换'
,
blockUITipInfo
:
'请先保存主数据'
,
'components.uploadFile.localUpload'
:
'本地上传'
,
viewLoadComp
:
'多数据视图加载完成,触发后续表单项更新'
,
'components.uploadFile.or'
:
'或'
,
save
:
'关系数据保存完成'
,
'components.uploadFile.imgMsg1'
:
'从素材库选择'
,
change
:
'关系数据值变化'
,
'components.lockScren.title'
:
'设置锁屏密码'
,
change1
:
'视图数据变化'
,
'components.lockScren.label'
:
'锁屏密码'
,
loadComp
:
'视图加载完成'
,
'components.lockScren.message'
:
'锁屏密码不能为空'
,
},
'components.lockScren.placeholder'
:
'请输入锁屏密码'
,
appHeaderMenus
:
{
'components.lockScren.placeholder1'
:
'请输入登录密码'
,
ibizlab
:{
'components.lockScren.message1'
:
'解锁密码错误,请重新输入'
,
title
:
'iBiz开放平台'
,
'components.lockScren.promptInformation'
:
'是否退出系统, 是否继续?'
,
},
'components.lockScren.prompt'
:
'提示'
,
publishProject
:{
'components.lockScren.confirmButtonText'
:
'确定'
,
title
:
'项目文件'
,
'components.lockScren.cancelButtonText'
:
'取消'
,
},
'components.cronEditor.label.second'
:
'秒'
,
ibizstudio
:{
'components.cronEditor.label.minute'
:
'分'
,
title
:
'模型设计工具'
,
'components.cronEditor.label.hour'
:
'时'
,
},
'components.cronEditor.label.day'
:
'日'
,
ibizbbs
:{
'components.cronEditor.label.week'
:
'周'
,
title
:
'iBiz论坛'
,
'components.cronEditor.label.month'
:
'月'
,
},
'components.cronEditor.label.year'
:
'年'
,
},
'components.cronEditor.public.specify'
:
'指定'
,
appMpicker
:
{
'components.cronEditor.public.notSpecify'
:
'不指定'
,
error
:
'错误'
,
'components.cronEditor.public.cycle'
:
'周期'
,
miss
:
'缺少参数'
,
'components.cronEditor.public.from'
:
'从'
,
requestException
:
'请求异常!'
,
'components.cronEditor.public.to'
:
'至'
,
},
'components.cronEditor.public.loop'
:
'循环'
,
appPicker
:
{
'components.cronEditor.public.every'
:
'每'
,
error
:
'错误'
,
'components.cronEditor.public.once'
:
'执行一次'
,
miss
:
'缺少参数'
,
'components.cronEditor.second'
:
'秒'
,
requestException
:
'请求异常!'
,
'components.cronEditor.minute'
:
'分'
,
newAndEdit
:
'创建并编辑...'
,
'components.cronEditor.hour.title'
:
'时'
,
systemException
:
'系统异常!'
,
'components.cronEditor.hour.everyHour'
:
'每时'
,
valueitemException
:
'值项异常!'
,
'components.cronEditor.hour.hourStart'
:
'时开始,每'
,
formdataException
:
'表单数据异常!'
,
'components.cronEditor.hour.onceAHour'
:
'时执行一次'
,
},
'components.cronEditor.day.title'
:
'日'
,
appPickerSelectView
:
{
'components.cronEditor.day.daily'
:
'每日'
,
error
:
'错误'
,
'components.cronEditor.day.workDay'
:
'工作日'
,
valueitemException
:
'值项异常!'
,
'components.cronEditor.day.dayStart'
:
'日开始,每'
,
formdataException
:
'表单数据异常!'
,
'components.cronEditor.day.onceADay'
:
'日执行一次'
,
placeholder
:
'请选择...'
,
'components.cronEditor.day.thisMonth'
:
'本月'
,
},
'components.cronEditor.day.lastWorkDay'
:
'号,最近的工作日'
,
appPortalDesign
:
{
'components.cronEditor.day.lastDayOfMonth'
:
'本月最后一天'
,
customPortal
:
'自定义门户'
,
'components.cronEditor.month.title'
:
'月'
,
save
:
'保存'
,
'components.cronEditor.month.everyMonth'
:
'每月'
,
},
'components.cronEditor.month.monthStart'
:
'月开始,每'
,
appRangDate
:
{
'components.cronEditor.month.onceAMonth'
:
'月执行一次'
,
placeholder
:
'请选择时间...'
,
'components.cronEditor.week.title'
:
'周'
,
from
:
'自'
,
'components.cronEditor.week.everyWeek'
:
'每周'
,
daystart
:
'日 0 时 起 至'
,
'components.cronEditor.week.from'
:
'从星期'
,
dayend
:
'日 24 时 止'
,
'components.cronEditor.week.to'
:
'至星期'
,
},
'components.cronEditor.week.start'
:
'开始,每'
,
appRangeEditor
:
{
'components.cronEditor.week.onceADay'
:
'天执行一次'
,
placeholder
:
'请选择时间...'
,
'components.cronEditor.week.specifyWeek'
:
'指定周'
,
input
:
'请输入...'
,
'components.cronEditor.week.weekOfMonth'
:
'本月第'
,
},
'components.cronEditor.week.weekWeek'
:
'周,星期'
,
appStudioAction
:
{
'components.cronEditor.week.lastOfMonth'
:
'本月最后一个'
,
configTitle
:
'进入当前视图配置界面'
,
'components.cronEditor.week.week'
:
'星期'
,
configButton
:
'配置'
,
'components.cronEditor.year.title'
:
'年'
,
issueTitle
:
'建立当前界面的issues'
,
'components.cronEditor.year.everyYear'
:
'每年'
,
issueButton
:
'新建issues'
,
'components.cronEditor.message.error1'
:
'日期与星期不可以同时为“不指定”'
,
},
'components.cronEditor.message.error2'
:
'日期与星期必须有一个为“不指定”'
,
appTreePicker
:
{
'components.appMessagePopover.loadMore'
:
'加载更多'
,
placeholder
:
'请选择...'
,
'components.appMessagePopover.noMore'
:
'没有更多了'
,
},
'components.appmessagebox.ok'
:
"确 认"
,
dateRange
:
{
'components.appmessagebox.cancel'
:
"取 消"
,
startText
:
'保险期限 : 自'
,
'components.diskFileUpload.fileDrag'
:
'将文件拖到此处,或'
,
endText
:
'日 24 时 止'
,
'components.diskFileUpload.clickUpload'
:
'点击上传'
,
startPlaceholder
:
'开始日期'
,
'components.diskFileUpload.load'
:
'下载'
,
rangeSeparatorr
:
' 0 时起 至'
,
'components.diskFileUpload.preview'
:
'预览'
,
endPlaceholder
:
'结束日期'
,
'components.diskFileUpload.edit'
:
'编辑'
,
},
'components.diskFileUpload.delete'
:
'删除'
,
dropDownList
:
{
'components.diskFileUpload.clues'
:
'单个文件大小不超过'
,
placeholder
:
'请选择...'
,
'components.diskFileUpload.clues1'
:
'文件不超过'
,
},
'components.diskFileUpload.getFileFailure'
:
'获取文件列表失败'
,
dropDownListDynamic
:
{
'components.diskFileUpload.loadFailure'
:
'上传文件失败'
,
placeholder
:
'请选择...'
,
'components.diskFileUpload.loadFailure1'
:
'上传失败,单个文件不得超过'
,
},
'components.diskFileUpload.downloadFile'
:
'下载文件失败'
,
dropDownListMpicker
:
{
'components.diskFileUpload.downloadFile1'
:
'下载文件失败,未获取到文件!'
,
placeholder
:
'请选择...'
,
'components.diskFileUpload.deleteFile'
:
'此操作将永久删除该文件, 是否继续?'
,
},
'components.diskFileUpload.deleteFilePrompt'
:
'提示'
,
login
:
{
'components.diskFileUpload.true'
:
'确定'
,
error
:
'错误'
,
'components.diskFileUpload.false'
:
'取消'
,
caption
:
'欢迎登录'
,
'components.diskFileUpload.deleteFileFailure'
:
'删除文件失败'
,
placeholder1
:
'用户名'
,
'components.diskFileUpload.updateFailure'
:
'批量更新文件失败'
,
placeholder2
:
'密码'
,
'components.diskImageUpload.preview'
:
'预览'
,
name
:
'登录'
,
'components.diskImageUpload.OCRdiscern'
:
'ORC识别'
,
reset
:
'重置'
,
'components.diskImageUpload.load'
:
'下载'
,
register
:
'注册'
,
'components.diskImageUpload.delete'
:
'删除'
,
logout
:
'登出'
,
'components.diskImageUpload.getImageFailure'
:
'获取图片列表失败'
,
other
:
'其他登录方式'
,
'components.diskImageUpload.loadImageFailure'
:
'下载缩略图失败'
,
tip
:
'输入用户名和密码'
,
'components.diskImageUpload.loadImageFailure1'
:
'下载缩略图失败,未获取到文件!'
,
warning1
:
'qq授权登录暂未支持'
,
'components.diskImageUpload.loadImageFailure2'
:
'下载图片失败'
,
warning2
:
'微信授权登录暂未支持'
,
'components.diskImageUpload.loadImageFailure3'
:
'下载图片失败,未找到图片!'
,
loginname
:
{
'components.diskImageUpload.ImageIdNone'
:
'图片id不存在!'
,
placeholder
:
'请输入用户名'
,
'components.diskImageUpload.uploadImageFailure'
:
'上传图片失败'
,
message
:
'用户名不能为空'
,
'components.diskImageUpload.uploadImageFailure1'
:
'上传失败,仅支持'gif,jpg,png,bmp'格式的图片!'
,
},
'components.diskImageUpload.uploadFailure'
:
'上传失败,单个图片不得超过'
,
password
:
{
'components.diskImageUpload.notImageUrl'
:
'图片url不存在'
,
placeholder
:
'请输入密码'
,
'components.diskImageUpload.deleteFile'
:
'此操作将永久删除该文件, 是否继续?'
,
message
:
'密码不能为空'
,
'components.diskImageUpload.deleteFilePrompt'
:
'提示'
,
},
'components.diskImageUpload.true'
:
'确定'
,
loginfailed
:
'登录失败'
,
'components.diskImageUpload.false'
:
'取消'
,
authfailed
:
'验证失败'
,
'components.diskImageUpload.deleteImageFailure'
:
'删除图片失败'
,
phoneplaceholder
:
'请输入手机号'
,
'components.diskImageUpload.updateFailure'
:
'批量更新文件失败'
,
phonefailed
:
'手机号不正确'
,
'components.appMapPosition.submit'
:
'确认'
,
codeplaceholder
:
'请输入验证码'
,
'components.appMapPosition.title'
:
'请选择地址'
,
getcode
:
'获取验证码'
,
'components.appSortBar.title'
:
'排序'
,
getcodeafter
:
'后获取验证码'
,
'components.appAfterTime.minutesAgo'
:
'分钟前'
,
entervercode
:
'请输入验证码'
,
'components.appAfterTime.hoursAgo'
:
'小时前'
,
},
'components.appAfterTime.dayAgo'
:
'天前'
,
appUser
:
{
'components.appAfterTime.monthsAgo'
:
'月前'
,
name
:
'系统管理员'
,
'components.appAfterTime.yearsAgo'
:
'年前'
,
logout
:
'退出登录'
,
'components.timeline.index'
:
"序号"
,
surelogout
:
'确认要退出登录?'
,
'components.timeline.node'
:
"节点"
,
changepwd
:
"修改密码"
,
'components.timeline.author'
:
"办理人员"
,
},
'components.timeline.type'
:
"操作"
,
appTheme
:
{
'components.timeline.lasttime'
:
"完成时间"
,
caption
:
{
'components.timeline.opinion'
:
"审批意见"
,
theme
:
'主题'
,
'components.timeline.inhand'
:
"待办理:"
,
font
:
'字体'
,
},
fontFamilys
:
{
EYInterstate
:
'思源黑体'
,
SimHei
:
'黑体'
,
YouYuan
:
'幼圆'
,
},
},
appFormGroup
:
{
hide
:
'隐藏字段'
,
showMore
:
'显示更多字段'
,
},
appUpdatePassword
:
{
oldPwd
:
'原密码'
,
newPwd
:
'新密码'
,
confirmPwd
:
'确认密码'
,
sure
:
'确认修改'
,
oldPwdErr
:
'原密码不能为空!'
,
newPwdErr
:
'新密码不能为空!'
,
confirmPwdErr
:
'两次输入密码不一致!'
,
},
appAddressSelection
:
{
loadDataFail
:
'城市数据加载失败'
},
appGroupSelect
:{
groupSelect
:
'分组选择'
,
},
appImageUpload
:{
uploadFail
:
'上传失败'
,
limitselect
:
'当前限制选择数量为 '
,
},
appOrgSelect
:{
loadFail
:
'加载数据失败'
},
appTransfer
:{
title1
:
'未选择'
,
title2
:
'已选择'
,
},
appWFApproval
:{
commit
:
'提交'
,
wait
:
'等待'
,
handle
:
'处理'
,
placeholder
:
'请输入内容'
,
end
:
'结束'
},
contextMenuDrag
:{
allApp
:
'全部应用'
,
noFind
:
'未找到该应用'
},
filterMode
:{
placeholder
:
'条件逻辑'
,
},
filterTree
:{
title1
:
'添加条件'
,
title2
:
'添加组'
,
placeholder
:
'属性'
,
},
iBizGroupPicker
:{
ok
:
'确认'
,
cancel
:
'取消'
,
},
iBizGroupSelect
:{
groupSelect
:
'分组选择'
},
tabPageExp
:{
more
:
'更多'
,
},
uploadFile
:{
imgMsg
:
'将图片拖到这里替换'
,
localUpload
:
'本地上传'
,
or
:
'或'
,
imgMsg1
:
'从素材库选择'
},
lockScren
:{
title
:
'设置锁屏密码'
,
label
:
'锁屏密码'
,
message
:
'锁屏密码不能为空'
,
placeholder
:
'请输入锁屏密码'
,
placeholder1
:
'请输入登录密码'
,
message1
:
'解锁密码错误,请重新输入'
,
promptInformation
:
'是否退出系统, 是否继续?'
,
prompt
:
'提示'
,
confirmButtonText
:
'确定'
,
cancelButtonText
:
'取消'
,
},
cronEditor
:
{
label
:
{
second
:
'秒'
,
minute
:
'分'
,
hour
:
'时'
,
day
:
'日'
,
week
:
'周'
,
month
:
'月'
,
year
:
'年'
,
},
public
:
{
specify
:
'指定'
,
notSpecify
:
'不指定'
,
cycle
:
'周期'
,
from
:
'从'
,
to
:
'至'
,
loop
:
'循环'
,
every
:
'每'
,
once
:
'执行一次'
,
},
second
:
'秒'
,
minute
:
'分'
,
hour
:
{
title
:
'时'
,
everyHour
:
'每时'
,
hourStart
:
'时开始,每'
,
onceAHour
:
'时执行一次'
,
},
day
:
{
title
:
'日'
,
daily
:
'每日'
,
workDay
:
'工作日'
,
dayStart
:
'日开始,每'
,
onceADay
:
'日执行一次'
,
thisMonth
:
'本月'
,
lastWorkDay
:
'号,最近的工作日'
,
lastDayOfMonth
:
'本月最后一天'
,
},
month
:
{
title
:
'月'
,
everyMonth
:
'每月'
,
monthStart
:
'月开始,每'
,
onceAMonth
:
'月执行一次'
,
},
week
:
{
title
:
'周'
,
everyWeek
:
'每周'
,
from
:
'从星期'
,
to
:
'至星期'
,
start
:
'开始,每'
,
onceADay
:
'天执行一次'
,
specifyWeek
:
'指定周'
,
weekOfMonth
:
'本月第'
,
weekWeek
:
'周,星期'
,
lastOfMonth
:
'本月最后一个'
,
week
:
'星期'
,
},
year
:
{
title
:
'年'
,
everyYear
:
'每年'
,
},
message
:
{
error1
:
'日期与星期不可以同时为“不指定”'
,
error2
:
'日期与星期必须有一个为“不指定”'
,
},
},
appMessagePopover
:
{
loadMore
:
'加载更多'
,
noMore
:
'没有更多了'
},
appmessagebox
:
{
ok
:
"确 认"
,
cancel
:
"取 消"
},
diskFileUpload
:{
fileDrag
:
'将文件拖到此处,或'
,
clickUpload
:
'点击上传'
,
load
:
'下载'
,
preview
:
'预览'
,
edit
:
'编辑'
,
delete
:
'删除'
,
clues
:
'单个文件大小不超过'
,
clues1
:
'文件不超过'
,
getFileFailure
:
'获取文件列表失败'
,
loadFailure
:
'上传文件失败'
,
loadFailure1
:
'上传失败,单个文件不得超过'
,
downloadFile
:
'下载文件失败'
,
downloadFile1
:
'下载文件失败,未获取到文件!'
,
deleteFile
:
'此操作将永久删除该文件, 是否继续?'
,
deleteFilePrompt
:
'提示'
,
true
:
'确定'
,
false
:
'取消'
,
deleteFileFailure
:
'删除文件失败'
,
updateFailure
:
'批量更新文件失败'
,
},
diskImageUpload
:{
preview
:
'预览'
,
OCRdiscern
:
'ORC识别'
,
load
:
'下载'
,
delete
:
'删除'
,
getImageFailure
:
'获取图片列表失败'
,
loadImageFailure
:
'下载缩略图失败'
,
loadImageFailure1
:
'下载缩略图失败,未获取到文件!'
,
loadImageFailure2
:
'下载图片失败'
,
loadImageFailure3
:
'下载图片失败,未找到图片!'
,
ImageIdNone
:
'图片id不存在!'
,
uploadImageFailure
:
'上传图片失败'
,
uploadImageFailure1
:
'上传失败,仅支持'gif,jpg,png,bmp'格式的图片!'
,
uploadFailure
:
'上传失败,单个图片不得超过'
,
notImageUrl
:
'图片url不存在'
,
deleteFile
:
'此操作将永久删除该文件, 是否继续?'
,
deleteFilePrompt
:
'提示'
,
true
:
'确定'
,
false
:
'取消'
,
deleteImageFailure
:
'删除图片失败'
,
updateFailure
:
'批量更新文件失败'
,
},
appMapPosition
:
{
submit
:
'确认'
,
title
:
'请选择地址'
},
appSortBar
:
{
title
:
'排序'
},
appAfterTime
:{
minutesAgo
:
'分钟前'
,
hoursAgo
:
'小时前'
,
dayAgo
:
'天前'
,
monthsAgo
:
'月前'
,
yearsAgo
:
'年前'
},
timeline
:
{
index
:
"序号"
,
node
:
"节点"
,
author
:
"办理人员"
,
type
:
"操作"
,
lasttime
:
"完成时间"
,
opinion
:
"审批意见"
,
inhand
:
"待办理:"
,
}
},
custom
:
getCustomLocaleResource
(),
custom
:
getCustomLocaleResource
(),
...
getBaseLocaleResource
()
...
getBaseLocaleResource
()
};
};
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/default-searchform/default-searchform-base.vue
浏览文件 @
7ebd93af
...
@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -712,7 +712,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
load
(
opt
:
any
=
{}):
void
{
public
load
(
opt
:
any
=
{}):
void
{
if
(
!
this
.
loadAction
){
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
8Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
5Data
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loadAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
...
@@ -748,7 +748,7 @@ export default class DefaultBase extends Vue implements ControlInterface {
*/
*/
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
public
async
loadDraft
(
opt
:
any
=
{},
mode
?:
string
):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
){
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
8Grid
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
5Data
View'
+
(
this
.
$t
(
'app.searchForm.notConfig.loaddraftAction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizbook/main-form/main-form-base.vue
浏览文件 @
7ebd93af
...
@@ -1683,7 +1683,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1683,7 +1683,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
*/
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
public
async
load
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loadAction
){
if
(
!
this
.
loadAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
6
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loadaction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
};
const
arg
:
any
=
{
...
opt
};
...
@@ -1735,7 +1735,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1735,7 +1735,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
*/
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
public
async
loadDraft
(
opt
:
any
=
{}):
Promise
<
any
>
{
if
(
!
this
.
loaddraftAction
)
{
if
(
!
this
.
loaddraftAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
6
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.loaddraftaction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
{
...
opt
}
;
const
arg
:
any
=
{
...
opt
}
;
...
@@ -1806,7 +1806,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1806,7 +1806,7 @@ export default class MainBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
6
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
return
;
}
}
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
arg
,{
viewparams
:
this
.
viewparams
});
...
@@ -1914,7 +1914,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1914,7 +1914,7 @@ export default class MainBase extends Vue implements ControlInterface {
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
const
action
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)
?
this
.
updateAction
:
this
.
createAction
;
if
(
!
action
){
if
(
!
action
){
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
let
actionName
:
any
=
Object
.
is
(
data
.
srfuf
,
'1'
)?
"updateAction"
:
"createAction"
;
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
6
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.actionname'
)
as
string
)
});
return
;
return
;
}
}
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
arg
,
{
viewparams
:
this
.
viewparams
});
...
@@ -2128,7 +2128,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -2128,7 +2128,7 @@ export default class MainBase extends Vue implements ControlInterface {
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
public
remove
(
opt
:
Array
<
any
>
=
[],
showResultInfo
?:
boolean
):
Promise
<
any
>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
return
new
Promise
((
resolve
:
any
,
reject
:
any
)
=>
{
if
(
!
this
.
removeAction
){
if
(
!
this
.
removeAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
9
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZBOOKUsr
6
EditView'
+
(
this
.
$t
(
'app.formpage.notconfig.removeaction'
)
as
string
)
});
return
;
return
;
}
}
const
arg
:
any
=
opt
[
0
];
const
arg
:
any
=
opt
[
0
];
...
...
This diff is collapsed.
Click to expand it.
app_Web/src/widgets/ibizorder-detail/main-grid/main-grid-base.vue
浏览文件 @
7ebd93af
...
@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -964,7 +964,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
fetchAction
)
{
if
(
!
this
.
fetchAction
)
{
this
.
$Notice
.
error
({
this
.
$Notice
.
error
({
title
:
this
.
$t
(
"app.commonWords.wrong"
)
as
string
,
title
:
this
.
$t
(
"app.commonWords.wrong"
)
as
string
,
desc
:
"IBIZOrderDetailGridView9"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
desc
:
"IBIZOrderDetail
S
GridView9"
+
(
this
.
$t
(
"app.gridpage.notConfig.fetchAction"
)
as
string
),
});
});
return
;
return
;
}
}
...
@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1123,7 +1123,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
removeAction
)
{
if
(
!
this
.
removeAction
)
{
this
.
$Notice
.
error
({
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.removeAction'
)
as
string
)
});
});
return
;
return
;
}
}
...
@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -1237,7 +1237,7 @@ export default class MainBase extends Vue implements ControlInterface {
*/
*/
public
addBatch
(
arg
:
any
=
{}):
void
{
public
addBatch
(
arg
:
any
=
{}):
void
{
if
(
!
this
.
fetchAction
){
if
(
!
this
.
fetchAction
){
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.fetchAction'
)
as
string
)
});
return
;
return
;
}
}
if
(
!
arg
){
if
(
!
arg
){
...
@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -2132,7 +2132,7 @@ export default class MainBase extends Vue implements ControlInterface {
try
{
try
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
))
{
if
(
Object
.
is
(
item
.
rowDataState
,
'create'
))
{
if
(
!
this
.
createAction
)
{
if
(
!
this
.
createAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.createAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -2141,7 +2141,7 @@ export default class MainBase extends Vue implements ControlInterface {
}
}
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
}
else
if
(
Object
.
is
(
item
.
rowDataState
,
'update'
)){
if
(
!
this
.
updateAction
)
{
if
(
!
this
.
updateAction
)
{
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.updateAction'
)
as
string
)
});
}
else
{
}
else
{
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
Object
.
assign
(
item
,
{
viewparams
:
this
.
viewparams
});
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
const
tempContext
=
Util
.
deepCopy
(
this
.
context
);
...
@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface {
...
@@ -2217,7 +2217,7 @@ export default class MainBase extends Vue implements ControlInterface {
if
(
!
this
.
loaddraftAction
){
if
(
!
this
.
loaddraftAction
){
this
.
$Notice
.
error
({
this
.
$Notice
.
error
({
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
title
:
(
this
.
$t
(
'app.commonWords.wrong'
)
as
string
),
desc
:
'IBIZOrderDetailGridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
desc
:
'IBIZOrderDetail
S
GridView9'
+
(
this
.
$t
(
'app.gridpage.notConfig.loaddraftAction'
)
as
string
)
});
});
return
;
return
;
}
}
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK/PSGANTTS/Usr.json
浏览文件 @
7ebd93af
...
@@ -12,18 +12,6 @@
...
@@ -12,18 +12,6 @@
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
"path"
:
"PSSYSAPPS/Web/PSAPPDATAENTITIES/IBIZBOOK.json"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"归还日期"
,
"caption"
:
"归还日期"
,
"codeName"
:
"returntime"
,
"codeName"
:
"returntime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
@@ -47,6 +35,18 @@
...
@@ -47,6 +35,18 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
},
{
"caption"
:
"借出日期"
,
"caption"
:
"借出日期"
,
"codeName"
:
"lendouttime"
,
"codeName"
:
"lendouttime"
,
...
@@ -60,13 +60,13 @@
...
@@ -60,13 +60,13 @@
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
作者
"
,
"caption"
:
"
图书名称
"
,
"codeName"
:
"
author
"
,
"codeName"
:
"
ibizbookname
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"dataItemName"
:
"
ibizbookname
"
,
"mOSFilePath"
:
"psdetreecols/
author
"
,
"mOSFilePath"
:
"psdetreecols/
ibizbookname
"
,
"name"
:
"
author
"
,
"name"
:
"
ibizbookname
"
,
"rTMOSFilePath"
:
"psdetreecols/
author
"
,
"rTMOSFilePath"
:
"psdetreecols/
ibizbookname
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
...
This diff is collapsed.
Click to expand it.
demo-boot/src/main/resources/static/remotemodel/PSSYSAPPS/Web/PSAPPDEVIEWS/IBIZBOOKGanttView.json
浏览文件 @
7ebd93af
...
@@ -46,18 +46,6 @@
...
@@ -46,18 +46,6 @@
"id"
:
"GANTT"
"id"
:
"GANTT"
},
},
"getPSDETreeColumns"
:
[
{
"getPSDETreeColumns"
:
[
{
"caption"
:
"图书名称"
,
"codeName"
:
"ibizbookname"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"ibizbookname"
,
"mOSFilePath"
:
"psdetreecols/ibizbookname"
,
"name"
:
"ibizbookname"
,
"rTMOSFilePath"
:
"psdetreecols/ibizbookname"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
"caption"
:
"归还日期"
,
"caption"
:
"归还日期"
,
"codeName"
:
"returntime"
,
"codeName"
:
"returntime"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
...
@@ -81,6 +69,18 @@
...
@@ -81,6 +69,18 @@
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
"caption"
:
"作者"
,
"codeName"
:
"author"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"author"
,
"mOSFilePath"
:
"psdetreecols/author"
,
"name"
:
"author"
,
"rTMOSFilePath"
:
"psdetreecols/author"
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableSort"
:
false
},
{
},
{
"caption"
:
"借出日期"
,
"caption"
:
"借出日期"
,
"codeName"
:
"lendouttime"
,
"codeName"
:
"lendouttime"
,
...
@@ -94,13 +94,13 @@
...
@@ -94,13 +94,13 @@
"enableExpand"
:
false
,
"enableExpand"
:
false
,
"enableSort"
:
false
"enableSort"
:
false
},
{
},
{
"caption"
:
"
作者
"
,
"caption"
:
"
图书名称
"
,
"codeName"
:
"
author
"
,
"codeName"
:
"
ibizbookname
"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"columnType"
:
"DEFGRIDCOLUMN"
,
"dataItemName"
:
"
author
"
,
"dataItemName"
:
"
ibizbookname
"
,
"mOSFilePath"
:
"psdetreecols/
author
"
,
"mOSFilePath"
:
"psdetreecols/
ibizbookname
"
,
"name"
:
"
author
"
,
"name"
:
"
ibizbookname
"
,
"rTMOSFilePath"
:
"psdetreecols/
author
"
,
"rTMOSFilePath"
:
"psdetreecols/
ibizbookname
"
,
"width"
:
200
,
"width"
:
200
,
"widthUnit"
:
"px"
,
"widthUnit"
:
"px"
,
"enableExpand"
:
false
,
"enableExpand"
:
false
,
...
...
This diff is collapsed.
Click to expand it.
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录