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