File: /home/posscale/subdomains/xibo/vendor/jenssegers/date/src/Lang/hu.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 '|'.
|
*/
'year' => ':count év',
'month' => ':count hónap',
'week' => ':count hét',
'day' => ':count nap',
'hour' => ':count óra',
'minute' => ':count perc',
'second' => ':count másodperc',
'ago' => ':time',
'from_now' => ':time múlva',
'after' => ':time később',
'before' => ':time korábban',
'year_ago' => ':count éve',
'month_ago' => ':count hónapja',
'week_ago' => ':count hete',
'day_ago' => ':count napja',
'hour_ago' => ':count órája',
'minute_ago' => ':count perce',
'second_ago' => ':count másodperce',
'year_after' => ':count évvel',
'month_after' => ':count hónappal',
'week_after' => ':count héttel',
'day_after' => ':count nappal',
'hour_after' => ':count órával',
'minute_after' => ':count perccel',
'second_after' => ':count másodperccel',
'year_before' => ':count évvel',
'month_before' => ':count hónappal',
'week_before' => ':count héttel',
'day_before' => ':count nappal',
'hour_before' => ':count órával',
'minute_before' => ':count perccel',
'second_before' => ':count másodperccel',
'january' => 'január',
'february' => 'február',
'march' => 'március',
'april' => 'április',
'may' => 'május',
'june' => 'június',
'july' => 'július',
'august' => 'augusztus',
'september' => 'szeptember',
'october' => 'október',
'november' => 'november',
'december' => 'december',
'monday' => 'hétfő',
'tuesday' => 'kedd',
'wednesday' => 'szerda',
'thursday' => 'csütörtök',
'friday' => 'péntek',
'saturday' => 'szombat',
'sunday' => 'vasárnap',
];