add: 添加国际化1

This commit is contained in:
2024-10-29 18:11:33 +08:00
parent e0cc4968cd
commit d3f08322ce
135 changed files with 5221 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
export default {
'Auto': {
'table': {
'name': 'Nama',
'code': 'Nomor',
'status': 'Keadaan',
'thread_name': 'Nama Benda',
'thread_state': 'Status benang',
'usedStatus': 'Status Penggunaan',
'stopMessage': 'Hentikan Pesan',
'operate': 'Operasi'
},
'msg': {
'select_msg': 'Apakah Anda Yakin Untuk Menghentikan Benang Ini?'
}
}
}