-
Notifications
You must be signed in to change notification settings - Fork 482
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Arkadii Yakovets <[email protected]> Co-authored-by: Arkadii Yakovets <[email protected]> Co-authored-by: ~Jhellico <[email protected]>
- Loading branch information
1 parent
da6add7
commit 12f2602
Showing
4 changed files
with
92 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,74 @@ | ||
# holidays | ||
# -------- | ||
# A fast, efficient Python library for generating country, province and state | ||
# specific sets of holidays on the fly. It aims to make determining whether a | ||
# specific date is a holiday as fast and flexible as possible. | ||
# | ||
# Authors: Vacanza Team and individual contributors (see AUTHORS file) | ||
# dr-prodigy <[email protected]> (c) 2017-2023 | ||
# ryanss <[email protected]> (c) 2014-2017 | ||
# Website: https://github.com/vacanza/holidays | ||
# License: MIT (see LICENSE file) | ||
# | ||
# Netherlands holidays fy localization. | ||
# | ||
msgid "" | ||
msgstr "" | ||
"Project-Id-Version: Holidays 0.66\n" | ||
"POT-Creation-Date: 2025-01-25 14:31+0100\n" | ||
"PO-Revision-Date: 2025-01-25 14:31+0100\n" | ||
"Last-Translator: Syb Wartna <[email protected]>\n" | ||
"Language-Team: Holidays Localization Team\n" | ||
"Language: fy\n" | ||
"MIME-Version: 1.0\n" | ||
"Content-Type: text/plain; charset=UTF-8\n" | ||
"Content-Transfer-Encoding: 8bit\n" | ||
"Generated-By: Lingva 5.0.4\n" | ||
|
||
#. New Year's Day. | ||
msgid "Nieuwjaarsdag" | ||
msgstr "Nijjiersdei" | ||
|
||
#. Easter Sunday. | ||
msgid "Eerste paasdag" | ||
msgstr "Peaskesnein" | ||
|
||
#. Easter Monday. | ||
msgid "Tweede paasdag" | ||
msgstr "Peaskemoandei" | ||
|
||
#. King's Day. | ||
msgid "Koningsdag" | ||
msgstr "Keningsdei" | ||
|
||
#. Queen's Day. | ||
msgid "Koninginnedag" | ||
msgstr "Keninginnedei" | ||
|
||
#. Liberation Day. | ||
msgid "Bevrijdingsdag" | ||
msgstr "Befrijingsdei" | ||
|
||
#. Ascension Day. | ||
msgid "Hemelvaartsdag" | ||
msgstr "Himelfeartsdei" | ||
|
||
#. Whit Sunday. | ||
msgid "Eerste Pinksterdag" | ||
msgstr "Pinkstersnein" | ||
|
||
#. Whit Monday. | ||
msgid "Tweede Pinksterdag" | ||
msgstr "Pinkstermoandei" | ||
|
||
#. Christmas Day. | ||
msgid "Eerste Kerstdag" | ||
msgstr "Eerste Krystdei" | ||
|
||
#. Second Day of Christmas. | ||
msgid "Tweede Kerstdag" | ||
msgstr "Twadde Krystdei" | ||
|
||
#. Good Friday. | ||
msgid "Goede Vrijdag" | ||
msgstr "Goedfreed" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters