This commit is contained in:
2024-04-21 14:42:52 +02:00
parent 4b69674ede
commit 8a25f53c99
10700 changed files with 55767 additions and 14201 deletions

View File

@ -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.',
];

View File

@ -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.',
],
];

View File

@ -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',
);