add lang: nl + deprecate lang/_target

This commit is contained in:
xiaomlove
2025-04-21 02:53:56 +07:00
parent 4166a933e1
commit d990723ebc
310 changed files with 14339 additions and 245 deletions
+8
View File
@@ -0,0 +1,8 @@
<?php
return [
'passwords_unmatched' => "De wachtwoorden komen niet over! Moestemming hebben een typefout gegeven. Probeer het opnieuw.",
'password_too_short' => "Sorry, wachtwoord is te kort (min is 6 tekens)",
'password_too_long' => "Sorry, het wachtwoord is te lang (maximaal 40 tekens)",
'password_equals_username' => "Sorry, wachtwoord kan niet hetzelfde zijn als gebruikersnaam.",
];