24 lines
316 B
PHP
24 lines
316 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'confirmation' => '本当に実行しますか?',
|
|
|
|
'actions' => [
|
|
|
|
'cancel' => [
|
|
'label' => 'キャンセル',
|
|
],
|
|
|
|
'confirm' => [
|
|
'label' => '確定',
|
|
],
|
|
|
|
'submit' => [
|
|
'label' => '完了',
|
|
],
|
|
|
|
],
|
|
|
|
];
|