first commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ':type eklendi!',
|
||||
'updated' => ':type güncellendi!',
|
||||
'deleted' => ':type silindi!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'Hata: Bu şirketi yönetme yetkiniz yok!',
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user