Initial commit (code only without large binaries)
This commit is contained in:
2
EdgeAdmin/web/public/js/langs/base.js
Normal file
2
EdgeAdmin/web/public/js/langs/base.js
Normal file
@@ -0,0 +1,2 @@
|
||||
// generated by 'langs generate'
|
||||
window.LANG_MESSAGES_BASE = {"admin_dashboard@ui_dns":"DNS","admin_dashboard@ui_events":"事件","admin_dashboard@ui_overview":"概况","admin_dashboard@ui_user":"用户","admin_dashboard@ui_waf":"WAF"};
|
||||
14
EdgeAdmin/web/public/js/langs/en-us.css
Normal file
14
EdgeAdmin/web/public/js/langs/en-us.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.main-menu .menu .item,
|
||||
.left-box .menu .item {
|
||||
font-size: 0.95em;
|
||||
}
|
||||
.main-menu .menu .sub-items .item,
|
||||
.left-box .menu .sub-items .item {
|
||||
line-height: 1.4;
|
||||
}
|
||||
.left-box .menu .item {
|
||||
line-height: 1.4;
|
||||
padding-top: 0.2em !important;
|
||||
padding-bottom: 0.2em !important;
|
||||
}
|
||||
/*# sourceMappingURL=en-us.css.map */
|
||||
1
EdgeAdmin/web/public/js/langs/en-us.css.map
Normal file
1
EdgeAdmin/web/public/js/langs/en-us.css.map
Normal file
@@ -0,0 +1 @@
|
||||
{"version":3,"sources":["en-us.less"],"names":[],"mappings":"AAAA,UACC,MACC;AAFU,SACX,MACC;EACC,iBAAA;;AAHH,UACC,MAKC,WACC;AAPS,SACX,MAKC,WACC;EACC,gBAAA;;AAMJ,SACC,MACC;EACC,gBAAA;EACA,kBAAA;EACA,qBAAA","file":"en-us.css"}
|
||||
2
EdgeAdmin/web/public/js/langs/en-us.js
Normal file
2
EdgeAdmin/web/public/js/langs/en-us.js
Normal file
@@ -0,0 +1,2 @@
|
||||
// generated by 'langs generate'
|
||||
window.LANG_MESSAGES = {"admin_dashboard@ui_dns":"DNS","admin_dashboard@ui_events":"Events","admin_dashboard@ui_overview":"Overview","admin_dashboard@ui_user":"Users","admin_dashboard@ui_waf":"WAF"};
|
||||
23
EdgeAdmin/web/public/js/langs/en-us.less
Normal file
23
EdgeAdmin/web/public/js/langs/en-us.less
Normal file
@@ -0,0 +1,23 @@
|
||||
.main-menu, .left-box {
|
||||
.menu {
|
||||
.item {
|
||||
font-size: 0.95em;
|
||||
}
|
||||
|
||||
.sub-items {
|
||||
.item {
|
||||
line-height: 1.4;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.left-box {
|
||||
.menu {
|
||||
.item {
|
||||
line-height: 1.4;
|
||||
padding-top: 0.2em !important;
|
||||
padding-bottom: 0.2em !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
0
EdgeAdmin/web/public/js/langs/zh-cn.css
Normal file
0
EdgeAdmin/web/public/js/langs/zh-cn.css
Normal file
2
EdgeAdmin/web/public/js/langs/zh-cn.js
Normal file
2
EdgeAdmin/web/public/js/langs/zh-cn.js
Normal file
@@ -0,0 +1,2 @@
|
||||
// generated by 'langs generate'
|
||||
window.LANG_MESSAGES = {"admin_dashboard@ui_dns":"DNS","admin_dashboard@ui_events":"事件","admin_dashboard@ui_overview":"概况","admin_dashboard@ui_user":"用户","admin_dashboard@ui_waf":"WAF"};
|
||||
Reference in New Issue
Block a user