9 - Spanish translation
Spanish translation made previously translation support.
Kálathos, Minahonda-EU.
EL_Types = {
[1] = "Amistoso",
[2] = "Hostil",
[3] = "Feliz",
[4] = "Neutral",
[5] = "Infeliz",
[6] = "Personalizado",
[7] = "Intimidar",
[8] = "Afecto",
[9] = "Saludos",
[10] = "Combate",
[11] = "Lamentarse",
[12] = "Reacciones",
[13] = "Otros",
}
EL_React = {
[0] = "",
[1] = "A",
[2] = "V",
[3] = "AV",
}
-- CUSTOM EMOTE VARIABLES: <Target>, <He>, <His>, <he>, <his>
-- The text for custom emotes should NOT contain the player's name at the beginning. It will be sent with a /e preceeding it.
-- NOTE: They MUST start with category 6, no matter how many other categories are added.
-- ALSO NOTE: If you add a custom emote, you MUST include the "["custom"] = {1}," line or it will be improperly indexed as having a slash command!
EL_Emotes = {
["escape"] = { -- CUSTOM EMOTE
["types"] = {6},
["none"] = "coughs nervously and looks for an escape.",
["target"] = "coughs nervously at <Target> and looks for an escape.",
["react"] = 0,
["custom"] = {1},
},
["bio"] = { -- CUSTOM EMOTE
["types"] = {6,13},
["none"] = "needs to take a bio break.",
["target"] = "tells <Target> that <he> needs a bio break.",
["react"] = 0,
["custom"] = {1},
},
["bladeintro"] = { -- CUSTOM EMOTE
["types"] = {6,2},
["none"] = "wants to introduce <his> blade to someone.",
["target"] = "wants to introduce <Target> to <his> blade.",
["react"] = 0,
["custom"] = {1},
},
["agree"] = { -- Begin Blizzard emotes
["types"] = {12},
["none"] = "Estas de acuerdo.",
["target"] = "Estas de acuerdo con <Target>.",
["react"] = 0,
["custom"] = {0},
},
["amaze"] = {
["types"] = {12},
["none"] = "Muestras tu asombro",
["target"] = "Muestras tu asombro ante <Target>",
["react"] = 0,
["custom"] = {0},
},
["angry"] = {
["types"] = {2},
["none"] = "Levantas el puno con furia.",
["target"] = "Levantas el puno con furia ante <Target>.",
["react"] = 1,
["custom"] = {0},
},
["apologize"] = {
["types"] = {11},
["none"] = "Pides disculpas a todos. Perdon!",
["target"] = "Pides disculpas a <Target>. Perdon!",
["react"] = 0,
["custom"] = {0},
},
["applaud"] = {
["types"] = {12},
["none"] = "Aplaudes. Viva!",
["target"] = "Aplaudes a <Target>. Viva!",
["react"] = 3,
["custom"] = {0},
},
["attacktarget"] = {
["types"] = {10},
["none"] = "Pides a todos que ataquen contra algo.",
["target"] = "Pides a todos que ataquen a <Target>.",
["react"] = 3,
["custom"] = {0},
},
["bark"] = {
["types"] = {13},
["none"] = "Ladras. Guau! Guau!",
["target"] = "Ladras a <Target>",
["react"] = 0,
["custom"] = {0},
},
["bashful"] = {
["types"] = {8},
["none"] = "Sientes timidez.",
["target"] = "Sientes mucha timidez... Tanta que no llamas la atencion de <Target>.",
["react"] = 1,
["custom"] = {0},
},
["beckon"] = {
["types"] = {9},
["none"] = "Haces senas a todos a tu alrededor.",
["target"] = "Haces senas a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["beg"] = {
["types"] = {11},
["none"] = "Ruegas a todos los presentes. Que penoso.",
["target"] = "Ruegas a <Target>. Que penoso.",
["react"] = 1,
["custom"] = {0},
},
["belch"] = {
["types"] = {7},
["none"] = "Eructas a lo bestia.",
["target"] = "Eructas groseramente en la cara de <Target>.",
["react"] = 0,
["custom"] = {0},
},
["bite"] = {
["types"] = {2},
["none"] = "Miras a tu alrededor en busca de alguien para pegarle un mordisco.",
["target"] = "Muerdes a <Target>. Ay!",
["react"] = 0,
["custom"] = {0},
},
["bleed"] = {
["types"] = {13},
["none"] = "Tus heridas chorrean sangre.",
["target"] = "Tus heridas chorrean sangre.",
["react"] = 0,
["custom"] = {0},
},
["blink"] = {
["types"] = {12},
["none"] = "Parpadeas.",
["target"] = "Parpadeas ante <Target>.",
["react"] = 0,
["custom"] = {0},
},
["blush"] = {
["types"] = {8},
["none"] = "Te sonrojas.",
["target"] = "Te sonrojas ante <Target>.",
["react"] = 1,
["custom"] = {0},
},
["boggle"] = {
["types"] = {12},
["none"] = "Alucinas con la situacion.",
["target"] = "Alucinas con <Target>.",
["react"] = 1,
["custom"] = {0},
},
["bonk"] = {
["types"] = {12},
["none"] = "Te das un coscorron. Ay!",
["target"] = "Le das un coscorron a <Target>. Ay!!",
["react"] = 0,
["custom"] = {0},
},
["bored"] = {
["types"] = {5},
["none"] = "Sientes un profundo aburrimiento. Que monotonia!",
["target"] = "Te aburres muchisimo con <Target>.",
["react"] = 2,
["custom"] = {0},
},
["bounce"] = {
["types"] = {3},
["none"] = "Saltas como un canguro.",
["target"] = "Saltas como un canguro frente a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["bow"] = {
["types"] = {9},
["none"] = "Te inclinas con gracia.",
["target"] = "Te inclinas ante <Target>.",
["react"] = 1,
["custom"] = {0},
},
["brb"] = {
["types"] = {4,10,12},
["none"] = "Indicas a todos que vuelves enseguida.",
["target"] = "Informas a <Target> de que vuelves enseguida.",
["react"] = 0,
["custom"] = {0},
},
["cackle"] = {
["types"] = {3},
["none"] = "Te pones a hablar del asunto sin parar.",
["target"] = "Te pones a hablar sin parar con <Target>.",
["react"] = 3,
["custom"] = {0},
},
["calm"] = {
["types"] = {4},
["none"] = "Conservas la calma.",
["target"] = "Intentas calmar a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["charge"] = {
["types"] = {10},
["none"] = "Empiezas a cargar.",
["target"] = "Empiezas a cargar.",
["react"] = 3,
["custom"] = {0},
},
["cheer"] = {
["types"] = {3,12},
["none"] = "Hurra!",
["target"] = "Das animos a <Target>.",
["react"] = 3,
["custom"] = {0},
},
["chicken"] = {
["types"] = {7},
["none"] = "Das vueltas batiendo los brazos como si fuesen alas. La gallina turu...",
["target"] = "Das vueltas alrededor de <Target> batiendo los brazos como si fuesen alas. La gallina turu...",
["react"] = 3,
["custom"] = {0},
},
["chuckle"] = {
["types"] = {3},
["none"] = "Sueltas una sonora carcajada.",
["target"] = "Te ries de <Target>.",
["react"] = 3,
["custom"] = {0},
},
["clap"] = {
["types"] = {3,12},
["none"] = "Aplaudes con emocion.",
["target"] = "Aplaudes con emocion a <Target>.",
["react"] = 3,
["custom"] = {0},
},
["cold"] = {
["types"] = {13},
["none"] = "Dices a todos que tienes frio.",
["target"] = "Le dices a <Target> que tienes frio.",
["react"] = 0,
["custom"] = {0},
},
["comfort"] = {
["types"] = {8},
["none"] = "Necesitas consuelo.",
["target"] = "Consuelas a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["commend"] = {
["types"] = {10},
["none"] = "Elogias el buen trabajo todos.",
["target"] = "Elogias el buen trabajo de <Target>.",
["react"] = 3,
["custom"] = {0},
},
["confused"] = {
["types"] = {11,12},
["none"] = "Tu confusion es total.",
["target"] = "Observas a <Target> con confusion.",
["react"] = 1,
["custom"] = {0},
},
["congrats"] = {
["types"] = {10,12},
["none"] = "Felicitas a todos a tu alrededor.",
["target"] = "Felicitas a <Target>.",
["react"] = 3,
["custom"] = {0},
},
["cough"] = {
["types"] = {13},
["none"] = "Toses violentamente.",
["target"] = "Toses en la cara a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["cower"] = {
["types"] = {11},
["none"] = "Te encoges de miedo.",
["target"] = "Te encoges de miedo al ver a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["crack"] = {
["types"] = {2},
["none"] = "Te crujes los nudillos.",
["target"] = "Te crujes los nudillos mientras miras a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["cringe"] = {
["types"] = {11},
["none"] = "Te achantas del miedo.",
["target"] = "Te achantas del miedo ante <Target>.",
["react"] = 0,
["custom"] = {0},
},
["cry"] = {
["types"] = {5},
["none"] = "Lloras.",
["target"] = "Lloras en el hombro de <Target>.",
["react"] = 3,
["custom"] = {0},
},
["cuddle"] = {
["types"] = {8},
["none"] = "Necesitas que te mimen.",
["target"] = "Te acurrucas contra <Target>.",
["react"] = 0,
["custom"] = {0},
},
["curious"] = {
["types"] = {12},
["none"] = "Manifiestas tu curiosidad a todos.",
["target"] = "Sientes curiosidad por lo que esta haciendo <Target>.",
["react"] = 1,
["custom"] = {0},
},
["curtsey"] = {
["types"] = {9},
["none"] = "Haces una reverencia.",
["target"] = "Haces una reverencia a <Target>.",
["react"] = 1,
["custom"] = {0},
},
["dance"] = {
["types"] = {3,8},
["none"] = "Te pones a bailar.",
["target"] = "Bailas con <Target>.",
["react"] = 1,
["custom"] = {0},
},
["doom"] = {
["types"] = {2},
["none"] = "Amenazas a todos con la ira de los dioses.",
["target"] = "Amenazas a <Target> con la ira de los dioses.",
["react"] = 0,
["custom"] = {0},
},
["drink"] = {
["types"] = {1},
["none"] = "Brindas antes de beber. Salud!",
["target"] = "Brindas por <Target>. Salud!",
["react"] = 1,
["custom"] = {0},
},
["drool"] = {
["types"] = {13},
["none"] = "Una gota de baba cae de tus labios.",
["target"] = "Miras a <Target> y babeas.",
["react"] = 0,
["custom"] = {0},
},
["duck"] = {
["types"] = {12},
["none"] = "Te agachas para cubrirte.",
["target"] = "Te agachas detras de <Target>.",
["react"] = 0,
["custom"] = {0},
},
["eat"] = {
["types"] = {13},
["none"] = "Empiezas a comer.",
["target"] = "Te pones a comer frente a <Target>.",
["react"] = 1,
["custom"] = {0},
},
["excited"] = {
["types"] = {1},
["none"] = "Hablas como un loro con todos.",
["target"] = "Hablas como un loro con <Target>.",
["react"] = 1,
["custom"] = {0},
},
["eye"] = {
["types"] = {13},
["none"] = "Pones los ojos bizcos.",
["target"] = "Observas a <Target> de arriba a abajo.",
["react"] = 0,
["custom"] = {0},
},
["facepalm"] = {
["types"] = {7,12},
["none"] = "Te tapas la cara con las manos.",
["target"] = "Miras a <Target> y te tapas la cara con las manos.",
["react"] = 0,
["custom"] = {0},
},
["fart"] = {
["types"] = {7,11},
["none"] = "Sueltas un pedo enorme... Puaj... Que peste!",
["target"] = "Te acercas a <Target> y sueltas un pedo enorme.",
["react"] = 0,
["custom"] = {0},
},
["fidget"] = {
["types"] = {5},
["none"] = "Te inquietas.",
["target"] = "Te impacientas esperando a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["flee"] = {
["types"] = {10},
["none"] = "Gritas a todos que huyan",
["target"] = "Gritas a <Target > que huya!",
["react"] = 3,
["custom"] = {0},
},
["flex"] = {
["types"] = {8},
["none"] = "Sacas musculos. Que cachas!",
["target"] = "Sacas musculos para <Target>. Que cachas estas!",
["react"] = 1,
["custom"] = {0},
},
["flirt"] = {
["types"] = {8},
["none"] = "Flirteas.",
["target"] = "Flirteas con <Target>.",
["react"] = 3,
["custom"] = {0},
},
["flop"] = {
["types"] = {11},
["none"] = "Estas merodeando.",
["target"] = "Merodeas alrededor de <Target>.",
["react"] = 0,
["custom"] = {0},
},
["followme"] = {
["types"] = {10},
["none"] = "Indicas a todos que no se separen.",
["target"] = "Indicas a <Target> que no se separe.",
["react"] = 3,
["custom"] = {0},
},
["frown"] = {
["types"] = {5},
["none"] = "Frunces el ceno.",
["target"] = "Frunces en ceno ante <Target> con profunda decepcion.",
["react"] = 0,
["custom"] = {0},
},
["gasp"] = {
["types"] = {12},
["none"] = "Te asombras.",
["target"] = "Te asombras de <Target>.",
["react"] = 1,
["custom"] = {0},
},
["gaze"] = {
["types"] = {13},
["none"] = "Tu mirada se pierde en el infinito.",
["target"] = "Observas a <Target> con nostalgia.",
["react"] = 0,
["custom"] = {0},
},
["giggle"] = {
["types"] = {3},
["none"] = "Sueltas una risilla.",
["target"] = "Sueltas una risilla a <Target>.",
["react"] = 3,
["custom"] = {0},
},
["glare"] = {
["types"] = {2},
["none"] = "Miras con furia.",
["target"] = "Miras con furia a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["gloat"] = {
["types"] = {7},
["none"] = "Te regodeas en la mala suerte de todos.",
["target"] = "Te regodeas en la mala suerte de <Target>.",
["react"] = 3,
["custom"] = {0},
},
["golfclap"] = {
["types"] = {7},
["none"] = "Aplaudes ironicamente y sin entusiasmo.",
["target"] = "Aplaudes a <Target> ironicamente y sin entusiasmo.",
["react"] = 3,
["custom"] = {0},
},
["goodbye"] = {
["types"] = {9},
["none"] = "Te despides de todos con la mano. Hasta luego!",
["target"] = "Te despiedes con la mano de <Target>. Hasta luego!",
["react"] = 3,
["custom"] = {0},
},
["greet"] = {
["types"] = {9},
["none"] = "Saludas calurosamente a todos.",
["target"] = "Saludas calurosamente a <Target>.",
["react"] = 1,
["custom"] = {0},
},
["grin"] = {
["types"] = {3},
["none"] = "Sonries con malicia.",
["target"] = "Sonries con malicia a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["groan"] = {
["types"] = {13},
["none"] = "Te pones a protestar.",
["target"] = "Observas a <Target> y protestas.",
["react"] = 0,
["custom"] = {0},
},
["grovel"] = {
["types"] = {11},
["none"] = "Te arrastras por el suelo cual gusano sumiso.",
["target"] = "Te postras ante <Target> cual vasallo sumiso.",
["react"] = 1,
["custom"] = {0},
},
["growl"] = {
["types"] = {2},
["none"] = "Sueltas un bramido amenazador.",
["target"] = "Le sueltas un bramido amenazador a <Target>.",
["react"] = 1,
["custom"] = {0},
},
["guffaw"] = {
["types"] = {3},
["none"] = "Sueltas una escandalosa carcajada",
["target"] = "Echas un ojo a <Target> y sueltas una carcajada",
["react"] = 3,
["custom"] = {0},
},
["hail"] = {
["types"] = {9},
["none"] = "Saludas a todos los presentes.",
["target"] = "Saludas a <Target>.",
["react"] = 1,
["custom"] = {0},
},
["happy"] = {
["types"] = {3},
["none"] = "Estas que saltas de alegria",
["target"] = "Estas muy feliz con <Target>!",
["react"] = 0,
["custom"] = {0},
},
["healme"] = {
["types"] = {10},
["none"] = "Pides una sanacion a gritos!",
["target"] = "Pides una sanacion a gritos!",
["react"] = 3,
["custom"] = {0},
},
["hello"] = {
["types"] = {9},
["none"] = "Dices hola cordialmente a todos",
["target"] = "Dices hola cordialmente a <Target>",
["react"] = 3,
["custom"] = {0},
},
["helpme"] = {
["types"] = {10},
["none"] = "Pides ayuda a gritos!",
["target"] = "Pides ayuda a gritos!",
["react"] = 3,
["custom"] = {0},
},
["highfive"] = {
["types"] = {3,9,12},
["none"] = "Levantas la mano para chocar esos cinco.",
["target"] = "Chocas esos cinco con <Target>!",
["react"] = 0,
["custom"] = {0},
},
["hug"] = {
["types"] = {8},
["none"] = "Necesitas un abrazo!",
["target"] = "Abrazas a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["hungry"] = {
["types"] = {4},
["none"] = "Tienes hambre!",
["target"] = "Tienes hambre. Quizas <Target> tenga algo de comer...",
["react"] = 0,
["custom"] = {0},
},
["incoming"] = {
["types"] = {10},
["none"] = "Adviertes a todo el mundo de que se aproxima el enemigo!",
["target"] = "Apuntas con el dedo a <Target> como enemigo proximo!",
["react"] = 3,
["custom"] = {0},
},
["insult"] = {
["types"] = {7},
["none"] = "Piensas que todos a tu alrededor son unos hijos de ogra.",
["target"] = "Crees que <Target> es un hijo de ogra.",
["react"] = 1,
["custom"] = {0},
},
["introduce"] = {
["types"] = {9},
["none"] = "Te presentas a todos.",
["target"] = "Te presentas a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["jk"] = {
["types"] = {13},
["none"] = "Solo bromeabas!",
["target"] = "Le dices a <Target> que solo bromeabas.",
["react"] = 0,
["custom"] = {0},
},
["kiss"] = {
["types"] = {8},
["none"] = "Tiras un beso al aire.",
["target"] = "Le tiras un beso a <Target>.",
["react"] = 3,
["custom"] = {0},
},
["kneel"] = {
["types"] = {4},
["none"] = "Te arrodillas.",
["target"] = "Te arrodillas ante <Target>.",
["react"] = 1,
["custom"] = {0},
},
["laugh"] = {
["types"] = {3},
["none"] = "Sonries.",
["target"] = "Te ries de <Target>.",
["react"] = 3,
["custom"] = {0},
},
["lavish"] = {
["types"] = {1},
["none"] = "Alabada sea la Luz!.",
["target"] = "Sientes admiracion por <Target>.",
["react"] = 0,
["custom"] = {0},
},
["lay"] = {
["types"] = {4},
["none"] = "Te tumbas.",
["target"] = "Te tumbas ante <Target>.",
["react"] = 1,
["custom"] = {0},
},
["lick"] = {
["types"] = {8},
["none"] = "Te lames los labios.",
["target"] = "Lames a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["listen"] = {
["types"] = {1},
["none"] = "Estas escuchando!",
["target"] = "Escuchas atentamente a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["lost"] = {
["types"] = {5},
["none"] = "No tienes ni idea de donde estas.",
["target"] = "Le dices a <Target> que no tienes ni idea de donde estas.",
["react"] = 1,
["custom"] = {0},
},
["love"] = {
["types"] = {8},
["none"] = "Sientes el amor en el aire.",
["target"] = "Amas a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["massage"] = {
["types"] = {8},
["none"] = "Necesitas que te den un masaje",
["target"] = "Le das un masaje en los hombros a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["moan"] = {
["types"] = {8},
["none"] = "Gimes de forma provocativa.",
["target"] = "Gives de forma provocativa a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["mock"] = {
["types"] = {5},
["none"] = "Te burlas de la vida y todo lo que conlleva.",
["target"] = "Te burlas de la insensatez de <Target>.",
["react"] = 0,
["custom"] = {0},
},
["moo"] = {
["types"] = {9},
["none"] = "Muu.",
["target"] = "Imitas a una vaca ante <Target>. Muu.",
["react"] = 2,
["custom"] = {0},
},
["moon"] = {
["types"] = {7},
["none"] = "Te bajas los pantalones y le haces un calvo a todos.",
["target"] = "Te bajas los pantalones y le haces un calvo a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["mourn"] = {
["types"] = {13},
["none"] = "En una calma contemplativa, lamentas la muerte de los que ya no estan.",
["target"] = "En una calma contemplativa, lamentas la muerte de <Target>.",
["react"] = 3,
["custom"] = {0},
},
["no"] = {
["types"] = {4},
["none"] = "Dices claramente que NO.",
["target"] = "Dices a <Target> que NO. Ni por todo el oro del mundo.",
["react"] = 3,
["custom"] = {0},
},
["nod"] = {
["types"] = {4},
["none"] = "Asientes.",
["target"] = "Asientes ante <Target>.",
["react"] = 3,
["custom"] = {0},
},
["nosepick"] = {
["types"] = {13},
["none"] = "Te entretienes hurgando en tu nariz, en busca del moco perdido .",
["target"] = "Te sacas un moco y se lo muestras a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["oom"] = {
["types"] = {10},
["none"] = "Avisas de que tienes poco mana",
["target"] = "Avisas de que tienes poco mana",
["react"] = 3,
["custom"] = {0},
},
["openfire"] = {
["types"] = {10},
["none"] = "Ordenas abrir fuego.",
["target"] = "Ordenas abrir fuego.",
["react"] = 3,
["custom"] = {0},
},
["panic"] = {
["types"] = {11},
["none"] = "Te entra el panico y corres freneticamente.",
["target"] = "Echas un ojo a <Target> y sientes miedo.",
["react"] = 0,
["custom"] = {0},
},
["pat"] = {
["types"] = {8},
["none"] = "Necesitas animos.",
["target"] = "Das unas palmaditas suaves en la espalda a <Target>. Necesitas animos.",
["react"] = 0,
["custom"] = {0},
},
["peer"] = {
["types"] = {4},
["none"] = "Observas a tu alrededor, como si buscases algo.",
["target"] = "Observas a <Target>, como si buscases algo.",
["react"] = 0,
["custom"] = {0},
},
["pity"] = {
["types"] = {7},
["none"] = "Sientes lastima por todos a tu alrededor.",
["target"] = "Miras a <Target> con lastima.",
["react"] = 0,
["custom"] = {0},
},
["plead"] = {
["types"] = {11},
["none"] = "Te arrodillas y suplicas con desesperacion.",
["target"] = "Suplicas a <Target>.",
["react"] = 1,
["custom"] = {0},
},
["point"] = {
["types"] = {10},
["none"] = "Senalas con el dedo... por alli!.",
["target"] = "Senalas a <Target>.",
["react"] = 1,
["custom"] = {0},
},
["poke"] = {
["types"] = {4},
["none"] = "Te golpeas la barriga y te ries.",
["target"] = "Chinchas a <Target>. Eh!",
["react"] = 0,
["custom"] = {0},
},
["ponder"] = {
["types"] = {12},
["none"] = "Reflexionas sobre la situacion.",
["target"] = "Reflexionas sobre el comportamiento de <Target>.",
["react"] = 1,
["custom"] = {0},
},
["pounce"] = {
["types"] = {8},
["none"] = "Te abalanzas subitamente desde las sombras.",
["target"] = "Te abalanzas sobre <Target>.",
["react"] = 0,
["custom"] = {0},
},
["pray"] = {
["types"] = {4},
["none"] = "Rezas a los dioses.",
["target"] = "Rezas una oracion por <Target>.",
["react"] = 1,
["custom"] = {0},
},
["purr"] = {
["types"] = {8},
["none"] = "Ronroneas como un gatito.",
["target"] = "Ronroneas a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["puzzled"] = {
["types"] = {12},
["none"] = "Sientes desconcierto. Que pasa?",
["target"] = "Sientes desconcierto ante <Target>.",
["react"] = 1,
["custom"] = {0},
},
["question"] = {
["types"] = {13},
["none"] = "Te preguntas sobre el sentido de la vida.",
["target"] = "Interrogas a <Target>.",
["react"] = 1,
["custom"] = {0},
},
["raise"] = {
["types"] = {13},
["none"] = "Levantas la mano.",
["target"] = "Miras a <Target> y levantas la mano.",
["react"] = 0,
["custom"] = {0},
},
["rasp"] = {
["types"] = {7},
["none"] = "Haces un gesto obsceno.",
["target"] = "Haces un gesto obsceno a <Target>.",
["react"] = 3,
["custom"] = {0},
},
["ready"] = {
["types"] = {10},
["none"] = "Haces saber a todo el mundo que esta todo listo",
["target"] = "Haces saber a <Target> que esta todo listo",
["react"] = 0,
["custom"] = {0},
},
["rear"] = {
["types"] = {7},
["none"] = "Sacudes el trasero.",
["target"] = "Sacudes el trasero frente a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["roar"] = {
["types"] = {2},
["none"] = "Ruges con energia. Toda una fiera!",
["target"] = "Ruges con energia ante <Target>. Toda una fiera!",
["react"] = 1,
["custom"] = {0},
},
["rofl"] = {
["types"] = {3},
["none"] = "Te partes el culo de risa.",
["target"] = "Te partes el culo de risa de <Target>.",
["react"] = 3,
["custom"] = {0},
},
["rude"] = {
["types"] = {7},
["none"] = "Haces un gesto obsceno.",
["target"] = "Haces un gesto obsceno a <Target>.",
["react"] = 1,
["custom"] = {0},
},
["salute"] = {
["types"] = {1},
["none"] = "Te pones en posicion firme y saludas.",
["target"] = "Saludas a <Target> con respeto.",
["react"] = 1,
["custom"] = {0},
},
["scared"] = {
["types"] = {11},
["none"] = "Tienes miedo",
["target"] = "Tienes miedo de <Target>.",
["react"] = 0,
["custom"] = {0},
},
["scratch"] = {
["types"] = {13},
["none"] = "Te rascas la espalda. Que placer!",
["target"] = "Aranas <Target>. Te crees un gato?",
["react"] = 0,
["custom"] = {0},
},
["sexy"] = {
["types"] = {8},
["none"] = "Estas demasiado sexy con esa tunica... Te duele la cara de ser tan sexy.",
["target"] = "Crees que <Target> ese sexy.",
["react"] = 0,
["custom"] = {0},
},
["shimmy"] = {
["types"] = {13},
["none"] = "Vibras ante las masas.",
["target"] = "Vibras ante <Target>.",
["react"] = 0,
["custom"] = {0},
},
["shiver"] = {
["types"] = {13},
["none"] = "Sientes escalofrios. Espeluznante!",
["target"] = "Sientes escalofrios al lado de <Target>. Espeluznante!",
["react"] = 0,
["custom"] = {0},
},
["shoo"] = {
["types"] = {7},
["none"] = "Ahuyentas a los bichos molestos.",
["target"] = "Espantas a <Target>. Fuera bicho!",
["react"] = 0,
["custom"] = {0},
},
["shrug"] = {
["types"] = {12},
["none"] = "Te encoges de hombros. Quien sabe?",
["target"] = "Te encoges de hombros ante <Target>. Quien sabe.",
["react"] = 1,
["custom"] = {0},
},
["shy"] = {
["types"] = {8},
["none"] = "Sonries con timidez.",
["target"] = "Sonries con timidez a <Target>.",
["react"] = 1,
["custom"] = {0},
},
["sigh"] = {
["types"] = {5},
["none"] = "Suspiras lenta y apaciblemente.",
["target"] = "Suspiras ante <Target>.",
["react"] = 2,
["custom"] = {0},
},
["silly"] = {
["types"] = {3},
["none"] = "Cuentas un chiste.",
["target"] = "Cuentas un chiste a <Target>.",
["react"] = 3,
["custom"] = {0},
},
["slap"] = {
["types"] = {7},
["none"] = "Te cruzas la cara. Ay!",
["target"] = "Le cruzas la cara a <Target>. Ay!",
["react"] = 0,
["custom"] = {0},
},
["sleep"] = {
["types"] = {13},
["none"] = "Caes en un sueno profundo. Zzz.",
["target"] = "Caes en un sueno profundo. Zzz.",
["react"] = 1,
["custom"] = {0},
},
["smell"] = {
["types"] = {7},
["none"] = "Hueles el aire a tu alrededor. Uh! Alguien apesta!",
["target"] = "Hueles a <Target>. Uh! Alguien apesta!",
["react"] = 0,
["custom"] = {0},
},
["smile"] = {
["types"] = {3},
["none"] = "Sonries.",
["target"] = "Sonries a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["smirk"] = {
["types"] = {3},
["none"] = "Una sonrisa picara se dibuja en tu rostro.",
["target"] = "Sonries a <Target> con picardia.",
["react"] = 0,
["custom"] = {0},
},
["snarl"] = {
["types"] = {2},
["none"] = "Muestras los dientes y grunes.",
["target"] = "Muestras los dientes y grunes a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["snicker"] = {
["types"] = {3},
["none"] = "Sueltas una risita.",
["target"] = "Te mofas de <Target>.",
["react"] = 0,
["custom"] = {0},
},
["sniff"] = {
["types"] = {12},
["none"] = "Olfateas el aire a tu alrededor.",
["target"] = "Olfateas a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["snub"] = {
["types"] = {2},
["none"] = "Tratas con desden a los humildes peones a tu alrededor.",
["target"] = "Tratas con desden <Target>.",
["react"] = 0,
["custom"] = {0},
},
["soothe"] = {
["types"] = {8},
["none"] = "Necesitas que te tranquilicen.",
["target"] = "Intentas tranquilizar a <Target>. Vamos, vamos, todo saldra bien.",
["react"] = 0,
["custom"] = {0},
},
["spit"] = {
["types"] = {7},
["none"] = "Sueltas un gapo.",
["target"] = "Escupes a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["stare"] = {
["types"] = {2},
["none"] = "Observas el horizonte.",
["target"] = "Le clavas la mirada a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["surprised"] = {
["types"] = {12},
["none"] = "Que sorpresa!",
["target"] = "Te sorprendes por la forma de actuar de <Target>.",
["react"] = 0,
["custom"] = {0},
},
["surrender"] = {
["types"] = {5},
["none"] = "Te rindes ante tus oponentes.",
["target"] = "Te rindes ante <Target>. Asi es la agonia de la derrota...",
["react"] = 1,
["custom"] = {0},
},
["talk"] = {
["types"] = {1,9,12,13},
["none"] = "Hablas para ti, ya que nadie parece interesado en tu conversacion.",
["target"] = "Quieres solucionar tus problemas con <Target>.",
["react"] = 1,
["custom"] = {0},
},
["tap"] = {
["types"] = {12},
["none"] = "Esperas con impaciencia. Date prisa!",
["target"] = "Esperas con impaciencia a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["taunt"] = {
["types"] = {7},
["none"] = "Haces un gesto provocador a todos. Tomad!",
["target"] = "Le haces un gesto provocador a <Target>. Toma!",
["react"] = 0,
["custom"] = {0},
},
["tease"] = {
["types"] = {8},
["none"] = "Te las das de guay.",
["target"] = "Chinchas a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["thank"] = {
["types"] = {1},
["none"] = "Das las gracias a todos a tu alrededor.",
["target"] = "Das las gracias a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["thirsty"] = {
["types"] = {13},
["none"] = "Te mueres de sed. Alguien tiene algo de beber?",
["target"] = "Haces saber a <Target> que tienes sed. Tiene algo de beber?",
["react"] = 0,
["custom"] = {0},
},
["tickle"] = {
["types"] = {8},
["none"] = "Quieres que te hagan cosquillas. Ji, ji",
["target"] = "Haces cosquillas a <Target>. Ji, ji, ji",
["react"] = 0,
["custom"] = {0},
},
["tired"] = {
["types"] = {13},
["none"] = "Haces saber a todos que sientes cansancio.",
["target"] = "Haces saber a <Target> que sientes cansancio.",
["react"] = 0,
["custom"] = {0},
},
["train"] = {
["types"] = {12,13},
["none"] = "(Sonido de locomotora)",
["target"] = "(Sonido de locomotora)",
["react"] = 3,
["custom"] = {0},
},
["veto"] = {
["types"] = {13},
["none"] = "Vetas la mocion.",
["target"] = "Vetas la mocion <Target>.",
["react"] = 0,
["custom"] = {0},
},
["victory"] = {
["types"] = {12},
["none"] = "Festejas la victoria.",
["target"] = "Festejas la victoria con <Target>.",
["react"] = 1,
["custom"] = {0},
},
["violin"] = {
["types"] = {7},
["none"] = "Te pones a tocar el violin mas pequeno del mundo.",
["target"] = "Tocas el violin mas pequeno del mundo para <Target>.",
["react"] = 3,
["custom"] = {0},
},
["wait"] = {
["types"] = {10},
["none"] = "Pides a todos que esperen.",
["target"] = "Pides a <Target> que espere.",
["react"] = 3,
["custom"] = {0},
},
["wave"] = {
["types"] = {9},
["none"] = "Saludas con la mano.",
["target"] = "Saludas con la mano a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["welcome"] = {
["types"] = {9},
["none"] = "Das la bienvenida.",
["target"] = "Das la bienvenida a <Target>.",
["react"] = 3,
["custom"] = {0},
},
["whine"] = {
["types"] = {11},
["none"] = "Lloras pateticamente.",
["target"] = "Lloras pateticamente ante <Target>.",
["react"] = 0,
["custom"] = {0},
},
["whistle"] = {
["types"] = {13},
["none"] = "Pegas un fuerte silbido.",
["target"] = "Silbas a <Target>.",
["react"] = 2,
["custom"] = {0},
},
["wink"] = {
["types"] = {8},
["none"] = "Guinas un ojo con picardia.",
["target"] = "Guinas un ojo a <Target>.",
["react"] = 0,
["custom"] = {0},
},
["work"] = {
["types"] = {13},
["none"] = "Te pones manos a la obra.",
["target"] = "Trabajas con <Target>.",
["react"] = 0,
["custom"] = {0},
},
["yawn"] = {
["types"] = {13},
["none"] = "Bostezas con pereza.",
["target"] = "Bostezas con pereza en la cara de <Target>.",
["react"] = 2,
["custom"] = {0},
},
["yw"] = {
["types"] = {1,12},
["none"] = "Te alegras por haber ayudado.",
["target"] = "Te alegras por haber ayudado a <Target>.",
["react"] = 3,
["custom"] = {0},
},
}
| User | When | Change |
|---|---|---|
| Cilraaz | Jul 28, 2012 at 03:48 UTC | Changed status from Replied to Waiting |
| Cilraaz | Apr 10, 2012 at 01:32 UTC | Changed status from Waiting to Replied |
| Cilraaz | Mar 22, 2012 at 00:07 UTC | Changed status from Started to Waiting |
| Cilraaz | Feb 22, 2012 at 05:09 UTC | Changed priority from Medium to Low |
| Cilraaz | Feb 22, 2012 at 05:08 UTC | Changed type from Defect to Enhancement |
| Cilraaz | Feb 22, 2012 at 05:06 UTC | Changed status from New to Started |
| kachicho | Feb 21, 2012 at 11:43 UTC | Create |
- 5 comments
- 5 comments
- Reply
- #5
Cilraaz Apr 10, 2012 at 01:32 UTC - 0 likesIf anyone wishes to complete these translations, I'm still open to including them in the addon. Please note that German mutated vowels did not work properly unless escaped (see Ticket #8). I don't know if it would be the same with Spanish special characters or not. Please test this in your client before providing them as translations. Thank you!
- Reply
- #4
Cilraaz Mar 22, 2012 at 00:06 UTC - 0 likesThe random strings from the localization.lua file weren't included. They are translations for:
If you have translations for those, I'd like them so that the addon has a full Spanish translation. I'll hold off on adding Spanish until then.
- Reply
- #3
Cilraaz Mar 05, 2012 at 05:34 UTC - 0 likesIf you would like to include them, please do.
I'm hoping to have the update out soon. I've been swamped at home and work lately, so I haven't even been able to think about the addon.
- Reply
- #2
kachicho Feb 24, 2012 at 11:56 UTC - 0 likesI couldn't write Spanish special characters like á, é, í, ó, ú, ñ, ¿, ¡
If it's allowed now I can correct it, just tell me.
- Reply
- #1
Cilraaz Feb 22, 2012 at 05:07 UTC - 0 likesI will include this in my next release. Thanks!