if GetLocale() ~= 'esES' then return end local L = select(2, ...).L('esES') -- Config -- L['Automatically accept quests'] = '' -- MISSING! -- L['Automatically complete quests'] = '' -- MISSING! L['Automatically share quests when picked up'] = 'Compartir automáticamente las misiones cuando se aceptan' L['Automatically select single gossip options'] = 'Seleccionar automáticamente una opción de diálogos' L['When to select gossip while in a raid'] = 'Cuando seleccionar diálogos mientras se está en banda' L['Automatically pay Darkmoon Faire teleporting fees'] = 'Pagar automáticamente las tarifas de teletransporte de la Feria de la Luna Negra' L['Reverse the behaviour of the modifier key'] = 'Revertir el funcionamiento de la tecla modificada' -- L['Hold this key to to temporarily pause automation'] = '' -- MISSING! -- L['Automatically select the most valuable reward'] = '' -- MISSING! -- L['Automatically deliver repeatable delivery quests'] = '' -- MISSING! -- L['Automatically select quest gossip options'] = '' -- MISSING! -- L['Item Blocklist'] = '' -- MISSING! -- L['NPC Blocklist'] = '' -- MISSING! -- L['Title Blocklist'] = '' -- MISSING -- L['Block Item'] = '' -- MISSING! -- L['Block NPC'] = '' -- MISSING! -- L['Block Title']) = '' --MISSING! -- L['Quests containing items in this list will not be automated.'] = '' -- MISSING! -- L['Quests and dialogue from NPCs in this list will not be automated.'] = '' -- MISSING! -- L['Block a new item by ID'] = '' -- MISSING! -- L['Block a new NPC by ID'] = '' -- MISSING! -- L['Quests (by partial title or ID) in this list will not be automated.'] = '' -- MISSING! L['ALT key'] = ALT_KEY L['CTRL key'] = CTRL_KEY L['SHIFT key'] = SHIFT_KEY L['Never'] = NEVER L['Always'] = ALWAYS L['Soloing'] = 'Jugando solo' L['Accept'] = ACCEPT L['Cancel'] = CANCEL L['Target'] = TARGET L['Invalid Item'] = ERR_SOULBIND_INVALID_CONDUIT_ITEM