<?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' => 'Contact',
        'dashboard' => 'แผงควบคุม',
        'login' => 'เข้าสู่ระบบ',
        'macros' => 'Macros',
        'register' => 'ลงทะเบียน',

        'user' => [
            'account' => 'บัญชีของฉัน',
            'administration' => 'หน้าแอดมิน',
            'change_password' => 'เปลี่ยนรหัสผ่าน',
            'my_information' => 'ข้อมูลของฉัน',
            'profile' => 'ข้อมูลส่วนตัว',
        ],
    ],
];
