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

62 lines
858 B
PHP

<?php
return [
'single' => [
'label' => '解除',
'modal' => [
'heading' => ':labelを解除',
'actions' => [
'detach' => [
'label' => '解除',
],
],
],
'notifications' => [
'detached' => [
'title' => '解除しました',
],
],
],
'multiple' => [
'label' => '選択中を解除',
'modal' => [
'heading' => '選択中の:labelを解除',
'actions' => [
'detach' => [
'label' => '解除',
],
],
],
'notifications' => [
'detached' => [
'title' => '解除しました',
],
],
],
];