|
| 1 | +{ |
| 2 | + "menu": { |
| 3 | + "dashboard": "Dashboard", |
| 4 | + "employees": "Employees", |
| 5 | + "employees.employeeList": "List", |
| 6 | + "employees.addEmployee": "Create", |
| 7 | + "departments": "Departments", |
| 8 | + "departments.departmentList": "List", |
| 9 | + "departments.addDepartment": "Create", |
| 10 | + "positions": "Positions", |
| 11 | + "positions.positionList": "List", |
| 12 | + "positions.addPosition": "Create", |
| 13 | + "salaryRanges": "Salary Ranges", |
| 14 | + "salaryRanges.salaryRangeList": "List", |
| 15 | + "salaryRanges.addSalaryRange": "Create", |
| 16 | + "design": "Design", |
| 17 | + "design.colors": "Color System", |
| 18 | + "design.icons": "Material Icons", |
| 19 | + "material": "Material", |
| 20 | + "material.form-controls": "Form Controls", |
| 21 | + "material.form-controls.autocomplete": "Autocomplete", |
| 22 | + "material.form-controls.checkbox": "Checkbox", |
| 23 | + "material.form-controls.datepicker": "Datepicker", |
| 24 | + "material.form-controls.form-field": "Form Field", |
| 25 | + "material.form-controls.input": "Input", |
| 26 | + "material.form-controls.radio": "Radio", |
| 27 | + "material.form-controls.select": "Select", |
| 28 | + "material.form-controls.slider": "Slider", |
| 29 | + "material.form-controls.slide-toggle": "Slide Toggle", |
| 30 | + "material.navigation": "Navigation", |
| 31 | + "material.navigation.menu": "Menu", |
| 32 | + "material.navigation.sidenav": "Sidenav", |
| 33 | + "material.navigation.toolbar": "Toolbar", |
| 34 | + "material.layout": "Layout", |
| 35 | + "material.layout.card": "Card", |
| 36 | + "material.layout.divider": "Divider", |
| 37 | + "material.layout.expansion": "Expansion Panel", |
| 38 | + "material.layout.grid-list": "Grid List", |
| 39 | + "material.layout.list": "List", |
| 40 | + "material.layout.stepper": "Stepper", |
| 41 | + "material.layout.tab": "Tab", |
| 42 | + "material.layout.tree": "Tree", |
| 43 | + "material.buttons-indicators": "Buttons & Indicators", |
| 44 | + "material.buttons-indicators.button": "Buttons", |
| 45 | + "material.buttons-indicators.button-toggle": "Button Toggle", |
| 46 | + "material.buttons-indicators.badge": "Badge", |
| 47 | + "material.buttons-indicators.chips": "Chips", |
| 48 | + "material.buttons-indicators.icon": "Icon", |
| 49 | + "material.buttons-indicators.progress-spinner": "Progress Spinner", |
| 50 | + "material.buttons-indicators.progress-bar": "Progress Bar", |
| 51 | + "material.buttons-indicators.ripple": "Ripple", |
| 52 | + "material.popups-modals": "Popups & Modals", |
| 53 | + "material.popups-modals.bottom-sheet": "Bottom Sheet", |
| 54 | + "material.popups-modals.dialog": "Dialog", |
| 55 | + "material.popups-modals.snackbar": "Snackbar", |
| 56 | + "material.popups-modals.tooltip": "Tooltip", |
| 57 | + "material.data-table": "Data Table", |
| 58 | + "material.data-table.paginator": "Paginator", |
| 59 | + "material.data-table.sort": "Sort", |
| 60 | + "material.data-table.table": "Table", |
| 61 | + "media": "Media", |
| 62 | + "media.gallery": "Gallery", |
| 63 | + "forms": "Forms", |
| 64 | + "forms.form-elements": "Form Elements", |
| 65 | + "forms.dynamic-form": "Dynamic Form", |
| 66 | + "forms.select": "Select", |
| 67 | + "forms.datetime": "Date Time", |
| 68 | + "tables": "Tables", |
| 69 | + "tables.kitchen-sink": "Kitchen Sink", |
| 70 | + "tables.remote-data": "Remote Data", |
| 71 | + "profile": "Profile", |
| 72 | + "profile.overview": "Overview", |
| 73 | + "profile.settings": "Settings", |
| 74 | + "extensions": "Extensions", |
| 75 | + "sessions": "Sessions", |
| 76 | + "sessions.403": "403", |
| 77 | + "sessions.404": "404", |
| 78 | + "sessions.500": "500", |
| 79 | + "utilities": "Utilities", |
| 80 | + "utilities.css-grid": "CSS Grid", |
| 81 | + "utilities.css-helpers": "CSS Helpers", |
| 82 | + "menu-level": "Menu Level", |
| 83 | + "menu-level.level-1-1": "Level 1.1", |
| 84 | + "menu-level.level-1-2": "Level 1.2", |
| 85 | + "menu-level.level-1-1.level-2-1": "Level 2.1", |
| 86 | + "menu-level.level-1-1.level-2-2": "Level 2.2", |
| 87 | + "menu-level.level-1-1.level-2-1.level-3-1": "Level 3.1", |
| 88 | + "menu-level.level-1-1.level-2-1.level-3-1.level-4-1": "Level 4.1", |
| 89 | + "permissions": "Permissions", |
| 90 | + "permissions.role-switching": "Role Switching", |
| 91 | + "permissions.route-guard": "Route Guard", |
| 92 | + "permissions.test": "Permission Test" |
| 93 | + }, |
| 94 | + "validation": { |
| 95 | + "required": "This field is required", |
| 96 | + "min_length": "This value should be no less than {{number}} characters", |
| 97 | + "max_length": "This value should be no more than {{number}} characters", |
| 98 | + "min": "This value should be no less than {{number}}", |
| 99 | + "max": "This value should be no more than {{number}}", |
| 100 | + "exist": "The {{value}} has exists", |
| 101 | + "inconsistent": "Inconsistent with {{value}}", |
| 102 | + "invalid_email": "Invalid email" |
| 103 | + }, |
| 104 | + "paginator": { |
| 105 | + "items_per_page_label": "Items per page:", |
| 106 | + "next_page_label": "Next page", |
| 107 | + "previous_page_label": "Previous page", |
| 108 | + "first_page_label": "First page", |
| 109 | + "last_page_label": "Last page", |
| 110 | + "range_page_label_1": "no record", |
| 111 | + "range_page_label_2": "{{startIndex}} - {{endIndex}} of {{length}}" |
| 112 | + }, |
| 113 | + "en_us": "English", |
| 114 | + "zh_cn": "Simplified Chinese", |
| 115 | + "zh_tw": "Traditional Chinese", |
| 116 | + "system": "System", |
| 117 | + "position": "Position", |
| 118 | + "name": "Name", |
| 119 | + "weight": "Weight", |
| 120 | + "symbol": "Symbol", |
| 121 | + "gender": "Gender", |
| 122 | + "mobile": "Mobile", |
| 123 | + "tele": "Telephone", |
| 124 | + "birthday": "Birthday", |
| 125 | + "city": "City", |
| 126 | + "address": "Address", |
| 127 | + "website": "Website", |
| 128 | + "company": "Company", |
| 129 | + "email": "Email", |
| 130 | + "operation": "Operation", |
| 131 | + "edit": "Edit", |
| 132 | + "delete": "Delete", |
| 133 | + "confirm_delete": "Confirm delete?", |
| 134 | + "ok": "Ok", |
| 135 | + "close": "Close", |
| 136 | + "profile": "Profile", |
| 137 | + "edit_profile": "Edit profile", |
| 138 | + "logout": "logout", |
| 139 | + "login": "Login", |
| 140 | + "login_title": "Welcome Back", |
| 141 | + "have_no_account": "Don't have an account", |
| 142 | + "create_one_account": "Click here to create one", |
| 143 | + "please_enter": "Please enter", |
| 144 | + "username": "Username", |
| 145 | + "password": "Password", |
| 146 | + "confirm_password": "Confirm Password", |
| 147 | + "remember_me": "Remember Me", |
| 148 | + "register": "Create account", |
| 149 | + "register_welcome": "Welcome", |
| 150 | + "register_title": "It only takes a few seconds to create your account", |
| 151 | + "read_and_agree": "I have read and agree to the terms of service", |
| 152 | + "have_an_account": "Already have an account", |
| 153 | + "restore_defaults": "Restore defaults" |
| 154 | +} |
0 commit comments