JFIFxxC      C  " }!1AQa"q2#BR$3br %&'()*456789:CDEFGHIJSTUVWXYZcdefghijstuvwxyz w!1AQaq"2B #3Rbr{ gilour

File "installer_messages.php"

Full Path: /var/www/lionsclub/core/vendor/rachidlaasri/laravel-installer/src/Lang/zh-TW/installer_messages.php
File size: 1.08 KB
MIME-type: text/x-php
Charset: utf-8

<?php

return [

    /*
     *
     * Shared translations.
     *
     */
    'title' => 'Laravel安裝程序',
    'next' => '下一步',
    'finish' => '安裝',

    /*
     *
     * Home page translations.
     *
     */
    'welcome' => [
        'title'   => '歡迎來到Laravel安裝程序',
        'message' => '歡迎來到安裝嚮導.',
    ],

    /*
     *
     * Requirements page translations.
     *
     */
    'requirements' => [
        'title' => '環境要求',
    ],

    /*
     *
     * Permissions page translations.
     *
     */
    'permissions' => [
        'title' => '權限',
    ],

    /*
     *
     * Environment page translations.
     *
     */
    'environment' => [
        'title' => '環境設置',
        'save' => '保存 .env',
        'success' => '.env 文件保存成功.',
        'errors' => '無法保存 .env 文件, 請手動創建它.',
    ],

    /*
     *
     * Final page translations.
     *
     */
    'final' => [
        'title' => '完成',
        'finished' => '應用已成功安裝.',
        'exit' => '點擊退出',
    ],
];