http.php 555 Bytes
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | HTTP Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used in the views/errors files.
    |
    */

    '404' => [
        'title'       => '页面未找到',
        'description' => '抱歉,您试图访问的页面不存在。',
    ],

    '503' => [
        'title'       => '马上回来。',
        'description' => '马上回来。',
    ],
];