http.php
546 Bytes
<?php
return [
    /*
    |--------------------------------------------------------------------------
    | HTTP Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used in the views/errors files.
    |
    */
    '404' => [
        'title' => '找不到頁面',
        'description' => '抱歉,您嘗試查看的頁面不存在。 ',
    ],
    '503' => [
        'title' => '馬上回來。 ',
        'description' => '馬上回來。 ',
    ],
];