mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-24 03:57:22 +08:00
update lang
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'passwords_unmatched' => "Le password non corrispondono! Deve essere stato battuto. Riprova.",
|
||||
'password_too_short' => "Siamo spiacenti, la password è troppo corta (min è 6 caratteri)",
|
||||
'password_too_long' => "Siamo spiacenti, la password è troppo lunga (max 40 caratteri)",
|
||||
'password_equals_username' => "Siamo spiacenti, la password non può essere la stessa del nome utente.",
|
||||
];
|
||||
Reference in New Issue
Block a user