<?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 Easter Monday
return [
    'ca' => 'dilluns de Pasqua',
    'cs' => 'Velikonoční pondělí',
    'cy' => 'Llun y Pasg',
    'da' => '2. påskedag',
    'de' => 'Ostermontag',
    'el' => 'Δευτέρα του Πάσχα',
    'en' => 'Easter Monday',
    'es' => 'Lunes de Pascua',
    'fi' => '2. pääsiäispäivä',
    'fr' => 'Lundi de Pâques',
    'ga' => 'Luan Cásca',
    'hr' => 'Uskršnji ponedjeljak',
    'hu' => 'Húsvéthétfő',
    'it' => 'Lunedì dell’Angelo',
    'it_CH' => 'Lunedi di Pasqua',
    'lt' => 'Antroji Velykų diena',
    'lv' => 'Otrās Lieldienas',
    'nb' => 'andre påskedag',
    'nl' => 'tweede paasdag',
    'nl_BE' => 'paasmaandag',
    'pl' => 'Poniedziałek Wielkanocny',
    'ro' => 'A doua zi de Paște',
    'sk' => 'Veľkonočný pondelok',
    'sv' => 'annandag påsk',
];
