first commit
This commit is contained in:
17
resources/lang/en-GB/messages.php
Normal file
17
resources/lang/en-GB/messages.php
Normal file
@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'success' => [
|
||||
'added' => ':type added!',
|
||||
'updated' => ':type updated!',
|
||||
'deleted' => ':type deleted!',
|
||||
],
|
||||
'error' => [
|
||||
'not_user_company' => 'Error: You are not allowed to manage this company!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Warning: You are not delete :type. Because it has :text',
|
||||
],
|
||||
|
||||
];
|
Reference in New Issue
Block a user