| | |
| | | // 定义中英文对照关系对象 |
| | | const translation = { |
| | | '上片机': 'Loading Machine', |
| | | '上片': 'Start showing a movie', |
| | | '上片一线': 'First line on film', |
| | | '上片二线': 'Second line on film', |
| | | '掰片/识别': 'Breaking /Identification', |
| | | '掰片一线': 'Broken piece line', |
| | | '掰片二线': 'Broken pieces with two lines', |
| | | '卧式缓存': 'Horizontal cache', |
| | | '卧式缓存一号线': 'Horizontal Cache 1', |
| | | '卧式缓存二号线': 'Horizontal Cache 2', |
| | | '磨边前卧式缓存': 'Horizontal buffer before edge grinding', |
| | | '下片卧式缓存': 'Offline horizontal cache', |
| | | '磨边(冷加工)': 'Grinding edge (cold processing)', |
| | | '磨边(冷加工)': 'Grinding edge (cold processing)', |
| | | '1线磨边(冷加工)': '1-line edge grinding (cold processing)', |
| | | '2线磨边(冷加工)': '2-line edge grinding (cold processing)', |
| | | '大理片笼': 'Dali slice cage', |
| | | '钢化': 'Toughened', |
| | | '钢化查询': 'Tempered steel inquiry', |
| | | '钢化前': 'Before Tempering', |
| | | '钢化后': 'After Tempering', |
| | | '下片台': 'Next Stage', |
| | |
| | | '用户管理': 'User Management', |
| | | '权限管理': 'Rights Management', |
| | | '角色管理': 'Roles', |
| | | '系统配置': 'system configuration', |
| | | '可视化系统': 'visualization system', |
| | | '报工管理': 'Job reporting management', |
| | | '仓储中心': 'Storage Center', |
| | | '原片仓储': 'Original film storage', |
| | | '中空': 'Hollow', |
| | | '中空一线': 'Hollow Line', |
| | | '中空二线': 'Hollow Second Line', |
| | | '中空三线': 'Hollow three line', |
| | | '中空理片笼': 'Hollow Film processing cage', |
| | | '中空折铝框': 'Hollow folded aluminum frame', |
| | | '大屏显示': 'Large Screen Display', |
| | | }; |
| | | menuData.forEach(menu => { |
| | | menu.menuName = translation[menu.menuName] || menu.menuName; |