2017-12-12 09:20:57 -08:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2017-12-12 09:20:57 -08:00
|
|
|
|
2018-01-20 04:53:04 -08:00
|
|
|
'group_exists' => 'Група вже існує!',
|
2017-12-12 09:20:57 -08:00
|
|
|
'group_not_found' => 'Group [:id] does not exist.',
|
|
|
|
'group_name_required' => 'The name field is required',
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'success' => [
|
2018-01-20 04:53:04 -08:00
|
|
|
'create' => 'Групу успішно створено.',
|
|
|
|
'update' => 'Групу успішно оновлено.',
|
|
|
|
'delete' => 'Групу успішно видалено.',
|
2021-06-10 13:15:52 -07:00
|
|
|
],
|
2017-12-12 09:20:57 -08:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'delete' => [
|
2018-01-20 04:53:04 -08:00
|
|
|
'confirm' => 'Ви впевнені, що бажаєте видалити цю групу?',
|
2017-12-12 09:20:57 -08:00
|
|
|
'create' => 'There was an issue creating the group. Please try again.',
|
|
|
|
'update' => 'There was an issue updating the group. Please try again.',
|
|
|
|
'delete' => 'There was an issue deleting the group. Please try again.',
|
2021-06-10 13:15:52 -07:00
|
|
|
],
|
2017-12-12 09:20:57 -08:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|