<?php

return [

    'title' => 'ערוך :label',

    'breadcrumb' => 'עריכה',

    'form' => [

        'actions' => [

            'cancel' => [
                'label' => 'ביטול',
            ],

            'save' => [
                'label' => 'שמור שינויים',
            ],

        ],

    ],

    'content' => [

        'tab' => [
            'label' => 'עריכה',
        ],

    ],

    'notifications' => [

        'saved' => [
            'title' => 'נשמר בהצלחה',
        ],

    ],

];
