<?php

return [

    'title' => 'Redefina sua senha',

    'heading' => 'Esqueceu sua senha?',

    'actions' => [

        'login' => [
            'label' => 'voltar ao login',
        ],

    ],

    'form' => [

        'email' => [
            'label' => 'E-mail',
        ],

        'actions' => [

            'request' => [
                'label' => 'Enviar email',
            ],

        ],

    ],

    'notifications' => [

        'throttled' => [
            'title' => 'Muitas solicitações. Por favor tente novamente em :seconds segundos.',
        ],

    ],

];
