Skip to content

Commit 5496e42

Browse files
committed
DE: added missing texts
everything should now be up-to-date
1 parent 6ba192d commit 5496e42

File tree

1 file changed

+85
-0
lines changed

1 file changed

+85
-0
lines changed

localization/de.lua

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,22 @@ return {
416416
"Joker werden nicht ausgelöst",
417417
},
418418
},
419+
bl_cry_chromatic = {
420+
name = "Die Chromatik",
421+
text = {
422+
"Punktzahl wird",
423+
"subtrahiert bei",
424+
"ungerader Anzahl von Händen"
425+
},
426+
},
427+
bl_cry_landlord = {
428+
name = "Der Vermieter",
429+
text = {
430+
"Fuegt Gemietet einem",
431+
"zufälligen Joker hinzu",
432+
"wenn Hand gespielt wird"
433+
},
434+
},
419435
bl_cry_pinkbow = {
420436
name = "Pinke Schleife",
421437
text = {
@@ -745,6 +761,15 @@ return {
745761
"{C:cry_code}ohne{} Preisgeld zu bekommen",
746762
},
747763
},
764+
c_cry_declare = {
765+
name = "://DECLARE",
766+
text = {
767+
"Die {C:attention}aktuell{} gewählten Spielkarten",
768+
"werden zu einer {C:cry_code}neuen{} Pokerhand, welche",
769+
"gewertet wird, als würde sie ein {C:attention}#1#{} enthalten",
770+
"Es können bis zu {C:attention}3{} {C:inactive}[#2#]{} Hände erzeugt werden"
771+
},
772+
},
748773
},
749774
["Content Set"] = {
750775
set_cry_blind = {
@@ -1116,6 +1141,16 @@ return {
11161141
"{C:inactive,s:0.8}Rang ändert sich nicht",
11171142
},
11181143
},
1144+
j_cry_rotten_egg = {
1145+
name = "Faules Ei",
1146+
text = {
1147+
"Setzt bei Erhalt den Verkaufswert",
1148+
"aller aktueller und zukünfitger Joker auf {C:attention}$#1#{}",
1149+
"Reduziert den Verkaufswert aller {C:attention}Joker{} um {C:attention}$#2#{}",
1150+
"am Ende der Runde, nach Erhalt von {C:attention}$#3#{} {C:inactive}[#4#]{}",
1151+
"durch den Verkauf von {C:attention}Jokern{}, {C:red}Zerstört sich selbst{}"
1152+
},
1153+
},
11191154
j_cry_blender = {
11201155
name = "Blender",
11211156
text = {
@@ -3235,6 +3270,16 @@ return {
32353270
"und {C:attention}#3#{}",
32363271
},
32373272
},
3273+
c_cry_voxel = {
3274+
name = "Voxel",
3275+
text = {
3276+
"({V:1}lvl.#4#{})({V:2}lvl.#5#{})({V:3}lvl.#6#{})",
3277+
"Aufwertung für",
3278+
"{C:attention}#1#{},",
3279+
"{C:attention}#2#{},",
3280+
"und {C:attention}#3#{}",
3281+
},
3282+
},
32383283
},
32393284
Sleeve = {
32403285
sleeve_cry_beige_sleeve = {
@@ -3946,6 +3991,30 @@ return {
39463991
"{s:0.8,C:inactive}Kopierende Tags ausgenommen",
39473992
},
39483993
},
3994+
tag_cry_clone = {
3995+
name = "Klon-Tag",
3996+
text = {
3997+
"Gegenstände im Shop kosten {C:attention}X#1#{}",
3998+
"so viel, Erhalte eine {C:attention}Kopie{}",
3999+
"der als nächstes gekauften Karte"
4000+
},
4001+
},
4002+
tag_cry_lens = {
4003+
name = "Linsen-Tag",
4004+
text = {
4005+
"Füge {C:dark_edition}Negativ{}",
4006+
"zu {C:attention}#1#{} zufälligen",
4007+
"Verbrauchsgegen#<ständen,stand>1# hinzu"
4008+
},
4009+
},
4010+
tag_cry_palette_cleanser = { --beautiful phrase that unfortunately doesnt have a german equivalent :(
4011+
name = "Reinigungs-Tag",
4012+
text = {
4013+
"Entfernt einen {C:attention}zufälligen{}",
4014+
"Sticker von einem {C:attention}zufälligen{}",
4015+
"Joker oder Spielkarte"
4016+
},
4017+
},
39494018
},
39504019
Tarot = {
39514020
c_cry_automaton = {
@@ -4795,6 +4864,14 @@ return {
47954864
["cry_WholeDeck"] = Cryptid_config.family_mode and "Das Ganze Deck" or "Das Ganze Verfickte Deck",
47964865
["cry-Cluster Bulwark"] = "Clusterwark",
47974866
["cry_None"] = "Nichts",
4867+
4868+
["cry_Declare0"] = { "Wird immer als Straight gewertet" },
4869+
["cry_Declare1"] = { "Wird immer als Flush gewertet" },
4870+
["cry_Declare2"] = { "Wird immer als Full House gewertet" },
4871+
4872+
["cry_Declare0_suitless"] = { "Wird immer als Straight gewertet","Hand benötigt keine bestimmten Farben" },
4873+
["cry_Declare1_suitless"] = { "Wird immer als Flush gewertet","Hand benötigt keine bestimmten Farben" },
4874+
["cry_Declare2_suitless"] = { "Wird immer als Full House gewertet","Hand benötigt keine bestimmten Farben" },
47984875
},
47994876
poker_hand_descriptions = {
48004877
["cry_Bulwark"] = {
@@ -4960,6 +5037,7 @@ return {
49605037
b_code_cards = "Code Karten",
49615038
b_unique_cards = "Einzigartige Karten",
49625039
b_pull = "PULL",
5040+
b_playing_cards = "Spielkarten",
49635041
cry_hooked_ex = "Verhackt!",
49645042
k_end_blind = "Beende Blind",
49655043
k_cry_shiny = "Shiny",
@@ -4976,6 +5054,11 @@ return {
49765054
cry_code_create_previous = "VORHERIGES ERSTELLEN",
49775055
cry_code_execute = "AUSFÜHREN",
49785056
cry_code_cancel = "ABBRECHEN",
5057+
cry_code_enter_hand = "NAME DER POKERHAND EINGEBEN",
5058+
cry_code_with_suits = "INKLUSIVE FARBE",
5059+
cry_code_without_suits = "IGNORIERE FARBE",
5060+
cry_code_suitless = "Hand benötigt keine bestimmte Farbe",
5061+
cry_code_empty = "[Declare Hand]", --TODO context?
49795062
cry_code_exit = "SCHLIESSEN",
49805063
cry_code_antevoucher = "Nächster Boss Blind and Gutschein",
49815064
cry_code_nextjokers = "Nächste Joker im Shop",
@@ -5023,6 +5106,8 @@ return {
50235106
cry_candy = "Süßigkeit",
50245107
cry_cursed = "Verflucht",
50255108

5109+
k_downgraded_ex = "Downgraded!",
5110+
50265111
k_planet_disc = "Kreisstellare Scheibe",
50275112
k_planet_satellite = "Natürliche Satelliten",
50285113
k_planet_universe = Cryptid_config.family_mode and "Universum" or "Das Tatsächliche Verfickte Universum",

0 commit comments

Comments
 (0)