You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
45 lines
1.8 KiB
45 lines
1.8 KiB
local L = BigWigs:NewBossLocale("Operation: Mechagon Trash", "frFR")
|
|
if not L then return end
|
|
if L then
|
|
L.scrapbone_shaman = "Chaman ronge-os"
|
|
L.scrapbone_bully = "Malmeneur ronge-os"
|
|
L.scrapbone_grinder = "Broyeur ronge-os"
|
|
L.saurolisk_bonenipper = "Saurolisque mordille-os"
|
|
L.malfunctioning_scrapbot = "Robot-ferrailleur défectueux"
|
|
L.heavy_scrapbot = "Robot-ferrailleur lourd"
|
|
L.pistonhead_blaster = "Mitrailleur tête-de-piston"
|
|
L.pistonhead_scrapper = "Ferrailleuse tête-de-piston"
|
|
L.weaponized_crawler = "Rampante militarisée"
|
|
L.slime_elemental = "Elémentaire gélatineux"
|
|
L.toxic_monstrosity = "Monstruosité toxique"
|
|
L.toxic_lurker = "Rôdeur toxique"
|
|
L.pistonhead_mechanic = "Mécano tête-de-piston"
|
|
L.scraphound = "Molosse-o-tron"
|
|
L.mechagon_renormalizer = "Renormalisatrice mécagonienne"
|
|
L.mechagon_cavalry = "Cavalier de Mécagone"
|
|
L.mechagon_trooper = "Troupier mécagonien"
|
|
L.anodized_coilbearer = "Porte-bobine anodisé"
|
|
L.bomb_tonk = "Chariotte bombe"
|
|
L.rocket_tonk = "Chariotte fusée"
|
|
L.waste_processing_unit = "Unité de traitement des déchets"
|
|
L.living_waste = "Déchets vivants"
|
|
L.mechagon_tinkerer = "Bricoleuse mécagonienne"
|
|
L.anti_personnel_squirrel = "Ecureuil antipersonnel"
|
|
L.defense_bot_mk_iii = "Robot de défense Mod. III"
|
|
L.blastatron_x80 = "Explosotron X-80"
|
|
L.mechagon_mechanic = "Mécanien mécagonien"
|
|
L.workshop_defender = "Défenseur de l'atelier"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("Tussle Tonks", "frFR")
|
|
if L then
|
|
-- L.warmup_trigger = "Now this is a statistical anomaly! Our visitors are still alive!"
|
|
end
|
|
|
|
L = BigWigs:NewBossLocale("King Mechagon", "frFR")
|
|
if L then
|
|
--L.hardmode_desc = "Warning for when the Annihilo-tron 5000 starts displaying the button order."
|
|
|
|
--L.button = "Button"
|
|
--L.button_desc = "Show a warning when someone clicks a button."
|
|
end
|
|
|