File: /home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/eo.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' => 'antaŭ :time',
'from_now' => 'je :time',
'after' => ':time poste',
'before' => ':time antaŭe',
'year' => '1 jaro|:count jaroj',
'month' => '1 monato|:count monatoj',
'week' => '1 semajno|:count semajnoj',
'day' => '1 tago|:count tagoj',
'hour' => '1 horo|:count horoj',
'minute' => '1 minuto|:count minutoj',
'second' => '1 sekundo|:count sekundoj',
'january' => 'januaro',
'february' => 'februaro',
'march' => 'marto',
'april' => 'aprilo',
'may' => 'majo',
'june' => 'junio',
'july' => 'julio',
'august' => 'aŭgusto',
'september' => 'septembro',
'october' => 'oktobro',
'november' => 'novembro',
'december' => 'decembro',
'monday' => 'lundo',
'tuesday' => 'mardo',
'wednesday' => 'merkredo',
'thursday' => 'ĵaŭdo',
'friday' => 'vendredo',
'saturday' => 'sabato',
'sunday' => 'dimanĉo',
];