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