From 6fe192867fdd6d0d098db1df22bf998edc3972e2 Mon Sep 17 00:00:00 2001 From: lishuai <1793460677@qq.com> Date: Thu, 30 Nov 2023 13:32:57 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E4=BB=A3=E7=A0=81=E4=B8=A2?= =?UTF-8?q?=E5=A4=B1=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- acs/nladmin-ui/src/i18n/langs/chinese.js | 30 +-- acs/nladmin-ui/src/i18n/langs/en.js | 218 ++++++++++---------- acs/nladmin-ui/src/i18n/langs/english.js | 31 +-- acs/nladmin-ui/src/i18n/langs/in.js | 218 ++++++++++---------- acs/nladmin-ui/src/i18n/langs/indonesian.js | 30 +-- acs/nladmin-ui/src/i18n/langs/zh-CN.js | 218 ++++++++++---------- 6 files changed, 385 insertions(+), 360 deletions(-) diff --git a/acs/nladmin-ui/src/i18n/langs/chinese.js b/acs/nladmin-ui/src/i18n/langs/chinese.js index 3c16f98..5e32dfe 100644 --- a/acs/nladmin-ui/src/i18n/langs/chinese.js +++ b/acs/nladmin-ui/src/i18n/langs/chinese.js @@ -14,18 +14,18 @@ import route from './route/zh' import auto from './auto/zh' export default { - ...zhLocale, - ...zh, - ...menu, - ...param, - ...device, - ...opc, - ...protocol, - ...address, - ...storageCell, - ...route, - ...instruction, - ...task, - ...history, - ...auto -} \ No newline at end of file + ...zhLocale, + ...zh, + ...menu, + ...param, + ...device, + ...opc, + ...protocol, + ...address, + ...storageCell, + ...route, + ...instruction, + ...task, + ...history, + ...auto +} diff --git a/acs/nladmin-ui/src/i18n/langs/en.js b/acs/nladmin-ui/src/i18n/langs/en.js index 3b74fff..5f54bde 100644 --- a/acs/nladmin-ui/src/i18n/langs/en.js +++ b/acs/nladmin-ui/src/i18n/langs/en.js @@ -1,106 +1,114 @@ export default { - 'lang': 'English', - 'common': { - 'home': 'Dashboard', - 'Layout_setting': 'Layout Setting', - 'Personal_center': 'Personal Center', - 'Log_out': 'Log Out', - 'Personal_information': 'Personal Information', - 'username': 'UserName', - 'name': 'Name', - 'phone': 'Phone Number', - 'phone2': 'Phone', - 'sex': 'Sex', - 'sex_male': 'Male', - 'sex_female': 'Female', - 'email': 'E-mail', - 'Security_settings': 'Security Settings', - 'Save_settings': 'Save Settings', - 'Reset_settings': 'Reset Settings', - 'Change_password': 'Change Password', - 'New_password': 'New Password', - 'Old_password': 'Old Password', - 'Verify_password': 'Verify Password', - 'User_information': 'User Information', - 'Operation_log': 'Operation Log', - 'action': 'Action', - 'IP_source': 'IP Source', - 'Browser': 'Browser', - 'Request_time': 'Request Time', - 'Creation_date': 'Creation Date', - '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', - 'Forced_cancellation': 'Forced_cancellation', - 'Initialize': 'Initialize', - 'Operate': 'Operate', - 'Refresh': 'Refresh', - 'Closes': 'Close', - 'Closes_l': 'Close Left', - 'Closes_r': 'Close Right', - 'Closes_o': 'Close Other', - 'Closes_a': 'Close All', - 'Theme_style_setting': 'Theme Style Setting', - 'Theme_color': 'Theme Color', - 'System_layout_configuration': 'System Layout Configuration', - 'Open': 'Open', - 'Fixation': 'Fixation', - 'Display': 'Display', - 'Dynamic_titles': 'Dynamic Titles', - 'crudTip': 'Are you sure to delete this data?', - 'startDate': 'StartDate', - 'endDate': 'EndDate', - 'moreMenu': 'MoreMenu', - 'browses': 'browse', - 'fz': 'Full screen zoom', - 'Tips': 'Tips', - 'Tip1': 'Confirm deletion of selected', - 'Tip2': 'Data?', - 'Tip3': 'User name not used as login', - 'Tip4': 'Mobile phone number cannot be duplicate', - 'Tip5': 'Please enter a phone number', - 'Tip6': 'Please enter the correct 11 digit phone number', - 'Tip7': 'Drag and drop the excel file here or', - 'Tip8': 'The two passwords are different', - 'Tip9': 'Please enter your password again', - 'Tip10': 'Please enter your old password', - 'Tip11': 'Please enter your new password', - 'Tip12': '6 to 20 characters in length', - 'Tip13': 'Are you sure to log out and exit the system?', - 'Tip14': 'WebSocket connection error', - 'Tip15': 'Please enter an icon name', - 'loading': 'loading...', - 'synchronous': 'synchronous', - 'determine': 'determine', - 'stop': 'stop', - 'firing': 'firing', - }, - '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' - } -} \ No newline at end of file + 'lang': 'English', + 'common': { + 'home': 'Dashboard', + 'Layout_setting': 'Layout Setting', + 'Personal_center': 'Personal Center', + 'Log_out': 'Log Out', + 'Personal_information': 'Personal Information', + 'username': 'UserName', + 'name': 'Name', + 'phone': 'Phone Number', + 'phone2': 'Phone', + 'sex': 'Sex', + 'sex_male': 'Male', + 'sex_female': 'Female', + 'email': 'E-mail', + 'Security_settings': 'Security Settings', + 'Save_settings': 'Save Settings', + 'Reset_settings': 'Reset Settings', + 'Change_password': 'Change Password', + 'New_password': 'New Password', + 'Old_password': 'Old Password', + 'Verify_password': 'Verify Password', + 'User_information': 'User Information', + 'Operation_log': 'Operation Log', + 'action': 'Action', + 'IP_source': 'IP Source', + 'Browser': 'Browser', + 'Request_time': 'Request Time', + 'Creation_date': 'Creation Date', + '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', + 'Forced_cancellation': 'Forced_cancellation', + 'Initialize': 'Initialize', + 'Operate': 'Operate', + 'Refresh': 'Refresh', + 'Closes': 'Close', + 'Closes_l': 'Close Left', + 'Closes_r': 'Close Right', + 'Closes_o': 'Close Other', + 'Closes_a': 'Close All', + 'Theme_style_setting': 'Theme Style Setting', + 'Theme_color': 'Theme Color', + 'System_layout_configuration': 'System Layout Configuration', + 'Open': 'Open', + 'Fixation': 'Fixation', + 'Display': 'Display', + 'Dynamic_titles': 'Dynamic Titles', + 'crudTip': 'Are you sure to delete this data?', + 'startDate': 'StartDate', + 'endDate': 'EndDate', + 'moreMenu': 'MoreMenu', + 'browses': 'browse', + 'fz': 'Full screen zoom', + 'Tips': 'Tips', + 'Tip1': 'Confirm deletion of selected', + 'Tip2': 'Data?', + 'Tip3': 'User name not used as login', + 'Tip4': 'Mobile phone number cannot be duplicate', + 'Tip5': 'Please enter a phone number', + 'Tip6': 'Please enter the correct 11 digit phone number', + 'Tip7': 'Drag and drop the excel file here or', + 'Tip8': 'The two passwords are different', + 'Tip9': 'Please enter your password again', + 'Tip10': 'Please enter your old password', + 'Tip11': 'Please enter your new password', + 'Tip12': '6 to 20 characters in length', + 'Tip13': 'Are you sure to log out and exit the system?', + 'Tip14': 'WebSocket connection error', + 'Tip15': 'Please enter an icon name', + 'loading': 'loading...', + 'synchronous': 'synchronous', + 'determine': 'determine', + 'stop': 'stop', + 'firing': 'firing', + 'import': 'import', + 'driver_configuration': 'driver configuration', + 'create_time': 'create time', + 'update_time': 'update time', + 'create_by': 'create people', + 'update_by': 'update people', + 'is_on': 'Enable or not', + 'please': 'please select' + }, + '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' + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/english.js b/acs/nladmin-ui/src/i18n/langs/english.js index 98138b4..e7d519a 100644 --- a/acs/nladmin-ui/src/i18n/langs/english.js +++ b/acs/nladmin-ui/src/i18n/langs/english.js @@ -14,18 +14,19 @@ import route from './route/en' import auto from './auto/en' export default { - ...enLocale, - ...en, - ...menu, - ...param, - ...instruction, - ...task, - ...history, - ...device, - ...opc, - ...protocol, - ...address, - ...storageCell, - ...route, - ...auto -} \ No newline at end of file + ...enLocale, + ...en, + ...menu, + ...param, + ...instruction, + ...task, + ...history, + ...device, + ...opc, + ...protocol, + ...address, + ...storageCell, + ...route, + ...auto + +} diff --git a/acs/nladmin-ui/src/i18n/langs/in.js b/acs/nladmin-ui/src/i18n/langs/in.js index a590c34..2e27d17 100644 --- a/acs/nladmin-ui/src/i18n/langs/in.js +++ b/acs/nladmin-ui/src/i18n/langs/in.js @@ -1,106 +1,114 @@ export default { - 'lang': 'in', - 'common': { - 'home': 'rumah', // 首页 - 'Layout_setting': 'Pengaturan Bentangan', - 'Personal_center': 'Pusat Pribadi', - 'Log_out': 'Log Out', - 'Personal_information': 'Informasi Pribadi', - 'username': 'Nama Pengguna', - 'name': 'Nama', - 'phone': 'Nomor Ponsel', - 'phone2': 'Ponsel', - 'sex': 'Gender', - 'sex_male': 'laki-laki', - 'sex_female': 'wanita', - 'email': 'E-mail', - 'Security_settings': 'Pengaturan Keamanan', - 'Save_settings': 'Simpan Pengaturan', - 'Reset_settings': 'Reset pengaturan', - 'Change_password': 'Ubah kata sandi', - 'New_password': 'Kata sandi baru', - 'Old_password': 'Kata sandi lama', - 'Verify_password': 'Konfirmasi Sandi', - 'User_information': 'Informasi Pengguna', - 'Operation_log': 'Log Operasi', - 'action': 'Perilaku', - 'Browser': 'Pelayar', - 'IP_source': 'IP Sumber', - 'Request_time': 'Meminta Konsumsi Waktu', - 'Creation_date': 'Dicipta Pada', - 'account': 'Akaun', - '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', - 'Forced_cancellation': 'Pembatalan Paksa', - 'Initialize': 'Menginisialisasi', - 'Operate': 'operasi', - 'Refresh': 'Segar', - 'Closes': 'Tutup', - 'Closes_l': 'Tutup Sisi Kiri', - 'Closes_r': 'Tutup Sisi Kanan', - 'Closes_o': 'Tutup Lain', - 'Closes_a': 'Tutup Semua', - 'Theme_style_setting': 'Pengaturan Gaya Tema', - 'Theme_color': 'Warna Tema', - 'System_layout_configuration': 'Konfigurasi layout sistem', - 'Open': 'Buka', - 'Fixation': 'Tetap', - 'Display': 'Tampilan', - 'Dynamic_titles': 'Tajuk Dinamik', - 'crudTip': 'Apakah Anda yakin untuk menghapus data ini?', - 'startDate': 'TarikhAwal', - 'endDate': 'TarikhAkhir', - 'moreMenu': 'LebihBanyakMenu', - 'browses': 'melayar', - 'fz': 'Zum layar penuh', - 'Tips': 'Prompt', - 'Tip1': 'Konfirmasi Penghapusan Yang Dipilih', - 'Tip2': 'Data?', - 'Tip3': 'Nama pengguna tidak digunakan sebagai daftar masuk', - 'Tip4': 'Nomor telepon ponsel tidak dapat duplikasi', - 'Tip5': 'Silakan masukkan nomor telepon', - 'Tip6': 'Silakan masukkan nomor telepon 11 digit yang benar', - 'Tip7': 'Seret dan jatuhkan berkas Excel di sini atau', - 'Tip8': 'Kata sandi yang dimasukkan dua kali tidak cocok', - 'Tip9': 'Silakan masukkan sandi lagi', - 'Tip10': 'Silakan masukkan kata sandi lama Anda', - 'Tip11': 'Silakan masukkan sandi baru', - 'Tip12': 'Antara 6 dan 20 karakter dalam panjang', - 'Tip13': 'Apakah Anda yakin untuk log keluar dan keluar dari sistem?', - 'Tip14': 'Koneksi WebSocket error', - 'Tip15': 'Silakan masukkan nama ikon', - 'loading': 'Memuatkan Data...', - 'synchronous': 'Sinkron', - 'determine': 'konfirmasi', - 'stop': 'berhenti', - 'firing': 'start-up', - }, - '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' - } -} \ No newline at end of file + 'lang': 'in', + 'common': { + 'home': 'rumah', // 首页 + 'Layout_setting': 'Pengaturan Bentangan', + 'Personal_center': 'Pusat Pribadi', + 'Log_out': 'Log Out', + 'Personal_information': 'Informasi Pribadi', + 'username': 'Nama Pengguna', + 'name': 'Nama', + 'phone': 'Nomor Ponsel', + 'phone2': 'Ponsel', + 'sex': 'Gender', + 'sex_male': 'laki-laki', + 'sex_female': 'wanita', + 'email': 'E-mail', + 'Security_settings': 'Pengaturan Keamanan', + 'Save_settings': 'Simpan Pengaturan', + 'Reset_settings': 'Reset pengaturan', + 'Change_password': 'Ubah kata sandi', + 'New_password': 'Kata sandi baru', + 'Old_password': 'Kata sandi lama', + 'Verify_password': 'Konfirmasi Sandi', + 'User_information': 'Informasi Pengguna', + 'Operation_log': 'Log Operasi', + 'action': 'Perilaku', + 'Browser': 'Pelayar', + 'IP_source': 'IP Sumber', + 'Request_time': 'Meminta Konsumsi Waktu', + 'Creation_date': 'Dicipta Pada', + 'account': 'Akaun', + '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', + 'Forced_cancellation': 'Pembatalan Paksa', + 'Initialize': 'Menginisialisasi', + 'Operate': 'operasi', + 'Refresh': 'Segar', + 'Closes': 'Tutup', + 'Closes_l': 'Tutup Sisi Kiri', + 'Closes_r': 'Tutup Sisi Kanan', + 'Closes_o': 'Tutup Lain', + 'Closes_a': 'Tutup Semua', + 'Theme_style_setting': 'Pengaturan Gaya Tema', + 'Theme_color': 'Warna Tema', + 'System_layout_configuration': 'Konfigurasi layout sistem', + 'Open': 'Buka', + 'Fixation': 'Tetap', + 'Display': 'Tampilan', + 'Dynamic_titles': 'Tajuk Dinamik', + 'crudTip': 'Apakah Anda yakin untuk menghapus data ini?', + 'startDate': 'TarikhAwal', + 'endDate': 'TarikhAkhir', + 'moreMenu': 'LebihBanyakMenu', + 'browses': 'melayar', + 'fz': 'Zum layar penuh', + 'Tips': 'Prompt', + 'Tip1': 'Konfirmasi Penghapusan Yang Dipilih', + 'Tip2': 'Data?', + 'Tip3': 'Nama pengguna tidak digunakan sebagai daftar masuk', + 'Tip4': 'Nomor telepon ponsel tidak dapat duplikasi', + 'Tip5': 'Silakan masukkan nomor telepon', + 'Tip6': 'Silakan masukkan nomor telepon 11 digit yang benar', + 'Tip7': 'Seret dan jatuhkan berkas Excel di sini atau', + 'Tip8': 'Kata sandi yang dimasukkan dua kali tidak cocok', + 'Tip9': 'Silakan masukkan sandi lagi', + 'Tip10': 'Silakan masukkan kata sandi lama Anda', + 'Tip11': 'Silakan masukkan sandi baru', + 'Tip12': 'Antara 6 dan 20 karakter dalam panjang', + 'Tip13': 'Apakah Anda yakin untuk log keluar dan keluar dari sistem?', + 'Tip14': 'Koneksi WebSocket error', + 'Tip15': 'Silakan masukkan nama ikon', + 'loading': 'Memuatkan Data...', + 'synchronous': 'Sinkron', + 'determine': 'konfirmasi', + 'stop': 'berhenti', + 'firing': 'start-up', + 'import': 'Mengimpor', + 'driver_configuration': 'Konfigurasi driver', + 'create_time': 'Buat waktu', + 'update_time': 'Untuk memperbarui waktu', + 'create_by': 'Dibuat oleh', + 'update_by': 'pengubah', + 'is_on': 'Diaktifkan atau tidak', + 'please': 'Silahkan pilih' + }, + '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' + } +} diff --git a/acs/nladmin-ui/src/i18n/langs/indonesian.js b/acs/nladmin-ui/src/i18n/langs/indonesian.js index f3fc25f..101c3e6 100644 --- a/acs/nladmin-ui/src/i18n/langs/indonesian.js +++ b/acs/nladmin-ui/src/i18n/langs/indonesian.js @@ -14,18 +14,18 @@ import route from './route/in' import auto from './auto/in' export default { - ...idLocale, - ...id, - ...menu, - ...param, - ...instruction, - ...task, - ...history, - ...device, - ...opc, - ...protocol, - ...address, - ...storageCell, - ...route, - ...auto -} \ No newline at end of file + ...idLocale, + ...id, + ...menu, + ...param, + ...instruction, + ...task, + ...history, + ...device, + ...opc, + ...protocol, + ...address, + ...storageCell, + ...route, + ...auto +} diff --git a/acs/nladmin-ui/src/i18n/langs/zh-CN.js b/acs/nladmin-ui/src/i18n/langs/zh-CN.js index 0d3ed81..15b23db 100644 --- a/acs/nladmin-ui/src/i18n/langs/zh-CN.js +++ b/acs/nladmin-ui/src/i18n/langs/zh-CN.js @@ -1,106 +1,114 @@ export default { - 'lang': 'zh', - 'common': { - 'home': '首页', - 'Layout_setting': '布局设置', - 'Personal_center': '个人中心', - 'Log_out': '退出登录', - 'Personal_information': '个人信息', - 'username': '用户姓名', - 'name': '姓名', - 'phone': '手机号码', - 'phone2': '手机号', - 'sex': '性别', - 'sex_male': '男', - 'sex_female': '女', - 'email': '用户邮箱', - 'Security_settings': '安全设置', - 'Save_settings': '保存配置', - 'Reset_settings': '重置配置', - 'Change_password': '修改密码', - 'New_password': '新密码', - 'Old_password': '旧密码', - 'Verify_password': '确认密码', - 'User_information': '用户资料', - 'Operation_log': '操作日志', - 'action': '行为', - 'IP_source': 'IP来源', - 'Browser': '浏览器', - 'Request_time': '请求耗时', - 'Creation_date': '创建日期', - 'account': '账号', - 'password': '密码', - 'verification_code': '验证码', - 'login_rm': '记住我', - 'login': '登 录', - 'login_ing': '登 录 中...', - 'Create': '新增', - 'Update': '修改', - 'Delete': '删除', - 'Export': '导出', - 'Editors': '编辑', - 'SelectAll': '全选', - 'Query': '查询', - 'Reset': '重置', - 'Confirm': '确认', - 'Cancel': '取消', - 'Forced_cancellation': '强制取消', - 'Initialize': '初始化', - 'Operate': '操作', - 'Refresh': '刷新', - 'Closes': '关闭', - 'Closes_l': '关闭左侧', - 'Closes_r': '关闭右侧', - 'Closes_o': '关闭其他', - 'Closes_a': '关闭全部', - 'Theme_style_setting': '主题风格设置', - 'Theme_color': '主题颜色', - 'System_layout_configuration': '系统布局配置', - 'Open': '开启', - 'Fixation': '固定', - 'Display': '显示', - 'Dynamic_titles': '动态标题', - 'crudTip': '确定删除本条数据吗?', - 'startDate': '开始日期', - 'endDate': '结束日期', - 'moreMenu': '更多菜单', - 'browses': '浏览', - 'fz': '全屏缩放', - 'Tips': '提示', - 'Tip1': '确认删除选中的', - 'Tip2': '条数据?', - 'Tip3': '用户姓名不作为登录使用', - 'Tip4': '手机号码不能重复', - 'Tip5': '请输入电话号码', - 'Tip6': '请输入正确的11位手机号码', - 'Tip7': '拖拽excel文件到此处 或者', - 'Tip8': '两次输入的密码不一致', - 'Tip9': '请再次输入密码', - 'Tip10': '请输入旧密码', - 'Tip11': '请输入新密码', - 'Tip12': '长度在 6 到 20 个字符', - 'Tip13': '确定注销并退出系统吗?', - 'Tip14': 'WebSocket连接发生错误', - 'Tip15': '请输入图标名称', - 'loading': '数据加载中...', - 'synchronous': '同步', - 'determine': '确定', - 'stop': '停止', - 'firing': '启动', - }, - 'monitor': { - 'sys': '系统', - 'day': '项目已不间断运行', - 'status': '状态', - 'cpu': 'CPU使用率', - 'core': '核心', - 'memory': '内存使用率', - 'tality': '总量', - 'used': '已使用', - 'leisure': '空闲', - 'exchange': '交换区使用率', - 'disk': '磁盘使用率', - 'cpu_monitoring': 'CPU使用率监控', - 'memory_monitoring': '内存使用率监控' - } -} \ No newline at end of file + 'lang': 'zh', + 'common': { + 'home': '首页', + 'Layout_setting': '布局设置', + 'Personal_center': '个人中心', + 'Log_out': '退出登录', + 'Personal_information': '个人信息', + 'username': '用户姓名', + 'name': '姓名', + 'phone': '手机号码', + 'phone2': '手机号', + 'sex': '性别', + 'sex_male': '男', + 'sex_female': '女', + 'email': '用户邮箱', + 'Security_settings': '安全设置', + 'Save_settings': '保存配置', + 'Reset_settings': '重置配置', + 'Change_password': '修改密码', + 'New_password': '新密码', + 'Old_password': '旧密码', + 'Verify_password': '确认密码', + 'User_information': '用户资料', + 'Operation_log': '操作日志', + 'action': '行为', + 'IP_source': 'IP来源', + 'Browser': '浏览器', + 'Request_time': '请求耗时', + 'Creation_date': '创建日期', + 'account': '账号', + 'password': '密码', + 'verification_code': '验证码', + 'login_rm': '记住我', + 'login': '登 录', + 'login_ing': '登 录 中...', + 'Create': '新增', + 'Update': '修改', + 'Delete': '删除', + 'Export': '导出', + 'Editors': '编辑', + 'SelectAll': '全选', + 'Query': '查询', + 'Reset': '重置', + 'Confirm': '确认', + 'Cancel': '取消', + 'Forced_cancellation': '强制取消', + 'Initialize': '初始化', + 'Operate': '操作', + 'Refresh': '刷新', + 'Closes': '关闭', + 'Closes_l': '关闭左侧', + 'Closes_r': '关闭右侧', + 'Closes_o': '关闭其他', + 'Closes_a': '关闭全部', + 'Theme_style_setting': '主题风格设置', + 'Theme_color': '主题颜色', + 'System_layout_configuration': '系统布局配置', + 'Open': '开启', + 'Fixation': '固定', + 'Display': '显示', + 'Dynamic_titles': '动态标题', + 'crudTip': '确定删除本条数据吗?', + 'startDate': '开始日期', + 'endDate': '结束日期', + 'moreMenu': '更多菜单', + 'browses': '浏览', + 'fz': '全屏缩放', + 'Tips': '提示', + 'Tip1': '确认删除选中的', + 'Tip2': '条数据?', + 'Tip3': '用户姓名不作为登录使用', + 'Tip4': '手机号码不能重复', + 'Tip5': '请输入电话号码', + 'Tip6': '请输入正确的11位手机号码', + 'Tip7': '拖拽excel文件到此处 或者', + 'Tip8': '两次输入的密码不一致', + 'Tip9': '请再次输入密码', + 'Tip10': '请输入旧密码', + 'Tip11': '请输入新密码', + 'Tip12': '长度在 6 到 20 个字符', + 'Tip13': '确定注销并退出系统吗?', + 'Tip14': 'WebSocket连接发生错误', + 'Tip15': '请输入图标名称', + 'loading': '数据加载中...', + 'synchronous': '同步', + 'determine': '确定', + 'stop': '停止', + 'firing': '启动', + 'import': '导入', + 'driver_configuration': '驱动配置', + 'create_time': '创建时间', + 'update_time': '更新时间', + 'create_by': '创建者', + 'update_by': '修改者', + 'is_on': '是否启用', + 'please': '请选择' + }, + 'monitor': { + 'sys': '系统', + 'day': '项目已不间断运行', + 'status': '状态', + 'cpu': 'CPU使用率', + 'core': '核心', + 'memory': '内存使用率', + 'tality': '总量', + 'used': '已使用', + 'leisure': '空闲', + 'exchange': '交换区使用率', + 'disk': '磁盘使用率', + 'cpu_monitoring': 'CPU使用率监控', + 'memory_monitoring': '内存使用率监控' + } +}