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