Files
biiproject-kit-v1/lang/vendor/filament-actions/ja/edit.php
T

34 lines
428 B
PHP

<?php
return [
'single' => [
'label' => '編集',
'modal' => [
'heading' => ':label 編集',
'actions' => [
'save' => [
'label' => '変更を保存',
],
],
],
'notifications' => [
'saved' => [
'title' => '保存しました',
],
],
],
];