|
13 | 13 |
|
14 | 14 | // Time language settings |
15 | 15 | return [ |
16 | | - 'invalidFormat' => '"{0}" is not a valid datetime format', |
17 | | - 'invalidMonth' => 'Months must be between 1 and 12. Given: {0}', |
18 | | - 'invalidDay' => 'Days must be between 1 and 31. Given: {0}', |
19 | | - 'invalidOverDay' => 'Days must be between 1 and {0}. Given: {1}', |
20 | | - 'invalidHours' => 'Hours must be between 0 and 23. Given: {0}', |
21 | | - 'invalidMinutes' => 'Minutes must be between 0 and 59. Given: {0}', |
22 | | - 'invalidSeconds' => 'Seconds must be between 0 and 59. Given: {0}', |
23 | | - 'years' => '{0, plural, =1{# year} other{# years}}', |
24 | | - 'months' => '{0, plural, =1{# month} other{# months}}', |
25 | | - 'weeks' => '{0, plural, =1{# week} other{# weeks}}', |
26 | | - 'days' => '{0, plural, =1{# day} other{# days}}', |
27 | | - 'hours' => '{0, plural, =1{# hour} other{# hours}}', |
28 | | - 'minutes' => '{0, plural, =1{# minute} other{# minutes}}', |
29 | | - 'seconds' => '{0, plural, =1{# second} other{# seconds}}', |
30 | | - 'ago' => '{0} ago', |
31 | | - 'inFuture' => 'in {0}', |
32 | | - 'yesterday' => 'Yesterday', |
33 | | - 'tomorrow' => 'Tomorrow', |
34 | | - 'now' => 'Just now', |
| 16 | + 'invalidFormat' => '"{0}" is not a valid datetime format', |
| 17 | + 'invalidMonth' => 'Months must be between 1 and 12. Given: {0}', |
| 18 | + 'invalidDay' => 'Days must be between 1 and 31. Given: {0}', |
| 19 | + 'invalidOverDay' => 'Days must be between 1 and {0}. Given: {1}', |
| 20 | + 'invalidHours' => 'Hours must be between 0 and 23. Given: {0}', |
| 21 | + 'invalidMinutes' => 'Minutes must be between 0 and 59. Given: {0}', |
| 22 | + 'invalidSeconds' => 'Seconds must be between 0 and 59. Given: {0}', |
| 23 | + 'invalidClampRange' => 'The start time "{0}" must be earlier than or equal to the end time "{1}".', |
| 24 | + 'years' => '{0, plural, =1{# year} other{# years}}', |
| 25 | + 'months' => '{0, plural, =1{# month} other{# months}}', |
| 26 | + 'weeks' => '{0, plural, =1{# week} other{# weeks}}', |
| 27 | + 'days' => '{0, plural, =1{# day} other{# days}}', |
| 28 | + 'hours' => '{0, plural, =1{# hour} other{# hours}}', |
| 29 | + 'minutes' => '{0, plural, =1{# minute} other{# minutes}}', |
| 30 | + 'seconds' => '{0, plural, =1{# second} other{# seconds}}', |
| 31 | + 'ago' => '{0} ago', |
| 32 | + 'inFuture' => 'in {0}', |
| 33 | + 'yesterday' => 'Yesterday', |
| 34 | + 'tomorrow' => 'Tomorrow', |
| 35 | + 'now' => 'Just now', |
35 | 36 | ]; |
0 commit comments