buttons.php 1.41 KB
<?php

return [

    /*
    |--------------------------------------------------------------------------
    | Buttons Language Lines
    |--------------------------------------------------------------------------
    |
    | The following language lines are used in buttons throughout the system.
    | Regardless where it is placed, a button can be listed here so it is easily
    | found in a intuitive way.
    |
    */

    'backend' => [
        'access' => [
            'users' => [
                'activate' => '激活',
                'change_password' => '更改密碼',
                'deactivate' => '停用',
                'delete_permanently' => '永久刪除',
                'login_as' => 'Login As :user',
                'resend_email' => '重新發送確認電子郵件',
                'restore_user' => '還原用戶',
                'unconfirm'             => 'Un-confirm',
                'unlink' => 'Unlink',
            ],
        ],
    ],

    'emails' => [
        'auth' => [
            'confirm_account' => '確認帳戶',
            'reset_password' => '重置密碼',
        ],
    ],

    'general' => [
        'cancel' => '取消',
        'crud' => [
            'create' => '創建',
            'delete' => '刪除',
            'edit' => '編輯',
            'update' => '更新',
            'view' => '查看',
        ],
        'save' => '保存',
        'view' => '查看',
    ],
];