mirror of
https://github.com/BookStackApp/BookStack.git
synced 2025-06-24 22:51:23 +08:00
New Crowdin updates (#2915)
* New translations auth.php (Spanish) * New translations activities.php (Italian) * New translations settings.php (Italian) * New translations entities.php (Italian) * New translations validation.php (Italian) * New translations activities.php (Danish) * New translations auth.php (Danish) * New translations common.php (Danish) * New translations settings.php (Danish) * New translations entities.php (Danish) * New translations auth.php (Danish) * New translations common.php (Danish) * New translations errors.php (Danish) * New translations validation.php (Danish) * New translations activities.php (Russian) * New translations auth.php (French) * New translations auth.php (French) * New translations settings.php (French) * New translations entities.php (French) * New translations auth.php (French)
This commit is contained in:
@ -15,7 +15,7 @@ return [
|
||||
'alpha_dash' => ':attribute deve contenere solo lettere, numeri e meno.',
|
||||
'alpha_num' => ':attribute deve contenere solo lettere e numeri.',
|
||||
'array' => ':attribute deve essere un array.',
|
||||
'backup_codes' => 'The provided code is not valid or has already been used.',
|
||||
'backup_codes' => 'Il codice fornito non è valido o è già stato utilizzato.',
|
||||
'before' => ':attribute deve essere una data prima del :date.',
|
||||
'between' => [
|
||||
'numeric' => 'Il campo :attribute deve essere tra :min e :max.',
|
||||
@ -99,7 +99,7 @@ return [
|
||||
],
|
||||
'string' => ':attribute deve essere una stringa.',
|
||||
'timezone' => ':attribute deve essere una zona valida.',
|
||||
'totp' => 'The provided code is not valid or has expired.',
|
||||
'totp' => 'Il codice fornito non è valido o è scaduto.',
|
||||
'unique' => ':attribute è già preso.',
|
||||
'url' => 'Il formato :attribute non è valido.',
|
||||
'uploaded' => 'Il file non può essere caricato. Il server potrebbe non accettare file di questa dimensione.',
|
||||
|
Reference in New Issue
Block a user