<?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 Father's Day
return [
    'de' => 'Vatertag',
    'el' => 'Γιορτή του πατέρα',
    'en' => 'Father’s Day',
    'fr' => 'Fête des pères',
    'it' => 'Festa del papà',
    'nl' => 'Vaderdag',
    'pt' => 'Dia do Pai',
    'ro' => 'Ziua Tatălui',
    'sk' => 'Deň otcov',
];
