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.
 
 
 
 
 

24 lines
630 B

<?php
return [
// Labels
'agency' => 'Agensi',
'not_found' => 'Agensi tidak ditemukan',
'detail' => 'Detail Agensi',
// Actions
'edit' => 'Edit Agensi',
'update' => 'Update Agensi',
'updated' => 'Update data Agensi telah berhasil.',
'logo_change' => 'Ganti Logo Agensi',
'logo_upload' => 'Upload Logo Agensi',
// Attributes
'name' => 'Nama Agensi',
'tagline' => 'Tagline Agensi',
'email' => 'Email Agensi',
'website' => 'Website Agensi',
'address' => 'Alamat Agensi',
'phone' => 'Telp. Agensi',
'logo' => 'Logo Agensi',
];