File: /home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/ca.php
<?php
return [
/*
|--------------------------------------------------------------------------
| Date Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the date library. Each line can
| have a singular and plural translation separated by a '|'.
|
*/
'ago' => 'Fa :time',
'from_now' => 'Dins de :time',
'after' => ':time després',
'before' => ':time abans',
'year' => '1 any|:count anys',
'month' => '1 mes|:count mesos',
'week' => '1 setmana|:count setmanes',
'day' => '1 dia|:count díes',
'hour' => '1 hora|:count hores',
'minute' => '1 minut|:count minuts',
'second' => '1 segon|:count segons',
'january' => 'gener',
'february' => 'febrer',
'march' => 'març',
'april' => 'abril',
'may' => 'maig',
'june' => 'juny',
'july' => 'juliol',
'august' => 'agost',
'september' => 'setembre',
'october' => 'octubre',
'november' => 'novembre',
'december' => 'desembre',
'monday' => 'dilluns',
'tuesday' => 'dimarts',
'wednesday' => 'dimecres',
'thursday' => 'dijous',
'friday' => 'divendres',
'saturday' => 'dissabte',
'sunday' => 'diumenge',
];