Skip to content

Commit 6ba192d

Browse files
committed
DE: added more new jokers
1 parent 41b24cf commit 6ba192d

File tree

1 file changed

+42
-10
lines changed

1 file changed

+42
-10
lines changed

localization/de.lua

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,14 @@ return {
408408
"pro $#1# wenn ausgewählt",
409409
},
410410
},
411+
bl_cry_repulsor = {
412+
name = "Der Abstoßer",
413+
text = {
414+
"Löse den Joker ganz rechts und",
415+
"ganz links erneut aus, alle anderen",
416+
"Joker werden nicht ausgelöst",
417+
},
418+
},
411419
bl_cry_pinkbow = {
412420
name = "Pinke Schleife",
413421
text = {
@@ -678,9 +686,10 @@ return {
678686
},
679687
c_cry_quantify = {
680688
name = "://QUANTIFY",
681-
text = { -- "{C:cry_code}J{C:cry_exotic}o{C:legendary}k{C:cry_epic}e{C:cry_candy}r{C:rare}i{C:uncommon}z{C:common}e{C:dark_edition}!{} an object", --o.o
682-
"Kommt in einem",
683-
"zukünftigen {C:cry_code}Update{}",
689+
text = {
690+
"Verschiebe {C:attention}#1#{} gewählte",
691+
"{C:attention}Karte#<n>1#{}, oder {C:attention}Booster{}",
692+
"in die {C:attention}Joker{}-Ablage",
684693
},
685694
},
686695
c_cry_divide = {
@@ -1323,12 +1332,7 @@ return {
13231332
},
13241333
j_cry_circus = {
13251334
name = "Zirkus",
1326-
text = {
1327-
"{C:red}Seltene{} Joker geben {X:mult,C:white} X#1# {} Mult",
1328-
"{C:cry_epic}Epische{} Joker geben {X:mult,C:white} X#2# {} Mult",
1329-
"{C:legendary}Legendäre{} Joker geben {X:mult,C:white} X#3# {} Mult",
1330-
"{C:cry_exotic}Exotische{} Joker geben {X:mult,C:white} X#4# {} Mult",
1331-
},
1335+
text = Cryptid.get_circus_description(), --for translaters: this is automatically localized you can copy it over as long as cry_circus_generic is translated too
13321336
unlock = {
13331337
"Erhalten einen {C:red}Seltenen{},",
13341338
"{C:cry_epic}Epischen{} und {C:legendary}Legendären{}",
@@ -2705,10 +2709,36 @@ return {
27052709
name = "Pizzastück",
27062710
text = {
27072711
"Dieser Joker erhält {X:mult,C:white}X#1#{} Mult",
2708-
"wenn ein {C:attention}Pizza Slice{} verkauft wird",
2712+
"wenn ein {C:attention}Pizzastück{} verkauft wird",
27092713
"{C:inactive}(Aktuell{} {X:mult,C:white}X#2#{}{C:inactive} Mult){}",
27102714
},
27112715
},
2716+
j_cry_paved_joker = {
2717+
name = "Gepflasteter Joker",
2718+
text = {
2719+
"Steinkarten könen Lücken", --TODO: Steinkarten oder Stein-Karten?
2720+
"von {C:attention}#1#{} in",
2721+
"{C:attention}Straights{} and {C:attention}Flushes{} auffüllen"
2722+
},
2723+
},
2724+
j_cry_fading_joker = {
2725+
name = "Verschwindender Joker",
2726+
text = {
2727+
"Diese Joker erhält",
2728+
"{X:mult,C:white}X#1#{} Mult wenn",
2729+
"eine {C:attention}Verderbliche{} Karte geschwächt wird",
2730+
"{C:inactive}(Aktuell{} {X:mult,C:white}X#2#{} {C:inactive}Mult){}"
2731+
},
2732+
},
2733+
j_cry_poor_joker = {
2734+
name = "Armer Joker",
2735+
text = {
2736+
"Diese Joker erhält",
2737+
"{C:mult}+#1#{} Mult wenn",
2738+
"eine {C:attention}Gemietete{} Karte Geld nimmt",
2739+
"{C:inactive}(Aktuell{} {C:mult}+#2#{} {C:inactive}Mult){}"
2740+
},
2741+
},
27122742
j_cry_spaceglobe = {
27132743
name = "Himmelsglobus",
27142744
text = {
@@ -5027,6 +5057,8 @@ return {
50275057
b_reset_gameset_modest = "Setzt Gameset Konfiguration zurück (Modest)",
50285058
b_reset_gameset_mainline = "Setzt Gameset Konfiguration zurück (Mainline)",
50295059
b_reset_gameset_madness = "Setzt Gameset Konfiguration zurück (Madness)",
5060+
5061+
cry_circus_generic = "{V:#1#}#2#{} Joker geben je {X:mult,C:white} X#3# {} Mult"
50305062
},
50315063
labels = {
50325064
food_jokers = "Essen-Joker",

0 commit comments

Comments
 (0)