24 lines
298 B
PHP
24 lines
298 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'confirmation' => '確定要進行嗎?',
|
|
|
|
'actions' => [
|
|
|
|
'cancel' => [
|
|
'label' => '取消',
|
|
],
|
|
|
|
'confirm' => [
|
|
'label' => '確定',
|
|
],
|
|
|
|
'submit' => [
|
|
'label' => '送出',
|
|
],
|
|
|
|
],
|
|
|
|
];
|