Files
lanzhouhailiang_two/acs/nladmin-ui/src/i18n/langs/auto/in.js
2023-11-30 10:54:39 +08:00

17 lines
474 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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': {
'stop_msg': 'Apakah Anda yakin untuk menghentikan benang ini'
}
}
}