feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
@@ -0,0 +1,72 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'single' => [
|
||||
|
||||
'label' => 'Vrati',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Vrati :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'Vrati',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'Vraćeno',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'multiple' => [
|
||||
|
||||
'label' => 'Povrati izabrano',
|
||||
|
||||
'modal' => [
|
||||
|
||||
'heading' => 'Povrati izabrano :label',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'restore' => [
|
||||
'label' => 'Povrati',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'notifications' => [
|
||||
|
||||
'restored' => [
|
||||
'title' => 'Povraćeno',
|
||||
],
|
||||
|
||||
'restored_partial' => [
|
||||
'title' => 'Povraćeno :count od :total',
|
||||
'missing_authorization_failure_message' => 'Nemate dozvolu da povratite :count.',
|
||||
'missing_processing_failure_message' => ':count ne može da se povrati.',
|
||||
],
|
||||
|
||||
'restored_none' => [
|
||||
'title' => 'Vraćanje nije uspelo',
|
||||
'missing_authorization_failure_message' => 'Nemate dozvolu da povratite :count.',
|
||||
'missing_processing_failure_message' => ':count ne može da se povrati.',
|
||||
],
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user