Files
snipe-it/resources/lang/hu-HU/datepicker.php
T
snipe cb2ffe6b3f Updated translations
Signed-off-by: snipe <snipe@snipe.net>
2025-08-27 14:02:39 +01:00

79 lines
2.0 KiB
PHP

<?php
return array(
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'today' => 'Ma',
'clear' => 'Kiürítés',
'days' => [
'sunday' => 'Vasárnap',
'monday' => 'Hétfő',
'tuesday' => 'Kedd',
'wednesday' => 'Szerda',
'thursday' => 'Csütörtök',
'friday' => 'Péntek',
'saturday' => 'Szombat',
],
'short_days' => [
'sunday' => 'Vas',
'monday' => 'H',
'tuesday' => 'K',
'wednesday' => 'Sze',
'thursday' => 'Csüt',
'friday' => 'P',
'saturday' => 'Szo',
],
'min_days' => [
'sunday' => 'V',
'monday' => 'H',
'tuesday' => 'K',
'wednesday' => 'Sze',
'thursday' => 'Cs',
'friday' => 'P',
'saturday' => 'Szo',
],
'months' => [
'january' => 'Január',
'february' => 'Február',
'march' => 'Március',
'april' => 'Április',
'may' => 'Máj',
'june' => 'Június',
'july' => 'Július',
'august' => 'Augusztus',
'september' => 'Szeptember',
'october' => 'Október',
'november' => 'November',
'december' => 'December',
],
'months_short' => [
'january' => 'Jan',
'february' => 'Febr',
'march' => 'Márc',
'april' => 'Ápr',
'may' => 'Máj',
'june' => 'Jún',
'july' => 'Júl',
'august' => 'Aug',
'september' => 'Szept',
'october' => 'Okt',
'november' => 'Nov',
'december' => 'Dec',
],
);