<?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 Mother's Day
return [
    'de' => 'Muttertag',
    'el' => 'Ημέρα της μητέρας',
    'en' => 'Mother’s Day',
    'fr' => 'Fête des mères',
    'it' => 'Festa della mamma',
    'nl' => 'Moederdag',
    'pt' => 'Dia da Mãe',
    'ro' => 'Ziua Mamei',
    'sk' => 'Deň matiek',
];
