mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-03-24 12:14:14 +08:00
Use space
This commit is contained in:
parent
2ce7f566c2
commit
df600dcabf
@ -37,11 +37,11 @@
|
||||
*/
|
||||
|
||||
return [
|
||||
'invalidMonth' => 'Months must be between 0 and 12.',
|
||||
'invalidDay' => 'Days must be between 0 and 31.',
|
||||
'invalidHours' => 'Hours must be between 0 and 23.',
|
||||
'invalidMinutes' => 'Minutes must be between 0 and 59.',
|
||||
'invalidSeconds' => 'Seconds must be between 0 and 59.',
|
||||
'invalidMonth' => 'Months must be between 0 and 12.',
|
||||
'invalidDay' => 'Days must be between 0 and 31.',
|
||||
'invalidHours' => 'Hours must be between 0 and 23.',
|
||||
'invalidMinutes' => 'Minutes must be between 0 and 59.',
|
||||
'invalidSeconds' => 'Seconds must be between 0 and 59.',
|
||||
'years' => '{0, plural, =1{# year} other{# years}}',
|
||||
'months' => '{0, plural, =1{# month} other{# months}}',
|
||||
'weeks' => '{0, plural, =1{# week} other{# weeks}}',
|
||||
|
@ -48,7 +48,7 @@ return [
|
||||
'alpha_dash' => 'The {field} field may only contain alpha-numeric characters, underscores, and dashes.',
|
||||
'alpha_numeric' => 'The {field} field may only contain alpha-numeric characters.',
|
||||
'alpha_numeric_space' => 'The {field} field may only contain alpha-numeric characters and spaces.',
|
||||
'alpha_space' => 'The {field} field may only contain alphabetical characters and spaces.',
|
||||
'alpha_space' => 'The {field} field may only contain alphabetical characters and spaces.',
|
||||
'decimal' => 'The {field} field must contain a decimal number.',
|
||||
'differs' => 'The {field} field must differ from the {param} field.',
|
||||
'exact_length' => 'The {field} field must be exactly {param} characters in length.',
|
||||
|
Loading…
x
Reference in New Issue
Block a user