ok
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'select_company' => 'Pilih Perusahaan',
|
||||
'about_companies' => 'Tentang Perusahaan',
|
||||
'about_companies_description' => ' You can use companies as a simple informative field, or you can use them to restrict asset visibility and availability to users with a specific company by enabling Full Company Support in your Admin Settings.',
|
||||
];
|
@ -0,0 +1,20 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'does_not_exist' => 'Perusahaan tidak ada.',
|
||||
'deleted' => 'Deleted company',
|
||||
'assoc_users' => 'Kategori ini saat ini terkait dengan setidaknya satu model dan tidak dapat dihapus. Silahkan perbaharui model Anda untuk tidak lagi tereferensi dengan kategori ini dan coba lagi. ',
|
||||
'create' => [
|
||||
'error' => 'Perusahaan tidak Tersimapn, Coba lagi.',
|
||||
'success' => 'Perusahaan sukses dibuat.',
|
||||
],
|
||||
'update' => [
|
||||
'error' => 'Perusahaan tidak diperbaharui, coba lagi',
|
||||
'success' => 'Perusahaan sukses diperbaharui.',
|
||||
],
|
||||
'delete' => [
|
||||
'confirm' => 'Anda yakin ingin menghapus perusahaan ini?',
|
||||
'error' => 'Ada masalah menghapus perusahaan. Silakan coba lagi.',
|
||||
'success' => 'Perusahaan berhasil dihapus.',
|
||||
],
|
||||
];
|
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return array(
|
||||
'companies' => 'Perusahaan',
|
||||
'create' => 'Buat Perusahaan',
|
||||
'email' => 'Company Email',
|
||||
'title' => 'Perusahaan',
|
||||
'phone' => 'Company Phone',
|
||||
'update' => 'Perbaharui Perusahaan',
|
||||
'name' => 'Nama Perusahaan',
|
||||
'id' => 'ID',
|
||||
);
|
Reference in New Issue
Block a user