Files
data-collection-terminal/vendor/filament/actions/resources/lang/ja/modal.php

24 lines
316 B
PHP

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