ajout app

This commit is contained in:
2024-04-17 20:22:30 +02:00
parent cc017cfc5e
commit f9d05a2fd3
8025 changed files with 729805 additions and 0 deletions

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