feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Jste si jistí touto akcí?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Zrušit',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Potvrdit',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Odeslat',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user