composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / pt_BR.php
blob2d5324d7adf53354cc11e5a0c395edeebd664797
1 <?php
3 /*
4 * This file is part of the Carbon package.
6 * (c) Brian Nesbitt <brian@nesbot.com>
8 * For the full copyright and license information, please view the LICENSE
9 * file that was distributed with this source code.
12 return array(
13 'year' => ':count ano|:count anos',
14 'y' => ':count ano|:count anos',
15 'month' => ':count mês|:count meses',
16 'm' => ':count mês|:count meses',
17 'week' => ':count semana|:count semanas',
18 'w' => ':count semana|:count semanas',
19 'day' => ':count dia|:count dias',
20 'd' => ':count dia|:count dias',
21 'hour' => ':count hora|:count horas',
22 'h' => ':count hora|:count horas',
23 'minute' => ':count minuto|:count minutos',
24 'min' => ':count minuto|:count minutos',
25 'second' => ':count segundo|:count segundos',
26 's' => ':count segundo|:count segundos',
27 'ago' => 'há :time',
28 'from_now' => 'em :time',
29 'after' => 'após :time',
30 'before' => ':time atrás',
31 'diff_now' => 'agora',
32 'diff_yesterday' => 'ontem',
33 'diff_tomorrow' => 'amanhã',
34 'diff_before_yesterday' => 'anteontem',
35 'diff_after_tomorrow' => 'depois de amanhã',
36 'period_recurrences' => 'uma|:count vez',
37 'period_interval' => 'toda :interval',
38 'period_start_date' => 'de :date',
39 'period_end_date' => 'até :date',