Merge remote-tracking branch 'origin/admin' into acs_v1.0.0
# Conflicts: # nladmin-ui/src/i18n/langs/chinese.js # nladmin-ui/src/i18n/langs/english.js # nladmin-ui/src/i18n/langs/indonesian.js # nladmin-ui/src/i18n/langs/task/en.js # nladmin-ui/src/i18n/langs/task/in.js # nladmin-ui/src/i18n/langs/task/zh.js # nladmin-ui/src/views/monitor/online/locale/en.js # nladmin-ui/src/views/monitor/online/locale/in.js # nladmin-ui/src/views/monitor/online/locale/zh.js # nladmin-ui/src/views/system/dept/locale/en.js # nladmin-ui/src/views/system/dept/locale/in.js # nladmin-ui/src/views/system/dept/locale/zh.js # nladmin-ui/src/views/system/notice/locale/en.js # nladmin-ui/src/views/system/notice/locale/in.js # nladmin-ui/src/views/system/notice/locale/zh.js # nladmin-ui/src/views/system/redis/locale/en.js # nladmin-ui/src/views/system/redis/locale/in.js # nladmin-ui/src/views/system/redis/locale/zh.js # nladmin-ui/src/views/system/timing/locale/corn/en.js # nladmin-ui/src/views/system/timing/locale/corn/in.js # nladmin-ui/src/views/system/timing/locale/corn/zh.js # nladmin-ui/src/views/system/timing/locale/en.js # nladmin-ui/src/views/system/timing/locale/in.js # nladmin-ui/src/views/system/timing/locale/zh.js # nladmin-ui/src/views/tools/codeGen/locale/en.js # nladmin-ui/src/views/tools/codeGen/locale/in.js # nladmin-ui/src/views/tools/codeGen/locale/zh.js # nladmin-ui/src/views/tools/storage/locale/en.js # nladmin-ui/src/views/tools/storage/locale/in.js # nladmin-ui/src/views/tools/storage/locale/zh.js
This commit is contained in:
@@ -1,56 +1,37 @@
|
||||
import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
|
||||
import zh from './zh-CN'
|
||||
import menu from './menu/zh'
|
||||
import param from './param/zh'
|
||||
import instruction from './instruction/zh'
|
||||
import task from './task/zh'
|
||||
import history from './history/zh'
|
||||
import device from './device/zh'
|
||||
import opc from './opc/zh'
|
||||
import protocol from './protocol/zh'
|
||||
import address from './address/zh'
|
||||
import storageCell from './storageCell/zh'
|
||||
import route from './route/zh'
|
||||
import auto from './auto/zh'
|
||||
import customPolicy from './customPolicy/zh'
|
||||
import monitor from './monitor/zh'
|
||||
import timing from './timing/zh'
|
||||
import config from './config/zh'
|
||||
import user from './user/zh'
|
||||
import deviceErrorInfo from './deviceErrorInfo/zh'
|
||||
import role from './role/zh'
|
||||
import department from './department/zh'
|
||||
import dict from './dict/zh'
|
||||
import angle from './angle/zh'
|
||||
import log from './log/zh'
|
||||
import errorLog from './log/error/zh'
|
||||
import menu from '../../views/system/menu/locale/zh'
|
||||
import param from '../../views/system/param/locale/zh'
|
||||
import user from '../../views/system/user/locale/zh'
|
||||
import scheduler from '../../views/system/timing/locale/zh'
|
||||
import dept from '../../views/system/dept/locale/zh'
|
||||
import dict from '../../views/system/dict/locale/zh'
|
||||
import redis from '../../views/system/redis/locale/zh'
|
||||
import log from '../../views/monitor/log/locale/zh'
|
||||
import notice from '../../views/system/notice/locale/zh'
|
||||
import errorLog from '../../views/monitor/log/locale/error/zh'
|
||||
import online from '../../views/monitor/online/locale/zh'
|
||||
import role from '../../views/system/role/locale/zh'
|
||||
import corn from '../../views/system/timing/locale/corn/zh'
|
||||
import codegen from '../../views/tools/codeGen/locale/zh'
|
||||
import storage from '../../views/tools/storage/locale/zh'
|
||||
|
||||
export default {
|
||||
...zhLocale,
|
||||
...zh,
|
||||
...menu,
|
||||
...param,
|
||||
...device,
|
||||
...opc,
|
||||
...protocol,
|
||||
...address,
|
||||
...storageCell,
|
||||
...route,
|
||||
...instruction,
|
||||
...task,
|
||||
...history,
|
||||
...auto,
|
||||
...customPolicy,
|
||||
...monitor,
|
||||
...timing,
|
||||
...config,
|
||||
...deviceErrorInfo,
|
||||
...user,
|
||||
...role,
|
||||
...department,
|
||||
...scheduler,
|
||||
...dept,
|
||||
...dict,
|
||||
...angle,
|
||||
...redis,
|
||||
...log,
|
||||
...errorLog
|
||||
...notice,
|
||||
...errorLog,
|
||||
...online,
|
||||
...role,
|
||||
...corn,
|
||||
...codegen,
|
||||
...storage
|
||||
}
|
||||
|
||||
|
||||
@@ -1,28 +0,0 @@
|
||||
export default {
|
||||
'dict': {
|
||||
'table_title': {
|
||||
'code_Name': 'Code(Name)',
|
||||
'enter_code_name': 'Enter Name(Code)'
|
||||
},
|
||||
'table_value': {
|
||||
'Code': 'Code',
|
||||
'Name': 'Name',
|
||||
'Operate': 'Operate',
|
||||
'Dict': 'Dict'
|
||||
},
|
||||
'other': {
|
||||
'Dict_detail': 'Dict Detail',
|
||||
'Department_label': 'Department Label',
|
||||
'Dictionary_value': 'Dictionary Value',
|
||||
'Sort': 'Sort',
|
||||
'Parameter1': 'Parameter1',
|
||||
'Parameter2': 'Parameter2',
|
||||
'Parameter3': 'Parameter3',
|
||||
'Which_dictionary': 'Which Dictionary',
|
||||
'Click_dictionary_see_details': 'Click On The Dictionary To See Details'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Confirm That One Of The Selected Data Items Is Deleted?'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
export default {
|
||||
'dict': {
|
||||
'table_title': {
|
||||
'code_Name': 'Nama (Kode)',
|
||||
'enter_code_name': 'Masukkan Nama (Kode)'
|
||||
},
|
||||
'table_value': {
|
||||
'Code': 'Pengkodean Kamus',
|
||||
'Name': 'Nama',
|
||||
'Operate': 'Beroperasi',
|
||||
'Dict': 'Kamus'
|
||||
},
|
||||
'other': {
|
||||
'Dict_detail': 'Detail Kamus',
|
||||
'Department_label': 'Tag Kamus',
|
||||
'Dictionary_value': 'Nilai Kamus',
|
||||
'Sort': 'Jenis',
|
||||
'Parameter1': 'Parameter 1',
|
||||
'Parameter2': 'Parameter 2',
|
||||
'Parameter3': 'Parameter 3',
|
||||
'Which_dictionary': 'Kamus Yang Menjadi Miliknya',
|
||||
'Click_dictionary_see_details': 'Klik Kamus Untuk Melihat Detailnya'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Mengonfirmasi Bahwa Salah Satu Item Data Yang Dipilih Dihapus?'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,28 +0,0 @@
|
||||
export default {
|
||||
'dict': {
|
||||
'table_title': {
|
||||
'code_Name': '名称(编码)',
|
||||
'enter_code_name': '输入名称(编码)'
|
||||
},
|
||||
'table_value': {
|
||||
'Code': '字典编码',
|
||||
'Name': '名称',
|
||||
'Operate': '操作',
|
||||
'Dict': '字典'
|
||||
},
|
||||
'other': {
|
||||
'Dict_detail': '字典详情',
|
||||
'Department_label': '字典标签',
|
||||
'Dictionary_value': '字典值',
|
||||
'Sort': '排序',
|
||||
'Parameter1': '参数1',
|
||||
'Parameter2': '参数2',
|
||||
'Parameter3': '参数3',
|
||||
'Which_dictionary': '所属字典',
|
||||
'Click_dictionary_see_details': '点击字典查看详情'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确认删除选中的1条数据?'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,56 +1,37 @@
|
||||
import enLocale from 'element-ui/lib/locale/lang/en'
|
||||
import en from './en'
|
||||
import menu from './menu/en'
|
||||
import param from './param/en'
|
||||
import instruction from './instruction/en'
|
||||
import task from './task/en'
|
||||
import history from './history/en'
|
||||
import device from './device/en'
|
||||
import opc from './opc/en'
|
||||
import protocol from './protocol/en'
|
||||
import address from './address/en'
|
||||
import storageCell from './storageCell/en'
|
||||
import route from './route/en'
|
||||
import auto from './auto/en'
|
||||
import monitor from './monitor/en'
|
||||
import timing from './timing/en'
|
||||
import config from './config/en'
|
||||
import customPolicy from './customPolicy/en'
|
||||
import deviceErrorInfo from './deviceErrorInfo/en'
|
||||
import user from './user/en'
|
||||
import role from './role/en'
|
||||
import department from './department/en'
|
||||
import dict from './dict/en'
|
||||
import angle from './angle/en'
|
||||
import log from './log/en'
|
||||
import errorLog from './log/error/en'
|
||||
import menu from '../../views/system/menu/locale/en'
|
||||
import param from '../../views/system/param/locale/en'
|
||||
import user from '../../views/system/user/locale/en'
|
||||
import scheduler from '../../views/system/timing/locale/en'
|
||||
import dept from '../../views/system/dept/locale/en'
|
||||
import dict from '../../views/system/dict/locale/en'
|
||||
import redis from '../../views/system/redis/locale/en'
|
||||
import log from '../../views/monitor/log/locale/en'
|
||||
import notice from '../../views/system/notice/locale/en'
|
||||
import errorLog from '../../views/monitor/log/locale/error/en'
|
||||
import online from '../../views/monitor/online/locale/en'
|
||||
import role from '../../views/system/role/locale/en'
|
||||
import corn from '../../views/system/timing/locale/corn/en'
|
||||
import codegen from '../../views/tools/codeGen/locale/en'
|
||||
import storage from '../../views/tools/storage/locale/en'
|
||||
|
||||
export default {
|
||||
...enLocale,
|
||||
...en,
|
||||
...menu,
|
||||
...param,
|
||||
...instruction,
|
||||
...task,
|
||||
...history,
|
||||
...device,
|
||||
...opc,
|
||||
...protocol,
|
||||
...address,
|
||||
...storageCell,
|
||||
...route,
|
||||
...auto,
|
||||
...customPolicy,
|
||||
...monitor,
|
||||
...timing,
|
||||
...config,
|
||||
...deviceErrorInfo,
|
||||
...user,
|
||||
...role,
|
||||
...department,
|
||||
...scheduler,
|
||||
...dept,
|
||||
...dict,
|
||||
...angle,
|
||||
...redis,
|
||||
...log,
|
||||
...errorLog
|
||||
...notice,
|
||||
...errorLog,
|
||||
...online,
|
||||
...role,
|
||||
...corn,
|
||||
...codegen,
|
||||
...storage
|
||||
}
|
||||
|
||||
|
||||
@@ -1,56 +1,37 @@
|
||||
import idLocale from 'element-ui/lib/locale/lang/id'
|
||||
import id from './in'
|
||||
import menu from './menu/in'
|
||||
import param from './param/in'
|
||||
import instruction from './instruction/in'
|
||||
import task from './task/in'
|
||||
import history from './history/in'
|
||||
import device from './device/in'
|
||||
import opc from './opc/in'
|
||||
import protocol from './protocol/in'
|
||||
import address from './address/in'
|
||||
import storageCell from './storageCell/in'
|
||||
import route from './route/in'
|
||||
import auto from './auto/in'
|
||||
import monitor from './monitor/in'
|
||||
import timing from './timing/in'
|
||||
import config from './config/in'
|
||||
import customPolicy from './customPolicy/in'
|
||||
import deviceErrorInfo from './deviceErrorInfo/in'
|
||||
import user from './user/in'
|
||||
import role from './role/in'
|
||||
import department from './department/in'
|
||||
import dict from './dict/in'
|
||||
import angle from './angle/in'
|
||||
import log from './log/in'
|
||||
import errorLog from './log/error/in'
|
||||
import menu from '../../views/system/menu/locale/in'
|
||||
import param from '../../views/system/param/locale/in'
|
||||
import user from '../../views/system/user/locale/in'
|
||||
import scheduler from '../../views/system/timing/locale/in'
|
||||
import dept from '../../views/system/dept/locale/in'
|
||||
import dict from '../../views/system/dict/locale/in'
|
||||
import redis from '../../views/system/redis/locale/in'
|
||||
import log from '../../views/monitor/log/locale/in'
|
||||
import notice from '../../views/system/notice/locale/in'
|
||||
import errorLog from '../../views/monitor/log/locale/error/in'
|
||||
import online from '../../views/monitor/online/locale/in'
|
||||
import role from '../../views/system/role/locale/in'
|
||||
import corn from '../../views/system/timing/locale/corn/in'
|
||||
import codegen from '../../views/tools/codeGen/locale/in'
|
||||
import storage from '../../views/tools/storage/locale/in'
|
||||
|
||||
export default {
|
||||
...idLocale,
|
||||
...id,
|
||||
...menu,
|
||||
...param,
|
||||
...instruction,
|
||||
...task,
|
||||
...history,
|
||||
...device,
|
||||
...opc,
|
||||
...protocol,
|
||||
...address,
|
||||
...storageCell,
|
||||
...route,
|
||||
...auto,
|
||||
...customPolicy,
|
||||
...auto,
|
||||
...monitor,
|
||||
...config,
|
||||
...timing,
|
||||
...deviceErrorInfo,
|
||||
...user,
|
||||
...role,
|
||||
...department,
|
||||
...scheduler,
|
||||
...dept,
|
||||
...dict,
|
||||
...angle,
|
||||
...redis,
|
||||
...log,
|
||||
...errorLog
|
||||
...notice,
|
||||
...errorLog,
|
||||
...online,
|
||||
...role,
|
||||
...corn,
|
||||
...codegen,
|
||||
...storage
|
||||
}
|
||||
|
||||
@@ -1,14 +0,0 @@
|
||||
export default {
|
||||
'Log': {
|
||||
'level': 'Log Level',
|
||||
'label': 'Label',
|
||||
'search': 'Search',
|
||||
'content': 'Log Content',
|
||||
'link_id': 'Link ID',
|
||||
'link_id_msg': 'Please enter the link ID',
|
||||
'time': 'Time',
|
||||
'start_time': 'Start Time',
|
||||
'to': 'To',
|
||||
'end_time': 'End Time'
|
||||
}
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
export default {
|
||||
'ErrorLog': {
|
||||
'table': {
|
||||
'method': 'method',
|
||||
'params': 'params',
|
||||
'username': 'username',
|
||||
'address': 'IP source',
|
||||
'description': 'description',
|
||||
'browser': 'browser',
|
||||
'create_time': 'create time',
|
||||
'err_del': 'exception details',
|
||||
'see_del': 'view details',
|
||||
'time': 'request time',
|
||||
'clear': 'Clear'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Are you sure to clear all operation logs?'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
export default {
|
||||
'ErrorLog': {
|
||||
'table': {
|
||||
'method': 'metode',
|
||||
'params': 'param',
|
||||
'username': 'nama belakang',
|
||||
'address': 'sumber IP',
|
||||
'description': 'keterangan',
|
||||
'browser': 'peramban',
|
||||
'create_time': 'menciptakan waktu',
|
||||
'err_del': 'detail pengecualian',
|
||||
'see_del': 'melihat rincian',
|
||||
'time': 'waktu permintaan',
|
||||
'clear': 'Jernih'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Apakah Anda yakin untuk menghapus semua log operasi?'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,20 +0,0 @@
|
||||
export default {
|
||||
'ErrorLog': {
|
||||
'table': {
|
||||
'method': '请求方法',
|
||||
'params': '请求参数',
|
||||
'username': '用户名',
|
||||
'address': 'IP来源',
|
||||
'description': '描述',
|
||||
'browser': '浏览器',
|
||||
'create_time': '创建日期',
|
||||
'err_del': '异常详情',
|
||||
'see_del': '查看详情',
|
||||
'time': '请求耗时',
|
||||
'clear': '清空'
|
||||
},
|
||||
'msg': {
|
||||
'm1': '确认清空所有操作日志吗?'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
export default {
|
||||
'Log': {
|
||||
'level': 'Tingkat Log',
|
||||
'label': 'Label',
|
||||
'search': 'Mencari',
|
||||
'content': 'Catat Konten',
|
||||
'link_id': 'ID Tautan',
|
||||
'link_id_msg': 'Silakan masukkan ID tautan',
|
||||
'time': 'Waktu',
|
||||
'start_time': 'Waktu Mulai',
|
||||
'to': '-',
|
||||
'end_time': 'Akhir Waktu'
|
||||
}
|
||||
}
|
||||
@@ -1,14 +0,0 @@
|
||||
export default {
|
||||
'Log': {
|
||||
'level': '日志级别',
|
||||
'label': '标签名',
|
||||
'search': '模糊搜索',
|
||||
'content': '日志内容',
|
||||
'link_id': '链路ID',
|
||||
'link_id_msg': '请输入链路ID',
|
||||
'time': '时间',
|
||||
'start_time': '开始时间',
|
||||
'to': '至',
|
||||
'end_time': '结束时间'
|
||||
}
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
export default {
|
||||
'menu': {
|
||||
'home': 'Dashboard',
|
||||
'title': 'Menu',
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'Fuzzy Search',
|
||||
'owning_system': 'System',
|
||||
'choose_icon': 'Choose Icon',
|
||||
'component_tip': 'Match The Name Field Within The Component',
|
||||
'choose_superior_category': 'Choose Superior Category'
|
||||
},
|
||||
'table_title': {
|
||||
'menu_title': 'Title',
|
||||
'system': 'System',
|
||||
'icon': 'Icon',
|
||||
'sort': 'Sort',
|
||||
'permission_ident': 'Permission Mark',
|
||||
'path': 'Path',
|
||||
'outside_chain': 'Out Chain',
|
||||
'cache': 'Cache',
|
||||
'visible': 'Visible',
|
||||
'create_time': 'Create Time'
|
||||
},
|
||||
'dialog': {
|
||||
'menu_type': 'Menu Type',
|
||||
'system': 'System',
|
||||
'catalogue': 'Catalogue',
|
||||
'menu': 'Menu',
|
||||
'button': 'Button',
|
||||
'button_name': 'Button Name',
|
||||
'menu_icon': 'Menu Icon',
|
||||
'menu_chain': 'Menu Chain',
|
||||
'menu_cache': 'Menu Cache',
|
||||
'menu_visible': 'Menu Visible',
|
||||
'default_title': 'Default Title',
|
||||
'zh_title': 'ZH-Title',
|
||||
'en_title': 'EN-Title',
|
||||
'id_title': 'ID-Title',
|
||||
'router_path': 'Router Path',
|
||||
'menu_sort': 'Menu Sort',
|
||||
'component_name': 'Component Name',
|
||||
'component_path': 'Component Path',
|
||||
'superior_class': 'Superior Class'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Are You Sure To Delete It? If There Are Subordinate Nodes, They Will Be Deleted Together. This Operation Cannot Be Undone!'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
export default {
|
||||
'menu': {
|
||||
'home': 'halaman rumah',
|
||||
'title': 'Menu',
|
||||
'placeholder': {
|
||||
'fuzzy_search': 'Pencarian Kabur',
|
||||
'owning_system': 'Sistem Terkait',
|
||||
'choose_icon': 'Klik Pada Ikon Pemilihan',
|
||||
'component_tip': 'Cocok Medan Nama Dalam Komponen',
|
||||
'choose_superior_category': 'Pilih Kategori Superior'
|
||||
},
|
||||
'table_title': {
|
||||
'menu_title': 'Title',
|
||||
'system': 'Sistem',
|
||||
'icon': 'Ikon',
|
||||
'sort': 'Sort',
|
||||
'permission_ident': 'Otoritas',
|
||||
'path': 'Assembly',
|
||||
'outside_chain': 'Rantai Luar',
|
||||
'cache': 'Cache',
|
||||
'visible': 'Terlihat',
|
||||
'create_time': 'Tarikh Penciptaan'
|
||||
},
|
||||
'dialog': {
|
||||
'menu_type': 'Jenis Menu',
|
||||
'system': 'Sistem',
|
||||
'catalogue': 'Katalog',
|
||||
'menu': 'Menu',
|
||||
'button': 'Tombol',
|
||||
'button_name': 'Nama Tombol',
|
||||
'menu_icon': 'Ikon Menu',
|
||||
'menu_chain': 'Menu Link',
|
||||
'menu_cache': 'Cache Menu',
|
||||
'menu_visible': 'Menu Terlihat',
|
||||
'default_title': 'Tajuk Default',
|
||||
'zh_title': 'ZH-Title',
|
||||
'en_title': 'EN-Title',
|
||||
'id_title': 'ID-Title',
|
||||
'router_path': 'Alamat Perjalanan',
|
||||
'menu_sort': 'Pengurusan Menu',
|
||||
'component_name': 'Nama Komponen',
|
||||
'component_path': 'Laluan komponen',
|
||||
'superior_class': 'Kategori Tertinggi'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Apakah Anda Yakin Untuk Menghapusnya? Jika Ada Nod Subordinat, Mereka Akan Dihapus Bersama. Operasi Ini Tidak Dapat Dibatalkan!'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,49 +0,0 @@
|
||||
export default {
|
||||
'menu': {
|
||||
'home': '首页',
|
||||
'title': '菜单',
|
||||
'placeholder': {
|
||||
'fuzzy_search': '模糊搜索',
|
||||
'owning_system': '所属系统',
|
||||
'choose_icon': '点击选择图标',
|
||||
'component_tip': '匹配组件内Name字段',
|
||||
'choose_superior_category': '选择上级类目'
|
||||
},
|
||||
'table_title': {
|
||||
'menu_title': '菜单标题',
|
||||
'system': '所属系统',
|
||||
'icon': '图标',
|
||||
'sort': '排序',
|
||||
'permission_ident': '权限标识',
|
||||
'path': '组件路径',
|
||||
'outside_chain': '外链',
|
||||
'cache': '缓存',
|
||||
'visible': '可见',
|
||||
'create_time': '创建日期'
|
||||
},
|
||||
'dialog': {
|
||||
'menu_type': '菜单类型',
|
||||
'system': '系统',
|
||||
'catalogue': '目录',
|
||||
'menu': '菜单',
|
||||
'button': '按钮',
|
||||
'button_name': '按钮名称',
|
||||
'menu_icon': '菜单图标',
|
||||
'menu_chain': '外链菜单',
|
||||
'menu_cache': '菜单缓存',
|
||||
'menu_visible': '菜单可见',
|
||||
'default_title': '默认标题',
|
||||
'zh_title': '中文标题',
|
||||
'en_title': '英文标题',
|
||||
'id_title': '印尼标题',
|
||||
'router_path': '路由地址',
|
||||
'menu_sort': '菜单排序',
|
||||
'component_name': '组件名称',
|
||||
'component_path': '组件路径',
|
||||
'superior_class': '上级类目'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确定删除吗,如果存在下级节点则一并删除,此操作不能撤销!'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
export default {
|
||||
'SysParam': {
|
||||
'table': {
|
||||
'code': 'Code',
|
||||
'name': 'Name',
|
||||
'values': 'Value',
|
||||
'description': 'Remark'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot Be Empty'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
export default {
|
||||
'SysParam': {
|
||||
'table': {
|
||||
'code': 'Kode',
|
||||
'name': 'Nama',
|
||||
'values': 'Nilai',
|
||||
'description': 'Catatan'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Tidak Dapat Kosong'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,13 +0,0 @@
|
||||
export default {
|
||||
'SysParam': {
|
||||
'table': {
|
||||
'code': '编码',
|
||||
'name': '名称',
|
||||
'values': '值',
|
||||
'description': '备注'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': '不能为空'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
export default {
|
||||
'role': {
|
||||
'table_title': {
|
||||
'taskCode_or_instCode': 'Task Number (Instruction Number)',
|
||||
'input_taskCode_or_instCode': 'Input TaskCode Or InstCode'
|
||||
},
|
||||
'table_value': {
|
||||
'roleList': 'List Of Roles',
|
||||
'Name': 'Name',
|
||||
'Description': 'Description',
|
||||
'CreateDate': 'CreateDate',
|
||||
'Operate': 'Operate',
|
||||
'Role': 'Role'
|
||||
},
|
||||
'other': {
|
||||
'Menu_assignments': 'Menu Assignments',
|
||||
'Save': 'Save'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Confirm That One Of The Selected Data Items Is Deleted?'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
export default {
|
||||
'role': {
|
||||
'table_title': {
|
||||
'taskCode_or_instCode': 'Nomor Tugas (Nomor Instruksi)',
|
||||
'input_taskCode_or_instCode': 'Masukkan Nomor Tugas Atau Nomor Instruksi'
|
||||
},
|
||||
'table_value': {
|
||||
'roleList': 'Daftar Peran',
|
||||
'Name': 'Nama',
|
||||
'Description': 'Deskripsi',
|
||||
'CreateDate': 'Tanggal Pembuatan',
|
||||
'Operate': 'Beroperasi',
|
||||
'Role': 'Peranan'
|
||||
},
|
||||
'other': {
|
||||
'Menu_assignments': 'Penetapan Menu',
|
||||
'Save': 'Simpan'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': 'Mengonfirmasi Bahwa Salah Satu Item Data Yang Dipilih Dihapus?'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,23 +0,0 @@
|
||||
export default {
|
||||
'role': {
|
||||
'table_title': {
|
||||
'taskCode_or_instCode': '任务号(指令号)',
|
||||
'input_taskCode_or_instCode': '输入任务号或指令号'
|
||||
},
|
||||
'table_value': {
|
||||
'roleList': '角色列表',
|
||||
'Name': '角色名称',
|
||||
'Description': '描述',
|
||||
'CreateDate': '创建日期',
|
||||
'Operate': '操作',
|
||||
'Role': '角色'
|
||||
},
|
||||
'other': {
|
||||
'Menu_assignments': '菜单分配',
|
||||
'Save': '保存'
|
||||
},
|
||||
'msg': {
|
||||
'delete_msg': '确认删除选中的1条数据?'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,77 +0,0 @@
|
||||
export default {
|
||||
'task': {
|
||||
'txt_box': {
|
||||
'Enter_task_number': 'Masukkan Nomor Tugas',
|
||||
'Vehicle_registration_number': 'Nomor Registrasi Kendaraan',
|
||||
'Material_type': 'Tipe Material',
|
||||
'Task_status': 'Status Tugas',
|
||||
'Origin_or_destination': 'Asal Atau Tujuan',
|
||||
'Task_type': 'Jenis Tugas',
|
||||
'Warehouse_task_type': 'Jenis Tugas Gudang',
|
||||
'AGV_system': 'Sistem AGV',
|
||||
'Routing_scheme': 'Skema Routing',
|
||||
'Priority': 'Prioritas',
|
||||
'Vehicle_number': 'Nomor Kendaraan',
|
||||
'Task_code': 'Nomor Tugas',
|
||||
'Task': 'Tugas',
|
||||
'start_or_end': 'Asal Atau Tujuan',
|
||||
'time': 'Waktu'
|
||||
},
|
||||
'select': {
|
||||
'Placeholder': 'Pilih',
|
||||
'Start_point': 'Titik Awal',
|
||||
'Starting_column': 'Kolom Awal',
|
||||
'Starting_layer': 'Lapisan Awal',
|
||||
'Destination': 'Tujuan',
|
||||
'Ending_column': 'Kolom Akhir',
|
||||
'Ending_layer': 'Lapisan Akhir',
|
||||
'Description': 'Deskripsi',
|
||||
'Cancel': 'Batalkan',
|
||||
'Confirm': 'Konfirmasi',
|
||||
'Ready': 'Siap',
|
||||
'In_progress': 'Sedang Berlangsung',
|
||||
'Completed': 'Selesai',
|
||||
'Pickup_point': 'Titik Pengambilan',
|
||||
'Delivery_point': 'Titik Pengiriman',
|
||||
'Remark': 'Catatan',
|
||||
'Creator': 'Pencipta',
|
||||
'Create_time': 'Waktu Penciptaan',
|
||||
'Operation': 'Operasi',
|
||||
'Create_command': 'Perintah Membuat',
|
||||
'Reset': 'Atur Ulang',
|
||||
'Void': 'Batal',
|
||||
'Starting_point': 'Titik Awal',
|
||||
'Target_point': 'Titik Tujuan',
|
||||
'Is_it_completed': 'Apakah Sudah Selesai',
|
||||
'error_code': 'Kode Kesalahan',
|
||||
'start_time': 'Waktu Mulai',
|
||||
'finish_time': 'Waktu Penyelesaian',
|
||||
'create_type': 'Jenis Pembuatan',
|
||||
'finish_type': 'Jenis Penyelesaian',
|
||||
'retry_times': 'Jumlah Percobaan ulang',
|
||||
'please_enter_origin_column': 'Silakan Masukkan Asal Kolom!',
|
||||
'please_enter_origin_level': 'Silakan Masukkan Asal Level!',
|
||||
'please_select_destination_column': 'Silakan Pilih Tujuan Kolom!',
|
||||
'please_select_destination_level': 'Silakan Pilih Lantai Tujuan!”'
|
||||
},
|
||||
screen: {
|
||||
'title': 'Lanzhou Hailiang Tugas Manajemen Peralatan Kanban',
|
||||
'task_screen': 'Tugas Kanban',
|
||||
'device': 'Perangkat Saat Ini',
|
||||
'Wednesday': 'Rabu',
|
||||
'year': 'Tahun',
|
||||
'month': 'Bulan',
|
||||
'day': 'Hari',
|
||||
'task_code': 'Nomor Tugas',
|
||||
'inst_code': 'Nomor Instruksi',
|
||||
'start': 'Titik Awal',
|
||||
'end': 'Terminal',
|
||||
'material': 'Jenis Barang',
|
||||
'material_num': 'Jumlah Barang',
|
||||
'vehicle_code': 'Nomor Kendaraan',
|
||||
'bar': 'Kode Batang',
|
||||
'create_time': 'Waktu Masuk',
|
||||
'IP': 'IP'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,77 +0,0 @@
|
||||
export default {
|
||||
'task': {
|
||||
'txt_box': {
|
||||
'Enter_task_number': '输入任务号',
|
||||
'Vehicle_registration_number': '输入载具号',
|
||||
'Material_type': '物料类型',
|
||||
'Task_status': '任务状态',
|
||||
'Origin_or_destination': '输入起点或终点',
|
||||
'Task_type': '任务类型',
|
||||
'Warehouse_task_type': '立库任务类型',
|
||||
'AGV_system': 'agv系统',
|
||||
'Routing_scheme': '路由方案',
|
||||
'Priority': '优先级',
|
||||
'Vehicle_number': '载具号',
|
||||
'Task_code': '任务号',
|
||||
'Task': '任务',
|
||||
'start_or_end': '起点或终点',
|
||||
'time': '时间段'
|
||||
},
|
||||
'select': {
|
||||
'Placeholder': '请选择',
|
||||
'Start_point': '起点',
|
||||
'Starting_column': '起点-列',
|
||||
'Starting_layer': '起点-层',
|
||||
'Destination': '终点',
|
||||
'Ending_column': '终点-列',
|
||||
'Ending_layer': '终点-层',
|
||||
'Description': '描述信息',
|
||||
'Cancel': '取消',
|
||||
'Confirm': '确认',
|
||||
'Ready': '就绪',
|
||||
'In_progress': '执行中',
|
||||
'Completed': '完成',
|
||||
'Pickup_point': '取货点',
|
||||
'Delivery_point': '放货点',
|
||||
'Remark': '备注',
|
||||
'Creator': '创建者',
|
||||
'Create_time': '创建时间',
|
||||
'Operation': '操作',
|
||||
'Create_command': '创建指令',
|
||||
'Reset': '重置',
|
||||
'Void': '作废',
|
||||
'Starting_point': '起始点位',
|
||||
'Target_point': '目标点位',
|
||||
'Is_it_completed': '是否完成',
|
||||
'error_code': '错误编码',
|
||||
'start_time': '开始时间',
|
||||
'finish_time': '完成时间',
|
||||
'create_type': '创建类型',
|
||||
'finish_type': '完成类型',
|
||||
'retry_times': '重试次数',
|
||||
'please_enter_origin-column': '请输入起点-列!',
|
||||
'please_enter_origin_level': '请输入起点-层!',
|
||||
'please_select_destination_column': '请选择终点-列!',
|
||||
'please_select_destination_level': '请选择终点-层!'
|
||||
},
|
||||
screen: {
|
||||
'title': '兰州海亮设备管理任务看板',
|
||||
'task_screen': '任务看板',
|
||||
'device': '当前设备',
|
||||
'Wednesday': '星期三',
|
||||
'year': '年',
|
||||
'month': '月',
|
||||
'day': '日',
|
||||
'task_code': '任务号',
|
||||
'inst_code': '指令号',
|
||||
'start': '起点',
|
||||
'end': '终点',
|
||||
'material': '物料类型',
|
||||
'material_num': '物料数量',
|
||||
'vehicle_code': '载具号',
|
||||
'bar': '条码',
|
||||
'create_time': '入库时间',
|
||||
'IP': 'IP'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,59 +0,0 @@
|
||||
export default {
|
||||
'User': {
|
||||
'title': 'User Management',
|
||||
'drawerTitle1': 'Assign Role Permissions',
|
||||
'drawerTitle2': 'Assign Department Authority',
|
||||
'placeholder': {
|
||||
'dep_tip': 'Please enter a department name',
|
||||
'blu_tip': 'Enter the account number or name',
|
||||
'dep_select_tip': 'Select a department category'
|
||||
},
|
||||
'table': {
|
||||
'user_name': 'UserName',
|
||||
'person_name': 'Name',
|
||||
'gender': 'Sex',
|
||||
'phone': 'Phone',
|
||||
'email': 'Email',
|
||||
'depts': 'Section',
|
||||
'enabled': 'State',
|
||||
'permission_scope_type': 'permission type',
|
||||
'permissionName': 'permission regain',
|
||||
'deptName': 'section name',
|
||||
'create_time': 'Create Time',
|
||||
'create_user': 'create user',
|
||||
'update_time': 'update time',
|
||||
'update_user': 'update user',
|
||||
'reset_pwd': 'Reset Password',
|
||||
'dept_reg': 'Department Permission',
|
||||
'data_reg': 'Data Permission',
|
||||
'account': 'Account',
|
||||
'assign_roles': 'Assign Roles',
|
||||
'locked': 'Lock ',
|
||||
'activate': 'Activate ',
|
||||
'role_name': 'Role Name'
|
||||
},
|
||||
'dialog': {
|
||||
'role': 'role',
|
||||
'password': 'password',
|
||||
'sex_male': 'male',
|
||||
'sex_female': 'female',
|
||||
'user_name': 'username',
|
||||
'person_name': 'name',
|
||||
'gender': 'sex',
|
||||
'phone': 'phone',
|
||||
'email': 'email',
|
||||
'depts': 'section',
|
||||
'enabled': 'state'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot be empty',
|
||||
'r1': 'Please select a department'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Confirm reset the password?',
|
||||
'm2': 'Password reset succeeded. Password :123456',
|
||||
'm3': 'This operation will change {display_name} account: {username}. Do you want to continue?',
|
||||
'm4': 'Account: {username} has been {display_name}'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,59 +0,0 @@
|
||||
export default {
|
||||
'User': {
|
||||
'title': 'Manajemen Pengguna',
|
||||
'drawerTitle1': 'Tetapkan Izin Peran',
|
||||
'drawerTitle2': 'Tetapkan Otoritas Departemen',
|
||||
'placeholder': {
|
||||
'dep_tip': 'Silakan masukkan nama departemen',
|
||||
'blu_tip': 'Masukkan akun atau nama',
|
||||
'dep_select_tip': 'Pilih kategori departemen'
|
||||
},
|
||||
'table': {
|
||||
'user_name': 'Akun',
|
||||
'person_name': 'Nama',
|
||||
'gender': 'Gender',
|
||||
'phone': 'Telepon',
|
||||
'email': 'Kotak Surat',
|
||||
'depts': 'Departemen',
|
||||
'enabled': 'Keadaan',
|
||||
'permission_scope_type': 'jenis izin',
|
||||
'permissionName': 'ruang hak',
|
||||
'deptName': 'nama departemen',
|
||||
'create_time': 'Tarikh Penciptaan',
|
||||
'create_user': 'pencipta',
|
||||
'update_time': 'tanggal modifikasi',
|
||||
'update_user': 'diubah oleh',
|
||||
'reset_pwd': 'Reset Kata Sandi',
|
||||
'dept_reg': 'Permisi Departemen',
|
||||
'data_reg': 'Keizinan Data',
|
||||
'account': 'Akaun',
|
||||
'assign_roles': 'Jadikan Rol',
|
||||
'locked': 'Mengunci ',
|
||||
'activate': 'Aktivasi ',
|
||||
'role_name': 'Nama Peran'
|
||||
},
|
||||
'dialog': {
|
||||
'role': 'peran',
|
||||
'password': 'sandi',
|
||||
'sex_male': 'man',
|
||||
'sex_female': 'wanita',
|
||||
'user_name': 'akun',
|
||||
'person_name': 'nama',
|
||||
'gender': 'gender',
|
||||
'phone': 'telepon',
|
||||
'email': 'kotak surat',
|
||||
'depts': 'departemen',
|
||||
'enabled': 'keadaan'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Tidak dapat kosong',
|
||||
'r1': 'Silakan pilih departemen'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Konfirmasikan setel ulang kata sandi?',
|
||||
'm2': 'Penyetelan ulang kata sandi berhasil. Kata sandi :123456',
|
||||
'm3': 'Operasi ini akan mengubah akun {display_name}: {username}.',
|
||||
'm4': 'Akun: {username} telah menjadi {display_name}'
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,59 +0,0 @@
|
||||
export default {
|
||||
'User': {
|
||||
'title': '用户管理',
|
||||
'drawerTitle1': '分配角色权限',
|
||||
'drawerTitle2': '分配部门权限',
|
||||
'placeholder': {
|
||||
'dep_tip': '请输入部门名称',
|
||||
'blu_tip': '输入账号或者名称',
|
||||
'dep_select_tip': '选择部门类目'
|
||||
},
|
||||
'table': {
|
||||
'user_name': '用户名',
|
||||
'person_name': '姓名',
|
||||
'gender': '性别',
|
||||
'phone': '电话',
|
||||
'email': '邮箱',
|
||||
'depts': '部门',
|
||||
'enabled': '状态',
|
||||
'permission_scope_type': '权限类型',
|
||||
'permissionName': '权限范围',
|
||||
'deptName': '部门名称',
|
||||
'create_time': '创建日期',
|
||||
'create_user': '创建人',
|
||||
'update_time': '修改日期',
|
||||
'update_user': '修改人',
|
||||
'reset_pwd': '重置密码',
|
||||
'dept_reg': '部门权限',
|
||||
'data_reg': '数据权限',
|
||||
'account': '账号',
|
||||
'assign_roles': '分配角色',
|
||||
'locked': '锁定',
|
||||
'activate': '激活',
|
||||
'role_name': '角色名称'
|
||||
},
|
||||
'dialog': {
|
||||
'role': '角色',
|
||||
'password': '密码',
|
||||
'sex_male': '男',
|
||||
'sex_female': '女',
|
||||
'user_name': '用户名',
|
||||
'person_name': '姓名',
|
||||
'gender': '性别',
|
||||
'phone': '电话',
|
||||
'email': '邮箱',
|
||||
'depts': '部门',
|
||||
'enabled': '状态'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': '不能为空',
|
||||
'r1': '请选择部门'
|
||||
},
|
||||
'msg': {
|
||||
'm1': '确认重置密码?',
|
||||
'm2': '密码重置成功,密码:123456',
|
||||
'm3': '此操作将{display_name}账号:{username},是否继续?',
|
||||
'm4': '账号:{username}已{display_name}'
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user