<?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>
 */

// Translation pattern for substitute holidays.
return [
    'da' => '{0} (erstatning)',
    'en' => '{0} (substitute day)',
    'en_CA' => '{0} observed',
    'en_US' => '{0} observed',
    'ja' => '振替休日 ({0})',
    'ko' => '대체공휴일',
];
