/var/www/hkosl.com/demo_google/application/vendor/nesbot/carbon/src/Carbon/Lang/ca.php


1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?php

/*
 * This file is part of the Carbon package.
 *
 * (c) Brian Nesbitt <brian@nesbot.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

return array(
    
'year' => ':count any|:count anys',
    
'y' => ':count any|:count anys',
    
'month' => ':count mes|:count mesos',
    
'm' => ':count mes|:count mesos',
    
'week' => ':count setmana|:count setmanes',
    
'w' => ':count setmana|:count setmanes',
    
'day' => ':count dia|:count dies',
    
'd' => ':count dia|:count dies',
    
'hour' => ':count hora|:count hores',
    
'h' => ':count hora|:count hores',
    
'minute' => ':count minut|:count minuts',
    
'min' => ':count minut|:count minuts',
    
'second' => ':count segon|:count segons',
    
's' => ':count segon|:count segons',
    
'ago' => 'fa :time',
    
'from_now' => 'd\'aquí :time',
    
'after' => ':time després',
    
'before' => ':time abans',
    
'diff_now' => 'ara mateix',
    
'diff_yesterday' => 'ahir',
    
'diff_tomorrow' => 'demà',
    
'diff_before_yesterday' => "abans d'ahir",
    
'diff_after_tomorrow' => 'demà passat',
    
'period_recurrences' => ':count cop|:count cops',
    
'period_interval' => 'cada :interval',
    
'period_start_date' => 'de :date',
    
'period_end_date' => 'fins a :date',
);