<?php

return [

    'single' => [

        'label' => '外す',

        'modal' => [

            'heading' => ':labelを外す',

            'actions' => [

                'detach' => [
                    'label' => '外す',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => '外しました',
            ],

        ],

    ],

    'multiple' => [

        'label' => '外す対象を選択',

        'modal' => [

            'heading' => '選択した:labelを外す',

            'actions' => [

                'detach' => [
                    'label' => '選択を外す',
                ],

            ],

        ],

        'notifications' => [

            'detached' => [
                'title' => '外しました',
            ],

        ],

    ],

];
