alerts.php 1.49 KB
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Alert Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines contain alert messages for various scenarios
    | during CRUD operations. You are free to modify these language lines
    | according to your application's requirements.
    |
    */

    'backend' => [
        'roles' => [
            'created' => '角色已成功創建。 ',
            'deleted' => '角色已成功刪除。 ',
            'updated' => '角色已成功更新。 ',
        ],

        'users' => [
            'cant_resend_confirmation' => 'The application is currently set to manually approve users.',
            'confirmation_email' => '新的確認電子郵件已發送到文件上的地址。 ',
            'confirmed'              => 'The user was successfully confirmed.',
            'created' => '用戶已成功創建。 ',
            'deleted' => '用戶已成功刪除。 ',
            'deleted_permanently' => '用戶被永久刪除。 ',
            'restored' => '用戶已成功還原。 ',
            'updated' => '用戶已成功更新。 ',
            'updated_pa​​ssword' => '用戶密碼已成功更新。',
        ],
    ],

    'frontend' => [
        'contact' => [
            'sent' => 'Your information was successfully sent. We will respond back to the e-mail provided as soon as we can.',
        ],
    ],
];