Toggle navigation
Toggle navigation
This project
Loading...
Sign in
runsa
/
crm
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
Anthony
2016-09-07 13:18:10 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
5e79d492b498f90d05c902243d1a749c951f3122
5e79d492
1 parent
275a1334
brand resource
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
32 additions
and
0 deletions
portal/portal.web/src/main/webapp/js/views/brand/nls/en-US/resource.js
portal/portal.web/src/main/webapp/js/views/brand/nls/resource.js
portal/portal.web/src/main/webapp/js/views/brand/nls/en-US/resource.js
0 → 100644
View file @
5e79d49
define
({
});
\ No newline at end of file
portal/portal.web/src/main/webapp/js/views/brand/nls/resource.js
0 → 100644
View file @
5e79d49
define
({
root
:{
name
:
'品牌名称'
,
desc
:
'品牌描述'
,
code
:
'编码值'
,
valid
:
'是否可用'
,
deaclength
:
'描述输入长度超过100'
,
grid
:{
title
:
'经营品牌'
,
BRNAME
:
'名称'
,
BRDESC
:
'描述'
,
BRCODE
:
'编码值'
,
PTVALID
:
'可用'
},
addDialog
:{
title
:
'经营品牌'
},
editDialog
:{
title
:
'修改品牌信息'
,
tip
:
'请选择要编辑的数据!'
},
removeDialog
:{
title
:
'你确定要删除这条信息吗?'
,
tip
:
'请选择要删除的数据!'
,
deBrand
:
'默认经营品牌不能删除!'
}
},
"en-US"
:
true
,
"en-US-paris"
:
true
});
\ No newline at end of file
Please
register
or
login
to post a comment