buttons.php 1.63 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'           => 'Attiva',
                'change_password'    => 'Cambia password',
                'clear_session'         => 'Clear Session',
                'confirm'             => 'Confirm',
                'deactivate'         => 'Disattiva',
                'delete_permanently' => 'Elimina definitivamente',
                'login_as'           => 'Login As :user',
                'resend_email'       => 'Reinvia e-mail di conferma',
                'restore_user'       => 'Ripristina utente',
                'unconfirm'             => 'Un-confirm',
                'unlink' => 'Unlink',
            ],
        ],
    ],

    'emails' => [
        'auth' => [
            'confirm_account' => 'Confirm Account',
            'reset_password'  => 'Reset Password',
        ],
    ],

    'general' => [
        'cancel' => 'Annulla',
        'continue' => 'Continue',

        'crud' => [
            'create' => 'Crea',
            'delete' => 'Elimina',
            'edit'   => 'Modifica',
            'update' => 'Aggiorna',
            'view'   => 'View',
        ],

        'save' => 'Salva',
        'view' => 'Visualizza',
    ],
];