<?php

return [
    /*
    |--------------------------------------------------------------------------
    | Buttons Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used in buttons throughout the system.
    | Regardless where it is placed, a button can be listed here so it is easily
    | found in a intuitive way.
    |
    */

    'backend' => [
        'access' => [
            'users' => [
                'activate' => 'הפעל',
                'change_password' => 'שינוי סיסמא',
                'clear_session' => 'נקה סשן התחברות',
                'confirm' => 'אישור',
                'deactivate' => 'ביטול הפעלה',
                'delete_permanently' => 'מחיקה לצמיתות',
                'login_as' => 'התחברות בתור :user',
                'resend_email' => 'שלח לי שוב מייל הפעלה',
                'restore_user' => 'שחזור משתמש',
                'unconfirm' => 'בטל אישור',
                'unlink' => 'נתק',
            ],
        ],
    ],

    'emails' => [
        'auth' => [
            'confirm_account' => 'אישור חשבון',
            'reset_password' => 'איפוס סיסמה',
        ],
    ],

    'general' => [
        'cancel' => 'ביטול',
        'continue' => 'המשך',

        'crud' => [
            'create' => 'צור',
            'delete' => 'מחק',
            'edit' => 'עריכה',
            'update' => 'עדכון',
            'view' => 'הצג',
        ],

        'save' => 'שמור',
        'view' => 'הצג',
    ],
];
