13 lines
309 B
JavaScript
13 lines
309 B
JavaScript
|
|
var config = {
|
|||
|
|
"lang": "English222",
|
|||
|
|
"platform": {
|
|||
|
|
"title": "NOBLELIFT Platform",
|
|||
|
|
"tip1": "The user name cannot be empty",
|
|||
|
|
"tip2": "The password cannot be empty",
|
|||
|
|
"tip3": "当前语言,111111英语"
|
|||
|
|
},
|
|||
|
|
"common": {
|
|||
|
|
"home": "Dashboard",
|
|||
|
|
"Layout_setting": "Layout Setting"
|
|||
|
|
}
|
|||
|
|
}
|