mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-03-28 14:13:55 +08:00
Typo alignment
This commit is contained in:
parent
8ff5bf615b
commit
2ce7f566c2
@ -73,6 +73,6 @@ return [
|
||||
'migRemoved' => 'Rolling back: ',
|
||||
'migAdded' => 'Running: ',
|
||||
|
||||
'version' => 'Version',
|
||||
'filename' => 'Filename',
|
||||
'version' => 'Version',
|
||||
'filename' => 'Filename',
|
||||
];
|
||||
|
@ -42,16 +42,16 @@ return [
|
||||
'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}}',
|
||||
'days' => '{0, plural, =1{# day} other{# days}}',
|
||||
'hours' => '{0, plural, =1{# hour} other{# hours}}',
|
||||
'minutes' => '{0, plural, =1{# minute} other{# minutes}}',
|
||||
'seconds' => '{0, plural, =1{# second} other{# seconds}}',
|
||||
'ago' => '{0} ago',
|
||||
'inFuture' => 'in {0}',
|
||||
'yesterday' => 'Yesterday',
|
||||
'tomorrow' => 'Tomorrow',
|
||||
'now' => 'Just now',
|
||||
'years' => '{0, plural, =1{# year} other{# years}}',
|
||||
'months' => '{0, plural, =1{# month} other{# months}}',
|
||||
'weeks' => '{0, plural, =1{# week} other{# weeks}}',
|
||||
'days' => '{0, plural, =1{# day} other{# days}}',
|
||||
'hours' => '{0, plural, =1{# hour} other{# hours}}',
|
||||
'minutes' => '{0, plural, =1{# minute} other{# minutes}}',
|
||||
'seconds' => '{0, plural, =1{# second} other{# seconds}}',
|
||||
'ago' => '{0} ago',
|
||||
'inFuture' => 'in {0}',
|
||||
'yesterday' => 'Yesterday',
|
||||
'tomorrow' => 'Tomorrow',
|
||||
'now' => 'Just now',
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user