<?php

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

    'general' => [
        'home' => 'בית',
        'logout' => 'התנתקות',
    ],

    'frontend' => [
        'contact' => 'צרו קשר',
        'dashboard' => 'לוח בקרה',
        'login' => 'התחברות',
        'macros' => 'מאקרו',
        'register' => 'הרשמה',

        'user' => [
            'account' => 'החשבון שלי',
            'administration' => 'ניהול',
            'change_password' => 'החלפת סיסמה',
            'my_information' => 'המידע שלי',
            'profile' => 'פרופיל',
        ],
    ],
];
