From 25ef02705cd226554c2fd8f26121a4d53d13ce35 Mon Sep 17 00:00:00 2001 From: Brues <5278969+brues-code@users.noreply.github.com> Date: Sun, 9 Aug 2026 03:17:00 -0500 Subject: [PATCH] Remove dead totems and critters locale tables Nameplate totem/critter detection now uses UnitCreatureTypeID instead of name-matching, so the L["totems"] and L["critters"] tables have no remaining readers. Drop them from every locale file. --- env/locales_deDE.lua | 113 ------------------------------------------- env/locales_enUS.lua | 113 ------------------------------------------- env/locales_esES.lua | 113 ------------------------------------------- env/locales_frFR.lua | 108 ----------------------------------------- env/locales_koKR.lua | 113 ------------------------------------------- env/locales_ruRU.lua | 113 ------------------------------------------- env/locales_zhCN.lua | 108 ----------------------------------------- 7 files changed, 781 deletions(-) diff --git a/env/locales_deDE.lua b/env/locales_deDE.lua index fda1e73f..5b8a6388 100644 --- a/env/locales_deDE.lua +++ b/env/locales_deDE.lua @@ -22,91 +22,6 @@ pfUI_locale["deDE"]["customcast"] = { ["MULTISHOT"] = "Mehrfach-Schuss", } -pfUI_locale["deDE"]["critters"] = { - 'Otter', - 'Käfer', - 'Turmfledermaus', - 'Gallkröte', - 'Schwarze Ratte', - 'Brauner Präriehund', - 'Eingesperrter Hase', - 'Eingesperrtes Schaf', - 'Eingesperrtes Eichhörnchen', - 'Eingesperrte Kröte', - 'Katze', - 'Huhn', - 'Cleo', - 'Kernratte', - 'Kuh', - 'Verwandelte Kuh', - 'Geheiltes Reh', - 'Geheilte Gazelle', - 'Untergrundratte', - 'Reh', - 'Hund', - 'Effsee', - 'Umzauberte Untergrundratte', - 'Reißzahn', - 'Rehkitz', - 'Feuerkäfer', - 'Flauschie', - 'Kleiner Frosch', - 'Gazelle', - 'Hase', - 'Pferd', - 'Titanische Kröte', - 'Infiziertes Reh', - 'Infiziertes Eichhörnchen', - 'Dschungelkröte', - 'Krakles Thermometer', - 'Lady', - 'Larve', - 'Lavakrebs', - 'Made', - 'Wasserschlange', - 'Maus', - 'Mr. Bigglesworth', - 'Nibbles', - 'Noarm', - 'Graumähne', - 'Papagei', - 'Verwandeltes Schwein', - 'Piratenschatz Auslöser Meute', - 'Verseuchtes Insekt', - 'Verseuchte Made', - 'Verseuchte Ratte', - 'Pestlandtermite', - 'Verwandeltes Huhn', - 'Verwandelte Ratte', - 'Präriehund', - 'Kaninchen', - 'Widder', - 'Ratte', - 'Reitwidder', - 'Schabe', - 'Salome', - 'Fischschwarm', - 'Skorpid', - 'Verwandeltes Schaf', - 'Schaf', - 'Irrwisch der Shen\'dralar', - 'Kränkliches Reh', - 'Kränkliche Gazelle', - 'Natter', - 'Spinne', - 'Spike', - 'Eichhörnchen', - 'Schwein', - 'Besudelte Kakerlake', - 'Besudelte Ratte', - 'Kröte', - 'Transporterfehlfunktion', - 'Verwandelte Schildkröte', - 'Schleicherpfote', - 'Stimme von Elune', - 'Waypoint', - 'Irrwisch', -} pfUI_locale["deDE"]["dyndebuffs"] = { ["Rupture"] = "Blutung", @@ -1067,32 +982,4 @@ pfUI_locale["deDE"]["debuffs"] = { -- custom entries not detected by DBC extractor pfUI_locale["deDE"]["debuffs"]['Kältekegel']={[0]=8.0,} -- Cone of Cold -pfUI_locale["deDE"]["totems"] = { - ["Totem der Krankheitsreinigung"] = "spell_nature_diseasecleansingtotem", - ["Totem des Erdelementars"] = "spell_nature_earthelemental_totem", - ["Totem der Erdbindung"] = "spell_nature_strengthofearthtotem02", - ["Totem des Feuerelementars"] = "spell_fire_elemental_totem", - ["Totem der Feuernova"] = "spell_fire_sealoffire", - ["Totem des Feuerwiderstands"] = "spell_fireresistancetotem_01", - ["Totem der Flammenzunge"] = "spell_nature_guardianward", - ["Totem des Frostwiderstands"] = "spell_frostresistancetotem_01", - ["Totem der luftgleichen Anmut"] = "spell_nature_invisibilitytotem", - ["Totem der Erdung"] = "spell_nature_groundingtotem", - ["Totem des heilenden Flusses"] = "Inv_spear_04", - ["Totem des glühenden Magmas"] = "spell_fire_selfdestruct", - ["Totem der Manaquelle"] = "spell_nature_manaregentotem", - ["Totem der Manaflut"] = "spell_frost_summonwaterelemental", - ["Totem des Naturwiderstands"] = "spell_nature_natureresistancetotem", - ["Totem der Giftreinigung"] = "spell_nature_poisoncleansingtotem", - ["Totem der Verbrennung"] = "spell_fire_searingtotem", - ["Totem des Wachens"] = "spell_nature_removecurse", - ["Totem der Steinklaue"] = "spell_nature_stoneclawtotem", - ["Totem der Steinhaut"] = "spell_nature_stoneskintotem", - ["Totem der Erdstärke"] = "spell_nature_earthbindtotem", - ["Totem des Ingrimms"] = "spell_fire_totemofwrath", - ["Totem des Erdstoßes"] = "spell_nature_tremortotem", - ["Totem des Windzorns"] = "spell_nature_windfury", - ["Totem der Windmauer"] = "spell_nature_earthbind", - ["Totem des stürmischen Zorns"] = "spell_nature_slowingtotem", -} diff --git a/env/locales_enUS.lua b/env/locales_enUS.lua index de6166f4..4a8a33b6 100644 --- a/env/locales_enUS.lua +++ b/env/locales_enUS.lua @@ -22,91 +22,6 @@ pfUI_locale["enUS"]["customcast"] = { ["MULTISHOT"] = "Multi-Shot", } -pfUI_locale["enUS"]["critters"] = { - 'Adder', - 'Beetle', - 'Belfry Bat', - 'Biletoad', - 'Black Rat', - 'Brown Prairie Dog', - 'Caged Rabbit', - 'Caged Sheep', - 'Caged Squirrel', - 'Caged Toad', - 'Cat', - 'Chicken', - 'Cleo', - 'Core Rat', - 'Cow', - 'Cow', - 'Cured Deer', - 'Cured Gazelle', - 'Deeprun Rat', - 'Deer', - 'Dog', - 'Effsee', - 'Enthralled Deeprun Rat', - 'Fang', - 'Fawn', - 'Fire Beetle', - 'Fluffy', - 'Frog', - 'Gazelle', - 'Hare', - 'Horse', - 'Huge Toad', - 'Infected Deer', - 'Infected Squirrel', - 'Jungle Toad', - 'Krakle\'s Thermometer', - 'Lady', - 'Larva', - 'Lava Crab', - 'Maggot', - 'Moccasin', - 'Mouse', - 'Mr. Bigglesworth', - 'Nibbles', - 'Noarm', - 'Old Blanchy', - 'Parrot', - 'Pig', - 'Pirate treasure trigger mob', - 'Plagued Insect', - 'Plagued Maggot', - 'Plagued Rat', - 'Plagueland Termite', - 'Polymorphed Chicken', - 'Polymorphed Rat', - 'Prairie Dog', - 'Rabbit', - 'Ram', - 'Rat', - 'Riding Ram', - 'Roach', - 'Salome', - 'School of Fish', - 'Scorpion', - 'Sheep', - 'Sheep', - 'Shen\'dralar Wisp', - 'Sickly Deer', - 'Sickly Gazelle', - 'Snake', - 'Spider', - 'Spike', - 'Squirrel', - 'Swine', - 'Tainted Cockroach', - 'Tainted Rat', - 'Toad', - 'Transporter Malfunction', - 'Turtle', - 'Underfoot', - 'Voice of Elune', - 'Waypoint (Only GM can see it)', - 'Wisp', -} pfUI_locale["enUS"]["dyndebuffs"] = { ["Rupture"] = "Rupture", @@ -1069,32 +984,4 @@ pfUI_locale["enUS"]["debuffs"] = { -- custom entries not detected by DBC extractor pfUI_locale["enUS"]["debuffs"]['Cone of Cold']={[0]=8.0,} -- Cone of Cold -pfUI_locale["enUS"]["totems"] = { - ["Disease Cleansing Totem"] = "spell_nature_diseasecleansingtotem", - ["Earth Elemental Totem"] = "spell_nature_earthelemental_totem", - ["Earthbind Totem"] = "spell_nature_strengthofearthtotem02", - ["Fire Elemental Totem"] = "spell_fire_elemental_totem", - ["Fire Nova Totem"] = "spell_fire_sealoffire", - ["Fire Resistance Totem"] = "spell_fireresistancetotem_01", - ["Flametongue Totem"] = "spell_nature_guardianward", - ["Frost Resistance Totem"] = "spell_frostresistancetotem_01", - ["Grace of Air Totem"] = "spell_nature_invisibilitytotem", - ["Grounding Totem"] = "spell_nature_groundingtotem", - ["Healing Stream Totem"] = "Inv_spear_04", - ["Magma Totem"] = "spell_fire_selfdestruct", - ["Mana Spring Totem"] = "spell_nature_manaregentotem", - ["Mana Tide Totem"] = "spell_frost_summonwaterelemental", - ["Nature Resistance Totem"] = "spell_nature_natureresistancetotem", - ["Poison Cleansing Totem"] = "spell_nature_poisoncleansingtotem", - ["Searing Totem"] = "spell_fire_searingtotem", - ["Sentry Totem"] = "spell_nature_removecurse", - ["Stoneclaw Totem"] = "spell_nature_stoneclawtotem", - ["Stoneskin Totem"] = "spell_nature_stoneskintotem", - ["Strength of Earth Totem"] = "spell_nature_earthbindtotem", - ["Totem of Wrath"] = "spell_fire_totemofwrath", - ["Tremor Totem"] = "spell_nature_tremortotem", - ["Windfury Totem"] = "spell_nature_windfury", - ["Windwall Totem"] = "spell_nature_earthbind", - ["Wrath of Air Totem"] = "spell_nature_slowingtotem", -} diff --git a/env/locales_esES.lua b/env/locales_esES.lua index e3b93837..272f2240 100644 --- a/env/locales_esES.lua +++ b/env/locales_esES.lua @@ -22,91 +22,6 @@ pfUI_locale["esES"]["customcast"] = { ["MULTISHOT"] = "Multidisparo", } -pfUI_locale["esES"]["critters"] = { - 'Víboris', - 'Alfazaque', - 'Murciélago Timbralevín', - 'Sapo bílico', - 'Rata negra', - 'Perro de la pradera marrón', - 'Conejo enjaulado', - 'Oveja enjaulada', - 'Ardilla enjaulada', - 'Sapo enjaulado', - 'Gato', - 'Pollo', - 'Cleo', - 'Rata del Núcleo', - 'Vaca', - 'Vaca polimórfica', - 'Ciervo curado', - 'Gacela curada', - 'Rata del subterráneo', - 'Ciervo', - 'Perro', - 'Effsee', - 'Rata del subterráneo sometida', - 'Colmillos', - 'Cervato', - 'Alfazaque de fuego', - 'Esponjín', - 'Rana pequeña', - 'Gacela', - 'Liebre', - 'Caballo', - 'Sapo gigante', - 'Ciervo infectado', - 'Ardilla infectada', - 'Sapo de la selva', - 'Termómetro de Krakle', - 'Lady', - 'Larva', - 'Cangrejo de lava', - 'Cresa', - 'Culebra de agua', - 'Ratón', - 'Baldomero', - 'Mordiscos', - 'Noarm', - 'Vieja Blanchy', - 'Loro', - 'Cerdo polimórfico', - 'Activador de banda de tesoro pirata', - 'Insecto apestado', - 'Cresa apestada', - 'Rata apestada', - 'Termita de las Tierras de la Peste', - 'Gallina polimórfica', - 'Rata polimórfica', - 'Perro de la pradera', - 'Conejo', - 'Carnero', - 'Rata', - 'Carnero de montar', - 'Cucaracha', - 'Salome', - 'Banco de peces', - 'Escórpido', - 'Oveja polimórfica', - 'Oveja', - 'Fuego fatuo Shen\'dralar', - 'Ciervo enfermo', - 'Gacela enferma', - 'Culebra', - 'Araña', - 'Pinchos', - 'Ardilla', - 'Puerco', - 'Curiana corrupta', - 'Rata corrupta', - 'Sapo', - 'Fallo en transportador', - 'Tortuga polimórfica', - 'Bajapata', - 'Voz de Elune', - 'Waypoint', - 'Fuego fatuo', -} pfUI_locale["esES"]["dyndebuffs"] = { ["Rupture"] = "Ruptura", @@ -1062,32 +977,4 @@ pfUI_locale["esES"]["debuffs"] = { -- custom entries not detected by DBC extractor pfUI_locale["esES"]["debuffs"]['Cono de frío']={[0]=8.0,} -- Cone of Cold -pfUI_locale["esES"]["totems"] = { - ["Tótem de limpieza de enfermedades"] = "spell_nature_diseasecleansingtotem", - ["Tótem Elemental de Tierra"] = "spell_nature_earthelemental_totem", - ["Tótem Nexo terrestre"] = "spell_nature_strengthofearthtotem02", - ["Tótem Elemental de Fuego"] = "spell_fire_elemental_totem", - ["Tótem Nova de Fuego"] = "spell_fire_sealoffire", - ["Tótem de resistencia al Fuego"] = "spell_fireresistancetotem_01", - ["Tótem Lengua de Fuego"] = "spell_nature_guardianward", - ["Tótem de resistencia a la Escarcha"] = "spell_frostresistancetotem_01", - ["Tótem Gracia del aire"] = "spell_nature_invisibilitytotem", - ["Tótem derribador"] = "spell_nature_groundingtotem", - ["Tótem Corriente de sanación"] = "Inv_spear_04", - ["Tótem de magma"] = "spell_fire_selfdestruct", - ["Tótem Fuente de maná"] = "spell_nature_manaregentotem", - ["Tótem Marea de maná"] = "spell_frost_summonwaterelemental", - ["Tótem de resistencia a Naturaleza"] = "spell_nature_natureresistancetotem", - ["Tótem contraveneno"] = "spell_nature_poisoncleansingtotem", - ["Tótem abrasador"] = "spell_fire_searingtotem", - ["Tótem avizor"] = "spell_nature_removecurse", - ["Tótem Garra de piedra"] = "spell_nature_stoneclawtotem", - ["Tótem Piel de piedra"] = "spell_nature_stoneskintotem", - ["Tótem Fuerza de la tierra"] = "spell_nature_earthbindtotem", - ["Tótem de cólera"] = "spell_fire_totemofwrath", - ["Tótem de tremor"] = "spell_nature_tremortotem", - ["Tótem Viento Furioso"] = "spell_nature_windfury", - ["Tótem Muro de viento"] = "spell_nature_earthbind", - ["Tótem cólera de aire"] = "spell_nature_slowingtotem", -} diff --git a/env/locales_frFR.lua b/env/locales_frFR.lua index 20d061b8..383dfc37 100644 --- a/env/locales_frFR.lua +++ b/env/locales_frFR.lua @@ -22,86 +22,6 @@ pfUI_locale["frFR"]["customcast"] = { ["MULTISHOT"] = "Flèches multiples", } -pfUI_locale["frFR"]["critters"] = { - 'Aspic', - 'Hanneton', - 'Chauve-souris de clocher', - 'Crapaud-bile', - 'Rat noir', - 'Chien de prairie brun', - 'Lapin en cage', - 'Mouton en cage', - 'Ecureuil en cage', - 'Crapaud en cage', - 'Chat', - 'Poulet', - 'Cléo', - 'Rat du Magma', - 'Vache', - 'Métamorphosé en vache', - 'Daim soigné', - 'Gazelle soignée', - 'Rat des profondeurs', - 'Daim', - 'Chien', - 'Effsee', - 'Rat des profondeurs ensorcelé', - 'Croc', - 'Faon', - 'Hanneton de feu', - 'Tout-doux', - 'Grenouille', - 'Gazelle', - 'Lièvre', - 'Cheval', - 'Crapaud énorme', - 'Daim infecté', - 'Ecureuil infecté', - 'Crapaud de la jungle', - 'Thermomètre de Krakle', - 'Dame', - 'Crabe de lave', - 'Mocassin d\'eau', - 'Souris', - 'M. Bigglesworth', - 'Grignote', - 'Noarm', - 'Vieille Blanchette', - 'Perroquet', - 'Métamorphosé en cochon', - 'Monstre déclencheur du trésor des pirates', - 'Insecte pestiféré', - 'Asticot pestiféré', - 'Rat pestiféré', - 'Termite des Maleterres', - 'Chien de prairie', - 'Lapin', - 'Bélier', - 'Rat', - 'Bélier', - 'Blatte', - 'Salome', - 'Banc de poisson', - 'Scorpion', - 'Métamorphosé en mouton', - 'Mouton', - 'Feu follet de Shen\'dralar', - 'Daim malade', - 'Gazelle malade', - 'Serpent', - 'Araignée', - 'Pointe', - 'Ecureuil', - 'Pourceau', - 'Cafard corrompu', - 'Rat corrompu', - 'Crapaud', - 'Métamorphosé en tortue', - 'Casse-pieds', - 'Voix d\'Elune', - 'Point de SPAWN (Seuls les MJ peuvent le voir)', - 'Feu follet', -} pfUI_locale["frFR"]["dyndebuffs"] = { ["Rupture"] = "Rupture", @@ -1058,32 +978,4 @@ pfUI_locale["frFR"]["debuffs"] = { -- custom entries not detected by DBC extractor pfUI_locale["frFR"]["debuffs"]['Cône de froid']={[0]=8.0,} -- Cone of Cold -pfUI_locale["frFR"]["totems"] = { - ["Totem de Purification des maladies"] = "spell_nature_diseasecleansingtotem", - ["Totem élémentaire de terre"] = "spell_nature_earthelemental_totem", - ["Totem de lien terrestre"] = "spell_nature_strengthofearthtotem02", - ["Totem élémentaire de feu"] = "spell_fire_elemental_totem", - ["Totem Nova de feu"] = "spell_fire_sealoffire", - ["Totem de résistance au Feu"] = "spell_fireresistancetotem_01", - ["Totem Langue de feu"] = "spell_nature_guardianward", - ["Totem de résistance au Givre"] = "spell_frostresistancetotem_01", - ["Totem de Grâce aérienne"] = "spell_nature_invisibilitytotem", - ["Totem de Glèbe"] = "spell_nature_groundingtotem", - ["Totem guérisseur"] = "Inv_spear_04", - ["Totem de Magma"] = "spell_fire_selfdestruct", - ["Totem Fontaine de mana"] = "spell_nature_manaregentotem", - ["Totem de Vague de mana"] = "spell_frost_summonwaterelemental", - ["Totem de résistance à la Nature"] = "spell_nature_natureresistancetotem", - ["Totem de Purification du poison"] = "spell_nature_poisoncleansingtotem", - ["Totem incendiaire"] = "spell_fire_searingtotem", - ["Totem Sentinelle"] = "spell_nature_removecurse", - ["Totem de Griffes de pierre"] = "spell_nature_stoneclawtotem", - ["Totem de Peau de pierre"] = "spell_nature_stoneskintotem", - ["Totem de Force de la Terre"] = "spell_nature_earthbindtotem", - ["Totem de courroux"] = "spell_fire_totemofwrath", - ["Totem de Séisme"] = "spell_nature_tremortotem", - ["Totem Furie-des-vents"] = "spell_nature_windfury", - ["Totem de Mur des vents"] = "spell_nature_earthbind", - ["Totem de courroux de l'air"] = "spell_nature_slowingtotem", -} diff --git a/env/locales_koKR.lua b/env/locales_koKR.lua index 76695249..1ef3fb1e 100644 --- a/env/locales_koKR.lua +++ b/env/locales_koKR.lua @@ -22,91 +22,6 @@ pfUI_locale["koKR"]["customcast"] = { ["MULTISHOT"] = "일제 사격", } -pfUI_locale["koKR"]["critters"] = { - '살무사', - '딱정벌레', - '종탑 박쥐', - '독두꺼비', - '곰쥐', - '갈색 땅다람쥐', - '우리에 갇힌 토끼', - '우리에 갇힌 양', - '우리에 갇힌 다람쥐', - '우리에 갇힌 개구리', - '고양이', - '닭', - '클레오', - '화산쥐', - '소', - '변이된 소', - '회복된 사슴', - '회복된 가젤', - '깊은굴쥐', - '사슴', - '강아지', - '나비', - '피리 소리에 홀린 깊은굴쥐', - '검둥이', - '새끼 사슴', - '불딱정벌레', - '복슬이', - '작은 개구리', - '가젤', - '산토끼', - '말', - '왕두꺼비', - '병든 사슴', - '병든 다람쥐', - '정글 두꺼비', - '크래클의 온도계측장치', - '레이디', - '애벌레', - '용암게', - '구더기', - '물뱀', - '생쥐', - '비글스워스 씨', - '냠냠이', - '노암', - '늙은말 블랑쉬', - '앵무새', - '변이된 돼지', - '해적 보물 트리거', - '역병 걸린 벌레', - '역병 걸린 구더기', - '역병 걸린 쥐', - '역병지대 흰개미', - '변이된 닭', - '변이된 쥐', - '땅다람쥐', - '토끼', - '산양', - '쥐', - '길들인 산양', - '바퀴', - '살로메', - '물고기 떼', - '전갈', - '변이된 양', - '양', - '셴드랄라 위습', - '병든 사슴', - '병든 가젤', - '뱀', - '거미', - '스파이크', - '다람쥐', - '돼지', - '오염된 바퀴벌레', - '오염된 쥐', - '두꺼비', - '순간이동기 기능장애', - '변이된 거북이', - '언더풋', - '엘룬의 음성', - 'Waypoint', - '위습', -} pfUI_locale["koKR"]["dyndebuffs"] = { ["Rupture"] = "파열", @@ -1028,32 +943,4 @@ pfUI_locale["koKR"]["debuffs"] = { -- custom entries not detected by DBC extractor pfUI_locale["koKR"]["debuffs"]['냉기 돌']={[0]=8.0,} -- Cone of Cold -pfUI_locale["koKR"]["totems"] = { - ["질병 정화 토템"] = "spell_nature_diseasecleansingtotem", - ["대지의 정령 토템"] = "spell_nature_earthelemental_totem", - ["속박의 토템"] = "spell_nature_strengthofearthtotem02", - ["불의 정령 토템"] = "spell_fire_elemental_totem", - ["불꽃 회오리 토템"] = "spell_fire_sealoffire", - ["화염 저항 토템"] = "spell_fireresistancetotem_01", - ["불꽃의 토템"] = "spell_nature_guardianward", - ["냉기 저항 토템"] = "spell_frostresistancetotem_01", - ["은총의 토템"] = "spell_nature_invisibilitytotem", - ["마법흡수 토템"] = "spell_nature_groundingtotem", - ["치유의 토템"] = "Inv_spear_04", - ["용암 토템"] = "spell_fire_selfdestruct", - ["마나샘 토템"] = "spell_nature_manaregentotem", - ["마나 해일 토템"] = "spell_frost_summonwaterelemental", - ["자연 저항 토템"] = "spell_nature_natureresistancetotem", - ["독 정화 토템"] = "spell_nature_poisoncleansingtotem", - ["불타는 토템"] = "spell_fire_searingtotem", - ["감시의 토템"] = "spell_nature_removecurse", - ["돌발톱 토템"] = "spell_nature_stoneclawtotem", - ["돌가죽 토템"] = "spell_nature_stoneskintotem", - ["대지력 토템"] = "spell_nature_earthbindtotem", - ["격노의 토템"] = "spell_fire_totemofwrath", - ["진동의 토템"] = "spell_nature_tremortotem", - ["질풍의 토템"] = "spell_nature_windfury", - ["바람막이 토템"] = "spell_nature_earthbind", - ["천벌의 토템"] = "spell_nature_slowingtotem", -} diff --git a/env/locales_ruRU.lua b/env/locales_ruRU.lua index 1eacbe7f..0b45352b 100644 --- a/env/locales_ruRU.lua +++ b/env/locales_ruRU.lua @@ -22,91 +22,6 @@ pfUI_locale["ruRU"]["customcast"] = { ["MULTISHOT"] = "Залп", } -pfUI_locale["ruRU"]["critters"] = { - 'Аспид', - 'Жук', - 'Чердачный нетопырь', - 'Желчная жаба', - 'Черная крыса', - 'Бурая луговая собачка', - 'Кролик в клетке', - 'Овца в клетке', - 'Белка в клетке', - 'Жаба в клетке', - 'Кошка', - 'Курица', - 'Клео', - 'Крыса Недр', - 'Корова', - 'Корова', - 'Исцеленный олень', - 'Исцеленная газель', - 'Подземная крыса', - 'Олень', - 'Собака', - 'Эфси', - 'Пойманная подземная крыса', - 'Клык', - 'Олененок', - 'Огненный жук', - 'Пушок', - 'Лягушка', - 'Газель', - 'Заяц', - 'Лошадь', - 'Огромная жаба', - 'Зараженный олень', - 'Зараженная белка', - 'Тропическая жаба', - 'Термометр Кракла', - 'Леди', - 'Личинка', - 'Лавовый краб', - 'Червь', - 'Болотная гадюка', - 'Мышь', - 'Мистер Бигглсуорт', - 'Грызунчик', - 'Нетронь', - 'Старая Савраска', - 'Попугай', - 'Свинья', - 'Пиратский клад инициатор – существо', - 'Чумная блоха', - 'Чумной червь', - 'Чумная крыса', - 'Термит Чумных земель', - 'Курица в полиморфе', - 'Крыса-полиморф', - 'Луговая собачка', - 'Кролик', - 'Баран', - 'Крыса', - 'Ездовой баран', - 'Таракан', - 'Салом', - 'Косяк рыбы', - 'Скорпион', - 'Овца', - 'Овца', - 'Шендраларский огонек', - 'Больной олень', - 'Больная газель', - 'Змея', - 'Паук', - 'Хват', - 'Белка', - 'Свинья', - 'Нечистый таракан', - 'Нечистая крыса', - 'Жаба', - 'Неисправный транспортер', - 'Черепаха', - 'Шмыг', - 'Голос Элуны', - 'Точка маршрута (Только ГМ может увидеть это)', - 'Огонек', -} pfUI_locale["ruRU"]["dyndebuffs"] = { ["Rupture"] = "Рваная рана", @@ -1065,32 +980,4 @@ pfUI_locale["ruRU"]["debuffs"] = { -- custom entries not detected by DBC extractor pfUI_locale["ruRU"]["debuffs"]['Конус холода']={[0]=8.0,} -- Cone of Cold -pfUI_locale["ruRU"]["totems"] = { - ["Тотем очищения от болезней"] = "spell_nature_diseasecleansingtotem", - ["Тотем элементаля земли"] = "spell_nature_earthelemental_totem", - ["Тотем оков земли"] = "spell_nature_strengthofearthtotem02", - ["Тотем элементаля огня"] = "spell_fire_elemental_totem", - ["Тотем кольца огня"] = "spell_fire_sealoffire", - ["Тотем сопротивления огню"] = "spell_fireresistancetotem_01", - ["Тотем языка пламени"] = "spell_nature_guardianward", - ["Тотем сопротивления льду"] = "spell_frostresistancetotem_01", - ["Тотем легкости воздуха"] = "spell_nature_invisibilitytotem", - ["Тотем заземления"] = "spell_nature_groundingtotem", - ["Тотем исцеляющего потока"] = "Inv_spear_04", - ["Тотем магмы"] = "spell_fire_selfdestruct", - ["Тотем источника маны"] = "spell_nature_manaregentotem", - ["Тотем прилива маны"] = "spell_frost_summonwaterelemental", - ["Тотем сопротивления магии природы"] = "spell_nature_natureresistancetotem", - ["Тотем противоядия"] = "spell_nature_poisoncleansingtotem", - ["Опаляющий тотем"] = "spell_fire_searingtotem", - ["Сторожевой тотем"] = "spell_nature_removecurse", - ["Тотем каменного когтя"] = "spell_nature_stoneclawtotem", - ["Тотем каменной кожи"] = "spell_nature_stoneskintotem", - ["Тотем силы земли"] = "spell_nature_earthbindtotem", - ["Тотем гнева"] = "spell_fire_totemofwrath", - ["Тотем трепета"] = "spell_nature_tremortotem", - ["Тотем неистовства ветра"] = "spell_nature_windfury", - ["Тотем стены ветра"] = "spell_nature_earthbind", - ["Тотем гнева воздуха"] = "spell_nature_slowingtotem", -} diff --git a/env/locales_zhCN.lua b/env/locales_zhCN.lua index c0679a2b..d2dc79ce 100644 --- a/env/locales_zhCN.lua +++ b/env/locales_zhCN.lua @@ -22,86 +22,6 @@ pfUI_locale["zhCN"]["customcast"] = { ["MULTISHOT"] = "多重射击", } -pfUI_locale["zhCN"]["critters"] = { - '蝰蛇', - '甲壳虫', - '钟楼蝙蝠', - '黄蟾蜍', - '黑老鼠', - '棕色土拨鼠', - '笼中的兔子', - '笼中的绵羊', - '笼中的松鼠', - '笼中的蟾蜍', - '猫', - '鸡', - '克莱奥', - '熔核鼠', - '乳牛', - '奶牛', - '被治愈的鹿', - '被治愈的瞪羚', - '矿道老鼠', - '鹿', - '狗', - '喵喵', - '被控制的矿道老鼠', - '利牙', - '小鹿', - '火甲虫', - '长毛兔', - '青蛙', - '瞪羚', - '野兔', - '马', - '大蟾蜍', - '被感染的鹿', - '被感染的松鼠', - '丛林蟾蜍', - '克拉兰克的温度计', - '雷蒂', - '熔岩蟹', - '噬鱼蛇', - '老鼠', - '毕勾沃斯先生', - '尼波斯', - '诺拉姆', - '老马布兰契', - '鹦鹉', - '小猪', - 'Pirate treasure trigger mob', - '瘟疫虫', - '瘟疫蛆', - '瘟疫鼠', - '瘟疫白蚁', - '草原土拨鼠', - '兔子', - '山羊', - '老鼠', - '骑乘用山羊', - '蟑螂', - '萨罗米', - '鱼群', - '蝎子', - '小绵羊', - '绵羊', - '辛德拉小精灵', - '生病的鹿', - '生病的瞪羚', - '蛇', - '蜘蛛', - '斯派克', - '松鼠', - '猪', - '腐化蟑螂', - '腐化鼠', - '蟾蜍', - '小乌龟', - '安德弗特', - '伊露恩之音', - '路径点(只有GM可见)', - '小精灵', -} pfUI_locale["zhCN"]["dyndebuffs"] = { ["Rupture"] = "割裂", @@ -1082,32 +1002,4 @@ pfUI_locale["zhCN"]["debuffs"] = { -- custom entries not detected by DBC extractor pfUI_locale["zhCN"]["debuffs"]['冰锥']={[0]=8.0,} -- Cone of Cold -pfUI_locale["zhCN"]["totems"] = { - ["祛病图腾"] = "spell_nature_diseasecleansingtotem", - ["土元素图腾"] = "spell_nature_earthelemental_totem", - ["地缚图腾"] = "spell_nature_strengthofearthtotem02", - ["火元素图腾"] = "spell_fire_elemental_totem", - ["火焰新星图腾"] = "spell_fire_sealoffire", - ["抗火图腾"] = "spell_fireresistancetotem_01", - ["火舌图腾"] = "spell_nature_guardianward", - ["抗寒图腾"] = "spell_frostresistancetotem_01", - ["风之优雅图腾"] = "spell_nature_invisibilitytotem", - ["根基图腾"] = "spell_nature_groundingtotem", - ["治疗之泉图腾"] = "Inv_spear_04", - ["熔岩图腾"] = "spell_fire_selfdestruct", - ["法力之泉图腾"] = "spell_nature_manaregentotem", - ["法力之潮图腾"] = "spell_frost_summonwaterelemental", - ["自然抗性图腾"] = "spell_nature_natureresistancetotem", - ["清毒图腾"] = "spell_nature_poisoncleansingtotem", - ["灼热图腾"] = "spell_fire_searingtotem", - ["岗哨图腾"] = "spell_nature_removecurse", - ["石爪图腾"] = "spell_nature_stoneclawtotem", - ["石肤图腾"] = "spell_nature_stoneskintotem", - ["大地之力图腾"] = "spell_nature_earthbindtotem", - ["天怒图腾"] = "spell_fire_totemofwrath", - ["战栗图腾"] = "spell_nature_tremortotem", - ["风怒图腾"] = "spell_nature_windfury", - ["风墙图腾"] = "spell_nature_earthbind", - ["空气之怒图腾"] = "spell_nature_slowingtotem", -}