<?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 Good Friday
return [
    'ca' => 'Divendres Sant',
    'cs' => 'Velký pátek',
    'cy' => 'Gwener y Groglith',
    'da' => 'langfredag',
    'de' => 'Karfreitag',
    'el' => 'Μεγάλη Παρασκευή',
    'en' => 'Good Friday',
    'es' => 'Viernes Santo',
    'et' => 'Suur Reede',
    'fi' => 'Pitkäperjantai',
    'fr' => 'Vendredi Saint',
    'ga' => 'Aoine an Chéasta',
    'hu' => 'Nagypéntek',
    'it' => 'Venerdi Santo',
    'ja' => 'グッドフライデー',
    'lv' => 'Lielā Piektdiena',
    'nb' => 'langfredag',
    'nl' => 'Goede Vrijdag',
    'pl' => 'Wielki Piątek',
    'pt' => 'Sexta feira santa',
    'pt_PT' => 'Sexta-feira Santa',
    'sk' => 'Veľký piatok',
    'sv' => 'långfredagen',
];
