feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => 'Vai tiešām vēlaties to darīt?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'Atcelt',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => 'Apstiprināt',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => 'Iesniegt',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user