<?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 All Saints' Day
return [
    'ca' => 'Dia de Tots Sants',
    'de' => 'Allerheiligen',
    'el' => 'Άγιοι Πάντες',
    'en' => 'All Saints’ Day',
    'es' => 'Día de todos los Santos',
    'fi' => 'Pyhäinpäivä',
    'fr' => 'Toussaint',
    'fr_BE' => 'La Toussaint',
    'hr' => 'Dan svih svetih',
    'hu' => 'Mindenszentek',
    'it' => 'Festa di Tutti i Santi',
    'it_CH' => 'Ognissanti',
    'lt' => 'Visų šventųjų diena (Vėlinės)',
    'nl' => 'Allerheiligen',
    'pl' => 'Uroczystość Wszystkich Świętych',
    'pt' => 'Dia de todos os Santos',
    'ro' => 'Ziua tuturor sfinților',
    'sk' => 'Sviatok Všetkých svätých',
    'sv' => 'alla helgons dag',
];
