feat: add routes, lang, tests, stubs, docs, and docker configurations

This commit is contained in:
2026-05-21 16:05:16 +07:00
parent fad70d096b
commit 28a06315b8
3385 changed files with 177070 additions and 0 deletions
+73
View File
@@ -0,0 +1,73 @@
<?php
return [
'single' => [
'label' => 'Відновити',
'modal' => [
'heading' => 'Відновити :label',
'actions' => [
'restore' => [
'label' => 'Відновити',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Запис відновлено',
],
],
],
'multiple' => [
'label' => 'Відновити вибране',
'modal' => [
'heading' => 'Відновити вибране :label',
'actions' => [
'restore' => [
'label' => 'Відновити',
],
],
],
'notifications' => [
'restored' => [
'title' => 'Записи відновлені',
],
'restored_partial' => [
'title' => 'Відновлено :count із :total',
'missing_authorization_failure_message' => 'У вас немає прав для відновлення :count записів.',
'missing_processing_failure_message' => 'Не вдалося відновити :count записів.',
],
'restored_none' => [
'title' => 'Не вдалося відновити',
'missing_authorization_failure_message' => 'У вас немає прав для відновлення :count записів.',
'missing_processing_failure_message' => 'Не вдалося відновити :count записів.',
],
],
],
];