<?php

return [

    'single' => [

        'label' => '恢复',

        'modal' => [

            'heading' => '恢复 :label',

            'actions' => [

                'restore' => [
                    'label' => '恢复',
                ],

            ],

        ],

        'notifications' => [

            'restored' => [
                'title' => '记录已恢复',
            ],

        ],

    ],

    'multiple' => [

        'label' => '恢复已选项目',

        'modal' => [

            'heading' => '恢复已选 :label',

            'actions' => [

                'restore' => [
                    'label' => '恢复',
                ],

            ],

        ],

        'notifications' => [

            'restored' => [
                'title' => '记录已恢复',
            ],

        ],

    ],

];
