fix: 国际化

This commit is contained in:
2024-04-02 09:30:01 +08:00
parent 7fed531835
commit 093e03f0fd
24 changed files with 537 additions and 130 deletions

View File

@@ -9,6 +9,10 @@ import user from './user/zh'
import scheduler from './scheduling/zh'
import dept from './dept/zh'
import dict from './dict/zh'
import redis from './redis/zh'
import log from './log/zh'
import notice from './notice/zh'
import record from './record/zh'
export default {
...zhLocale,
@@ -21,5 +25,9 @@ export default {
...user,
...scheduler,
...dept,
...dict
...dict,
...redis,
...log,
...notice,
...record
}

View File

@@ -9,6 +9,10 @@ import user from './user/en'
import scheduler from './scheduling/en'
import dept from './dept/en'
import dict from './dict/en'
import redis from './redis/en'
import log from './log/en'
import notice from './notice/en'
import record from './record/en'
export default {
...enLocale,
@@ -21,5 +25,9 @@ export default {
...user,
...scheduler,
...dept,
...dict
...dict,
...redis,
...log,
...notice,
...record
}

View File

@@ -9,6 +9,10 @@ import user from './user/in'
import scheduler from './scheduling/in'
import dept from './dept/in'
import dict from './dict/in'
import redis from './redis/in'
import log from './log/in'
import notice from './notice/in'
import record from './record/in'
export default {
...idLocale,
@@ -21,5 +25,9 @@ export default {
...user,
...scheduler,
...dept,
...dict
...dict,
...redis,
...log,
...notice,
...record
}

View File

@@ -0,0 +1,13 @@
export default {
'Log': {
'level': 'Log Level',
'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'
}
}

View File

@@ -0,0 +1,13 @@
export default {
'Log': {
'level': 'Tingkat Log',
'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'
}
}

View File

@@ -0,0 +1,13 @@
export default {
'Log': {
'level': '日志级别',
'search': '模糊搜索',
'content': '日志内容',
'link_id': '链路ID',
'link_id_msg': '请输入链路ID',
'time': '时间',
'start_time': '开始时间',
'to': '至',
'end_time': '结束时间'
}
}

View File

@@ -0,0 +1,33 @@
export default {
'Notice': {
'title': 'Message Notification',
'table': {
'notice_title': 'notice title',
'notice_content': 'notice content',
'notice_type': 'notice type',
'have_read': 'have read',
'read_time': 'read time',
'deal_status': 'deal status',
'create_time': 'create time',
'see': 'View',
'deal': 'Handle',
'input_tip': 'Please enter the title',
'batch_reader': 'Batch Read'
},
'reader': {
'title': 'Message Detail',
'label': 'Title',
'type': 'Message Type',
'deal_status': 'Deal Status',
'create_time': 'Create Time',
'content': 'Content'
},
'icon': {
'empty_msg': 'No Information',
'see_more': 'View More'
},
'rules': {
'NotNull': 'Cannot be empty'
}
}
}

View File

@@ -0,0 +1,33 @@
export default {
'Notice': {
'title': 'Pemberitahuan',
'table': {
'notice_title': 'judul pesan',
'notice_content': 'informasi',
'notice_type': 'jenis informasi',
'have_read': 'status baca',
'read_time': 'waktu membaca',
'deal_status': 'status pemrosesan',
'create_time': 'waktu penciptaan',
'see': 'Memeriksa',
'deal': 'Beroperasi',
'input_tip': 'Silakan masukkan judul',
'batch_reader': 'Bacaan Batch'
},
'reader': {
'title': 'Detail Pesan',
'label': 'Judul',
'type': 'Jenis Informasi',
'content': 'Isi',
'deal_status': 'Status Pemrosesan',
'create_time': 'Waktu Penciptaan'
},
'icon': {
'empty_msg': 'Tidak Ada Informasi',
'see_more': 'Lagi'
},
'rules': {
'NotNull': 'Tidak dapat kosong'
}
}
}

View File

@@ -0,0 +1,33 @@
export default {
'Notice': {
'title': '消息通知',
'table': {
'notice_title': '信息标题',
'notice_content': '信息内容',
'notice_type': '信息类型',
'have_read': '读取状态',
'read_time': '读取时间',
'deal_status': '处理状态',
'create_time': '创建时间',
'see': '查看',
'deal': '处理',
'input_tip': '请输入标题',
'batch_reader': '批量已读'
},
'reader': {
'title': '消息详情',
'label': '标题',
'type': '信息类型',
'deal_status': '处理情况',
'create_time': '创建时间',
'content': '内容'
},
'icon': {
'empty_msg': '暂无信息',
'see_more': '查看更多'
},
'rules': {
'NotNull': '不能为空'
}
}
}

View File

@@ -0,0 +1,13 @@
export default {
'SysParam': {
'table': {
'code': 'code',
'name': 'name',
'values': 'value',
'description': 'remark'
},
'rules': {
'NotNull': 'Cannot be empty'
}
}
}

View File

@@ -0,0 +1,13 @@
export default {
'SysParam': {
'table': {
'code': 'kode',
'name': 'nama',
'values': 'nilai',
'description': 'Catatan'
},
'rules': {
'NotNull': 'Tidak dapat kosong'
}
}
}

View File

@@ -0,0 +1,13 @@
export default {
'SysParam': {
'table': {
'code': '编码',
'name': '名称',
'values': '值',
'description': '备注'
},
'rules': {
'NotNull': '不能为空'
}
}
}

View File

@@ -0,0 +1,20 @@
export default {
'Record': {
'title': 'External System Interface Records',
'table': {
'interact_name': 'interact name',
'code': 'code',
'message': 'message',
'request_param': 'request',
'response_param': 'response',
'record_time': 'record time',
'direction': 'direction',
'is_success': 'request state',
'blurry': 'Fuzzy Query',
'search_msg': 'name or code'
},
'rules': {
'NotNull': 'Cannot be empty'
}
}
}

View File

@@ -0,0 +1,20 @@
export default {
'Record': {
'title': 'Catatan Antarmuka Sistem Eksternal',
'table': {
'interact_name': 'nama berinteraksi',
'code': 'kode',
'message': 'pesan',
'request_param': 'meminta',
'response_param': 'tanggapan',
'record_time': 'mencatat waktu',
'direction': 'arah',
'is_success': 'keadaan permintaan',
'blurry': 'Kueri Fuzzy',
'search_msg': 'nama atau kode'
},
'rules': {
'NotNull': 'Tidak dapat kosong'
}
}
}

View File

@@ -0,0 +1,20 @@
export default {
'Record': {
'title': '外部系统接口记录',
'table': {
'interact_name': '对接名称',
'code': '响应编码',
'message': '响应信息',
'request_param': '请求报文',
'response_param': '响应结果',
'record_time': '记录时间',
'direction': '请求方向',
'is_success': '请求状态',
'blurry': '模糊查询',
'search_msg': '对接名称/内容'
},
'rules': {
'NotNull': '不能为空'
}
}
}

View File

@@ -0,0 +1,34 @@
export default {
'Redis': {
'title1': 'Basic Information',
'redis_version': 'Redis Version',
'redis_mode': 'Run Mode',
'tcp_port': 'Port',
'connected_clients': 'Client Number',
'standalone': 'Standalone',
'cluster': 'Cluster',
'running': 'Running Time(Day)',
'memory_use': 'Use Memory',
'cpu': 'Use CPU',
'memory': 'Memory Allocation',
'AOF': 'AOF Enable',
'RDB': 'RDB Success',
'keys': 'Key Number',
'io': 'Network I/O',
'left_title': 'Command Statistics',
'right_title': 'Memory Information',
'memory_consumption': 'Memory Consumption',
'pake': 'Threshold',
'command': 'Command',
'batch_del': 'Batch Delete',
'key_type': 'Key Type',
'value2': 'Value',
'no_expired': 'Never Go Out Of Date',
'expired': 'Expired',
'clear': 'Clear Data',
'expiration': 'Expiration Time',
'unit': 's',
'msg1': 'This operation will permanently delete the redis cache data. Do you want to continue?',
'msg2': 'Undelete'
}
}

View File

@@ -0,0 +1,34 @@
export default {
'Redis': {
'title1': 'Informasi Dasar',
'redis_version': 'Redis Versi',
'redis_mode': 'Modus Operasi',
'tcp_port': 'Pelabuhan',
'connected_clients': 'Jumlah Klien',
'standalone': 'Mandiri',
'cluster': 'Gugus',
'running': 'Jam Operasional(Langit)',
'memory_use': 'Gunakan Memori',
'cpu': 'Gunakan CPU',
'memory': 'Konfigurasi Memori',
'AOF': 'Apakah AOF Diaktifkan',
'RDB': 'RDB Kesuksesan',
'keys': 'Key kuantitas',
'io': 'jaringan I/O',
'left_title': 'Statistik Perintah',
'right_title': 'Informasi Memori',
'memory_consumption': 'Konsumsi Memori',
'pake': 'Puncak',
'command': 'Memesan',
'batch_del': 'Penghapusan Batch',
'key_type': 'Key Jenis',
'value2': 'Value',
'no_expired': 'Abadi',
'expired': 'Kedaluwarsa',
'clear': 'Hapus Data',
'expiration': 'Kedaluwarsa',
'unit': 's',
'msg1': 'Operasi ini akan menghapus data cache redis secara permanen. Apakah Anda ingin melanjutkan?',
'msg2': 'Batalkan penghapusan'
}
}

View File

@@ -0,0 +1,34 @@
export default {
'Redis': {
'title1': '基本信息',
'redis_version': 'Redis版本',
'redis_mode': '运行模式',
'tcp_port': '端口',
'connected_clients': '客户端数',
'standalone': '单机',
'cluster': '集群',
'running': '运行时间(天)',
'memory_use': '使用内存',
'cpu': '使用CPU',
'memory': '内存配置',
'AOF': 'AOF是否开启',
'RDB': 'RDB是否成功',
'keys': 'Key数量',
'io': '网络入口/出口',
'left_title': '命令统计',
'right_title': '内存信息',
'memory_consumption': '内存消耗',
'pake': '峰值',
'command': '命令',
'batch_del': '批量删除',
'key_type': 'Key 类型',
'value2': 'Value 值',
'no_expired': '永不过时',
'expired': '已过期',
'clear': '清除数据',
'expiration': '过期时间',
'unit': '秒',
'msg1': '此操作将永久删除该redis缓存数据, 是否继续?',
'msg2': '已取消删除'
}
}