aboutsummaryrefslogtreecommitdiff
path: root/internal/i18n/golden_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/i18n/golden_test.go')
-rw-r--r--internal/i18n/golden_test.go23
1 files changed, 23 insertions, 0 deletions
diff --git a/internal/i18n/golden_test.go b/internal/i18n/golden_test.go
index 5a29097..b3ad125 100644
--- a/internal/i18n/golden_test.go
+++ b/internal/i18n/golden_test.go
@@ -23,6 +23,17 @@ var enUI = UI{
"aklamacja": "Acclamation",
"ewangelia": "Gospel",
},
+ Rank: map[string]string{
+ "solemnity": "solemnity", "feast": "feast", "memorial": "memorial",
+ "optional": "optional memorial", "ferial": "feria",
+ "class-1": "I class", "class-2": "II class",
+ "class-3": "III class", "class-4": "IV class",
+ "commemoration": "commemoration",
+ },
+ Colour: map[string]string{
+ "white": "white", "red": "red", "green": "green",
+ "violet": "violet", "rose": "rose", "black": "black",
+ },
FooterKeys: "tab/⇧tab version ←/→ day d date j/k scroll space/b page g/G top/bottom q quit",
Loading: "loading…",
NoReadingsFor: "no readings for ",
@@ -111,6 +122,18 @@ var plUI = UI{
"aklamacja": "Aklamacja",
"ewangelia": "Ewangelia",
},
+ Rank: map[string]string{
+ "solemnity": "uroczystość", "feast": "święto",
+ "memorial": "wspomnienie obowiązkowe", "optional": "wspomnienie dowolne",
+ "ferial": "dzień powszedni",
+ "class-1": "I klasy", "class-2": "II klasy",
+ "class-3": "III klasy", "class-4": "IV klasy",
+ "commemoration": "komemoracja",
+ },
+ Colour: map[string]string{
+ "white": "biały", "red": "czerwony", "green": "zielony",
+ "violet": "fioletowy", "rose": "różowy", "black": "czarny",
+ },
FooterKeys: "tab/⇧tab wersja ←/→ dzień d data j/k przewiń spacja/b strona g/G góra/dół q wyjście",
Loading: "ładowanie…",
NoReadingsFor: "brak czytań na ",