<?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 Whitsunday
return [
    'da' => 'pinsedag',
    'de' => 'Pfingstsonntag',
    'de_AT' => 'Pfingsten',
    'de_CH' => 'Pfingsten',
    'el' => 'Πεντηκοστή',
    'en' => 'Whitsunday',
    'et' => 'Nelipühade 1. püha',
    'fi' => 'Helluntaipäivä',
    'fr' => 'Pentecôte',
    'ga' => 'Domhnach Cincíse',
    'hu' => 'Pünkösd',
    'it' => 'Pentecoste',
    'nb' => 'første pinsedag',
    'nl' => 'eerste pinksterdag',
    'pl' => 'Zielone Świątki',
    'ro' => 'Rusaliile',
    'ru' => 'Троица',
    'sv' => 'pingstdagen',
    'uk' => 'Трійця',
];
