File: //home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/sk.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' => 'pred :time',
'from_now' => 'za :time',
'after' => ':time neskôr',
'before' => ':time predtým',
'year' => 'rok|:count roky|:count rokov',
'month' => 'mesiac|:count mesiace|:count mesiacov',
'week' => 'týždeň|:count týždne|:count týždňov',
'day' => 'deň|:count dni|:count dní',
'hour' => 'hodinu|:count hodiny|:count hodín',
'minute' => 'minútu|:count minúty|:count minút',
'second' => 'sekundu|:count sekundy|:count sekúnd',
'january' => 'január',
'february' => 'február',
'march' => 'marec',
'april' => 'apríl',
'may' => 'máj',
'june' => 'jún',
'july' => 'júl',
'august' => 'august',
'september' => 'september',
'october' => 'október',
'november' => 'november',
'december' => 'december',
'monday' => 'pondelok',
'tuesday' => 'utorok',
'wednesday' => 'streda',
'thursday' => 'štvrtok',
'friday' => 'piatok',
'saturday' => 'sobota',
'sunday' => 'nedeľa',
'year_ago' => 'rokom|[2,Inf]:count rokmi',
'month_ago' => 'mesiacom|[2,Inf]:count mesiacmi',
'week_ago' => 'týždňom|[2,Inf]:count týždňami',
'day_ago' => 'dňom|[2,Inf]:count dňami',
'hour_ago' => 'hodinou|[2,Inf]:count hodinami',
'minute_ago' => 'minútou|[2,Inf]:count minútami',
'second_ago' => '{0}0 sekundami|{1}sekundou|[2,Inf]:count sekundami',
];