2018-07-18 08:55:38 -07:00
|
|
|
<?php
|
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
return [
|
2018-07-18 08:55:38 -07:00
|
|
|
|
2018-09-28 11:54:52 -07:00
|
|
|
'does_not_exist' => 'Potrošni materijal ne postoji.',
|
2018-07-18 08:55:38 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'create' => [
|
2018-09-28 11:54:52 -07:00
|
|
|
'error' => 'Potrošni materijal nije kreiran, pokušajte ponovo.',
|
2021-06-10 13:15:52 -07:00
|
|
|
'success' => 'Potrošni materijal uspešno kreiran.',
|
|
|
|
],
|
2018-07-18 08:55:38 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'update' => [
|
2018-09-28 11:54:52 -07:00
|
|
|
'error' => 'Potrošni materijal nije ažuriran, pokušajte ponovo',
|
2021-06-10 13:15:52 -07:00
|
|
|
'success' => 'Potrošni materijal uspešno ažuriran.',
|
|
|
|
],
|
2018-07-18 08:55:38 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'delete' => [
|
2018-09-28 11:54:52 -07:00
|
|
|
'confirm' => 'Da li ste sigurni da želite izbrisati ovaj potrošni materijal?',
|
|
|
|
'error' => 'Došlo je do problema s brisanjem potrošnog materijala. Molim pokušaj te ponovo.',
|
2021-06-10 13:15:52 -07:00
|
|
|
'success' => 'Potrošni materijal je uspešno izbrisan.',
|
|
|
|
],
|
2018-07-18 08:55:38 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'checkout' => [
|
2018-07-18 08:55:38 -07:00
|
|
|
'error' => 'Consumable was not checked out, please try again',
|
|
|
|
'success' => 'Consumable checked out successfully.',
|
2021-06-10 13:15:52 -07:00
|
|
|
'user_does_not_exist' => 'Korisnik je nevažeći. Molim pokušaj te ponovo.',
|
|
|
|
],
|
2018-07-18 08:55:38 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
'checkin' => [
|
2018-07-18 08:55:38 -07:00
|
|
|
'error' => 'Consumable was not checked in, please try again',
|
|
|
|
'success' => 'Consumable checked in successfully.',
|
2021-06-10 13:15:52 -07:00
|
|
|
'user_does_not_exist' => 'Korisnik je nevažeći. Molim pokušaj te ponovo.',
|
|
|
|
],
|
2018-07-18 08:55:38 -07:00
|
|
|
|
2021-06-10 13:15:52 -07:00
|
|
|
];
|