feat: add routes, lang, tests, stubs, docs, and docker configurations
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'confirmation' => '本当に実行しますか?',
|
||||
|
||||
'actions' => [
|
||||
|
||||
'cancel' => [
|
||||
'label' => 'キャンセル',
|
||||
],
|
||||
|
||||
'confirm' => [
|
||||
'label' => '確定',
|
||||
],
|
||||
|
||||
'submit' => [
|
||||
'label' => '完了',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
Reference in New Issue
Block a user