Files
Paymenter-Version-Tracks/lang/it/auth.php
Muhammad Tamir 85c03cef82 v1.3.4
2025-11-14 10:57:49 +07:00

56 lines
1.9 KiB
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Queste credenziali non sono corrette.',
'password' => 'La password inserita non è corretta.',
'throttle' => 'Troppi tentativi di accesso. Per favore riprova tra :seconds secondi.',
'sign_in' => 'Accedi',
'sign_in_title' => 'Accedi al tuo account',
'or_sign_in_with' => 'Oppure accedere con',
'forgot_password' => 'Password dimenticata?',
'dont_have_account' => 'Non hai un account?',
'already_have_account' => 'Hai già un account?',
'sign_up' => 'Registrati',
'sign_up_title' => 'Crea il tuo account',
'logout' => 'Disconnettiti',
'input' => [
'email' => 'Email',
'email_label' => 'Indirizzo email',
'password' => 'Password',
],
'oauth' => [
'unverified_discord_account' => 'Il tuo account Discord non è stato verificato.',
'account_not_registered' => 'Non sei registrato su questo sito.',
],
'reset_password' => 'Resetta la password',
'verify_2fa' => 'Verifica 2FA',
'verify' => 'Verifica',
'verification' => [
'notice' => 'Verifica il tuo indirizzo e-mail',
'sent' => 'Un nuovo link di verifica è stato inviato al vostro indirizzo email.',
'check_your_email' => 'Prima di procedere, controlla la tua email per trovare un link di verifica.',
'not_received' => 'Se non hai ricevuto l\'email puoi richiedere un\'altra email di verifica.',
'request_another' => 'Rinvia email di verifica',
],
];