-
Notifications
You must be signed in to change notification settings - Fork 18
/
intl.js
47 lines (47 loc) · 2.83 KB
/
intl.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
export const SEARCH_PLACEHOLDER = {"en": "Search", "pl": "Szukaj"}
export const IN = {"en": "in", "pl": "w"}
export const RANK_NAMES = {
"en": [null, "1st class", "2nd class", "3rd class", "4th class"],
"pl": [null, "1 kl.", "2 kl.", "3 kl.", "4 kl."]
}
export const COMMEMORATION = {"en": "Commemoration", "pl": "Wsp."}
export const VESTMENTS_RED = {"en": "Red vestments", "pl": "Szaty czerwone"}
export const VESTMENTS_GREEN = {"en": "Green vestments", "pl": "Szaty zielone"}
export const VESTMENTS_WHITE = {"en": "White vestments", "pl": "Szaty białe"}
export const VESTMENTS_VIOLET = {"en": "Violet vestments", "pl": "Szaty fioletowe"}
export const VESTMENTS_BLACK = {"en": "Black vestments", "pl": "Szaty czarne"}
export const VESTMENTS_PINK = {"en": "Pink vestments", "pl": "Szaty różowe"}
export const MENUITEM_PROPER = {"en": "Proprium", "pl": "Proprium"}
export const MENUITEM_ORDO = {"en": "Ordo", "pl": "Ordo"}
export const MENUITEM_VOTIVE = {"en": "Votive Masses", "pl": "Msze wotywne"}
export const MENUITEM_ORATIO = {"en": "Prayers", "pl": "Modlitwy"}
export const MENUITEM_CANTICUM = {"en": "Chants", "pl": "Pieśni"}
export const MENUITEM_SUPPLEMENT = {"en": "Supplement", "pl": "Suplement"}
export const MENUITEM_INFO = {"en": "About", "pl": "Informacje"}
export const MENUITEM_WHATSNEW = {"en": "What's new", "pl": "Co nowego?"}
export const MSG_ADDRESS_COPIED = {"en": "Address copied to clipboard", "pl": "Adres skopiowany do schowka"}
export const MSG_COOKIES = {"en": "This website uses cookies. ",
"pl": "Ta strona wykorzystuje ciasteczka (cookies). "}
export const MSG_POLICY_LINK = {"en": "Privacy Policy.",
"pl": "Polityka Prywatności"}
export const MSG_POLICY_DECLINE_BUTTON = {"en": "No, thanks",
"pl": "Nie, dziękuję"}
export const TODAY = {"en": "Today", "pl": "Dzisiaj"}
export const POWERED_BY = {"en": "Powered by", "pl": "Treści dostarcza"}
export const SEARCH_SUGGESTIONS_PROPER = {
"pl": ["Niedziela", "Niedziela Adwentu", "Boże Narodzenie", "Objawienie Pańskie", "Środa Popielcowa",
"Niedziela Palmowa", "Niedziela Zmartwychwstania", "Wniebowstąpienie Pańskie",
"Niedziela Zesłania Ducha Świętego", "Uroczystość Bożego Ciała", "Wniebowzięcie N. M. P.",
"Wszystkich Świętych", "Suchych Dni"],
"en": ["Sunday of Advent", "The Nativity of Our Lord", "Epiphany of the Lord", "Ash Wednesday", "Palm Sunday",
"Easter Sunday", "Ascension of the Lord", "Pentecost Sunday", "Corpus Christi",
"Assumption of the Blessed Virgin Mary", "All Saints", "Ember"]
}
export const SEARCH_SUGGESTIONS_CANTICUM = {
"pl": ["Adwent", "Boże Narodzenie", "Wielki Post", "Wielkanoc", "Przygodne", "Eucharystyczne", "Jezus", "Maryja"],
"en": [],
}
export const SEARCH_SUGGESTIONS_ORATIO = {
"pl": ["Eucharystyczne", "Wielki Post", "Maryja", "Poranne", "Wieczorne"],
"en": []
}