composer package updates
[openemr.git] / vendor / nesbot / carbon / src / Carbon / Lang / pt.php
blob392b12159db274f6c502b84ed549a3363176d95f
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' => ':time atrás',
28 'from_now' => 'em :time',
29 'after' => ':time depois',
30 'before' => ':time antes',