feat: i18n与jetcache
This commit is contained in:
81
lms/nladmin-ui/src/i18n/langs/en.js
Normal file
81
lms/nladmin-ui/src/i18n/langs/en.js
Normal file
@@ -0,0 +1,81 @@
|
||||
import enLocale from 'element-ui/lib/locale/lang/en'
|
||||
export default {
|
||||
'lang': 'English',
|
||||
'common': {
|
||||
'Personal_center': 'Personal Center',
|
||||
'Layout_setting': 'Layout Setting',
|
||||
'Log_out': 'Log Out',
|
||||
'Personal_information': 'Personal Information',
|
||||
'username': 'UserName',
|
||||
'name': 'Name',
|
||||
'phone': 'Phone Number',
|
||||
'phone2': 'Phone',
|
||||
'sex': 'Sex',
|
||||
'email': 'E-mail',
|
||||
'Security_settings': 'Security Settings',
|
||||
'Change_password': 'Change Password',
|
||||
'User_information': 'User Information',
|
||||
'account': 'Account',
|
||||
'password': 'Password',
|
||||
'verification_code': 'Code',
|
||||
'login_rm': 'Remember Me',
|
||||
'login': 'Login',
|
||||
'login_ing': 'Logging in...',
|
||||
'Create': 'Create',
|
||||
'Update': 'Update',
|
||||
'Delete': 'Delete',
|
||||
'Export': 'Export',
|
||||
'Editors': 'Editor',
|
||||
'SelectAll': 'SelectAll',
|
||||
'Query': 'Query',
|
||||
'Reset': 'Reset',
|
||||
'Confirm': 'Confirm',
|
||||
'Cancel': 'Cancel',
|
||||
'Operate': 'Operate',
|
||||
'Tips': 'Tips',
|
||||
'Tip1': 'Confirm deletion of selected',
|
||||
'Tip2': 'Data?',
|
||||
'Tip3': 'User name not used as login',
|
||||
'Tip4': 'Mobile phone number cannot be duplicate',
|
||||
'loading': 'loading...'
|
||||
},
|
||||
// 菜单
|
||||
'menu': {
|
||||
'home': 'Dashboard'
|
||||
},
|
||||
'WorkOrder': {
|
||||
'form': {
|
||||
'WorkOrderCode': 'WorkOrderCode'
|
||||
},
|
||||
'placeholder': {
|
||||
'WorkOrderCode': 'Please enter the code'
|
||||
}
|
||||
},
|
||||
'SysParam': {
|
||||
'table': {
|
||||
'code': 'code',
|
||||
'name': 'name',
|
||||
'values': 'value',
|
||||
'description': 'remark'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Cannot be empty'
|
||||
}
|
||||
},
|
||||
'monitor': {
|
||||
'sys': 'System',
|
||||
'day': 'Running Day',
|
||||
'status': 'Status',
|
||||
'core': 'Core',
|
||||
'cpu': 'CPU Utilization',
|
||||
'memory': 'Memory Utilization',
|
||||
'tality': 'Tality',
|
||||
'used': 'Used',
|
||||
'leisure': 'Leisure',
|
||||
'exchange': 'Exchange Utilization',
|
||||
'disk': 'Disk Utilization',
|
||||
'cpu_monitoring': 'Cpu Utilization Monitoring',
|
||||
'memory_monitoring': 'Memory Utilization Monitoring'
|
||||
},
|
||||
...enLocale
|
||||
}
|
||||
0
lms/nladmin-ui/src/i18n/langs/id.js
Normal file
0
lms/nladmin-ui/src/i18n/langs/id.js
Normal file
81
lms/nladmin-ui/src/i18n/langs/in.js
Normal file
81
lms/nladmin-ui/src/i18n/langs/in.js
Normal file
@@ -0,0 +1,81 @@
|
||||
import idLocale from 'element-ui/lib/locale/lang/id'
|
||||
export default {
|
||||
'lang': 'in',
|
||||
'common': {
|
||||
'Personal_center': 'Pusat Pribadi',
|
||||
'Layout_setting': 'Pengaturan Bentangan',
|
||||
'Log_out': 'Log Out',
|
||||
'Personal_information': 'Informasi Pribadi',
|
||||
'account': 'Akaun',
|
||||
'username': 'Nama Pengguna',
|
||||
'name': 'Nama',
|
||||
'phone': 'Nomor Ponsel',
|
||||
'phone2': 'Ponsel',
|
||||
'sex': 'Gender',
|
||||
'Security_settings': 'Pengaturan Keamanan',
|
||||
'Change_password': 'Ubah kata sandi',
|
||||
'User_information': 'Informasi Pengguna',
|
||||
'email': 'E-mail',
|
||||
'password': 'Sandi',
|
||||
'verification_code': 'Kode',
|
||||
'login_rm': 'Ingat aku',
|
||||
'login': 'Login',
|
||||
'login_ing': 'Daftar masuk',
|
||||
'Create': 'Buat',
|
||||
'Update': 'Kemaskini',
|
||||
'Delete': 'Hapus',
|
||||
'Export': 'Ekspor',
|
||||
'Editors': 'Editor',
|
||||
'SelectAll': 'Pilih Semua',
|
||||
'Query': 'Pertanyaan',
|
||||
'Reset': 'Reset',
|
||||
'Confirm': 'konfirmasi',
|
||||
'Cancel': 'Batalkan',
|
||||
'Operate': 'operasi',
|
||||
'Tips': 'Prompt',
|
||||
'Tip1': 'Konfirmasi Penghapusan Yang Dipilih',
|
||||
'Tip2': 'Data?',
|
||||
'Tip3': 'Nama pengguna tidak digunakan sebagai daftar masuk',
|
||||
'Tip4': 'Nomor telepon ponsel tidak dapat duplikasi',
|
||||
'loading': 'Memuatkan Data...'
|
||||
},
|
||||
// 菜单
|
||||
'menu': {
|
||||
'home': 'rumah' // 首页
|
||||
},
|
||||
'WorkOrder': {
|
||||
'form': {
|
||||
'WorkOrderCode': 'Kode Perintah Kerja'
|
||||
},
|
||||
'placeholder': {
|
||||
'WorkOrderCode': 'Silakan masukkan kode perintah kerja'
|
||||
}
|
||||
},
|
||||
'SysParam': {
|
||||
'table': {
|
||||
'code': 'kode',
|
||||
'name': 'nama',
|
||||
'values': 'nilai',
|
||||
'description': 'Catatan'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': 'Tidak dapat kosong'
|
||||
}
|
||||
},
|
||||
'monitor': {
|
||||
'sys': 'Sistem',
|
||||
'day': 'Proyek ini telah berjalan terus menerus',
|
||||
'status': 'Keadaan',
|
||||
'core': 'Inti',
|
||||
'cpu': 'Kadar penggunaan CPU',
|
||||
'memory': 'Kadar penggunaan ingatan',
|
||||
'tality': 'Total',
|
||||
'used': 'Digunakan',
|
||||
'leisure': 'Bebas',
|
||||
'exchange': 'Kadar penggunaan area pertukaran',
|
||||
'disk': 'Kadar penggunaan disk',
|
||||
'cpu_monitoring': 'Monitor penggunaan CPU',
|
||||
'memory_monitoring': 'Monitor penggunaan memori'
|
||||
},
|
||||
...idLocale
|
||||
}
|
||||
88
lms/nladmin-ui/src/i18n/langs/zh-CN.js
Normal file
88
lms/nladmin-ui/src/i18n/langs/zh-CN.js
Normal file
@@ -0,0 +1,88 @@
|
||||
import zhLocale from 'element-ui/lib/locale/lang/zh-CN'
|
||||
export default {
|
||||
'lang': 'zh',
|
||||
'common': {
|
||||
'Layout_setting': '布局设置',
|
||||
'Personal_center': '个人中心',
|
||||
'Log_out': '退出登录',
|
||||
'Personal_information': '个人信息',
|
||||
'username': '用户姓名',
|
||||
'name': '姓名',
|
||||
'phone': '手机号码',
|
||||
'phone2': '手机号',
|
||||
'sex': '性别',
|
||||
'email': '用户邮箱',
|
||||
'Security_settings': '安全设置',
|
||||
'Change_password': '修改密码',
|
||||
'User_information': '用户资料',
|
||||
'account': '账号',
|
||||
'password': '密码',
|
||||
'verification_code': '验证码',
|
||||
'login_rm': '记住我',
|
||||
'login': '登 录',
|
||||
'login_ing': '登 录 中...',
|
||||
'Create': '新增',
|
||||
'Update': '修改',
|
||||
'Delete': '删除',
|
||||
'Export': '导出',
|
||||
'Editors': '编辑',
|
||||
'SelectAll': '全选',
|
||||
'Query': '查询',
|
||||
'Reset': '重置',
|
||||
'Confirm': '确认',
|
||||
'Cancel': '取消',
|
||||
'Operate': '操作',
|
||||
'Tips': '提示',
|
||||
'Tip1': '确认删除选中的',
|
||||
'Tip2': '条数据?',
|
||||
'Tip3': '用户姓名不作为登录使用',
|
||||
'Tip4': '手机号码不能重复',
|
||||
'loading': '数据加载中...'
|
||||
},
|
||||
// 菜单
|
||||
'menu': {
|
||||
'home': '首页', // 首页
|
||||
'SystemManagement': '系统管理',
|
||||
'SystemParam': '系统参数',
|
||||
'BasicData': '基础数据',
|
||||
'media': '媒体', // 媒体
|
||||
'data': '数据', // 数据
|
||||
'docking': '对接', // 对接
|
||||
'operator': '当前操作账号:' // 当前操作账号
|
||||
},
|
||||
'WorkOrder': {
|
||||
'form': {
|
||||
'WorkOrderCode': '工单编码'
|
||||
},
|
||||
'placeholder': {
|
||||
'WorkOrderCode': '请输入工单编码'
|
||||
}
|
||||
},
|
||||
'SysParam': {
|
||||
'table': {
|
||||
'code': '编码',
|
||||
'name': '名称',
|
||||
'values': '值',
|
||||
'description': '备注'
|
||||
},
|
||||
'rules': {
|
||||
'NotNull': '不能为空'
|
||||
}
|
||||
},
|
||||
'monitor': {
|
||||
'sys': '系统',
|
||||
'day': '项目已不间断运行',
|
||||
'status': '状态',
|
||||
'cpu': 'CPU使用率',
|
||||
'core': '核心',
|
||||
'memory': '内存使用率',
|
||||
'tality': '总量',
|
||||
'used': '已使用',
|
||||
'leisure': '空闲',
|
||||
'exchange': '交换区使用率',
|
||||
'disk': '磁盘使用率',
|
||||
'cpu_monitoring': 'CPU使用率监控',
|
||||
'memory_monitoring': '内存使用率监控'
|
||||
},
|
||||
...zhLocale
|
||||
}
|
||||
Reference in New Issue
Block a user