File: /home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/sh.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' => 'pre :time',
'from_now' => 'za :time',
'after' => 'nakon :time',
'before' => ':time raniјe',
'year' => ':count godina|:count godine|:count godina',
'month' => ':count mesec|:count meseca|:count meseci',
'week' => ':count nedelja|:count nedelje|:count nedelja',
'day' => ':count dan|:count dana|:count dana',
'hour' => ':count čas|:count časa|:count časova',
'minute' => ':count minut|:count minuta|:count minuta',
'second' => ':count sekund|:count sekunda|:count sekundi',
'january' => 'јanuar',
'february' => 'februar',
'march' => 'mart',
'april' => 'april',
'may' => 'maј',
'june' => 'јun',
'july' => 'јul',
'august' => 'avgust',
'september' => 'septembar',
'october' => 'oktobar',
'november' => 'novembar',
'december' => 'decembar',
'monday' => 'ponedeljak',
'tuesday' => 'utorak',
'wednesday' => 'sreda',
'thursday' => 'četvrtak',
'friday' => 'petak',
'saturday' => 'subota',
'sunday' => 'nedelja',
];