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

34 lines
428 B
PHP

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