| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- {
-
- "nav": {
- "category": {
- "navigation": "Navigation"
- },
- "dash": {
- "main": "Dashboard",
- "ecommerce": "Ecommerce",
- "crm": "CRM",
- "analytics": "Analytics",
- "project": "Project",
- "hospital": "Hospital",
- "freelancing": "Freelancing",
- "music": "Music"
- },
- "page_layout": {
- "main":"Page layouts",
- "vertical":{
- "main": "Vertical",
- "static-layout": "Static Layout",
- "header-fixed": "Header Fixed",
- "compact": "Compact",
- "sidebar-fixed": "Sidebar Fixed"
- },
- "horizontal":{
- "main": "Horizontal",
- "static-layout": "Static Layout",
- "fixed-layout": "Fixed layout",
- "static-with-icon": "Static With Icon",
- "fixed-with-icon": "Fixed With Icon"
- },
- "bottom-menu": "Bottom Menu",
- "box-layout": "Box Layout",
- "rtl": "RTL"
- },
- "navigate": {
- "main": "Navigation",
- "navbar": "Navbar",
- "navbar-inverse": "Navbar Inverse",
- "navbar-with-elements": "Navbar With Elements"
- },
- "widget": {
- "main": "Widget"
-
- }
- }
- }
-
|