Aplikasi Keuangan yang mengatur lalu lintas transaksi antara bank dan aplikasi internal Kampus
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

17 lines
364 B

<?php
return [
'input_type' => [
'number' => 'Angka',
'text_line' => 'Baris Teks',
'text_area' => 'Area Teks',
'select' => 'Pilih',
'file' => 'Berkas',
'checkbox' => 'Kotak Centang',
],
'file_type' => [
'document' => 'Dokumen',
'image' => 'Gambar',
'audio' => 'Audio',
],
];