refactor: 前后端基础部分
This commit is contained in:
71
nladmin-ui/src/i18n/langs/ivt/hot/in.js
Normal file
71
nladmin-ui/src/i18n/langs/ivt/hot/in.js
Normal file
@@ -0,0 +1,71 @@
|
||||
export default {
|
||||
'Hot': {
|
||||
'pan1': {
|
||||
'title': 'Pertanyaan Stok',
|
||||
'table': {
|
||||
'point_code': 'Kode Titik',
|
||||
'point_status': 'Status Poin',
|
||||
'container_name': 'Nama Kontainer',
|
||||
'ivt_qty': 'Ivt_qty',
|
||||
'instorage_time': 'Waktu Penyimpanan',
|
||||
'product_area': 'Area Produk',
|
||||
'temperature': 'Suhu',
|
||||
'last_time': 'Hitung mundur',
|
||||
'group_name': 'Grup',
|
||||
'ext_code': 'Kode Ekst',
|
||||
'point_location': 'Posisi',
|
||||
'is_used': 'Diaktifkan',
|
||||
'remark': 'Komentar',
|
||||
'update_time': 'Waktu Pembaruan'
|
||||
},
|
||||
'dialog': {
|
||||
'point_code': 'kode titik',
|
||||
'product_area': 'area produk',
|
||||
'point_status': 'status poin',
|
||||
'container_name': 'nama kontainer',
|
||||
'temperature': 'suhu',
|
||||
'is_used': 'diaktifkan',
|
||||
'point_location': 'posisi',
|
||||
'instorage_time': 'waktu penyimpanan'
|
||||
},
|
||||
'search': {
|
||||
'p1': 'Masukkan kode poin',
|
||||
'button_1': 'Kembalikan MES'
|
||||
},
|
||||
'msg': {
|
||||
'm1': 'Kode poin tidak boleh kosong',
|
||||
'm2': 'Status poin tidak boleh kosong',
|
||||
'm3': 'Silakan pilih titik untuk dikirim kembali!'
|
||||
}
|
||||
},
|
||||
'pan2': {
|
||||
'title': 'Tugas Oven',
|
||||
'table': {
|
||||
'bill_code': 'Kode Tagihan',
|
||||
'container_name': 'Nama Kontainer',
|
||||
'start_point_code': 'Titik Awal',
|
||||
'end_point_code': 'Titik Akhir',
|
||||
'temperature': 'Suhu',
|
||||
'oven_time': 'Waktu Oven',
|
||||
'task_code': 'Kode Tugas',
|
||||
'create_name': 'Buat Nama',
|
||||
'create_time': 'Buat Waktu',
|
||||
'confirm_optname': 'Konfirmasi Nama',
|
||||
'confirm_time': 'Konfirmasi Waktu'
|
||||
},
|
||||
'dialog': {
|
||||
'bill_code': 'kode tagihan',
|
||||
'task_code': 'kode tugas',
|
||||
'start_point_code': 'titik awal',
|
||||
'end_point_code': 'titik akhir',
|
||||
'container_name': 'nama kontainer',
|
||||
'create_time': 'buat waktu'
|
||||
},
|
||||
'statusDtlList': {
|
||||
'build': 'membangun',
|
||||
'running': 'berlari',
|
||||
'confirm': 'mengonfirmasi'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user