<?php

declare(strict_types=1);

/*
 * This file is part of the Yasumi package.
 *
 * Copyright (c) 2015 - 2024 AzuyaLabs
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 *
 * @author Sacha Telgenhof <me at sachatelgenhof dot com>
 */

// Translations for Christmas
return [
    'bs_Latn' => 'Božić',
    'ca' => 'Nadal',
    'cs' => '1. svátek vánoční',
    'cy' => 'Nadolig',
    'da' => 'juledag',
    'de' => '1. Weihnachtsfeiertag',
    'de_AT' => 'Christtag',
    'de_CH' => 'Weihnachtstag',
    'el' => 'Χριστούγεννα',
    'en' => 'Christmas Day',
    'en_US' => 'Christmas',
    'es' => 'Navidad',
    'et' => 'Esimene jõulupüha',
    'fi' => 'Joulupäivä',
    'fr' => 'Noël',
    'hr' => 'Božić',
    'hu' => 'Karácsony',
    'it' => 'Natale',
    'ko' => '기독탄신일',
    'lt' => 'Šv. Kalėdos',
    'lv' => 'Ziemassvētki',
    'nb' => 'første juledag',
    'nl' => 'eerste kerstdag',
    'nl_BE' => 'Kerstmis',
    'pl' => 'pierwszy dzień Bożego Narodzenia',
    'pt' => 'Natal',
    'ro' => 'Crăciunul',
    'ru' => 'Рождество',
    'sk' => 'Prvý sviatok vianočný',
    'sv' => 'juldagen',
    'uk' => 'Різдво',
];
