Code Coverage |
||||||||||
Lines |
Functions and Methods |
Classes and Traits |
||||||||
| Total | |
100.00% |
12 / 12 |
n/a |
0 / 0 |
CRAP | n/a |
0 / 0 |
||
| 1 | <?php |
| 2 | /* |
| 3 | * This file is part of Aplus Framework Date Library. |
| 4 | * |
| 5 | * (c) Natan Felles <natanfelles@gmail.com> |
| 6 | * |
| 7 | * For the full copyright and license information, please view the LICENSE |
| 8 | * file that was distributed with this source code. |
| 9 | */ |
| 10 | return [ |
| 11 | 'ago' => '{0} atrás', |
| 12 | 'in' => 'em {0}', |
| 13 | 'now' => 'agora mesmo', |
| 14 | 'seconds' => '{0, plural, =1{# segundo} other{# segundos}}', |
| 15 | 'minutes' => '{0, plural, =1{# minuto} other{# minutos}}', |
| 16 | 'hours' => '{0, plural, =1{# hora} other{# horas}}', |
| 17 | 'days' => '{0, plural, =1{# dia} other{# dias}}', |
| 18 | 'weeks' => '{0, plural, =1{# semana} other{# semanas}}', |
| 19 | 'months' => '{0, plural, =1{# mês} other{# meses}}', |
| 20 | 'years' => '{0, plural, =1{# ano} other{# anos}}', |
| 21 | ]; |