Skip to content

Commit ae06871

Browse files
Fix en_us
1 parent b9a460a commit ae06871

File tree

1 file changed

+25
-12
lines changed

1 file changed

+25
-12
lines changed

localization/en-us.lua

Lines changed: 25 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ return {
6666
text = {
6767
"All cards are {C:dark_edition}#1#{}",
6868
"Cards cannot change editions",
69+
"{C:inactive}(Click to edit)",
6970
},
7071
},
7172
b_cry_encoded = {
@@ -91,6 +92,7 @@ return {
9192
text = {
9293
"All {C:attention}playing cards{}",
9394
"are {C:attention}#1#{}(s)",
95+
"{C:inactive}(Click to edit)",
9496
},
9597
},
9698
b_cry_glowing = {
@@ -129,13 +131,15 @@ return {
129131
name = "Sticker Deck",
130132
text = {
131133
"All cards are {C:attention}#1#{}",
134+
"{C:inactive}(Click to edit)",
132135
},
133136
},
134137
b_cry_sl_deck = {
135138
name = "Seal Deck",
136139
text = {
137140
"All playing cards have a {C:dark_edition}#1#{}",
138141
"Cards cannot change seals",
142+
"{C:inactive}(Click to edit)",
139143
},
140144
},
141145
b_cry_spooky = {
@@ -151,6 +155,7 @@ return {
151155
text = {
152156
"All playing cards are {C:dark_edition}#1#",
153157
"and cannot change suits",
158+
"{C:inactive}(Click to edit)",
154159
},
155160
},
156161
b_cry_very_fair = {
@@ -1452,7 +1457,7 @@ return {
14521457
},
14531458
},
14541459
j_cry_fuckedup = {
1455-
name = "Fucked-Up Joker",
1460+
name = Cryptid_config.family_mode and "Tidy Joker" or "Fucked-Up Joker",
14561461
text = {
14571462
"{C:red}+#1#{} Mult if played",
14581463
"hand contains",
@@ -2163,9 +2168,7 @@ return {
21632168
text = {
21642169
"After scoring {C:attention}#2#{} {C:inactive}[#1#]{} Enhanced",
21652170
"cards, sell this card to",
2166-
"create an {C:cry_epic}Epic{} {C:attention}Joker{}",
2167-
"{C:inactive,s:0.8}Will create a {C:red,s:0.8}Rare{} {C:attention,s:0.8}Joker{}",
2168-
"{C:inactive,s:0.8}if {C:cry_epic,s:0.8}Epic{} {C:inactive,s:0.8}Jokers are disabled{}",
2171+
"create a(n) {V:1}#3#{} {C:attention}Joker{}",
21692172
},
21702173
},
21712174
j_cry_savvy = {
@@ -2549,7 +2552,7 @@ return {
25492552
},
25502553
},
25512554
j_cry_wtf = {
2552-
name = "The Fuck!?",
2555+
name = Cryptid_config.family_mode and "The Cluster" or "The Fuck!?",
25532556
text = {
25542557
"{X:mult,C:white} X#1# {} Mult if played",
25552558
"hand contains",
@@ -2671,7 +2674,7 @@ return {
26712674
},
26722675
},
26732676
c_cry_universe = {
2674-
name = "The Universe In Its Fucking Entirety",
2677+
name = Cryptid_config.family_mode and "Universe" or "The Universe In Its Fucking Entirety",
26752678
text = {
26762679
"{S:0.8}({S:0.8,V:1}lvl.#1#{S:0.8}){} Level up",
26772680
"{C:attention}#2#",
@@ -2883,7 +2886,7 @@ return {
28832886
name = "Summoning",
28842887
text = {
28852888
"Create a random",
2886-
"{C:cry_epic}Epic{} {C:joker}Joker{}, destroy",
2889+
"{V:1}#1#{} {C:joker}Joker{}, destroy",
28872890
"one random {C:joker}Joker{}",
28882891
},
28892892
},
@@ -4067,8 +4070,6 @@ return {
40674070
cry_intro_1 = {
40684071
"Hello, I'm {C:attention}Joseph J. Joker{}!",
40694072
"Welcome to {C:cry_exotic,E:1}Cryptid{}!",
4070-
"{s:0.8}Note: You are currently playing an early version",
4071-
"{s:0.8}of the refactor. Expect issues!",
40724073
},
40734074
cry_intro_2 = {
40744075
"It looks like you've never",
@@ -4088,6 +4089,8 @@ return {
40884089
"As you might be able to tell by these",
40894090
"{C:cry_ascendant}gamesets{}, I like the letter {C:attention}M{}.",
40904091
"Select a gameset for me to explain...",
4092+
"{s:0.8}Note: Gameset balancing is a heavy work in progress.",
4093+
"{s:0.8}Expect things to change frequently!",
40914094
},
40924095
cry_modest_1 = {
40934096
"Seeking an experience close to vanilla?",
@@ -4131,9 +4134,9 @@ return {
41314134
},
41324135
poker_hands = {
41334136
["cry_Bulwark"] = "Bulwark",
4134-
["cry_Clusterfuck"] = "Clusterfuck",
4137+
["cry_Clusterfuck"] = Cryptid_config.family_mode and "Cluster" or "Clusterfuck",
41354138
["cry_UltPair"] = "Ultimate Pair",
4136-
["cry_WholeDeck"] = "The Entire Fucking Deck",
4139+
["cry_WholeDeck"] = Cryptid_config.family_mode and "Fifty Two" or "The Entire Fucking Deck",
41374140
},
41384141
poker_hand_descriptions = {
41394142
["cry_Bulwark"] = {
@@ -4244,6 +4247,8 @@ return {
42444247
cry_mus_exotic = "Exotic Jokers (Joker in Latin by AlexZGreat)",
42454248
cry_mus_high_score = "High Score (Final Boss [For Your Computer] by AlexZGreat)",
42464249
cry_mus_alt_bg = "Background Music (by MathIsFun_)",
4250+
cry_family = "Family Friendly Mode",
4251+
cry_experimental = "Experimental Mode",
42474252

42484253
k_cry_program_pack = "Program Pack",
42494254
k_cry_meme_pack = "Meme Pack",
@@ -4335,7 +4340,7 @@ return {
43354340
k_cry_cursed = "Cursed",
43364341
k_planet_disc = "Circumstellar Disc",
43374342
k_planet_satellite = "Natural Satellites",
4338-
k_planet_universe = "The Actual Fucking Universe",
4343+
k_planet_universe = Cryptid_config.family_mode and "Universe" or "The Actual Fucking Universe",
43394344

43404345
cry_notif_jimball_1 = "Jimball",
43414346
cry_notif_jimball_2 = "Copyright Notice",
@@ -4352,8 +4357,16 @@ return {
43524357
cry_gameset_mainline = "Mainline",
43534358
cry_gameset_madness = "Madness",
43544359
cry_gameset_custom = "Modified",
4360+
cry_gameset_experimental = "Experimental",
4361+
cry_gameset_experimental_modest = "Experimental (Modest)",
4362+
cry_gameset_experimental_mainline = "Experimental (Mainline)",
4363+
cry_gameset_experimental_madness = "Experimental (Madness)",
43554364

43564365
cry_view_set_contents = "View Items in Set",
4366+
4367+
b_reset_gameset_modest = "Reset Gameset Config (Modest)",
4368+
b_reset_gameset_mainline = "Reset Gameset Config (Mainline)",
4369+
b_reset_gameset_madness = "Reset Gameset Config (Madness)",
43574370
},
43584371
labels = {
43594372
food_jokers = "Food Jokers",

0 commit comments

Comments
 (0)