filled in some more missing translations

Credit/blame to ChatGPT
This commit is contained in:
FaceDeer
2023-10-02 11:49:01 -06:00
parent 248d00165d
commit 019853bf4e
14 changed files with 140 additions and 85 deletions

View File

@ -49,8 +49,8 @@ end
-- too common
--awards.register_achievement("dfcaverns_glow_worms", {
-- title = S("Collect Glow Worms"),
-- description = S(""),
-- title = ,
-- description = ,
-- icon =,
-- trigger = {
-- type = "dig",

View File

@ -74,10 +74,10 @@ if minetest.get_modpath("df_primordial_items") then
},
})
-- too mundane compared to the other achievements
-- eating diced mushroom too mundane compared to the other achievements
-- awards.register_achievement("dfcaverns_diced_mushroom", {
-- title = S("Eat Diced Mushroom"),
-- description = S(""),
-- title = ,
-- description = ,
-- icon =,
-- trigger = {
-- type = "eat",

View File

@ -14,7 +14,6 @@ Collect Cave Pearls=Sammle Höhlenperlen
Collect Flawless Mese Crystal Block=Sammle ein makelloses Mesekristallblock
Collect Giant Red Crystal=Sammle Riesenroten Kristall
Collect Giant Webbing=Sammle Riesennetz
Collect Glow Worms=Sammle Glühwürmer
Collect Glowing Amethyst=Sammle Leuchtenden Amethyst
Collect Luminous Salt Crystal=Sammlung von Leuchtendem Salzkristall
@ -39,12 +38,6 @@ Destroy a Gas Seep=Zerstöre eine Gasaustrittsstelle
Plug a crack that mine gas is seeping out of to make the caves just a little bit safer.=Verschließe einen Riss, aus dem Gas austritt, um die Höhlen etwas sicherer zu machen.
### dig.lua ###
### food.lua ###
### misc.lua ###
=
### farming.lua ###
Fungal Arborist=Fungaler Baumpfleger
@ -87,7 +80,6 @@ Underground Farmer=Unterirdischer Bauer
Dwarven Gourmand=Dwarven Feinschmecker
Eat @1=Essen Sie @1
Eat Diced Mushroom=Essen Sie gewürfelte Pilze
Eat a Glowtato=Essen Sie eine Leuchtkartoffel
Eat a Primordial Fruit=Essen Sie eine Urtümliche Frucht
@ -109,13 +101,9 @@ Activating a puzzle seal has produced a breach in the slade foundations of the w
Capture an Ice Sprite=Einen Eisschatten einfangen
Collect All Lore=Sammle alle Überlieferungen
Decipher the code of the ancients. Do you dare turn the key?=Entschlüssele den Code der Alten. Traust du dich, den Schlüssel umzudrehen?
Detonate Mine Gas=Minengas detonieren
Get Attacked by an Underworld Guardian=Von einem Unterwelt-Wächter angegriffen werden
Loot 100 Ancient Warrior Bones=Beute 100 Knochen der antiken Krieger
Loot Ancient Warrior Bones=Beute Knochen der antiken Krieger
Punch Veinstone=Schlag auf Adernstein
Punch a vein to hear the heartbeat of the stone.=Schlage eine Ader, um den Herzschlag des Steins zu hören.
Repair 100 Ancient Lanterns=Repariere 100 antike Laternen
Repair an Ancient Lantern=Repariere eine antike Laterne
Solve a Puzzle Seal=Löse ein Rätselsiegel
Trigger a Slade Breacher=Einen Slade-Breacher auslösen
@ -183,3 +171,13 @@ Discover the giant caverns to which all water from the surface ultimately drain.
Discover the lost jungles below the foundations of the world.=Entdecke die verlorenen Dschungel unter den Grundfesten der Welt.
Discover the sea of magma that volcanoes draw from.=Entdecke das Magmameer, aus dem die Vulkane schöpfen.
##### not used anymore #####
Collect Glow Worms=Sammle Glühwürmer
Eat Diced Mushroom=Essen Sie gewürfelte Pilze
Detonate Mine Gas=Minengas detonieren
Loot 100 Ancient Warrior Bones=Beute 100 Knochen der antiken Krieger
Loot Ancient Warrior Bones=Beute Knochen der antiken Krieger
Repair 100 Ancient Lanterns=Repariere 100 antike Laternen

View File

@ -14,7 +14,6 @@ Collect Cave Pearls=
Collect Flawless Mese Crystal Block=
Collect Giant Red Crystal=
Collect Giant Webbing=
Collect Glow Worms=
Collect Glowing Amethyst=
Collect Luminous Salt Crystal=
@ -39,12 +38,6 @@ Destroy a Gas Seep=
Plug a crack that mine gas is seeping out of to make the caves just a little bit safer.=
### dig.lua ###
### food.lua ###
### misc.lua ###
=
### farming.lua ###
Fungal Arborist=
@ -87,7 +80,6 @@ Underground Farmer=
Dwarven Gourmand=
Eat @1=
Eat Diced Mushroom=
Eat a Glowtato=
Eat a Primordial Fruit=
@ -109,13 +101,9 @@ Activating a puzzle seal has produced a breach in the slade foundations of the w
Capture an Ice Sprite=
Collect All Lore=
Decipher the code of the ancients. Do you dare turn the key?=
Detonate Mine Gas=
Get Attacked by an Underworld Guardian=
Loot 100 Ancient Warrior Bones=
Loot Ancient Warrior Bones=
Punch Veinstone=
Punch a vein to hear the heartbeat of the stone.=
Repair 100 Ancient Lanterns=
Repair an Ancient Lantern=
Solve a Puzzle Seal=
Trigger a Slade Breacher=

View File

@ -75,8 +75,8 @@ if minetest.get_modpath("df_underworld_items") then
})
-- awards.register_achievement("dfcaverns_repaired_100_lanterns", {
-- title = S("Repair 100 Ancient Lanterns"),
-- description = S(""),
-- title = ,
-- description = ,
-- icon =,
-- })
@ -102,19 +102,19 @@ end
-- can't think of an easy way to detect these
--awards.register_achievement("dfcaverns_torch_detonated_mine_gas", {
-- title = S("Detonate Mine Gas"),
-- description = S(""),
-- title = ,
-- description = ,
-- icon =,
--})
--awards.register_achievement("dfcaverns_looted_underworld_bones", {
-- title = S("Loot Ancient Warrior Bones"),
-- description = S(""),
-- title = ,
-- description =,
-- icon =,
--})
--
--awards.register_achievement("dfcaverns_looted_100_underworld_bones", {
-- title = S("Loot 100 Ancient Warrior Bones"),
-- description = S(""),
-- title = ,
-- description = ,
-- icon =,
--})