2025-09-19 21:00:09 +02:00

1292 lines
160 KiB
SQL
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

DROP TABLE IF EXISTS `ai_playerbot_texts`;
CREATE TABLE IF NOT EXISTS `ai_playerbot_texts` (
`id` smallint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL COMMENT 'name - used in strategies/code as filter',
`text` varchar(1024) NOT NULL COMMENT 'text',
`say_type` tinyint(3) NOT NULL DEFAULT '0' COMMENT '0 - say, 1 - yell',
`reply_type` tinyint(3) NOT NULL DEFAULT '0' COMMENT 'if > 0 then can be filtered as a response to chat',
`text_loc1` varchar(1024) NOT NULL DEFAULT '',
`text_loc2` varchar(1024) NOT NULL DEFAULT '',
`text_loc3` varchar(1024) NOT NULL DEFAULT '',
`text_loc4` varchar(1024) NOT NULL DEFAULT '',
`text_loc5` varchar(1024) NOT NULL DEFAULT '',
`text_loc6` varchar(1024) NOT NULL DEFAULT '',
`text_loc7` varchar(1024) NOT NULL DEFAULT '',
`text_loc8` varchar(1024) NOT NULL DEFAULT '',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 ROW_FORMAT=DYNAMIC;
INSERT INTO `ai_playerbot_texts` (`name`, `text`, `say_type`, `reply_type`, `text_loc1`, `text_loc2`, `text_loc3`, `text_loc4`, `text_loc5`, `text_loc6`, `text_loc7`, `text_loc8`) VALUES
-- strings
('string_unknown_area', 'the middle of nowhere', 0, 0, '', '', '', '荒无人烟之地', '', '', '', ''),
('string_unknown_area', 'an undisclosed location', 0, 0, '', '', '', '未知之地', '', '', '', ''),
('string_unknown_area', 'somewhere', 0, 0, '', '', '', '某个地方', '', '', '', ''),
('string_empty_link', 'something', 0, 0, '', '', '', '某件东西', '', '', '', ''),
-- looting item events
-- usable placeholders:
-- %item_link
-- %zone_name
-- %area_name
-- %my_race
-- %my_class
-- %my_level
('broadcast_looting_item_normal', 'wonder what %item_link tastes like', 0, 0, '', '', '', '想知道%item_link是什么味道', '', '', '', ''),
('broadcast_looting_item_poor', 'nooo, I got %item_link', 0, 0, '', '', '', '不!我捡到了%item_link', '', '', '', ''),
('broadcast_looting_item_poor', 'aww not this trash again %item_link', 0, 0, '', '', '', '哎,又是这垃圾%item_link', '', '', '', ''),
('broadcast_looting_item_poor', 'seem to be looting trash %item_link', 0, 0, '', '', '', '看来我捡到的都是垃圾%item_link', '', '', '', ''),
('broadcast_looting_item_poor', 'well, it\'s better than nothing I guess %item_link', 0, 0, '', '', '', '%item_link', '', '', '', ''),
('broadcast_looting_item_poor', 'not sure what to do with %item_link', 0, 0, '', '', '', '%item_link干什么好', '', '', '', ''),
('broadcast_looting_item_normal', 'wonder what %item_link tastes like', 0, 0, '', '', '', '%item_link是什么味道', '', '', '', ''),
('broadcast_looting_item_normal', 'well, I can keep looting %item_link all day', 0, 0, '', '', '', '%item_link', '', '', '', ''),
('broadcast_looting_item_normal', 'another day, another %item_link', 0, 0, '', '', '', '%item_link', '', '', '', ''),
('broadcast_looting_item_normal', 'looted some %item_link', 0, 0, '', '', '', '%item_link', '', '', '', ''),
('broadcast_looting_item_normal', 'some %item_link is alright', 0, 0, '', '', '', '%item_link还不错', '', '', '', ''),
('broadcast_looting_item_uncommon', 'not bad, I just got %item_link', 0, 0, '', '', '', '%item_link', '', '', '', ''),
('broadcast_looting_item_uncommon', 'just looted %item_link in %zone_name', 0, 0, '', '', '', '%zone_name捡到%item_link', '', '', '', ''),
('broadcast_looting_item_uncommon', 'I could put that to good use %item_link', 0, 0, '', '', '', '%item_link我能用得上', '', '', '', ''),
('broadcast_looting_item_uncommon', 'money money money %item_link', 0, 0, '', '', '', '%item_link', '', '', '', ''),
('broadcast_looting_item_uncommon', 'got %item_link', 0, 0, '', '', '', '%item_link', '', '', '', ''),
('broadcast_looting_item_rare', '%item_link is hunter bis', 0, 0, '', '', '', '%item_link是猎人极品装备', '', '', '', ''),
('broadcast_looting_item_rare', '%item_link is %my_class bis', 0, 0, '', '', '', '%item_link是%my_class的极品装备', '', '', '', ''),
('broadcast_looting_item_rare', 'RNG is not bad today %item_link', 0, 0, '', '', '', '%item_link', '', '', '', ''),
('broadcast_looting_item_rare', 'sweet %item_link, freshly looted', 0, 0, '', '', '', '%item_link刚捡到手', '', '', '', ''),
('broadcast_looting_item_rare', 'wow, I just got %item_link', 0, 0, '', '', '', '%item_link', '', '', '', ''),
('broadcast_looting_item_rare', '%item_link is hunter bis', 0, 0, '', '', '', '%item_link是猎人极品装备', '', '', '', ''),
('broadcast_looting_item_rare', '%item_link is %my_class bis', 0, 0, '', '', '', '%item_link是%my_class的极品装备', '', '', '', ''),
('broadcast_looting_item_rare', 'RNG is not bad today %item_link', 0, 0, '', '', '', '%item_link', '', '', '', ''),
('broadcast_looting_item_rare', 'sweet %item_link, freshly looted', 0, 0, '', '', '', '%item_link刚捡到手', '', '', '', ''),
('broadcast_looting_item_epic', 'OMG, look at what I just got %item_link!!!', 0, 0, '', '', '', '%item_link', '', '', '', ''),
('broadcast_looting_item_legendary', 'No @#$@% way! This can not be, I got %item_link, this is insane', 0, 0, '', '', '', '%item_link', '', '', '', ''),
('broadcast_looting_item_artifact', 'No @#$@% way! This can not be, I got %item_link, this is insane', 0, 0, '', '', '', '%item_link', '', '', '', ''),
-- quest events
-- usable placeholders:
-- %quest_link
-- %zone_name
-- %area_name
-- %my_race
-- %my_class
-- %my_level
('broadcast_quest_accepted_generic', 'I have just taken the %quest_link', 0, 0, '', '', '', '%quest_link任务', '', '', '', ''),
('broadcast_quest_accepted_generic', 'just accepted %quest_link', 0, 0, '', '', '', '%quest_link任务', '', '', '', ''),
('broadcast_quest_accepted_generic', '%quest_link gonna try to complete this one', 0, 0, '', '', '', '%quest_link', '', '', '', ''),
('broadcast_quest_accepted_generic', 'took %quest_link in %zone_name', 0, 0, '', '', '', '%zone_name接了%quest_link任务', '', '', '', ''),
-- usable placeholders:
-- %quest_link
-- %zone_name
-- %area_name
-- %quest_obj_available
-- %quest_obj_required
-- %quest_obj_missing
-- %quest_obj_name
-- %quest_obj_full_formatted
-- %my_race
-- %my_class
-- %my_level
('broadcast_quest_update_add_kill_objective_completed', 'Finally done with the %quest_obj_name for %quest_link', 0, 0, '', '', '', '%quest_link的%quest_obj_name目标', '', '', '', ''),
('broadcast_quest_update_add_kill_objective_completed', 'finally got %quest_obj_available/%quest_obj_required of %quest_obj_name for the %quest_link', 0, 0, '', '', '', '%quest_obj_available/%quest_obj_required个%quest_obj_name%quest_link', '', '', '', ''),
('broadcast_quest_update_add_kill_objective_completed', '%quest_obj_full_formatted for the %quest_link, at last', 0, 0, '', '', '', '%quest_obj_full_formatted%quest_link', '', '', '', ''),
('broadcast_quest_update_add_kill_objective_progress', 'Oof, got %quest_obj_available/%quest_obj_required %quest_obj_name for %quest_link', 0, 0, '', '', '', '%quest_obj_available/%quest_obj_required个%quest_obj_name%quest_link任务', '', '', '', ''),
('broadcast_quest_update_add_kill_objective_progress', 'still need %quest_obj_missing more of %quest_obj_name for %quest_link', 0, 0, '', '', '', '%quest_obj_missing个%quest_obj_name来完成%quest_link', '', '', '', ''),
('broadcast_quest_update_add_kill_objective_progress', '%quest_obj_full_formatted, still working on %quest_link', 0, 0, '', '', '', '%quest_obj_full_formatted%quest_link任务', '', '', '', ''),
-- usable placeholders:
-- %quest_link
-- %zone_name
-- %area_name
-- %quest_obj_available
-- %quest_obj_required
-- %quest_obj_missing
-- %item_link
-- %quest_obj_full_formatted
-- %my_race
-- %my_class
-- %my_level
('broadcast_quest_update_add_item_objective_completed', 'Finally done with the %item_link for %quest_link', 0, 0, '', '', '', '%quest_link的%item_link目标', '', '', '', ''),
('broadcast_quest_update_add_item_objective_completed', 'finally got %quest_obj_available/%quest_obj_required of %item_link for the %quest_link', 0, 0, '', '', '', '%quest_obj_available/%quest_obj_required个%item_link%quest_link', '', '', '', ''),
('broadcast_quest_update_add_item_objective_completed', '%quest_obj_full_formatted for the %quest_link, at last', 0, 0, '', '', '', '%quest_obj_full_formatted%quest_link', '', '', '', ''),
('broadcast_quest_update_add_item_objective_progress', 'Oof, got %quest_obj_available/%quest_obj_required %item_link for %quest_link', 0, 0, '', '', '', '%quest_obj_available/%quest_obj_required个%item_link%quest_link任务', '', '', '', ''),
('broadcast_quest_update_add_item_objective_progress', 'still need %quest_obj_missing more of %item_link for %quest_link', 0, 0, '', '', '', '%quest_obj_missing个%item_link来完成%quest_link', '', '', '', ''),
('broadcast_quest_update_add_item_objective_progress', '%quest_obj_full_formatted, still working on %quest_link', 0, 0, '', '', '', '%quest_obj_full_formatted%quest_link任务', '', '', '', ''),
-- usable placeholders:
-- %quest_link
-- %zone_name
-- %area_name
-- %my_race
-- %my_class
-- %my_level
('broadcast_quest_update_failed_timer', 'Failed to finish %quest_link in time...', 0, 0, '', '', '', '%quest_link', '', '', '', ''),
('broadcast_quest_update_failed_timer', 'Ran out of time for %quest_link :(', 0, 0, '', '', '', '%quest_link失败了 :(', '', '', '', ''),
-- usable placeholders:
-- %quest_link
-- %zone_name
-- %area_name
-- %my_race
-- %my_class
-- %my_level
('broadcast_quest_update_complete', 'I have completed all objectives for %quest_link', 0, 0, '', '', '', '%quest_link的所有目标', '', '', '', ''),
('broadcast_quest_update_complete', 'Completed all objectives for %quest_link', 0, 0, '', '', '', '%quest_link的所有目标', '', '', '', ''),
('broadcast_quest_update_complete', 'Gonna turn in the %quest_link soon, just finished all objectives', 0, 0, '', '', '', '%quest_link了', '', '', '', ''),
-- usable placeholders:
-- %quest_link
-- %zone_name
-- %area_name
-- %my_race
-- %my_class
-- %my_level
('broadcast_quest_turned_in', 'Yess, I have finally turned in the %quest_link', 0, 0, '', '', '', '%quest_link任务', '', '', '', ''),
('broadcast_quest_turned_in', 'turned in the %quest_link', 0, 0, '', '', '', '%quest_link任务', '', '', '', ''),
('broadcast_quest_turned_in', 'managed to finish %quest_link, just turned in', 0, 0, '', '', '', '%quest_link', '', '', '', ''),
('broadcast_quest_turned_in', 'just turned in %quest_link', 0, 0, '', '', '', '%quest_link任务', '', '', '', ''),
('broadcast_quest_turned_in', 'just turned in %quest_link in %zone_name', 0, 0, '', '', '', '%zone_name交了%quest_link任务', '', '', '', ''),
-- kill mob events
-- usable placeholders:
-- %victim_name
-- %zone_name
-- %area_name
-- %victim_level
-- %my_race
-- %my_class
-- %my_level
('broadcast_killed_normal', 'another %victim_name down', 0, 0, '', '', '', '%victim_name', '', '', '', ''),
('broadcast_killed_normal', 'I keep killing %victim_name, nothing to talk about', 0, 0, '', '', '', '%victim_name', '', '', '', ''),
('broadcast_killed_normal', 'another %victim_name bites the dust', 0, 0, '', '', '', '%victim_name倒下了', '', '', '', ''),
('broadcast_killed_normal', 'one less %victim_name in %zone_name', 0, 0, '', '', '', '%zone_name少了一个%victim_name', '', '', '', ''),
('broadcast_killed_elite', 'Took down this elite bastard %victim_name!', 0, 0, '', '', '', '%victim_name', '', '', '', ''),
('broadcast_killed_player', 'killed elite %victim_name in %zone_name', 0, 0, '', '', '', '%zone_name干掉了精英%victim_name', '', '', '', ''),
('broadcast_killed_rareelite', 'Fooof, managed to take down %victim_name!', 0, 0, '', '', '', '%victim_name', '', '', '', ''),
('broadcast_killed_worldboss', 'That was sick! Just killed %victim_name! Can tell tales now', 0, 0, '', '', '', '%victim_name', '', '', '', ''),
('broadcast_killed_rare', 'Yoo, I just killed %victim_name!', 0, 0, '', '', '', '%victim_name', '', '', '', ''),
('broadcast_killed_player', 'killed rare %victim_name in %zone_name', 0, 0, '', '', '', '%zone_name干掉了稀有%victim_name', '', '', '', ''),
('broadcast_killed_unknown', 'WTF did I just kill? %victim_name', 0, 0, '', '', '', '西%victim_name', '', '', '', ''),
('broadcast_killed_pet', 'Just killed that pet %victim_name', 0, 0, '', '', '', '%victim_name', '', '', '', ''),
-- for broadcast_killed_player additionally can use %victim_class
('broadcast_killed_player', 'Oh yeah, I just killed %victim_name', 0, 0, '', '', '', '%victim_name', '', '', '', ''),
('broadcast_killed_player', 'killed %victim_name in %zone_name', 0, 0, '', '', '', '%zone_name杀了%victim_name', '', '', '', ''),
-- levelup events
-- usable placeholders:
-- %zone_name
-- %area_name
-- %my_class
-- %my_race
-- %my_level
('broadcast_levelup_generic', 'Ding!', 0, 0, '', '', '', '', '', '', '', ''),
('broadcast_levelup_generic', 'Yess, I am level %my_level!', 0, 0, '', '', '', '%my_level级了', '', '', '', ''),
('broadcast_levelup_generic', 'I just leveled up', 0, 0, '', '', '', '', '', '', '', ''),
('broadcast_levelup_10x', 'I am level %my_level!!!', 0, 0, '', '', '', '%my_level级了', '', '', '', ''),
('broadcast_levelup_10x', 'getting stronger, already level %my_level!!!', 0, 0, '', '', '', '%my_level级了', '', '', '', ''),
('broadcast_levelup_10x', 'Just reached level %my_level!!!', 0, 0, '', '', '', '%my_level级', '', '', '', ''),
('broadcast_levelup_max_level', 'OMG, finally level %my_level!!!', 0, 0, '', '', '', '%my_level级了', '', '', '', ''),
('broadcast_levelup_max_level', '%my_level!!! can do endgame content now', 0, 0, '', '', '', '%my_level级了', '', '', '', ''),
('broadcast_levelup_max_level', 'fresh new level %my_level %my_class!!!', 0, 0, '', '', '', '%my_level级%my_class', '', '', '', ''),
('broadcast_levelup_max_level', 'one more level %my_level %my_race %my_class!', 0, 0, '', '', '', '%my_level级%my_race%my_class', '', '', '', ''),
-- guild
-- usable placeholders:
-- %other_name
-- %other_class
-- %other_race
-- %other_level
('broadcast_guild_promotion', 'Good job %other_name. You deserved this.', 0, 0, '', '', '', '%other_name заслужил это', '', '', '', ''),
('broadcast_guild_demotion', 'That was awful %other_name. I hate to do this but...', 0, 0, '', '', '', '%other_name', '', '', '', ''),
-- /////////////////////////////
-- suggestions
-- random instance
-- usable placeholders:
-- %my_role
-- %instance_name
-- %my_class
-- %my_race
-- %my_level
('suggest_instance', 'Anyone wants %instance_name?', 0, 0, '', 'Quelqu\'un fait %instance_name ?', '', '有人想去%instance_name吗', '', '¿Alguien quiere ir a %instance_name?', '', ''),
('suggest_instance', 'Any groups for %instance_name?', 0, 0, '', 'Des groupes pour %instance_name ?', '', '有组去%instance_name吗', '', '¿Algún grupo para %instance_name?', '', ''),
('suggest_instance', 'Need help for %instance_name?', 0, 0, '', 'Besoin d\'aide pour %instance_name ?', '', '%instance_name吗', '', '¿Alguien necesita ayuda con %instance_name?', '', ''),
('suggest_instance', 'LFD: %instance_name.', 0, 0, '', 'Cherche à faire : %instance_name', '', '%instance_name', '', 'Busco grupo para %instance_name.', '', ''),
('suggest_instance', 'Anyone needs %my_role for %instance_name?', 0, 0, '', 'Quelqu\'un a besoin de %my_role pour %instance_name ?', '', '有人需要%my_role去%instance_name吗', '', '¿Alguien necesita un %my_role para %instance_name?', '', ''),
('suggest_instance', 'Missing %my_role for %instance_name?', 0, 0, '', '%my_role manquant pour %instance_name ?', '', '缺个%my_role去%instance_name吗', '', '¿Buscando un %my_role para %instance_name?', '', ''),
('suggest_instance', 'Can be a %my_role for %instance_name.', 0, 0, '', 'Peut être un %my_role pour %instance_name', '', '我可以当%my_role去%instance_name。', '', 'Puedo ser un %my_role para %instance_name.', '', ''),
('suggest_instance', 'Need help with %instance_name?', 0, 0, '', 'Besoin d\'aide avec %instance_name ?', '', '%instance_name吗', '', '¿Alguien necesita ayuda con %instance_name?', '', ''),
('suggest_instance', 'Need %my_role help with %instance_name?', 0, 0, '', 'Besoin d\'aide %my_role avec %instance_name ?', '', '需要%my_role帮忙打%instance_name吗', '', '¿Necesitas ayuda de %my_role con %instance_name?', '', ''),
('suggest_instance', 'Anyone needs gear from %instance_name?', 0, 0, '', 'Quelqu\'un a besoin d\'équipement de %instance_name ?', '', '有人需要%instance_name的装备吗', '', '¿Alguien necesita equipo de %instance_name?', '', ''),
('suggest_instance', 'A little grind in %instance_name?', 0, 0, '', 'Un peu de grind dans %instance_name ?', '', '去%instance_name刷一刷', '', '¿Un poco de farmeo en %instance_name?', '', ''),
('suggest_instance', 'WTR %instance_name', 0, 0, '', 'Cherche à rejoindre %instance_name', '', '想加入%instance_name的队伍', '', 'WTR %instance_name', '', ''),
('suggest_instance', 'Need help for %instance_name.', 0, 0, '', 'Besoin d\'aide pour %instance_name', '', '%instance_name', '', 'Necesito ayuda para %instance_name.', '', ''),
('suggest_instance', 'Wanna run %instance_name.', 0, 0, '', 'Je veux faire %instance_name', '', '%instance_name', '', 'Quiero hacer %instance_name.', '', ''),
('suggest_instance', '%my_role looks for %instance_name.', 0, 0, '', '%my_role recherche %instance_name', '', '%my_role寻找%instance_name队伍', '', '%my_role busca %instance_name.', '', ''),
('suggest_instance', 'What about %instance_name?', 0, 0, '', 'Et %instance_name ?', '', '%instance_name怎么样', '', '¿Qué pasa con %instance_name?', '', ''),
('suggest_instance', 'Who wants to farm %instance_name?', 0, 0, '', 'Qui veut exploiter %instance_name ?', '', '%instance_name', '', '¿Quién quiere farmear %instance_name?', '', ''),
('suggest_instance', 'Go in %instance_name?', 0, 0, '', 'Aller à %instance_name ?', '', '%instance_name吗', '', '¿Vamos a %instance_name?', '', ''),
('suggest_instance', 'Looking for %instance_name.', 0, 0, '', 'À la recherche de %instance_name', '', '%instance_name', '', 'Buscando gente para %instance_name.', '', ''),
('suggest_instance', 'Need help with %instance_name quests?', 0, 0, '', 'Besoin d\'aide pour les quêtes %instance_name ?', '', '需要帮忙做%instance_name的任务吗', '', '¿Necesitas ayuda con las misiones en %instance_name?', '', ''),
('suggest_instance', 'Wanna quest in %instance_name.', 0, 0, '', 'Je veux une quête dans %instance_name', '', '想在%instance_name做任务。', '', 'Quiero hacer una vuelta rapida en %instance_name.', '', ''),
('suggest_instance', 'Anyone with quests in %instance_name?', 0, 0, '', 'Quelqu\'un a des quêtes dans %instance_name ?', '', '%instance_name有任务吗', '', '¿Alguien con misiones en %instance_name?', '', ''),
('suggest_instance', 'Could help with quests in %instance_name.', 0, 0, '', 'Peux aider pour les quêtes dans %instance_name', '', '%instance_name的任务', '', 'Podría ayudar con las misiones en %instance_name.', '', ''),
('suggest_instance', '%my_role: any place in group for %instance_name?', 0, 0, '', '%my_role : n\'importe quel rôle dans le groupe pour %instance_name ?', '', '%my_role%instance_name队伍有位置吗', '', '%my_role: ¿algún lugar en el grupo para %instance_name?', '', ''),
('suggest_instance', 'Does anybody still run %instance_name this days?', 0, 0, '', 'Est-ce que quelqu\'un fait encore %instance_name ces jours-ci ?', '', '%instance_name吗', '', '¿Alguien todavía hace %instance_name estos días?', '', ''),
('suggest_instance', '%instance_name: anyone wants to take a %my_role?', 0, 0, '', '%instance_name : quelqu\'un veut prendre un %my_role ?', '', '%instance_name有人需要一个%my_role吗', '', '¿Alguien quiere un %my_role para %instance_name?', '', ''),
('suggest_instance', 'Is there any point being %my_role in %instance_name?', 0, 0, '', 'Y a-t-il un intérêt à être %my_role dans %instance_name ?', '', '在%instance_name当%my_role有意义吗', '', '¿Tiene algún sentido ser %my_role en %instance_name?', '', ''),
('suggest_instance', 'It is really worth to go to %instance_name?', 0, 0, '', 'Cela vaut-il vraiment la peine d\'aller dans %instance_name ?', '', '%instance_name真的值得吗', '', '¿Realmente vale la pena ir a %instance_name?', '', ''),
('suggest_instance', 'Anybody needs more people for %instance_name?', 0, 0, '', 'Quelqu\'un a besoin de plus de personnes pour %instance_name ?', '', '有人需要更多人去%instance_name吗', '', '¿Alguien necesita más personas para %instance_name?', '', ''),
('suggest_instance', '%instance_name bosses drop good gear. Wanna run?', 0, 0, '', 'Les boss %instance_name drop du bon équipement. Tu veux courir ?', '', '%instance_name的Boss掉好装备想去刷吗', '', 'Los jefes en %instance_name sueltan buen equipo. ¿Quieres ir?', '', ''),
('suggest_instance', 'What about %instance_name?', 0, 0, '', 'Et %instance_name ?', '', '去%instance_name怎么样', '', '¿Qué pasa con %instance_name?', '', ''),
('suggest_instance', 'Anybody needs %my_role?', 0, 0, '', 'Quelqu\'un a besoin de %my_role ?', '', '%my_role吗', '', '¿Alguien necesita un %my_role?', '', ''),
('suggest_instance', 'Anyone needs %my_role?', 0, 0, '', 'Quelqu\'un a besoin de %my_role ?', '', '有人需要%my_role吗', '', '¿Alguien hacer un grupo con un %my_role?', '', ''),
('suggest_instance', 'Who wants %instance_name?', 0, 0, '', 'Qui veut %instance_name ?', '', '谁想去%instance_name', '', '¿Quién quiere %instance_name?', '', ''),
('suggest_instance', 'Can anybody summon me at %instance_name?', 0, 0, '', 'Quelqu\'un peut-il me TP à %instance_name ?', '', '%instance_name召唤我吗', '', '¿Alguien puede invocarme en %instance_name?', '', ''),
('suggest_instance', 'Meet me in %instance_name', 0, 0, '', 'Rencontrez-moi dans %instance_name', '', '%instance_name见我', '', 'Encuéntrame en %instance_name', '', ''),
('suggest_instance', 'Wanna quick %instance_name run', 0, 0, '', 'Je veux faire rapidement %instance_name', '', '%instance_name', '', 'Quiero ir a %instance_name rápido', '', ''),
('suggest_instance', 'Wanna full %instance_name run', 0, 0, '', 'Je veux faire %instance_name complètement', '', '%instance_name', '', 'Quiero hacer %instance_name completa', '', ''),
('suggest_instance', 'How many times were you in %instance_name?', 0, 0, '', 'Combien de fois avez-vous é dans %instance_name ?', '', '%instance_name', '', '¿Cuántas veces estuviste en %instance_name?', '', ''),
('suggest_instance', 'Another %instance_name run?', 0, 0, '', 'Une autre exécution de %instance_name ?', '', '%instance_name', '', '¿Otra vuelta en %instance_name ?', '', ''),
('suggest_instance', 'Wiped in %instance_name? Take me instead!', 0, 0, '', 'Effacé dans %instance_name ? Prends-moi plutôt !', '', '%instance_name团灭了', '', '¿Borrado en %instance_name? ¡Tómame a en su lugar!', '', ''),
('suggest_instance', 'Take me in %instance_name please.', 0, 0, '', 'Prenez-moi dans %instance_name s\'il vous plaît.', '', '请带我去%instance_name。', '', 'Tómame en %instance_name por favor.', '', ''),
('suggest_instance', 'Quick %instance_name run?', 0, 0, '', 'Faire rapidement %instance_name ?', '', '快速刷一次%instance_name', '', '¿Partida rápida de %instance_name?', '', ''),
('suggest_instance', 'Full %instance_name run?', 0, 0, '', 'Clean complet dans %instance_name ?', '', '完整刷一次%instance_name', '', '¿Partida completa de %instance_name?', '', ''),
('suggest_instance', 'Who can take %my_role to %instance_name?', 0, 0, '', 'Qui peut prendre %my_role à %instance_name ?', '', '谁能带%my_role去%instance_name', '', '¿Quién puede ir de %my_role para %instance_name?', '', ''),
('suggest_instance', 'LFG %instance_name, I am %my_role', 0, 0, '', '', '', '找队去%instance_name我是%my_role', '', '', '', ''),
('suggest_instance', '%my_role LFG %instance_name', 0, 0, '', '', '', '%my_role找队去%instance_name', '', '', '', ''),
-- random quest
-- usable placeholders:
-- %my_role
-- %quest_link
-- %quest_level
-- %my_class
-- %my_race
-- %my_level
('suggest_quest', 'Need help with %quest_link?', 0, 0, '', 'Besoin d\'aide avec %quest_link ?', '', '%quest_link吗', '', '¿Alguien necesita ayuda con %quest_link?', '', ''),
('suggest_quest', 'Anyone wants to share %quest_link?', 0, 0, '', 'Quelqu\'un veut partager %quest_link ?', '', '有人想一起做%quest_link吗', '', '¿Alguien quiere hacer %quest_link?', '', ''),
('suggest_quest', 'Anyone doing %quest_link?', 0, 0, '', 'Quelqu\'un fait %quest_link ?', '', '%quest_link吗', '', '¿Alguien está haciendo %quest_link?', '', ''),
('suggest_quest', 'Wanna do %quest_link.', 0, 0, '', 'Je veux faire %quest_link', '', '%quest_link', '', '¿Una ayudita con %quest_link?', '', ''),
-- random trade?
-- usable placeholders:
-- %my_role
-- %category
-- %my_class
-- %my_race
-- %my_level
('suggest_trade', 'Anyone to farm %category?', 0, 0, '', 'Quelqu\'un pour farm %category ?', '', '有人一起刷%category吗', '', '¿Alguien para farmear %category?', '', ''),
('suggest_trade', 'Looking for help farming %category.', 0, 0, '', 'Vous cherchez de l\'aide pour farmer %category', '', '%category', '', 'Buscando ayuda para farmear %category.', '', ''),
('suggest_trade', 'Damn %category are so expensive!', 0, 0, '', 'Putain %category sont si chers!', '', '%category真贵', '', '¡Malditas %category son tan caras!', '', ''),
('suggest_trade', 'Wanna %category.', 0, 0, '', 'Je veux %category', '', '%category', '', 'Quiero %category.', '', ''),
('suggest_trade', 'Need help with %category.', 0, 0, '', 'Besoin d\'aide avec %category', '', '需要帮忙搞%category。', '', 'Necesito ayuda con %category.', '', ''),
('suggest_trade', 'WTB %category.', 0, 0, '', 'Cherche à acheter %category', '', '求购%category。', '', 'Quiero comprar %category.', '', ''),
('suggest_trade', 'Anyone interested in %category?', 0, 0, '', 'Quiconque est intéressé par %category?', '', '有人对%category感兴趣吗', '', '¿Alguien interesado en %category?', '', ''),
('suggest_trade', 'WTS %category.', 0, 0, '', 'Cherche à vendre %category', '', '出售%category。', '', 'Quiero vender %category.', '', ''),
('suggest_trade', 'I am selling %category cheaper than AH.', 0, 0, '', 'Je vends %category moins cher que l\'hôtel des ventes.', '', '%category便', '', 'Estoy vendiendo %category más barato que en las subastas.', '', ''),
('suggest_trade', 'Who wants to farm %category?', 0, 0, '', 'Qui veut farmer %category ?', '', '%category', '', '¿Quién quiere farmear %category?', '', ''),
('suggest_trade', 'Wanna farm %category.', 0, 0, '', 'Je veux farmer %category', '', '%category', '', 'Quiero farmear %category.', '', ''),
('suggest_trade', 'Looking for party after %category.', 0, 0, '', 'Recherche de partie après %category', '', '%category', '', 'Buscando grupo después de %category.', '', ''),
('suggest_trade', 'Any %category are appreciated.', 0, 0, '', 'Toute %category est appréciée.', '', '%category都欢迎', '', 'Cualquier %category es apreciada.', '', ''),
('suggest_trade', 'Buying anything of %category.', 0, 0, '', 'Acheter quoi que ce soit de %category', '', '%category的东西', '', 'Comprando algo de %category.', '', ''),
('suggest_trade', 'Wow, anybody is farming %category!', 0, 0, '', 'Wow, quelqu\'un farm %category !', '', '哇,有人刷%category', '', '¡Guau, alguien está farmeando %category!', '', ''),
('suggest_trade', '%category are selling mad in the AH.', 0, 0, '', '%category se vendent follement dans l\'hôtel des ventes.', '', '%category在拍卖行卖疯了', '', '%category están vendiendo locos en las subastas.', '', ''),
('suggest_trade', 'AH is hot for %category.', 0, 0, '', 'Hôtel des ventes est chaud pour %category', '', '%category很火爆', '', 'Las subastas estan caliente para %category.', '', ''),
('suggest_trade', '%category are on the market.', 0, 0, '', '%category sont sur le marché.', '', '%category在市场上', '', '%category están en el mercado.', '', ''),
('suggest_trade', 'Wanna trade some %category.', 0, 0, '', 'Je veux échanger une %category', '', '%category', '', 'Quiero intercambiar alguna %category.', '', ''),
('suggest_trade', 'Need more %category.', 0, 0, '', 'Besoin de plus de %category', '', '%category', '', 'Necesito más %category.', '', ''),
('suggest_trade', 'Anybody can spare some %category?', 0, 0, '', 'Quelqu\'un peut-il épargner une %category ?', '', '有人能匀点%category吗', '', '¿Alguien puede ahorrar algo de %category?', '', ''),
('suggest_trade', 'Who wants %category?', 0, 0, '', 'Qui veut %category ?', '', '谁想要%category', '', '¿Quién quiere %category?', '', ''),
('suggest_trade', 'Some %category please?', 0, 0, '', 'Une %category s\'il vous plaît ?', '', '%category吗', '', '¿Alguna %category, por favor?', '', ''),
('suggest_trade', 'I should have got skill for %category.', 0, 0, '', 'J\'aurais dû avoir une compétence pour %category', '', '我早该学点%category的技能。', '', 'Debería haber adquirido habilidad para %category.', '', ''),
('suggest_trade', 'I am dying for %category.', 0, 0, '', 'Je meurs d\'envie pour %category', '', '%category了', '', 'Me muero por %category.', '', ''),
('suggest_trade', 'People are killing for %category.', 0, 0, '', 'Les gens tuent pour %category', '', '%category', '', 'La gente está matando por %category.', '', ''),
('suggest_trade', '%category is a great bargain!', 0, 0, '', '%category est une bonne affaire!', '', '%category真是个好买卖', '', '%category es una gran ganga!', '', ''),
('suggest_trade', 'Everybody is mad for %category!', 0, 0, '', 'Tout le monde est fou de %category !', '', '%category', '', '¡Todo el mundo está loco por %category!', '', ''),
('suggest_trade', 'Where is the best place to farm for %category?', 0, 0, '', 'Quel est le meilleur endroit pour farmer pour %category ?', '', '%category最好的地方', '', '¿Dónde está el mejor lugar para farmear para %category?', '', ''),
('suggest_trade', 'I am all set for %category.', 0, 0, '', 'Je suis prêt pour %category', '', '%category了', '', 'Estoy listo para %category.', '', ''),
('suggest_trade', 'Is it good to sell %category?', 0, 0, '', 'Est-il bon de vendre %category ?', '', '%category划算吗', '', '¿Es bueno vender %category?', '', ''),
('suggest_trade', 'I\'d probably keep all my %category with me.', 0, 0, '', 'Je garderais probablement toute ma %category avec moi.', '', '我可能会把所有%category留着。', '', 'Probablemente mantendría toda mi %category conmigo', '', ''),
('suggest_trade', 'Need group? Maybe to farm some %category?', 0, 0, '', 'Besoin de groupe ? Peut-être pour farmer une certaine %category ?', '', '需要组队吗?也许一起刷点%category', '', '¿Necesitas un grupo? ¿Tal vez para farmear alguna %category?', '', ''),
('suggest_trade', 'I am still thinking about %category.', 0, 0, '', 'Je pense toujours à %category', '', '我还在考虑%category。', '', 'Todavía estoy pensando en %category.', '', ''),
('suggest_trade', 'I heard about %category already, but my pockets are empty.', 0, 0, '', 'J\'ai déjà entendu parler de %category , mais mes poches sont vides.', '', '%category', '', 'Ya escuché sobre %category, pero mis bolsillos están vacíos.', '', ''),
('suggest_trade', 'LFG for %category', 0, 0, '', 'Cherche un groupe pour %category', '', '%category', '', 'Busco grupo para %category', '', ''),
('suggest_trade', 'Would selling %category make me rich?', 0, 0, '', 'Vendre %category me rendrait-il riche?', '', '%category能让我发财吗', '', '¿Vender %category me haría rico?', '', ''),
('suggest_trade', 'OK. I an farming %category tomorrow.', 0, 0, '', 'D\'ACCORD. Je farm %category demain.', '', '好吧,明天去刷%category。', '', 'OK. Tengo una sesion de farmeo de %category mañana.', '', ''),
('suggest_trade', 'Everyone is talking about %category.', 0, 0, '', 'Tout le monde parle de %category', '', '大家都在讨论%category。', '', 'Todos hablan de %category', '', ''),
('suggest_trade', 'I saw at least ten people farming for %category.', 0, 0, '', 'J\'ai vu au moins dix personnes farmer pour %category', '', '%category', '', 'Vi al menos diez personas farmeando para %category.', '', ''),
('suggest_trade', 'I sold all my %category yesterday. I am completely broke!', 0, 0, '', 'J\'ai vendu tout mon %category hier. Je suis complètement fauché!', '', '我昨天把所有%category都卖了现在彻底破产了', '', 'Ayer vendí todo mi %category. ¡Estoy completamente arruinado!', '', ''),
('suggest_trade', 'Wanna join a guild farming for %category.', 0, 0, '', 'Je veux rejoindre une guilde farmant pour %category', '', '想加入一个刷%category的公会。', '', 'Quiero unirme a una hermandad de farmeo para %category.', '', ''),
-- random faction rep grind
-- usable placeholders:
-- %my_role
-- %rep_level
-- %rndK
-- %faction
-- %my_class
-- %my_race
-- %my_level
('suggest_faction', 'Anyone farming %faction rep?', 0, 0, '', 'Quelqu\'un farm la réput de %faction ?', '', '%faction声望吗', '', '¿Alguien farmea reputación con %faction?', '', ''),
('suggest_faction', 'Anyone help with %faction?', 0, 0, '', 'Quelqu\'un aide-t-il %faction ?', '', '有人帮忙刷%faction吗', '', '¿Alguien me ayuda con %faction?', '', ''),
('suggest_faction', 'Wanna quest for %faction.', 0, 0, '', 'Je veux quêter %faction', '', '想为%faction做任务。', '', 'Quiero buscar a %faction.', '', ''),
('suggest_faction', '%faction is the best.', 0, 0, '', '%faction est la meilleure.', '', '%faction是最棒的。', '', '%faction es el mejor.', '', ''),
('suggest_faction', 'Need just a bit to be %rep_level with %faction.', 0, 0, '', 'J\'ai besoin d\'un peu pour être au %rep_level avec %faction', '', '还差一点就能和%faction达到%rep_level。', '', 'Solo necesito un poco para estar %rep_level con %faction.', '', ''),
('suggest_faction', 'Anyone got %rep_level with %faction?', 0, 0, '', 'Quelqu\'un a-t-il %rep_level avec %faction ?', '', '%faction达到%rep_level了吗', '', '¿Alguien tiene %rep_level con %faction?', '', ''),
('suggest_faction', 'Who wants to be %rep_level with %faction?', 0, 0, '', 'Qui veut être au %rep_level avec %faction ?', '', '%faction达到%rep_level', '', '¿Quién quiere estar en %rep_level con %faction?', '', ''),
('suggest_faction', 'I\'ll never be %rep_level with %faction.', 0, 0, '', 'Je ne serai jamais au %rep_level avec %faction', '', '我永远不会和%faction达到%rep_level。', '', 'Nunca estaré %rep_level con %faction.', '', ''),
('suggest_faction', 'Someone missing %faction rep?', 0, 0, '', 'Quelqu\'un manque de reput de %faction ?', '', '%faction声望吗', '', '¿Alguien falta reputación con %faction?', '', ''),
('suggest_faction', 'Could help farming %faction rep.', 0, 0, '', 'Pourrait aider à farmer réput de %faction', '', '%faction声望', '', 'Podría ayudar a farmear %faction rep.', '', ''),
('suggest_faction', 'The more rep the better. Especially with %faction.', 0, 0, '', 'Plus il y a de réput, mieux c\'est. Surtout avec %faction', '', '声望越多越好,尤其是和%faction。', '', 'Cuantas más repeticiones, mejor. Especialmente con %faction.', '', ''),
('suggest_faction', '%faction: need %rndK for %rep_level.', 0, 0, '', '%faction: besoin %rndK pour %rep_level.', '', '%faction还需要%rndK到%rep_level。', '', '%faction: necesita %rndK para %rep_level.', '', ''),
('suggest_faction', 'Who can share %faction quests?', 0, 0, '', 'Qui peut partager les quêtes de %faction ?', '', '谁能分享%faction的任务', '', '¿Quién puede compartir misiones de %faction?', '', ''),
('suggest_faction', 'Any dungeons for %faction?', 0, 0, '', 'Des donjons pour %faction ?', '', '有副本刷%faction声望吗', '', '¿Alguna mazmorra para %faction?', '', ''),
('suggest_faction', 'Wanna do %faction rep grind.', 0, 0, '', 'Je veux faire monter ma réput %faction', '', '想去刷%faction声望。', '', 'Quiero hacer %faction rep grind.', '', ''),
('suggest_faction', 'Let\'s farm %faction rep!', 0, 0, '', 'Farmons la réput %faction !', '', '%faction声望吧', '', '¡Vamos a farmear reputación con %faction!', '', ''),
('suggest_faction', 'Farming for %faction rep.', 0, 0, '', 'Farmons pour la réput %faction', '', '%faction声望', '', 'Farming for %faction rep.', '', ''),
('suggest_faction', 'Wanna farm for %faction.', 0, 0, '', 'Je veux farmer pour %faction', '', '%faction刷声望', '', 'Quiero farmear para %faction.', '', ''),
('suggest_faction', 'Need help with %faction.', 0, 0, '', 'Besoin d\'aide avec %faction', '', '需要帮忙刷%faction。', '', 'Necesito ayuda con %faction.', '', ''),
('suggest_faction', 'Is %faction sells something useful?', 0, 0, '', 'Est-ce que %faction vend quelque chose d\'utile ?', '', '%faction卖的东西有用吗', '', '¿%faction vende algo útil?', '', ''),
('suggest_faction', 'Are there %faction vendors?', 0, 0, '', 'Y a-t-il des vendeurs %faction ?', '', '%faction的商人吗', '', '¿Hay %proveedores de facciones?', '', ''),
('suggest_faction', 'Who farms %faction?', 0, 0, '', 'Qui farm %faction ?', '', '%faction', '', '¿Quién farmea %faction?', '', ''),
('suggest_faction', 'Which is the best way to farm %faction?', 0, 0, '', 'Quelle est la meilleure façon de farmer %faction ?', '', '%faction最好的方法是什么', '', '¿Cuál es la mejor manera de farmear %faction?', '', ''),
('suggest_faction', 'I hate %faction rep grind.', 0, 0, '', 'Je déteste le travail de %faction rep.', '', '%faction声望', '', 'Odio %repetir de facción', '', ''),
('suggest_faction', 'I am so tired of %faction.', 0, 0, '', 'Je suis tellement fatigué de %faction', '', '%faction厌倦了', '', 'Estoy tan cansado de %faction.', '', ''),
('suggest_faction', 'Go for %faction?', 0, 0, '', 'Vous optez pour %faction ?', '', '%faction吗', '', '¿Quereis ir a por %faction?', '', ''),
('suggest_faction', 'Seems everyone is %rep_level with %faction. Only me is late as usually.', 0, 0, '', 'On dirait que tout le monde est %rep_level avec %faction Il n\'y a que moi qui suis en retard comme d\'habitude.', '', '%faction达到%rep_level了', '', 'Parece que todo el mundo está %rep_level con %faction. Solo yo llego tarde como siempre.', '', ''),
('suggest_faction', 'LFG for %faction rep grind?', 0, 0, '', 'Cherche un groupe pour monter la réput des représentants de %faction ?', '', '%faction声望', '', 'Busco grupo para subir reputación con %faction', '', ''),
('suggest_faction', 'Can anobody suggest a good spot for %faction rep grind?', 0, 0, '', 'Quelqu\'un peut-il suggérer un bon endroit pour monter les réput de %faction ?', '', '有人能推荐个刷%faction声望的好地方吗', '', '¿Alguien puede sugerir un buen lugar farmear reputacion con %faction?', '', ''),
('suggest_faction', 'Would %faction rep benefit me?', 0, 0, '', 'Est-ce que la réput %faction me serait bénéfique ?', '', '刷%faction声望对我有好处吗', '', '¿Me beneficiaría subir reputación con %faction?', '', ''),
('suggest_faction', 'Who would\'ve thought that %faction rep will be useful after all...', 0, 0, '', 'Qui aurait pensé que le représentant de %faction serait utile après tout...', '', '%faction声望竟然有用', '', 'Quién hubiera pensado que subir reputacion con %faction sería útil después de todo...', '', ''),
('suggest_faction', 'I wanna be exalted with all factions, starting with %faction.', 0, 0, '', 'Je veux être exalté avec toutes les factions, à commencer par %faction', '', '%faction开始', '', 'Quiero ser exaltado con todas las facciones, comenzando con %faction.', '', ''),
('suggest_faction', 'Is there any point to improve my rep with %faction?', 0, 0, '', 'Y a-t-il un intérêt à améliorer ma réputation avec %faction ?', '', '%faction的声望有意义吗', '', '¿Hay algún punto para mejorar mi reputación con %faction?', '', ''),
('suggest_faction', 'What is better for %faction? Quests or mob grinding?', 0, 0, '', 'Quoi de mieux pour %faction ? Quêtes ou mob pour XP?', '', '%faction来说', '', '¿Qué es mejor para %faction? ¿Misiones o mafiosos?', '', ''),
('suggest_faction', 'Will grind %faction rep for you. Just give me some gold.', 0, 0, '', 'Monte la reput de %faction pour vous. Donnez-moi juste de l\'or.', '', '可以帮你刷%faction声望给我点金币就行。', '', 'Ganare reputacion con %faction por ti. Sólo dame un poco de oro.', '', ''),
('suggest_faction', 'I think grinding rep with %faction would take forever.', 0, 0, '', 'Je pense que monter la réput avec %faction prendrait une éternité.', '', '我觉得和%faction刷声望要花一辈子。', '', 'Creo que subir la reputación con %faction tomaría una eternidad.', '', ''),
('suggest_faction', 'I am killing for %faction every day now but still far from %rep_level.', 0, 0, '', 'Je tue pour %faction tous les jours maintenant, mais encore loin du %rep_level', '', '我现在每天为%faction杀怪但离%rep_level还很远。', '', 'Estoy matando por %faction todos los días ahora, pero aún estoy lejos del %rep_level.', '', ''),
('suggest_faction', 'At %my_level AH deposits will decrease, right?', 0, 0, '', 'Au %rep_level, les dépôts hôtel des ventes diminueront, n\'est-ce pas?', '', '%my_level级拍卖行手续费会降低', '', 'Al %rep_level, los depósitos subastas disminuirán, ¿verdad?', '', ''),
('suggest_faction', 'How many exalted reps do you have?', 0, 0, '', 'Combien de représentants exaltés avez-vous ?', '', '', '', '¿Cuántas reputaciones exaltadas tienes?', '', ''),
('suggest_faction', 'Who wants to be %my_level with %faction?', 0, 0, '', 'Qui veut être au %rep_level avec %faction ?', '', '%faction达到%my_level级', '', '¿Quién quiere estar en %rep_level con %faction?', '', ''),
('suggest_faction', 'Damn. My guild did a good %faction grind yesterday without me.', 0, 0, '', 'Mince. Ma guilde a fait un bon travail de %faction hier sans moi.', '', '%faction声望没带我', '', 'Maldición. Mi hermandad hizo un buen farmeo de %faction ayer sin .', '', ''),
('suggest_faction', 'Nobody wants to help me because I am %rep_level with %faction.', 0, 0, '', 'Personne ne veut m\'aider parce que je suis %rep_level avec %faction', '', '没人想帮我,因为我和%faction是%rep_level。', '', 'Nadie quiere ayudarme porque estoy %rep_level con %faction.', '', ''),
('suggest_faction', 'Please stay away from %faction.', 0, 0, '', 'Veuillez rester à l\'écart de %faction', '', '%faction', '', 'Por favor manténgase alejado de %faction.', '', ''),
-- random generic
-- usable placeholders:
-- %my_role
-- %zone_name
-- %area_name
-- %my_class
-- %my_race
-- %my_level
('suggest_something', 'Wanna party in %zone_name.', 0, 0, '', 'Je veux faire la fête dans %zone_name.', '', '%zone_name组队', '', '¡Vamos a perrear a %zone_name!', '', 'Ищу группу в %zone_name.'),
('suggest_something', 'Anyone is looking for %my_role?', 0, 0, '', 'Quelqu\'un cherche un %my_role ?', '', '有人找%my_role吗', '', '¿Alguien está buscando %my_role?', '', 'Кто-нибудь ищет %my_role?'),
('suggest_something', '%my_role is looking for quild.', 0, 0, '', '%my_role recherche une guilde.', '', '%my_role找公会。', '', '%my_role está buscando hermandad.', '', '%my_role ищу гильдию.'),
('suggest_something', 'Looking for gold.', 0, 0, '', 'A la recherche de l\'or.', '', '', '', 'Buscando oro.', '', 'Дайте голды'),
('suggest_something', '%my_role wants to join a good guild.', 0, 0, '', '%my_role veut rejoindre une bonne guilde.', '', '%my_role想加入一个好公会', '', '%my_role quiere unirse a una buen hermandad.', '', '%my_role хочу в хорошую гильдию.'),
('suggest_something', 'Need a friend.', 0, 0, '', 'Besoin d\'un ami.', '', '需要一个朋友。', '', 'Necesito un amigo...', '', 'Ищу друга.'),
('suggest_something', 'Anyone feels alone?', 0, 0, '', 'Quelqu\'un se sent seul?', '', '', '', '¿Alguien se siente solo?', '', 'Кому-нибудь одиноко?'),
('suggest_something', 'Boring...', 0, 0, '', 'Ennuyeux...', '', '', '', 'Aburrido...', '', 'Скучно...'),
('suggest_something', 'Who wants some?', 0, 0, '', 'Qui en veut?', '', '', '', '¿Quién quiere hacer grupo para levear?', '', 'Кому навалять?'),
('suggest_something', 'Go get me!', 0, 0, '', 'Allez me chercher !', '', '', '', '¡Ven a buscarme!', '', 'Поймайте меня!'),
('suggest_something', 'Maybe a duel in %zone_name?', 0, 0, '', 'Peut-être un duel dans %zone_name ?', '', '%zone_name来场决斗怎么样', '', '¿Quizás un duelo en %zone_name?', '', 'Кто на дуэль в %zone_name?'),
('suggest_something', 'Anybody doing something?', 0, 0, '', 'Quelqu\'un fait quelque chose?', '', '有人在干啥吗?', '', '¿Alguien está haciendo algo?', '', 'Кто чем занят?'),
('suggest_something', '%zone_name: is anybody here?', 0, 0, '', '%zone_name : est-ce que quelqu\'un est ?', '', '%zone_name', '', '%zone_name: ¿hay alguien aquí?', '', '%zone_name: есть кто нибудь?'),
('suggest_something', '%zone_name: where is everyone?', 0, 0, '', '%zone_name : est tout le monde?', '', '%zone_name', '', '¿Hay alguien en %zone_name?', '', '%zone_name: где все?'),
('suggest_something', 'Looks like I am alone in %zone_name.', 0, 0, '', 'On dirait que je suis seul dans %zone_name', '', '%zone_name是独自一人', '', 'Parece que estoy solo en %zone_name.', '', 'Похоже я один в %zone_name.'),
('suggest_something', 'Meet me in %zone_name.', 0, 0, '', 'Retrouvez-moi dans %zone_name', '', '%zone_name见我', '', 'Encuéntrame en %zone_name.', '', 'Встретимся в %zone_name.'),
('suggest_something', 'Let\'s quest in %zone_name!', 0, 0, '', 'Partons en quête dans %zone_name !', '', '一起去%zone_name做任务吧', '', '¡Vamos a hacer un grupo para levear en %zone_name!', '', 'Давайте квестить в %zone_name!'),
('suggest_something', '%zone_name is the best place to be!', 0, 0, '', '%zone_name est le meilleur endroit où être!', '', '%zone_name是最好的地方', '', '%zone_name es el mejor lugar para estar!', '', '%zone_name лучшее место!'),
('suggest_something', 'Wanna go to %zone_name. Anybody with me?', 0, 0, '', 'Je veux aller à %zone_name Quelqu\'un avec moi?', '', '%zone_name', '', 'Quiero ir a %zone_name. ¿Alguien se apunta?', '', 'Собираюсь в %zone_name. Кто со мной7'),
('suggest_something', 'Who wants going to %zone_name?', 0, 0, '', 'Qui veut aller à %zone_name ?', '', '%zone_name', '', '¿Quién quiere ir a %zone_name?', '', 'Кто собирается в %zone_name?'),
('suggest_something', 'I don\'t like %zone_name. Where to go?', 0, 0, '', 'Je n\'aime pas %zone_name aller?', '', '%zone_name', '', 'No me gusta %zone_name. ¿Dónde podria ir?', '', 'Не нравится %zone_name. Куда идти?'),
('suggest_something', 'Are there a good quests in %zone_name?', 0, 0, '', 'Y a-t-il de bonnes quêtes dans %zone_name ?', '', '%zone_name有好任务吗', '', '¿Hay buenas misiones en %zone_name?', '', 'А в %zone_name есть хорошие квесты?'),
('suggest_something', 'Where to go after %zone_name?', 0, 0, '', ' aller après %zone_name ?', '', '%zone_name之后去哪', '', '¿Adónde puedo ir después de %zone_name?', '', 'Куда идти после %zone_name?'),
('suggest_something', 'Who is in %zone_name?', 0, 0, '', 'Qui est dans %zone_name ?', '', '%zone_name', '', '¿Quién está en %zone_name?', '', 'Кто в %zone_name?'),
('suggest_something', 'LFG in %zone_name.', 0, 0, '', 'Cherche un groupe dans %zone_name', '', '%zone_name找队', '', 'Busco grupo en %zone_name.', '', 'ЛФГ %zone_name.'),
('suggest_something', '%zone_name is the worst place to be.', 0, 0, '', '%zone_name est le pire endroit être.', '', '%zone_name是最差的地方', '', '%zone_name es el peor lugar para estar', '', '%zone_name это худшее место.'),
('suggest_something', 'Catch me in %zone_name!', 0, 0, '', 'Attrape-moi dans %zone_name !', '', '%zone_name抓我呀', '', '¡Atrápame en %zone_name!', '', 'Поймай меня в %zone_name!'),
('suggest_something', 'Go for %zone_name!', 0, 0, '', 'Allez pour %zone_name !', '', '%zone_name', '', 'Me voy a %zone_name!', '', 'Гоу в %zone_name!'),
('suggest_something', 'Wanna quest in %zone_name', 0, 0, '', 'Je veux une quête dans %zone_name', '', '%zone_name做任务', '', 'Quiero hacer una búsqueda en %zone_name', '', 'Хочешь поделать квесты в %zone_name'),
('suggest_something', 'Anyone has quests in %zone_name?', 0, 0, '', 'Quelqu\'un a des quêtes dans %zone_name ?', '', '有人在%zone_name有任务吗', '', '¿Alguien tiene misiones en %zone_name?', '', 'Есть у кого квесты в %zone_name?'),
('suggest_something', 'Come here to %zone_name!', 0, 0, '', 'Venez ici à %zone_name !', '', '来%zone_name这里', '', '¡Ven aquí a %zone_name!', '', 'Приходите сюда в %zone_name!'),
('suggest_something', 'Seems there is no Horde in %zone_name', 0, 0, '', 'Il semble qu\'il n\'y ait pas de Horde dans %zone_name', '', '看来%zone_name没有部落', '', 'Parece que no hay Horda en %zone_name', '', '%zone_name Орды вроде нет.'),
('suggest_something', 'Seems there is no Alliance in %zone_name', 0, 0, '', 'Il semble qu\'il n\'y ait pas d\'alliance dans %zone_name', '', '%zone_name没有联盟', '', 'Parece que no hay Alianza en %zone_name', '', '%zone_name Альянса вроде нет'),
('suggest_something', 'I am really tired of %zone_name. Maybe go somewhere else?', 0, 0, '', 'Je suis vraiment fatigué de %zone_name Peut-être aller ailleurs?', '', '%zone_name', '', 'Estoy realmente cansado de %zone_name. Quizás ire a otro lugar', '', 'В %zone устал уже, может в другое место пойдем?'),
('suggest_something', 'GL', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'I want to go home, and then edge', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'does anyone know what you need to dual wield?', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'hi everyone!', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', '%zone_name is comfy', 0, 0, '', '', '', '%zone_name挺舒服的', '', '', '', ''),
('suggest_something', 'i feel great', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'i don\'t ignore people i troll them until they ignore me', 0, 0, '', '', '', '我不无视别人,我会逗他们直到他们无视我', '', '', '', ''),
('suggest_something', 'What do you guys think about my build? %my_role', 0, 0, '', '', '', '你们觉得我的配装怎么样?%my_role', '', '', '', ''),
('suggest_something', 'good to see chat still remembers', 0, 0, '', '', '', '很高兴看到聊天频道还记得', '', '', '', ''),
('suggest_something', 'like all weapons its hunter BIS', 0, 0, '', '', '', '像所有武器一样,这是猎人极品', '', '', '', ''),
('suggest_something', 'whole point to the game for me is soloing and finding new ways to solo stuff', 0, 0, '', '', '', '对我来说,游戏的重点是单刷和找到新的单刷方法', '', '', '', ''),
('suggest_something', 'i\'ve NEVER ripped off anyone', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'ah yes the world of warcraft, where i come for life advice', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'HELLO?', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'Time to fight my way into %zone_name', 0, 0, '', '', '', '%zone_name了', '', '', '', ''),
('suggest_something', '%zone_name', 0, 0, '', '', '', '%zone_name', '', '', '', ''),
('suggest_something', 'gotta poop', 0, 0, '', '', '', '便', '', '', '', ''),
('suggest_something', 'if you don\'t loot your skinnable kills your pp loses 1mm permanently', 0, 0, '', '', '', '如果你不剥皮可剥的怪物你的装备会永久损失1毫米', '', '', '', ''),
('suggest_something', 'NOOOOOOOOOOOOO', 0, 0, '', '', '', '不!!!!!!!!', '', '', '', ''),
('suggest_something', 'I LIKE POTATO', 0, 0, '', '', '', '我喜欢土豆', '', '', '', ''),
('suggest_something', 'w chat', 0, 0, '', '', '', '聊天真热闹', '', '', '', ''),
('suggest_something', 'hi how are you guys', 0, 0, '', '', '', '嗨,大家好吗', '', '', '', ''),
('suggest_something', 'i just logged out and logged back in', 0, 0, '', '', '', '我刚下线又上线了', '', '', '', ''),
('suggest_something', 'can you guys keep it down a bit, im lost in %zone_name', 0, 0, '', '', '', '你们能小声点吗,我在%zone_name迷路了', '', '', '', ''),
('suggest_something', 'anyone want to have a drink with me at %zone_name ...hic!', 0, 0, '', '', '', '有人想在%zone_name和我喝一杯吗……嗝', '', '', '', ''),
('suggest_something', 'hahahahaheeeeeeee dirin diring ingggggg hahahahaheeeeeeeeeeeeee', 0, 0, '', '', '', '哈哈哈哈嘿嘿嘿叮叮叮哈哈哈哈嘿嘿嘿', '', '', '', ''),
('suggest_something', 'bait used to be believeable', 0, 0, '', '', '', '以前的诱饵还挺可信的', '', '', '', ''),
('suggest_something', 'maybe you just lost your innocence', 0, 0, '', '', '', '也许你只是失去了纯真', '', '', '', ''),
('suggest_something', 'any guilds willing to carry %my_role?', 0, 0, '', '', '', '有公会愿意带%my_role吗', '', '', '', ''),
('suggest_something', 'once you start getting higher, gold is so easy to get', 0, 0, '', '', '', '等级高了之后,金币真好赚', '', '', '', ''),
('suggest_something', 'morning', 0, 0, '', '', '', '早上好', '', '', '', ''),
('suggest_something', 'why does my ass hurt?', 0, 0, '', '', '', '为什么我的屁股疼?', '', '', '', ''),
('suggest_something', 'I feel like spirit is bis for leveling', 0, 0, '', '', '', '我觉得精神属性是升级的最佳选择', '', '', '', ''),
('suggest_something', 'Even more for troll', 0, 0, '', '', '', '对巨魔来说更是如此', '', '', '', ''),
('suggest_something', 'CAN SOMEONE INVITE ME', 0, 0, '', '', '', '有人能邀请我吗', '', '', '', ''),
('suggest_something', 'need a lot of drinks', 0, 0, '', '', '', '需要很多饮料', '', '', '', ''),
('suggest_something', 'damn gnomes', 0, 0, '', '', '', '该死的侏儒', '', '', '', ''),
('suggest_something', 'no one likes gnomes', 0, 0, '', '', '', '没人喜欢侏儒', '', '', '', ''),
('suggest_something', 'gnomes are only good for one thing', 0, 0, '', '', '', '侏儒只有一件事做得好', '', '', '', ''),
('suggest_something', 'Well', 0, 0, '', '', '', '好吧', '', '', '', ''),
('suggest_something', 'mushrooms', 0, 0, '', '', '', '蘑菇', '', '', '', ''),
('suggest_something', 'automatic thoughts are a scary thing', 0, 0, '', '', '', '自动的想法真可怕', '', '', '', ''),
('suggest_something', 'the mind is more pliable than we\'d like to believe', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'any leveling guilds out there?', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'brb', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'Why is snow white but Ice is clear ? made of the same thing', 0, 0, '', '', '', '西', '', '', '', ''),
('suggest_something', 'why is whipped cream fluffy and regular not', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'why do feet smell if they have no nose', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'seems a can of newbies arrived', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'stop trolling new players with BS answers', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'Is there PvP on this server?', 0, 0, '', '', '', 'PvP吗', '', '', '', ''),
('suggest_something', 'duh', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'phew... :)', 0, 0, '', '', '', ':)', '', '', '', ''),
('suggest_something', 'did you guys know that', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'i don\'t try to imagine what other creatures feel like', 0, 0, '', '', '', '我不会去想象其他生物的感受', '', '', '', ''),
('suggest_something', 'oh whoops, wrong chat', 0, 0, '', '', '', '哦,错了,聊错频道了', '', '', '', ''),
('suggest_something', 'bruh you guys are wildin out today', 0, 0, '', '', '', '兄弟们,今天你们太嗨了', '', '', '', ''),
('suggest_something', 'just let it be known that my text was here', 0, 0, '', '', '', '只是让大家知道我发过消息', '', '', '', ''),
('suggest_something', 'grrr angyy', 0, 0, '', '', '', '吼,生气了', '', '', '', ''),
('suggest_something', 'the grind is fun', 0, 0, '', '', '', '刷怪真有趣', '', '', '', ''),
('suggest_something', 'Wow keeps me sharp', 0, 0, '', '', '', '魔兽让我保持敏锐', '', '', '', ''),
('suggest_something', 'hey have a question where can i take the roll for more xp? im in %zone_name', 0, 0, '', '', '', '嘿,有个问题,我在%zone_name哪里可以接任务多拿经验', '', '', '', ''),
('suggest_something', 'do you guys like sausages?', 0, 0, '', '', '', '你们喜欢香肠吗?', '', '', '', ''),
('suggest_something', 'Invite me. I\'ll help', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something', 'which class do you think is better for pvp?', 0, 0, '', '', '', 'PvP中更好', '', '', '', ''),
('suggest_something', 'where the fuck is the cooking trainer in %zone_name', 0, 0, '', '', '', '%zone_name的烹饪训练师在哪', '', '', '', ''),
('suggest_something', 'you know what happens in %zone_name?', 0, 0, '', '', '', '%zone_name发生了什么吗', '', '', '', ''),
('suggest_something', 'I need to craft something', 0, 0, '', '', '', '西', '', '', '', ''),
-- random generic toxic phrases
-- usable placeholders:
-- %random_inventory_item_link
-- %my_role
-- %zone_name
-- %area_name
-- %my_class
-- %my_race
-- %my_level
('suggest_something_toxic', 'what is ligma', 0, 0, '', '', '', 'ligma', '', '', '', ''),
('suggest_something_toxic', 'what is sugma', 0, 0, '', '', '', 'sugma', '', '', '', ''),
('suggest_something_toxic', 'ligma balls', 0, 0, '', '', '', 'ligma balls', '', '', '', ''),
('suggest_something_toxic', 'sugma balls', 0, 0, '', '', '', 'sugma balls', '', '', '', ''),
('suggest_something_toxic', 'I EAT ASS', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something_toxic', 'I want to shove %random_inventory_item_link up my ass', 0, 0, '', '', '', '%random_inventory_item_link塞进屁股', '', '', '', ''),
('suggest_something_toxic', 'I want to shove %random_inventory_item_link up your ass', 0, 0, '', '', '', '%random_inventory_item_link塞进你屁股', '', '', '', ''),
('suggest_something_toxic', 'Darnasses', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something_toxic', 'seems like your suffering from sugma', 0, 0, '', '', '', 'sugma', '', '', '', ''),
('suggest_something_toxic', 'deez nutz in ur mouth', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something_toxic', 'cool boner, bro', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something_toxic', 'ERP?', 0, 0, '', '', '', 'ERP', '', '', '', ''),
('suggest_something_toxic', 'i tried everything, but at the end ERP did the trick', 0, 0, '', '', '', 'ERP解决了问题', '', '', '', ''),
('suggest_something_toxic', 'I want to bonk in %zone_name', 0, 0, '', '', '', '%zone_name来一发', '', '', '', ''),
('suggest_something_toxic', 'looking for female gnome with gorilla pet for erp in %zone_name', 0, 0, '', '', '', '%zone_name找个带猩猩宠物的女性侏儒来ERP', '', '', '', ''),
('suggest_something_toxic', 'i may understand an asshole, but a pervert?', 0, 0, '', '', '', '', '', '', '', ''),
('suggest_something_toxic', 'there is no gyat in %zone_name', 0, 0, '', '', '', '%zone_name没有大屁股', '', '', '', ''),
('suggest_something_toxic', 'I\'m killing all the animals in %zone_name. Fuck the animals!!!', 0, 0, '', '', '', '我在%zone_name杀光所有动物去他们的动物', '', '', '', ''),
('suggest_something_toxic', 'good think i got 3 legs', 0, 0, '', '', '', '幸好我有三条腿', '', '', '', ''),
('suggest_something_toxic', 'dont be mad im goonin like a sigma', 0, 0, '', '', '', '别生气我像个sigma一样在goonin', '', '', '', ''),
('suggest_something_toxic', 'try finger, but hole', 0, 0, '', '', '', '试试手指,但是洞', '', '', '', ''),
-- random generic toxic item links
-- usable placeholders:
-- %prefix
-- %random_taken_quest_or_item_link
-- %random_inventory_item_link
-- %my_role
-- %zone_name
-- %area_name
-- %my_class
-- %my_race
-- %my_level
('suggest_toxic_links', '%prefix %random_taken_quest_or_item_link', 0, 0, '', '', '', '%prefix %random_taken_quest_or_item_link', '', '', '', ''),
('suggest_toxic_links', '%prefix %random_inventory_item_link', 0, 0, '', '', '', '%prefix %random_inventory_item_link', '', '', '', ''),
-- thunderfury spam
-- usable placeholders:
-- %thunderfury_link
('thunderfury_spam', '%thunderfury_link', 0, 0, '', '', '', '%thunderfury_link', '', '', '', ''),
('thunderfury_spam', '%thunderfury_link%thunderfury_link', 0, 0, '', '', '', '%thunderfury_link%thunderfury_link', '', '', '', ''),
('thunderfury_spam', '%thunderfury_link%thunderfury_link%thunderfury_link', 0, 0, '', '', '', '%thunderfury_link%thunderfury_link%thunderfury_link', '', '', '', ''),
('thunderfury_spam', 'I think I just heard %thunderfury_link', 0, 0, '', '', '', '我好像刚听到有人提%thunderfury_link', '', '', '', ''),
('thunderfury_spam', 'I think I heard %thunderfury_link', 0, 0, '', '', '', '我好像听到了%thunderfury_link', '', '', '', ''),
('thunderfury_spam', 'I definitely heard %thunderfury_link', 0, 0, '', '', '', '我绝对听到了%thunderfury_link', '', '', '', ''),
('thunderfury_spam', 'I dunno but I\'m pretty sure I heard %thunderfury_link', 0, 0, '', '', '', '%thunderfury_link', '', '', '', ''),
('thunderfury_spam', 'Did you just say %thunderfury_link', 0, 0, '', '', '', '%thunderfury_link吗', '', '', '', ''),
('thunderfury_spam', 'did someone say %thunderfury_link', 0, 0, '', '', '', '%thunderfury_link了吗', '', '', '', ''),
('thunderfury_spam', 'Did someone say %thunderfury_link ?', 0, 0, '', '', '', '%thunderfury_link吗', '', '', '', ''),
('thunderfury_spam', 'Someone said %thunderfury_link', 0, 0, '', '', '', '%thunderfury_link', '', '', '', ''),
('thunderfury_spam', '%thunderfury_link is coming out of the closet', 0, 0, '', '', '', '%thunderfury_link要现身了', '', '', '', ''),
('thunderfury_spam', 'could swear it was a %thunderfury_link, might have been %thunderfury_link tho', 0, 0, '', '', '', '%thunderfury_link%thunderfury_link吧', '', '', '', ''),
('thunderfury_spam', 'Why use %thunderfury_link when %thunderfury_link is clearly way more OP', 0, 0, '', '', '', '%thunderfury_link%thunderfury_link明显更强啊', '', '', '', ''),
-- random WTS
-- usable placeholders:
-- %%item_formatted_link
-- %item_formatted_link
-- %item_count
-- %cost_gold
-- %my_class
-- %my_race
-- %my_level
('suggest_sell', 'WTS %item_formatted_link for %cost_gold.', 0, 0, '', 'Cherche à vendre %item_formatted_link pour %cost_gold', '', '%item_formatted_link%cost_gold', '', 'Quiero vender %item_formatted_link por %cost_gold.', '', ''),
('suggest_sell', 'Who wants %item_formatted_link for %cost_gold?', 0, 0, '', 'Qui veut %item_formatted_link pour %cost_gold ?', '', '%item_formatted_link%cost_gold', '', '¿Quién quiere %item_formatted_link por %cost_gold?', '', ''),
('suggest_sell', 'Anyone wants %item_formatted_link? Only %cost_gold.', 0, 0, '', 'Quelqu\'un veut %item_formatted_link ? Seulement %cost_gold', '', '有人要%item_formatted_link吗仅需%cost_gold。', '', '¿Alguien quiere %item_formatted_link? Solo %cost_gold.', '', ''),
('suggest_sell', 'Just %cost_gold for %item_formatted_link!', 0, 0, '', 'Seulement %cost_gold pour %item_formatted_link!', '', '只要%cost_gold就能拿走%item_formatted_link', '', '¡Solo %cost_gold para %item_formatted_link!', '', ''),
('suggest_sell', 'Selling %item_formatted_link for %cost_gold.', 0, 0, '', 'Vendre %item_formatted_link pour %cost_gold', '', '卖%item_formatted_link价格%cost_gold。', '', 'Vendo %item_formatted_link por %cost_gold.', '', ''),
('suggest_sell', '%item_formatted_link is yours just for %cost_gold!', 0, 0, '', '%item_formatted_link est à vous juste pour %cost_gold !', '', '%item_formatted_link归你了只要%cost_gold', '', '%item_formatted_link es tuyo solo por %cost_gold!', '', ''),
('suggest_sell', 'Ridiculus price of %cost_gold for %item_formatted_link!', 0, 0, '', 'Prix ridicule de %cost_gold pour %item_formatted_link !', '', '%item_formatted_link超低价仅%cost_gold', '', '¡Precio ridículo de %cost_gold para %item_formatted_link_link!', '', ''),
('suggest_sell', 'Wanna sell %item_formatted_link for %cost_gold.', 0, 0, '', 'Je veux vendre %item_formatted_link pour %cost_gold', '', '想卖%item_formatted_link价格%cost_gold。', '', 'Quiero vender %item_formatted_link por %cost_gold.', '', ''),
('suggest_sell', 'Who needs %item_formatted_link? Only %cost_gold.', 0, 0, '', 'Qui a besoin de %item_formatted_link ? Seulement %cost_gold', '', '谁需要%item_formatted_link只要%cost_gold。', '', '¿Quién necesita %item_formatted_link? Solo %cost_gold.', '', ''),
('suggest_sell', 'Anyone needs %item_formatted_link for %cost_gold?', 0, 0, '', 'Quelqu\'un a besoin de %item pour %cost_gold ?', '', '%item_formatted_link吗%cost_gold', '', '¿Alguien necesita %item_formatted_link_link por %cost_gold?', '', ''),
('suggest_sell', '%cost_gold for %item_formatted_link. Less than AH!', 0, 0, '', '%cost_gold pour %item_formatted_link. Moins que l\'hôtel des ventes!', '', '%item_formatted_link只要%cost_gold比拍卖行便宜', '', '%cost_gold para %item_formatted_link. ¡Menos que en las subastas!', '', ''),
('suggest_sell', '%item_formatted_link is expensive, but I\'d sell it for %cost_gold.', 0, 0, '', '%item_formatted_link est cher, mais je le vendrais pour %cost_gold', '', '%item_formatted_link很贵%cost_gold卖', '', '%item_formatted_link es caro, pero lo vendería por %cost_gold.', '', ''),
('suggest_sell', 'You\'ll never find %item_formatted_link cheaper than %cost_gold!', 0, 0, '', 'Vous ne trouverez jamais %item_formatted_link moins cher que %cost_gold !', '', '你找不到比%cost_gold更便宜的%item_formatted_link', '', '¡Nunca encontrarás %item_formatted_link más barato que %cost_gold!', '', ''),
('suggest_sell', 'Need more than %item_formatted_link!', 0, 0, '', 'Besoin de plus de %item_formatted_link !', '', '需要更多的%item_formatted_link', '', '¡Necesito más %item_formatted_link!', '', ''),
('suggest_sell', 'I have %item_formatted_link and need more.', 0, 0, '', 'J\'ai %item_formatted_link et j\'en ai besoin de plus.', '', '我有%item_formatted_link还需要更多。', '', 'Tengo %item_formatted_link y necesito más. ¿Alguien me vende alguno?', '', ''),
('suggest_sell', 'Have %item_formatted_link. Who wants to buy for %cost_gold?', 0, 0, '', 'Avoir %item_formatted_link. Qui veut acheter pour %cost_gold ?', '', '有%item_formatted_link谁想以%cost_gold买', '', 'Tengo %item_formatted_link. ¿Quién quiere comprarlo por %cost_gold?', '', ''),
('suggest_sell', 'Anyone WTB %item_formatted_link for %cost_gold?', 0, 0, '', 'Quelqu\'un cherche à acheter %item_formatted_link pour %cost_gold ?', '', '%cost_gold买%item_formatted_link吗', '', '¿Alguien compra %item_formatted_link por %cost_gold?', '', ''),
('suggest_sell', 'What about %item_formatted_link? For %cost_gold.', 0, 0, '', 'Qu\'en est-il de %item_formatted_link ? Pour %cost_gold', '', '%item_formatted_link怎么样只要%cost_gold。', '', '¿Qué pasa con %item_formatted_link? Por el oro.', '', ''),
('suggest_sell', 'Who said I am a bastard? %item_formatted_link for %cost_gold is a good price.', 0, 0, '', 'Qui a dit que j\'étais un bâtard? %item_formatted_link pour %cost_gold est un bon prix.', '', '%item_formatted_link卖%cost_gold很划算了', '', '¿Quién ha dicho que soy un rata? %item_formatted_link por %cost_gold es una ganga.', '', ''),
('suggest_sell', 'I am selling %item_formatted_link? Just %cost_gold.', 0, 0, '', 'Je vends %item_formatted_link ? Juste %cost_gold', '', '%item_formatted_link%cost_gold', '', '¿Vendo %item_formatted_link? Solo %cost_gold.', '', ''),
('suggest_sell', 'LFG for farming. You can still buy %item_formatted_link I have for %cost_gold.', 0, 0, '', 'Cherche un groupe pour farming. Vous pouvez toujours acheter %item_formatted_link que j\'ai pour %cost_gold', '', '组队刷怪,有兴趣可以买我的%item_formatted_link仅%cost_gold。', '', 'LFG para farmear. Todavía puedes comprar %item_formatted_link que tengo por %cost_gold.', '', ''),
('suggest_sell', 'Sold almost everything today. Still have %item_formatted_link for %cost_gold.', 0, 0, '', 'Vendu presque tout aujourd\'hui. Vous avez encore %item_formatted_link pour %cost_gold', '', '%item_formatted_link%cost_gold', '', 'Se vendió casi todo hoy. Todavía tengo %item_formatted_link por %cost_gold.', '', ''),
('suggest_sell', 'What use for trade chat? Of course to sell %item_formatted_link for %cost_gold.', 0, 0, '', 'A quoi sert le tchat commercial? Bien sûr pour vendre %item_formatted_link pour %cost_gold', '', '%item_formatted_link%cost_gold', '', '¿De qué sirve el chat comercial? Por supuesto, para vender %item_formatted_link por %cost_gold.', '', ''),
('suggest_sell', 'Can anyone beat the price of %cost_gold for %item_formatted_link?', 0, 0, '', 'Quelqu\'un peut-il battre le prix de %cost_gold pour %item_formatted_link ?', '', '有人能比%cost_gold更低价卖%item_formatted_link吗', '', '¿Alguien puede superar el precio de %cost_gold por %item_formatted_link?', '', ''),
('suggest_sell', 'Wanna stop trade chat? Just buy %item_formatted_link? For %cost_gold!', 0, 0, '', 'Vous voulez arrêter le chat commercial? Vous venez d\'acheter %item_formatted_link ? Pour %cost_gold !', '', '%item_formatted_link%cost_gold', '', '¿Quieres detener el chat comercial? ¿Solo compra %item_formatted_link? ¡Por el oro!', '', ''),
('suggest_sell', 'Everybody spams in trade chat. Me too - %cost_gold for %item_formatted_link!', 0, 0, '', 'Tout le monde spamme dans le chat commercial. Moi aussi - %cost_gold pour %item_formatted_link !', '', '%item_formatted_link只要%cost_gold', '', 'Todo el mundo envía spam en el chat y yo también! ¡%item_formatted_link por %cost_gold!', '', ''),
('suggest_sell', 'Is %item_formatted_link any use? Just selling it for %cost_gold.', 0, 0, '', '%item_formatted_link est-il utile? Je le vends juste pour %cost_gold', '', '%item_formatted_link有用吗%cost_gold', '', '¿Es %item_formatted_link útil? Solo lo vendo por %cost_gold.', '', ''),
('suggest_sell', 'I have %item_formatted_link ready to sell you for %cost_gold.', 0, 0, '', 'J\'ai %item_formatted_link prêt à vous vendre pour %cost_gold', '', '我有%item_formatted_link准备卖给你只要%cost_gold。', '', 'Tengo %item_formatted_link listo a la venta por %cost_gold.', '', ''),
('suggest_sell', 'Did nothing yesterday but have got %item_formatted_link. Selling it for %cost_gold.', 0, 0, '', 'Je n\'ai rien fait hier mais j\'ai %item_formatted_link Je le vends pour %cost_gold', '', '昨天啥也没干,但搞到了%item_formatted_link卖了%cost_gold。', '', 'No hice nada ayer pero consegu\'i %item_formatted_link. Lo vendo por %cost_gold.', '', ''),
('suggest_sell', 'Farmed yesterday and got %item_formatted_link. Anyone wtb for %cost_gold?', 0, 0, '', 'Farmé hier et obtenu %item_formatted_link Quelqu\'un cherche à acheter pour %cost_gold ?', '', '昨天刷怪拿到了%item_formatted_link有人要买吗%cost_gold。', '', 'Ayer farmee y conseguí mucho %item_formatted_link. ¿Alguien lo quiere comprar por %cost_gold?', '', ''),
('suggest_sell', 'Bought %item_formatted_link yesterday. Anyone needs it for %cost_gold?', 0, 0, '', 'Acheté %item_formatted_link hier. Quelqu\'un en a besoin pour %cost_gold ?', '', '%item_formatted_link%cost_gold', '', 'Ayer compré %item_formatted_link. ¿Alguien lo quiere por %cost_gold?', '', ''),
('suggest_sell', 'Who asked for %item_formatted_link? The price is the same - %cost_gold.', 0, 0, '', 'Qui a demandé %item_formatted_link ? Le prix est le même - %cost_gold', '', '%item_formatted_link%cost_gold', '', '¿Quién pidió %item_formatted_link? El precio es el mismo: %cost_gold.', '', ''),
('suggest_sell', 'I sill have %item_formatted_link. WTB for %cost_gold?', 0, 0, '', 'J\'ai toujours %item_formatted_link. Cherche à acheter pour %cost_gold ?', '', '我还有%item_formatted_link有人要买吗%cost_gold。', '', 'Todavía tengo %item_formatted_link. ¿Alguien lo compra por %cost_gold?', '', ''),
('suggest_sell', 'I used to have more than %item_formatted_link. Now needs to sell it for %cost_gold.', 0, 0, '', 'J\'avais plus de %item_formatted_link Il faut maintenant le vendre pour %cost_gold', '', '%item_formatted_link%cost_gold', '', 'Solía tener más de %item_formatted_link. Ahora necesito venderlo por %cost_gold.', '', ''),
('suggest_sell', 'I wish I have more than %item_formatted_link. You could buy it for %cost_gold anyways.', 0, 0, '', 'J\'aimerais avoir plus de %item_formatted_link . Vous pouvez l\'acheter pour %cost_gold de toute façon.', '', '%item_formatted_link%cost_gold', '', 'Desearía tener más de %item_formatted_link. Podrías comprarlo por %cost_gold de todos modos.', '', ''),
('suggest_sell', 'What use for your gold? To buy my %item_formatted_link for %cost_gold.', 0, 0, '', 'A quoi sert votre or ? Pour acheter mon %item_formatted_link pour %cost_gold', '', '%item_formatted_link吧%cost_gold', '', '¿De qué sirve tu oro? Para comprar mi %item_formatted_link por %cost_gold.', '', ''),
('suggest_sell', 'Please spare some gold for me. You can buy %item_formatted_link for %cost_gold.', 0, 0, '', 'S\'il vous plaît, épargnez-moi de l\'or. Vous pouvez acheter %item_formatted_link pour %cost_gold', '', '%item_formatted_link%cost_gold', '', 'Por favor, dame algo de oro. Puedes comprar %item_formatted_link por %cost_gold.', '', ''),
('suggest_sell', 'Is %cost_gold is a good price for %item_formatted_link?', 0, 0, '', '%cost_gold est-il un bon prix pour %item_formatted_link ?', '', '%cost_gold买%item_formatted_link算好价吗', '', '¿%cost_gold es un buen precio para %item_formatted_link?', '', ''),
('suggest_sell', 'Just bought yesterday %item_formatted_links, but do not need it anymore. Anyone wants for %cost_gold?', 0, 0, '', 'Je viens d\'acheter hier %item_formatted_links , mais je n\'en ai plus besoin. Quelqu\'un veut %cost_gold ?', '', '%item_formatted_links%cost_gold', '', 'Ayer compré %item_formatted_link, pero ya no los necesito. ¿Alguien lo quiere por %cost_gold?', '', ''),
('suggest_sell', 'I am going to post %item_formatted_link on the AH but you can buy it now cheaper just for %cost_gold.', 0, 0, '', 'Je vais poster %item_formatted_link à l\'hôtel des ventes mais vous pouvez l\'acheter maintenant moins cher juste pour %cost_gold', '', '%item_formatted_link挂拍卖行便%cost_gold', '', 'Voy a poner %item_formatted_link en la casa de subastas pero puedes comprarlo ahora más barato solo por %cost_gold.', '', ''),
('suggest_sell', 'Why the #!@ have I bought %item_formatted_link? Anyone needs it for %cost_gold?', 0, 0, '', 'Pourquoi ai-je acheté le #!@ %item_formatted_link ? Quelqu\'un en a besoin pour %cost_gold ?', '', '我干嘛买了%item_formatted_link有人需要吗%cost_gold。', '', '¿Por qué #!@ he comprado %item_formatted_link? ¿Alguien lo necesita por %cost_gold?', '', ''),
-- response LFG/LFM channel
-- usable placeholders:
-- %quest_links
-- %other_name
-- %my_role
-- %zone_name
-- %area_name
-- %my_class
-- %my_race
-- %my_level
('response_lfg_quests_channel', 'I have %quest_links', 0, 0, '', '', '', '我有%quest_links任务', '', '', '', ''),
('response_lfg_quests_channel', 'I also have %quest_links', 0, 0, '', '', '', '我也有%quest_links任务', '', '', '', ''),
('response_lfg_quests_channel', 'I also have %quest_links, I am in %zone_name right now', 0, 0, '', '', '', '我也有%quest_links任务现在在%zone_name', '', '', '', ''),
('response_lfg_quests_channel', '%other_name, I also have %quest_links', 0, 0, '', '', '', '%other_name我也有%quest_links任务', '', '', '', ''),
('response_lfg_quests_channel', '%other_name, I also have %quest_links, I am in %zone_name right now', 0, 0, '', '', '', '%other_name我也有%quest_links任务现在在%zone_name', '', '', '', ''),
('response_lfg_quests_channel', 'I am up for %quest_links, I am in %zone_name right now', 0, 0, '', '', '', '我想做%quest_links任务现在在%zone_name', '', '', '', ''),
('response_lfg_quests_channel', 'I am up for %quest_links, I am %my_role', 0, 0, '', '', '', '我想做%quest_links任务我是%my_role', '', '', '', ''),
('response_lfg_quests_channel', '%other_name, I am up for %quest_links, I am in %zone_name right now', 0, 0, '', '', '', '%other_name我想做%quest_links任务现在在%zone_name', '', '', '', ''),
('response_lfg_quests_channel', '%other_name, I am up for %quest_links, I am %my_role', 0, 0, '', '', '', '%other_name我想做%quest_links任务我是%my_role', '', '', '', ''),
-- response LFG/LFM whisper
-- usable placeholders:
-- %quest_links
-- %other_name
-- %my_role
-- %zone_name
-- %area_name
-- %my_class
-- %my_race
-- %my_level
('response_lfg_quests_whisper', 'Hey, I\'m up for %quest_links', 0, 0, '', '', '', '%quest_links任务', '', '', '', ''),
('response_lfg_quests_whisper', 'Hey, I could do %quest_links with you', 0, 0, '', '', '', '%quest_links任务', '', '', '', ''),
('response_lfg_quests_whisper', 'Hey, I also have %quest_links', 0, 0, '', '', '', '%quest_links任务', '', '', '', ''),
('response_lfg_quests_whisper', 'Hey %other_name, I\'m up for %quest_links', 0, 0, '', '', '', '嘿,%other_name我想做%quest_links任务', '', '', '', ''),
('response_lfg_quests_whisper', 'Hey %other_name, I could do %quest_links with you', 0, 0, '', '', '', '嘿,%other_name我可以和你一起做%quest_links任务', '', '', '', ''),
('response_lfg_quests_whisper', 'Hey %other_name, I also have %quest_links', 0, 0, '', '', '', '嘿,%other_name我也有%quest_links任务', '', '', '', ''),
('response_lfg_quests_whisper', 'wanna group up for %quest_links ?', 0, 0, '', '', '', '想组队一起做%quest_links任务吗', '', '', '', ''),
('response_lfg_quests_whisper', 'I am up for %quest_links, I am in %zone_name right now', 0, 0, '', '', '', '我想做%quest_links任务现在在%zone_name', '', '', '', ''),
('response_lfg_quests_whisper', 'I am up for %quest_links, I am %my_role', 0, 0, '', '', '', '我想做%quest_links任务我是%my_role', '', '', '', ''),
-- response WTB channel
-- usable placeholders:
-- %formatted_item_links
-- %other_name
-- %my_role
-- %zone_name
-- %area_name
-- %my_class
-- %my_race
-- %my_level
('response_wtb_items_channel', '%other_name, I could sell you %formatted_item_links', 0, 0, '', '', '', '%other_name我可以卖给你%formatted_item_links', '', '', '', ''),
('response_wtb_items_channel', 'I could potentially sell %formatted_item_links', 0, 0, '', '', '', '我可能可以卖%formatted_item_links', '', '', '', ''),
('response_wtb_items_channel', 'Think I could sell %formatted_item_links', 0, 0, '', '', '', '我想我可以卖%formatted_item_links', '', '', '', ''),
('response_wtb_items_channel', '%other_name, I could potentially sell %formatted_item_links', 0, 0, '', '', '', '%other_name我可能可以卖%formatted_item_links', '', '', '', ''),
('response_wtb_items_channel', '%other_name, Think I could sell %formatted_item_links', 0, 0, '', '', '', '%other_name我想我可以卖%formatted_item_links', '', '', '', ''),
-- response WTB channel
-- usable placeholders:
-- %formatted_item_links
-- %other_name
-- %my_role
-- %zone_name
-- %area_name
-- %my_class
-- %my_race
-- %my_level
('response_wtb_items_whisper', 'I could sell you %formatted_item_links', 0, 0, '', '', '', '我可以卖给你%formatted_item_links', '', '', '', ''),
('response_wtb_items_whisper', 'Hey, I got %formatted_item_links for sale', 0, 0, '', '', '', '嘿,我有%formatted_item_links要卖', '', '', '', ''),
('response_wtb_items_whisper', 'Hey, I could potentially sell %formatted_item_links', 0, 0, '', '', '', '嘿,我可能可以卖%formatted_item_links', '', '', '', ''),
-- /////////////////////////////
-- generic events
-- quest
('quest_accept', 'Quest accepted', 0, 0, '', '', '', '任务已接受', '', 'Misión aceptada', '', 'Квест взят'),
('quest_remove', 'Quest removed', 0, 0, '', '', '', '任务已移除', '', 'Misión eliminada', '', 'Квест отменен'),
('quest_cant_take', 'I can\'t take this quest', 0, 0, '', '', '', '', '', 'No puedo tomar esta búsqueda', '', 'Я не могу взять этот квест'),
('quest_error_talk', 'I can\'t talk with the quest giver', 0, 0, '', '', '', '我无法与任务发布者交谈', '', 'No puedo hablar con el propietario de la mision', '', ''),
('quest_error_completed', 'I have already completed %quest', 0, 0, '', '', '', '我已经完成了%quest任务', '', 'Ya he completado la mision %quest', '', ''),
('quest_error_have_quest', 'I already have %quest', 0, 0, '', '', '', '我已经有了%quest任务', '', 'Ya tengo la mision %quest', '', ''),
('quest_error_cant_take', 'I can\'t take %quest', 0, 0, '', '', '', '%quest任务', '', 'No puedo aceptar la mision %quest', '', ''),
('quest_error_log_full', 'I can\'t take %quest because my quest log is full', 0, 0, '', '', '', '任务日志已满,无法接受%quest任务', '', 'No puedo aceptar la mision %quest porque mi registro de misiones esta completo', '', ''),
('quest_error_bag_full', 'I can\'t take %quest because my bag is full', 0, 0, '', '', '', '%quest任务', '', 'No puedo aceptar la mision %quest porque mi inventario esta lleno', '', ''),
('quest_accepted', 'I have accepted %quest', 0, 0, '', '', '', '%quest任务', '', 'He aceptado la mision %quest', '', ''),
('quest_status_incomplete', 'I have not completed the quest %quest', 0, 0, '', '', '', '%quest任务', '', 'No he completado la mision %quest', '', ''),
('quest_status_available', 'Quest %quest available', 0, 0, '', '', '', '%quest任务可用', '', 'Mision %quest disponible', '', ''),
('quest_status_failed', 'I have failed the quest %quest', 0, 0, '', '', '', '%quest任务', '', 'He fallado la mision %quest', '', ''),
('quest_status_unable_to_complete', 'I am unable to turn in the quest %quest', 0, 0, '', '', '', '%quest任务', '', 'No puedo entregar la mision %quest', '', ''),
('quest_status_completed', 'I have completed the quest %quest', 0, 0, '', '', '', '%quest任务', '', 'He completado la mision %quest', '', ''),
('quest_status_complete_single_reward', 'I have completed the quest %quest and received %item', 0, 0, '', '', '', '%quest任务%item', '', 'He completado la mision %quest y he recibido %item', '', ''),
('quest_status_complete_pick_reward', 'Which reward should I pick for completing the quest %quest?%rewards', 0, 0, '', '', '', '%quest任务后我该选哪个奖励%rewards', '', '¿Que recompensa deberia escoger por completar la mision %quest?%rewards', '', ''),
('quest_choose_reward', 'Okay, I will pick %item as a reward', 0, 0, '', '', '', '%item作为奖励', '', 'De acuerdo, voy a escoger %item de recompensa', '', ''),
-- stuff
('hello', 'Hello', 0, 0, '', '', '', '', '', 'Hola', '', 'Привет'),
('hello', 'Hello!', 0, 0, '', '', '', '', '', '¡Hola!', '', 'Привет!'),
('hello', 'Hi', 0, 0, '', '', '', '', '', 'Hola', '', 'Прив'),
('hello', 'Hi!', 0, 0, '', '', '', '', '', '¡Hola!', '', 'Прив!'),
('hello', 'Hello there!', 0, 0, '', '', '', '', '', '¡Hola!', '', 'Здарова!'),
('hello_follow', 'Hello, I follow you!', 0, 0, '', '', '', '', '', '¡Hola, te sigo!', '', 'Привет, иду за тобой!'),
('hello_follow', 'Hello, lead the way!', 0, 0, '', '', '', '', '', '¡Hola, guía el camino!', '', 'Привет, веди!'),
('hello_follow', 'Hi, lead the way!', 0, 0, '', '', '', '', '', '¡Hola, guía el camino!', '', 'Прив, веди!'),
('join_group', 'Hey %player, do you want join my group?', 0, 0, '', '', '', '%player', '', 'Oye %player, ¿Quieres unirte a mi grupo?', '', ''),
('join_raid', 'Hey %player, do you want join my group?', 0, 0, '', '', '', '%player', '', 'Oye %player, ¿Quieres unirte a mi banda?', '', ''),
('logout_cancel', 'Logout cancelled!', 0, 0, '', '', '', '', '', 'Cerrar sesión cancelado!', '', 'Логаут отменен!'),
('logout_start', 'I\'m logging out!', 0, 0, '', '', '', '我要下线了!', '', '¡Me estoy desconectando!', '', 'Я выхожу из игры!'),
('goodbye', 'Goodbye!', 0, 0, '', '', '', '再见!', '', '¡Adiós!', '', 'Пока!'),
('goodbye', 'Bye bye!', 0, 0, '', '', '', '拜拜!', '', '¡Adiós!', '', 'Пока пока!'),
('goodbye', 'See you later!', 0, 0, '', '', '', '回头见!', '', '¡Hasta luego!', '', 'Увидимся позже!'),
-- /////////////////////////////
-- replies
-- replies 0
('reply', 'what was that %s?', 0, 0, '', 'c\'était quoi ce %s?', '', '%s', '', '¿qué has dicho %s?', '', ''),
('reply', 'not sure I understand %s?', 0, 0, '', 'pas sûr de comprendre %s?', '', '%s', '', '¿no estoy seguro de entenderte %s?', '', ''),
('reply', 'uh... no clue what yer talkin bout', 0, 0, '', 'euh... aucune idée de quoi tu parles', '', '...', '', 'uh... ni idea de lo que estás hablando', '', ''),
('reply', 'you talkin to me %s?', 0, 0, '', 'tu me parles %s?', '', '%s', '', '¿Me hablas a %s?', '', ''),
('reply', 'whaaaa?', 0, 0, '', 'quoiaaa?', '', '', '', '¿quéaaa?', '', ''),
('reply', 'huh?', 0, 0, '', 'hein?', '', '', '', '¿eh?', '', ''),
('reply', 'what?', 0, 0, '', 'Quoi?', '', '', '', '¿qué?', '', ''),
('reply', 'are you talking?', 0, 0, '', 'parles-tu?', '', '', '', '¿estás hablando?', '', ''),
('reply', 'whatever dude', 0, 0, '', 'peu importe mec', '', '便', '', 'Menudo tio...', '', ''),
('reply', 'you lost me', 0, 0, '', 'tu m\'as perdu', '', '我没跟上你的意思', '', 'No entiendo ni papa', '', ''),
('reply', 'Bla bla bla...', 0, 0, '', 'Bla bla bla...', '', 'blah blah blah...', '', 'Bla bla bla...', '', ''),
('reply', 'What did you say, %s?', 0, 0, '', 'Qu\'as-tu dis, %s?', '', '%s', '', '¿Qué me estas contando %s?', '', ''),
('reply', 'Concentrate on the game, %s!', 0, 0, '', 'Concentres-toi sur le jeu, %s!', '', '%s', '', '¡Concéntrate en el juego, %s!', '', ''),
('reply', 'Chatting with you %s is so great! I always wanted to meet you', 0, 0, '', 'Discuter avec vous %s est tellement génial! J\'ai toujours voulu te rencontrer', '', '跟你聊天真开心,%s早就想认识你了', '', '¡%s, chatear contigo es genial! Siempre quise conocerte', '', ''),
('reply', 'These chat-messages are freaking me out! I feel like I know you all!', 0, 0, '', 'Ces messages du chat me font flipper! J\'ai l\'impression de vous connaître tous!', '', '这些聊天消息吓到我了!感觉我认识你们所有人!', '', '¡Estos mensajes de chat me están asustando! ¿De que cojones estais hablando?', '', ''),
('reply', 'YEAH RIGHT! HAHA SURE!!!', 0, 0, '', 'OUI EN EFFET! AHAH BIEN SÛR!!!', '', '对对对!哈哈,绝对!', '', '¡SÍ, CORRECTO! ¡¡¡JAJA SEGURO!!!', '', ''),
('reply', 'I believe you!!!', 0, 0, '', 'Je te crois!!!', '', '我信你!!!', '', '¡Si, claro!', '', ''),
('reply', 'OK, uhuh LOL', 0, 0, '', 'OK, euh LOL', '', '好吧,嗯,哈哈', '', 'OK, uhuh LOL', '', ''),
('reply', 'Why is everybody always saying the same things???', 0, 0, '', 'Pourquoi tout le monde dit toujours la même chose???', '', '为啥大家老说一样的话???', '', '¿Por qué todo el mundo siempre dice lo mismo?', '', ''),
('reply', 'Hey %s....oh nevermind!', 0, 0, '', 'Hé %s.... oh tant pis!', '', '嘿,%s...算了,不说了!', '', 'Oye %s... ¡oh, no importa!', '', ''),
('reply', 'What are you talking about %s', 0, 0, '', 'De quoi parlez-vous %s', '', '你在说啥,%s', '', 'De qué estás hablando %s', '', ''),
('reply', 'Who said that? I resemble that remark', 0, 0, '', 'Qui a dit ça? je ressemble à cette remarque', '', '谁说的?我咋觉得是在说我?', '', '¿Quién ha dicho eso? ¿Estais hablando de mi?', '', ''),
('reply', 'wtf are you all talking about', 0, 0, '', '', '', '你们都在说啥啊?', '', '', '', ''),
('reply', 'fr fr no cap on a stack', 0, 0, '', '', '', '真的,绝对不骗人', '', '', '', ''),
('reply', 'your not getting jack shit', 0, 0, '', '', '', '你啥也别想拿到', '', '', '', ''),
('reply', 'swag', 0, 0, '', '', '', '酷毙了', '', '', '', ''),
('reply', 'ty!', 0, 0, '', '', '', '谢谢!', '', '', '', ''),
('reply', 'no', 0, 0, '', '', '', '', '', '', '', ''),
('reply', 'Yep', 0, 0, '', '', '', '', '', '', '', ''),
('reply', 'f', 0, 0, '', '', '', '致敬', '', '', '', ''),
('reply', '%s no shit xD', 0, 0, '', '', '', '%s废话 xD', '', '', '', ''),
('reply', 'why is that', 0, 0, '', '', '', '为啥呢', '', '', '', ''),
('reply', 'lmao', 0, 0, '', '', '', '笑死我了', '', '', '', ''),
('reply', 'thought i should remain silent, was getting confused from chat again', 0, 0, '', '', '', '我还是闭嘴吧,聊天又把我搞晕了', '', '', '', ''),
('reply', 'i can get realy jealous', 0, 0, '', '', '', '我可会嫉妒了', '', '', '', ''),
('reply', '%s you can\'t hear the dripping sarcasm in my text', 0, 0, '', '', '', '%s', '', '', '', ''),
('reply', 'he said no homo, it\'s fine', 0, 0, '', '', '', '他说没别的意思,那就没事', '', '', '', ''),
('reply', 'dwarf moment', 0, 0, '', '', '', '矮人时刻', '', '', '', ''),
('reply', 'Yes %s', 0, 0, '', '', '', '是的,%s', '', '', '', ''),
('reply', 'interesting...', 0, 0, '', '', '', '有意思...', '', '', '', ''),
('reply', 'lol', 0, 0, '', '', '', '哈哈', '', '', '', ''),
('reply', '%s fuck you man :D', 0, 0, '', '', '', '%s去你的吧 :D', '', '', '', ''),
('reply', ':^)', 0, 0, '', '', '', ':^)', '', '', '', ''),
('reply', 'ty', 0, 0, '', '', '', '谢谢', '', '', '', ''),
('reply', '%s well said', 0, 0, '', '', '', '%s说得好', '', '', '', ''),
('reply', 'yay', 0, 0, '', '', '', '耶!', '', '', '', ''),
('reply', 'yeah', 0, 0, '', '', '', '', '', '', '', ''),
('reply', 'ooooooh', 0, 0, '', '', '', '哦哦哦', '', '', '', ''),
('reply', 'hmm', 0, 0, '', '', '', '', '', '', '', ''),
('reply', 'yeah right', 0, 0, '', '', '', '对对对', '', '', '', ''),
('reply', 'you made me gag wtf', 0, 0, '', '', '', '你让我恶心了,啥玩意', '', '', '', ''),
('reply', 'hot', 0, 0, '', '', '', '火辣', '', '', '', ''),
('reply', 'hoes mad', 0, 0, '', '', '', '有人生气了', '', '', '', ''),
('reply', 'what have you been eating %s', 0, 0, '', '', '', '你吃啥了,%s', '', '', '', ''),
('reply', 'wtf', 0, 0, '', '', '', '啥玩意', '', '', '', ''),
('reply', 'i will attempt to understand that comment', 0, 0, '', '', '', '我会试着理解你的话', '', '', '', ''),
('reply', '*confused*', 0, 0, '', '', '', '*困惑*', '', '', '', ''),
('reply', 'fuck yea', 0, 0, '', '', '', '太棒了', '', '', '', ''),
('reply', '0/10 would not read again', 0, 0, '', '', '', '0/10不会再看', '', '', '', ''),
('reply', '10/10 would read again', 0, 0, '', '', '', '10/10会再看', '', '', '', ''),
('reply', '6/10 would read', 0, 0, '', '', '', '6/10还行吧', '', '', '', ''),
('reply', '7/10 would', 0, 0, '', '', '', '7/10值得一看', '', '', '', ''),
('reply', 'based', 0, 0, '', '', '', '靠谱', '', '', '', ''),
('reply', 'oh yeah maybe', 0, 0, '', '', '', '哦,对,可能吧', '', '', '', ''),
('reply', 'yeah so what', 0, 0, '', '', '', '对,那又怎样', '', '', '', ''),
-- replies 1
('reply', 'hey %s i havent forgotten you', 0, 1, '', 'salut %s je ne t\'ai pas oublié', '', '%s', '', 'hey %s no te he olvidado', '', ''),
('reply', 'you piss me off %s', 0, 1, '', 'tu me fais chier %s', '', '%s', '', 'me cabreas %s', '', ''),
('reply', 'im gunna get you this time %s', 0, 1, '', 'je vais t\'avoir cette fois %s', '', '这次我得搞定你,%s', '', 'voy a atraparte esta vez %s', '', ''),
('reply', 'better watch your back %s', 0, 1, '', 'mieux vaut surveiller vos arrières %s', '', '小心你的背后,%s', '', 'mejor cuida tu espalda %s', '', ''),
('reply', 'i did not like last round so much', 0, 1, '', 'je n\'ai pas tellement aimé le dernier tour', '', '', '', 'no me gustó tanto la última ronda', '', ''),
('reply', 'i sucked last round thanks to %s', 0, 1, '', 'j\'ai merdé le dernier tour grâce à %s', '', '上一轮我表现烂透了,多亏了%s', '', 'chupé la última ronda gracias a %s', '', ''),
('reply', 'prepare to die %s', 0, 1, '', 'préparez-vous à mourir %s', '', '准备受死吧,%s', '', 'prepárate para morir %s', '', ''),
('reply', 'dont appreciate you killin me %s', 0, 1, '', 'j\'apprécie pas que tu me tues %s', '', '%s', '', 'no aprecio que me mates %s', '', ''),
('reply', '%s, i hate you', 0, 1, '', '%s, je te déteste', '', '%s', '', '%s, te odio', '', ''),
('reply', 'grrrrrr, ill get you this time %s', 0, 1, '', 'grrrrrr, je vais t\'avoir cette fois %s', '', '哼,这次我一定抓住你,%s', '', 'grrrrrr, te libraste esta vez %s', '', ''),
('reply', 'well fuck you', 0, 1, '', 'eh bien va te faire foutre', '', '去你的', '', 'vamos a la mierda', '', ''),
('reply', '%s i\'ll vomit into your fkin mouth', 0, 1, '', '', '', '%s', '', '', '', ''),
('reply', 'dont fucking judge me', 0, 1, '', '', '', '', '', '', '', ''),
('reply', 'Yo momma so fat, she can\'t even fit through the Dark Portal', 0, 1, '', '', '', '你妈胖得连黑暗之门都挤不过去', '', '', '', ''),
-- replies 2
('reply', 'wtf', 0, 2, '', 'wtf', '', '啥玩意', '', 'wtf', '', ''),
('reply', 'wtf??', 0, 2, '', 'wtf??', '', '啥玩意??', '', 'wtf??', '', ''),
('reply', 'low life', 0, 2, '', 'faible durée de vie', '', '垃圾', '', 'low life', '', ''),
('reply', 'wth', 0, 2, '', 'wth', '', '啥情况', '', 'wth', '', ''),
('reply', 'sucked', 0, 2, '', 'Ça craint', '', '太烂了', '', 'chupate esa', '', ''),
('reply', 'REMATCH!!! im taking him down', 0, 2, '', 'REMATCH!!! je le descends', '', '再来一局!!我要干掉他', '', '¡¡REVANCHA!!! lo estoy derribando', '', ''),
('reply', 'pathetic, i got killed by %s', 0, 2, '', 'pathétique, j\'ai é tué par %s', '', '%s杀了', '', 'patético, me mató %s', '', ''),
('reply', 'ok i\'m done', 0, 2, '', '', '', '好了,我完蛋了', '', '', '', ''),
-- replies 3
('reply', 'hehe, i nailed %s?', 0, 3, '', 'hehe, j\'ai cloué %s?', '', '%s', '', 'jeje, ¿acerté a %s?', '', ''),
('reply', 'that was too easy, killin %s', 0, 3, '', 'c\'était trop facile, de tuer %s', '', '太简单了,干掉%s', '', 'fue demasiado fácil matar a %s', '', ''),
('reply', 'gotcha mofo', 0, 3, '', 'je t\'ai eu enfoiré', '', '', '', 'te pille hijo de perra', '', ''),
('reply', 'ha ha', 0, 3, '', 'ha ha', '', '', '', 'ja, ja', '', ''),
('reply', 'loser', 0, 3, '', 'loser', '', '', '', 'loser', '', ''),
('reply', 'i killed %s and yer all next dudes', 0, 3, '', 'j\'ai tué %s et vous tous les prochains mecs', '', '我杀了%s你们下一个', '', 'yo maté a %s y a todos los siguientes tipos', '', ''),
('reply', 'oh yeah i owned him', 0, 3, '', 'oh ouais je l\'ai possédé', '', '', '', 'oh, , lo tenía', '', ''),
('reply', 'im a killin machine', 0, 3, '', 'je suis une machine à tuer', '', '', '', 'soy una máquina de matar', '', ''),
('reply', '%s, this reminds me of a Slayer song...all this bloodshed', 0, 3, '', '%s, ça me rappelle une chanson de Slayer... tout ce bain de sang', '', '%sSlayer的歌...', '', '%s, esto me recuerda a una canción de Slayer... todo este derramamiento de sangre', '', ''),
('reply', 'sorry, %s. can we do the scene again?', 0, 3, '', 'désolé, %s. peut-on refaire la scène?', '', '%s', '', 'lo siento, %s. ¿Podemos hacer la escena de nuevo?', '', ''),
('reply', 'so....how do you like being worm food %s???', 0, 3, '', 'alors... comment aimez-vous être de la nourriture pour vers %s???', '', '...%s', '', 'así que... ¿cómo te gusta ser comida de gusanos %s???', '', ''),
('reply', 'yer supposed to be dead, %s its part of the game!!!!!', 0, 3, '', 'tu es censé être mort, %s ça fait partie du jeu!!!!!', '', '%s', '', '¡¡Se supone que estás muerto, %s es parte del juego!!!!!', '', ''),
('reply', 'sorry, %s. that looked as good as an Andy Worhol painting!', 0, 3, '', 'désolé, %s. ça avait l\'air aussi bien qu\'une peinture d\'Andy Warhol!', '', '抱歉,%s那看起来就像安迪·沃霍尔的画一样棒', '', 'lo siento, %s. ¡Eso se veía tan bien como una pintura de Andy Worhol!', '', ''),
('reply', '%s, ill use the rubber bullets next time !', 0, 3, '', '%s, j\'utiliserai pas les balles en caoutchouc la prochaine fois!', '', '%s', '', '%s, ¡usaré las balas de goma la próxima vez!', '', ''),
('reply', 'whatsamatter, %s?? lose your head? hahaha gotta keep cool!!', 0, 3, '', 'qu\'importe, %s ?? tu perds la tête? hahaha faut rester cool!!', '', '咋了,%s丢了脑袋哈哈得冷静', '', '¿qué pasa, %s?? ¿has perdido la cabeza? jajaja tengo que mantener la calma!!', '', ''),
('reply', 'i had to do it, %s. You understand. The Director said so!!', 0, 3, '', 'je devais le faire, %s. Tu comprends. Le directeur l\'a dit!!', '', '%s', '', 'Tenía que hacerlo, %s. Entiendelo... ¡¡Dios me lo ordenó!!', '', ''),
('reply', 'hey %s.......MUAHAHAHAHAHAHAHAHAHAHA', 0, 3, '', 'Salut %s.......MUAHAHAHAHAHAHAHAHAHAHA', '', '%s.......', '', 'hey %s.......MUAHAHAHAHAHAHAHAHAHAHA', '', ''),
('reply', '%s, i enjoyed that one!! Lets play it again Sam', 0, 3, '', '%s, j\'ai adoré celui-là !! Jouons à nouveau Sam', '', '%s我很喜欢这次再玩一次吧Sam', '', '%s, ¡disfruté ese! Juguemos de nuevo Sam', '', ''),
('reply', 'hey, %s! ju can start callin me scarface.. ju piece of CHIT!!!!', 0, 3, '', 'Hé, %s ! ju peut commencer à m\'appeler Scarface .. ju merde!!!!', '', '%s..', '', '¡oye, %s! ¡Puedes empezar a llamarme caracortada... ¡¡¡un trozo de CHIT!!!', '', ''),
('reply', 'are you talking to me %s??', 0, 3, '', 'tu me parles %s ??', '', '%s', '', '¿me estás hablando a %s?', '', ''),
('reply', '%s get it right this time, dont stand in front of my bullets.', 0, 3, '', '%s réussis cette fois, ne te tiens pas devant mes balles.', '', '%s', '', '%s hazlo bien esta vez, no te pares frente a mis balas.', '', ''),
('reply', '%s, what are you laying around for??? hehe', 0, 3, '', '%s, pourquoi traînes-tu??? ', '', '%s', '', '%s, ¿para qué estás tirado? jeje', '', ''),
('reply', 'laughed real hard', 0, 3, '', '', '', '', '', '', '', ''),
-- replies 4
('reply', 'hi %s', 0, 4, '', 'salut %s', '', '%s', '', 'hola %s', '', ''),
('reply', 'oh, hi %s', 0, 4, '', 'oh, salut %s', '', '%s', '', 'oh, hola %s', '', ''),
('reply', 'wazzup %s!!!', 0, 4, '', 'Quoi de neuf %s!!!', '', '%s', '', 'wazzup %s!!!', '', ''),
('reply', 'hi', 0, 4, '', 'salut', '', '', '', 'hi', '', ''),
('reply', 'wazzup', 0, 4, '', 'wazzup', '', '', '', 'wazzup', '', ''),
('reply', 'hello %s', 0, 4, '', 'bonjour %s', '', '%s', '', 'hola %s', '', ''),
('reply', 'hi %s, do i know you?', 0, 4, '', 'Salut %s, est-ce que je te connais ?', '', '%s', '', 'hola %s, ¿te conozco?', '', ''),
('reply', 'hey %s', 0, 4, '', 'salut %s', '', '%s', '', 'hey %s', '', ''),
('reply', 'hai %s', 0, 4, '', 'ha %s', '', '%s', '', 'hai %s', '', ''),
('reply', 'wth', 0, 6, '', 'wth', '', '', '', 'wth', '', ''),
('reply', 'wtf', 0, 6, '', 'wtf', '', '', '', 'que cojones!', '', ''),
('reply', 'this is bs', 0, 6, '', 'c\'est bs', '', '这太扯了', '', 'esto es una mierda', '', ''),
('reply', 'admin', 0, 6, '', 'admin', '', '管理员', '', 'admin', '', ''),
('reply', 'hey %s quit abusing your admin', 0, 6, '', 'hé %s arrête d\'abuser de ton admin', '', '%s', '', 'hey %s deja de abusar de tu poder de administrador', '', ''),
('reply', 'leave me alone admin!', 0, 6, '', 'laissez-moi tranquille admin!', '', '', '', '¡déjame en paz administrador!', '', ''),
('reply', 'you suck admin', 0, 6, '', 'tu es nul admin', '', '', '', 'apestas administrador', '', ''),
('reply', 'thats my name, what you want %s', 0, 5, '', 'c\'est mon nom, qu\'est-ce que tu veux %s', '', '%s', '', 'ese es mi nombre, ¿que quieres %s?', '', ''),
('reply', 'yes???', 0, 5, '', 'Oui???', '', '', '', '???', '', ''),
('reply', 'uh... what', 0, 5, '', 'euh ...quoi', '', '...', '', 'uh... qué', '', ''),
('reply', 'you talkin to me %s?', 0, 5, '', 'tu me parles %s ?', '', '%s', '', '¿Me hablas a %s?', '', ''),
-- taunts
('taunt', 'I have puppies under my armor!', 0, 0, '', 'J\'ai des chiots sous mon armure !', '', '我的铠甲下藏着小狗崽呢!', '', '¡Tengo cachorros bajo mi armadura!', '', ''),
('taunt', 'Bite me, <target>!', 0, 0, '', 'Mords moi, <target>!', '', '来咬我啊,<target>', '', '¡Muérdeme, <target>!', '', ''),
('taunt', 'Hey <target>! Guess what your mom said last night!', 0, 0, '', 'Hey <target>! Devine ce que ta mère a dit hier soir!', '', '嘿,<target>!猜猜昨晚你妈说了啥!', '', '¡Oye, <target>! ¡Adivina lo que me dijo tu madre anoche!', '', ''),
('taunt', '<target>, you\'re so ugly you couldn\'t score in a monkey whorehouse with a bag of bananas!', 0, 0, '', '<target>, tu es si moche que tu ne pourrais pas marquer dans un bordel de singes avec un sac de bananes!', '', '<target>,你丑得连拿着香蕉去猴子窝都找不到伴儿!', '', '<target>, ¡eres tan feo que no podrías anotar en un burdel de monos con una bolsa de plátanos!', '', ''),
('taunt', 'Shut up <target>, you\'ll never be the man your mother is!!', 0, 0, '', 'Tais-toi <target>, tu ne seras jamais l\'homme qu\'est ta mère!!', '', '<target>', '', 'Cállate <target>, ¡nunca serás el hombre que es tu madre!', '', ''),
('taunt', 'Your mother was a hampster and your father smelt of elderberries!!!!', 0, 0, '', 'Ta mère était un hamster et ton père sentait le sureau!!!!', '', '', '', 'Tu madre era un hámster y tu padre olía a bayas de saúco!!!!', '', ''),
('taunt', 'I don\'t want to talk to you no more, you empty headed animal food trough wiper!!!', 0, 0, '', 'Je ne veux plus te parler, espèce d\'essuyeur d\'abreuvoirs pour animaux tête vide!!!', '', '我不想再跟你废话,你这个空脑壳的牲口槽擦手!', '', '¡¡No quiero hablar más contigo, limpiaparabrisas de cabeza vacía!', '', ''),
('taunt', 'I fart in your general direction!!!', 0, 0, '', 'Je pète dans votre direction générale!!!', '', '我朝你的大致方向放了个屁!', '', '¡¡Me tiro un pedo en tu dirección general!!!', '', ''),
('taunt', 'Go and boil your bottom, you son of a silly person!!!', 0, 0, '', 'Va te faire cuire le cul, fils d\'idiot!!!', '', '', '', '¡Ve y hierve tu trasero, hijo de una persona tonta!', '', ''),
('taunt', 'What are you going to do <target>, bleed on me? HAVE AT YOU!', 0, 0, '', 'Qu\'est ce que tu vas faire <target>, saigner sur moi? A VOUS!', '', '<target>,你能干啥,流血溅我一身吗?来吧!', '', '¿Qué vas a hacer <target>, llorar?', '', ''),
('taunt', 'M-O-O-N! That spells aggro!', 0, 0, '', 'PUNAISE! Ce sort aggro!', '', '月-亮!这就是仇恨的咒语!', '', '¡LUNA! ¡Eso deletrea agresividad!', '', ''),
('taunt', 'You\'re about as useful as a one-legged man in an ass kicking contest.', 0, 0, '', 'Tu es à peu près aussi utile qu\'un homme unijambiste dans un concours de coups de pied au cul.', '', '你就像独腿男参加踢屁股比赛,屁用没有!', '', 'Eres tan útil como un hombre con una sola pierna en un concurso de patadas en el culo.', '', ''),
('taunt', 'Hey <target>! Stop hitting on them, they\'re not your type. They aren\'t inflatable.', 0, 0, '', 'Hey <target>! Arrête de les draguer, ce n\'est pas ton genre. Ils ne sont pas gonflables.', '', '<target>', '', '¡Oye, <target>! Deja de coquetear con ellos, no son tu tipo. No son inflables.', '', ''),
('taunt', '<target> you\'re so far outta your league, you\'re playing a different sport.', 0, 0, '', '<target> vous êtes tellement hors de votre ligue que vous pratiquez un sport différent.', '', '<target>', '', '<target> estás tan lejos de tu liga, estás jugando un deporte diferente.', '', ''),
('taunt', 'You made a big mistake today <target>, you got out of bed.', 0, 0, '', 'Tu as fait une grosse erreur aujourd\'hui <target>, tu es sorti du lit.', '', '今天你犯了个大错,<target>,你不该下床的!', '', 'Cometiste un gran error hoy <target>, te levantaste de la cama.', '', ''),
('taunt', 'I wanna try turning into a horse, but I need help. I\'ll be the front, you be yourself.', 0, 0, '', 'Je veux essayer de me transformer en cheval, mais j\'ai besoin d\'aide. Je serai devant, tu seras toi-même.', '', '', '', 'Quiero intentar convertirme en un caballo, pero necesito ayuda. Yo seré el frente, mismo.', '', ''),
('taunt', 'Can I borrow your face for a few days? My ass is going on holiday....', 0, 0, '', 'Puis-je emprunter votre visage pendant quelques jours? Mon cul part en vacances....', '', '', '', '¿Me prestas tu cara por unos días? Mi culo se va de vacaciones...', '', ''),
('taunt', 'I\'d like to give you a going away present... First you do your part.', 0, 0, '', 'J\'aimerais vous offrir un cadeau de départ... D\'abord, donnes ta part.', '', '我想送你个离别礼物……先把你那份做好。', '', 'Me gustaría darte un regalo de despedida... Primero haz tu parte.', '', ''),
('taunt', 'Before you came along we were hungry, Now we\'re just fed up.', 0, 0, '', 'Avant que tu n\'arrives nous avions faim, maintenant nous en avons juste marre.', '', '在你来之前我们还饿着,现在只是对你腻了。', '', 'Antes de que llegaras teníamos hambre, ahora estamos hartos', '', ''),
('taunt', 'I like you. People say I have no taste, but I like you.', 0, 0, '', 'Je t\'aime bien. Les gens disent que je n\'ai pas de goût, mais je t\'aime bien.', '', '', '', 'Me gustas. La gente dice que no tengo gusto, pero me gustas.', '', ''),
('taunt', 'I think you have an inferiority complex, but that\'s okay, it\'s justified.', 0, 0, '', 'Je pense que tu as un complexe d\'infériorité, mais il n\'y a pas de problème, c\'est justifié.', '', '我觉得你有自卑情结,不过没关系,这是有理由的。', '', 'Creo que tienes complejo de inferioridad, pero está bien, está justificado', '', ''),
('taunt', 'Hence rotten thing! Or I shall shake thy bones out of thy garments.', 0, 0, '', 'Par conséquent chose pourrie! Je vais secouer tes os de tes vêtements.', '', '去吧,腐烂的东西!不然我要把你的骨头从衣服里抖出来!', '', '¡Por lo tanto, cosa podrida! o te sacudiré los huesos de las vestiduras.', '', ''),
('taunt', 'I can\'t believe I\'m wasting my time with you!', 0, 0, '', 'Je n\'arrive pas à croire que je perds mon temps avec toi!', '', '', '', '¡No puedo creer que estoy perdiendo el tiempo contigo!', '', ''),
('taunt', 'I love it when someone insults me, it means I don\'t have to be nice anymore.', 0, 0, '', 'J\'adore quand quelqu\'un m\'insulte, ça veut dire que je n\'ai plus besoin d\'être gentil.', '', '', '', 'Me encanta cuando alguien me insulta, significa que ya no tengo que ser amable', '', ''),
('taunt', 'Thou leathern-jerkin, crystal-button, knot-pated, agatering, puke-stocking, caddis-garter, smooth-tongue, Spanish pouch!', 0, 0, '', 'Toi l\'agent fédéral, pourpoint en cuir, bouton de cristal, anneau d\'agate, bas vomi, jarretière caddis, pochette espagnole!', '', '西', '', '¡, jubón de cuero, botón de cristal, anudado, ágata, medias de vómito, liga de caddis, lengua suave, bolsa española!', '', ''),
('taunt', 'Thou qualling bat-fowling malt-worm!', 0, 0, '', 'Toi qualificatif de chauve-souris qui chasse le ver de malt!', '', '', '', '¡, gusano de malta cazador de murciélagos!', '', ''),
('taunt', 'Thou art truely an idol of idiot-worshippers!', 0, 0, '', 'Tu es vraiment une idole d\'adorateurs d\'idiots!', '', '', '', '¡Eres verdaderamente un ídolo de los adoradores de idiotas!', '', ''),
('taunt', 'Thou misbegotten knotty-pated wagtail!', 0, 0, '', 'Tu es une bergeronnette printanière mal engendrée!', '', '', '', '¡Maldito lavandero nudoso!', '', ''),
('taunt', 'Thou whoreson mandrake, thou art fitter to be worn in my cap than to wait at my heels!', 0, 0, '', 'Toi putain de mandragore, tu es plus apte à être porté dans ma casquette qu\'à attendre sur mes talons!', '', '你这该死的曼德拉草,戴在我帽子上都比跟在我脚后跟合适!', '', '¡Hijo de puta mandrágora, eres mejor para que te lleve en mi gorra que para que me pise los talones!', '', ''),
('taunt', 'You! You scullion! You rampallian! You fustilarian! I\'ll tickle your catastrophe!', 0, 0, '', 'Toi ! Espèce de marmiton ! Espèce de rampallian ! Espèce de fusilier ! Je vais chatouiller ta catastrophe!', '', '', '', '¡! ¡Scullion! ¡Ramaliano! ¡Fustilarista! ¡Te haré cosquillas en tu catástrofe!', '', ''),
('taunt', 'Oh <target>! Thou infectious ill-nurtured flax-wench!', 0, 0, '', 'Oh <target>! Tu es contagieuse et mal nourrie!', '', '<target>', '', '¡Oh, <target>! ¡, contagiosa moza del lino mal educada!', '', ''),
('taunt', 'We leak in your chimney, <target>!', 0, 0, '', 'On a une fuite dans votre cheminée, <target>!', '', '<target>', '', '¡Tenemos una fuga en tu chimenea, <target>!', '', ''),
('taunt', 'Oh thou bootless fen-sucked canker-blossom!', 0, 0, '', 'Oh toi, fleur de chancre sucée par les marais sans botte!', '', '', '', '¡Oh , flor de cancro chupada por el pantano sin botas!', '', ''),
('taunt', 'Were I like thee I\'d throw away myself!', 0, 0, '', 'Si j\'étais comme toi, je me jetterais!', '', '', '', '¡Si yo fuera como , me tiraría a la basura!', '', ''),
('taunt', 'O teach me <target>, how I should forget to think!', 0, 0, '', 'O apprends-moi <target>, comme je devrais oublier de penser!', '', '<target>', '', '¡Oh, enséñame <target>, cómo debo olvidarme de pensar!', '', ''),
('taunt', 'Truly thou art damned, like an ill-roasted egg, all on one side!', 0, 0, '', 'Vraiment tu es damné, comme un œuf mal rôti, tout d\'un côté!', '', '你真是该死,就像个烤坏的蛋,烤得一面焦黑!', '', '¡Verdaderamente estás condenado, como un huevo mal asado, todo de un lado!', '', ''),
('taunt', 'You starvelling, you eel-skin, you dried neat\'s-tongue, you bull\'s-pizzle, you stock-fish- O for breath to utter what is like thee!! -you tailor\'s-yard, you sheath, you bow-case, you vile standing tuck!', 0, 0, '', 'Toi affamé, espèce de peau d\'anguille, ta langue bien séchée, espèce de taureau, poisson séché, O pour le souffle de dire ce qui te ressemble !! -espèce de vergue de tailleur, espèce de fourreau, espèce d\'étui à archet, vil tuck debout', '', '饿', '', 'Estás muerto de hambre, piel de anguila, te secaste la lengua limpiamente, toro-pizzle, pescado-O para respirar pronunciar lo que es como !! ¡, sastrería, vaina, estuche de arco, vil flaco de pie!', '', ''),
('taunt', 'Fie! Drop thee into the rotten mouth of Death!', 0, 0, '', 'Fi ! Jette-toi dans la bouche pourrie de la Mort!', '', '', '', '¡Fie! ¡Déjate caer en la podrida boca de la Muerte!', '', ''),
('taunt', '<target>, you are a fishmonger!', 0, 0, '', '<target>, vous êtes poissonnier!', '', '<target>', '', '<target>, ¡eres un pescadero!', '', ''),
('taunt', 'I shall live to knock thy brains out!', 0, 0, '', 'Je vivrai pour te faire sauter la cervelle!', '', '', '', '¡Viviré para romperte los sesos!', '', ''),
('taunt', 'Most shallow are you, <target>!! Thou art worms-meat in respect of a good piece of flesh, indeed!!', 0, 0, '', 'Tu es très superficiel, <target>!! Tu es de la viande de vers par rapport à un bon morceau de chair, en effet!!', '', '<target>', '', '¡¡Eres el más superficial, <target>!! ¡Eres carne de gusano con respecto a un buen trozo de carne, de hecho!', '', ''),
('taunt', 'Vile wretch! O <target>, thou odiferous hell-hated pignut!', 0, 0, '', 'Misérable ! O <target>, toi, ignoble cochon de l\'enfer!', '', '卑鄙的家伙!哦,<target>,你这地狱里都嫌臭的猪头!', '', '¡Miserable vil! ¡Oh, <target>, fétido cerdo odiado por el infierno!', '', ''),
('taunt', '<target>! Thy kiss is as comfortless as frozen water to a starved snake!', 0, 0, '', '<target>! Ton baiser est aussi désagréable que de l\'eau gelée pour un serpent affamé!', '', '<target>饿', '', '<target>! ¡Tu beso es tan desconsolador como el agua helada para una serpiente hambrienta!', '', ''),
('taunt', 'I scorn you, scurvy companion. What, you poor, base, rascally, cheating, lack-linen mate! Away, you moldy rogue, away!', 0, 0, '', 'Je te méprise, compagnon du scorbut. Quoi, pauvre, bas, coquin, tricheur, camarade en manque de linge ! Partez, espèce de voyou moisi, partez!', '', '穿', '', 'Te desprecio, compañero escorbuto. ¡Qué, pobre, vil, pícaro, tramposo, compañero falto de lino! ¡Fuera, mohoso granuja, fuera!', '', ''),
('taunt', 'Out of my sight! Thou dost infect my eyes <target>!', 0, 0, '', 'Hors de ma vue! Tu infectes mes yeux <target>!', '', '线<target>', '', '¡Fuera de mi vista! ¡Me infectas los ojos <target>!', '', ''),
('taunt', 'PLAY TIME!!!!', 0, 0, '', 'RÉCRÉATION!!!!', '', '', '', '¡¡¡HORA DE JUGAR!!!!', '', ''),
('taunt', 'None shall pass!', 0, 0, '', 'Personne ne passera!', '', '', '', '¡Ninguno pasará!', '', ''),
('taunt', 'We\'re under attack! A vast, ye swabs! Repel the invaders!', 0, 0, '', 'Nous sommes attaqués ! Un vaste écouvillons! Repoussez les envahisseurs!', '', '我们遭到攻击!一大群,伙计们!击退入侵者!', '', '¡Estamos bajo ataque! ¡Un vasto, hisopos! ¡Repeler a los invasores!', '', ''),
('taunt', 'None may challenge the Brotherhood!', 0, 0, '', 'Personne ne peut défier la Confrérie!', '', '没人能挑战兄弟会!', '', '¡Nadie puede desafiar a la Hermandad!', '', ''),
('taunt', 'Foolsss...Kill the one in the dress!', 0, 0, '', 'Foolsss... Tuez celui qui porte la robe!', '', '蠢货们……干掉那个穿裙子的!', '', 'Tontosss... ¡Matad al del vestido!', '', ''),
('taunt', 'I\'ll feed your soul to Hakkar himself! ', 0, 0, '', 'Je donnerai ton âme à Hakkar lui-même! ', '', '', '', '¡Le daré de comer con tu alma al mismísimo Hakkar! ', '', ''),
('taunt', 'Pride heralds the end of your world! Come, mortals! Face the wrath of the <randomfaction>!', 0, 0, '', 'La fierté annonce la fin de votre monde ! Venez, mortels ! Affrontez la colère des <randomfaction>!', '', '<randomfaction>', '', '¡El orgullo anuncia el fin de tu mundo! ¡Venid, mortales! ¡Enfréntate a la ira de la <facción aleatoria>!', '', ''),
('taunt', 'All my plans have led to this!', 0, 0, '', 'Tous mes plans ont mené à cela!', '', '', '', '¡Todos mis planes me han llevado a esto!', '', ''),
('taunt', 'Ahh! More lambs to the slaughter!', 0, 0, '', 'Ahhh ! Plus d\'agneaux à l\'abattoir!', '', '', '', '¡Ahh! ¡Más corderos al matadero!', '', ''),
('taunt', 'Another day, another glorious battle!', 0, 0, '', 'Un autre jour, une autre bataille glorieuse!', '', '', '', '¡Otro día, otra batalla gloriosa!', '', ''),
('taunt', 'So, business... or pleasure?', 0, 0, '', 'Alors, affaires... ou plaisir?', '', '', '', 'Entonces, ¿negocios... o placer?', '', ''),
('taunt', 'You are not prepared!', 0, 0, '', 'Vous n\'êtes pas prêt!', '', '你们还没准备好!', '', '¡No estás preparado!', '', ''),
('taunt', 'The <randomfaction>\'s final conquest has begun! Once again the subjugation of this world is within our grasp. Let none survive! ', 0, 0, '', 'La conquête finale de la <randomfaction> a commencé ! Une fois de plus, l\'assujettissement de ce monde est à notre portée. Que personne ne survive!', '', '<randomfaction>的最终征服开始了!这个世界的臣服再次近在咫尺。不留活口!', '', '¡La conquista final de <randomfaction> ha comenzado! Una vez más, la subyugación de este mundo está a nuestro alcance. ¡Que nadie sobreviva! ', '', ''),
('taunt', 'Your death will be a painful one. ', 0, 0, '', 'Ta mort sera douloureuse.', '', '你的死会非常痛苦。', '', 'Tu muerte será dolorosa. ', '', ''),
('taunt', 'Cry for mercy! Your meaningless lives will soon be forfeit. ', 0, 0, '', 'Crie miséricorde ! Vos vies insignifiantes seront bientôt perdues.', '', '哭着求饶吧!你们毫无意义的生活很快就要终结了。', '', '¡Llora por piedad! Sus vidas sin sentido pronto se perderán. ', '', ''),
('taunt', 'Abandon all hope! The <randomfaction> has returned to finish what was begun so many years ago. This time there will be no escape! ', 0, 0, '', 'Abandonner tout espoir! La <randomfaction> est revenue pour terminer ce qui avait été commencé il y a tant d\'années. Cette fois, il n\'y aura pas d\'échappatoire!', '', '<randomfaction>', '', '¡Abandona toda esperanza! La <randomfaction> ha regresado para terminar lo que comenzó hace tantos años. ¡Esta vez no habrá escapatoria! ', '', ''),
('taunt', 'Alert! You are marked for Extermination! ', 0, 0, '', 'Alerte! Vous êtes marqué pour l\'extermination!', '', '警报!你们已被标记为清除目标!', '', '¡Alerta! ¡Estás marcado para el exterminio! ', '', ''),
('taunt', 'The <subzone> is for guests only...', 0, 0, '', 'La <subzone> est réservée aux invités...', '', '<subzone>只接待贵宾……', '', 'La <subzone> es solo para invitados...', '', ''),
('taunt', 'Ha ha ha! You are hopelessly outmatched!', 0, 0, '', 'Hahaha! Vous êtes désespérément surpassé!', '', '哈哈哈!你们根本不是对手!', '', '¡Ja, ja, ja! ¡Estás irremediablemente superado!', '', ''),
('taunt', 'I will crush your delusions of grandeur! ', 0, 0, '', 'Je vais écraser vos illusions de grandeur!', '', '我会粉碎你们自大的幻想!', '', '¡Aplastaré tus delirios de grandeza! ', '', ''),
('taunt', 'Forgive me, for you are about to lose the game.', 0, 0, '', 'Pardonnez-moi, car vous êtes sur le point de perdre la partie.', '', '原谅我,因为你们马上就要输了。', '', 'Perdóname, porque estás a punto de perder el juego.', '', ''),
('taunt', 'Struggling only makes it worse.', 0, 0, '', 'Lutter ne fait qu\'empirer les choses.', '', '', '', 'La lucha solo lo empeora.', '', ''),
('taunt', 'Vermin! Leeches! Take my blood and choke on it!', 0, 0, '', 'Vermine! sangsues ! Prends mon sang et étouffe-toi avec!', '', '', '', '¡Alimañas! ¡Sanguijuelas! ¡Toma mi sangre y atragantate con ella!', '', ''),
('taunt', 'Not again... NOT AGAIN!', 0, 0, '', 'Pas encore... PAS ENCORE!', '', '', '', 'No otra vez... ¡NO OTRA VEZ!', '', ''),
('taunt', 'My blood will be the end of you!', 0, 0, '', 'Mon sang sera ta fin!', '', '', '', '¡Mi sangre será tu fin!', '', ''),
('taunt', 'Good, now you fight me!', 0, 0, '', 'Bien, maintenant tu me combats!', '', '', '', 'Bien, ¡ahora pelea conmigo!', '', ''),
('taunt', 'Get da move on, guards! It be killin\' time!', 0, 0, '', 'Allez-y, gardes ! Ça va tuer le temps!', '', '快动起来,守卫们!是时候大开杀戒了!', '', '¡Muévanse, guardias! ¡Será para matar el tiempo!', '', ''),
('taunt', 'Don\'t be delayin\' your fate. Come to me now. I make your sacrifice quick.', 0, 0, '', 'Ne retardez pas votre destin. Viens à moi maintenant. Je fais votre sacrifice rapide.', '', '别拖延你的命运。现在就过来,我会让你的牺牲快一点。', '', 'No demores tu destino. Ven a mí ahora. Hago que tu sacrificio sea rápido.', '', ''),
('taunt', 'You be dead soon enough!', 0, 0, '', 'Tu es mort bien assez tôt!', '', '你很快就会死翘翘!', '', '¡Estarás muerto lo suficientemente pronto!', '', ''),
('taunt', 'Mua-ha-ha!', 0, 0, '', 'Mua-ha-ha!', '', '姆哈哈哈!', '', '¡Mua-ja-ja!', '', ''),
('taunt', 'I be da predator! You da prey...', 0, 0, '', 'Je suis un prédateur ! Tu es une proie...', '', '我是捕食者!你是猎物……', '', '¡Soy un depredador! Eres presa...', '', ''),
('taunt', 'You gonna leave in pieces!', 0, 0, '', 'Tu vas partir en morceaux!', '', '你会碎成渣渣离开的!', '', '¡Te vas a ir en pedazos!', '', ''),
('taunt', 'Death comes. Will your conscience be clear? ', 0, 0, '', 'La mort vient. Votre conscience sera-t-elle claire?', '', '死亡降临。你的良心能安宁吗?', '', 'La muerte llega. ¿Tu conciencia estará limpia? ', '', ''),
('taunt', 'Your behavior will not be tolerated.', 0, 0, '', 'Votre comportement ne sera pas toléré.', '', '你的行为是不可容忍的。', '', 'Tu comportamiento no será tolerado', '', ''),
('taunt', 'The Menagerie is for guests only.', 0, 0, '', 'La Ménagerie est réservée aux invités.', '', '展览馆只对贵宾开放。', '', 'The Menagerie es solo para invitados', '', ''),
('taunt', 'Hmm, unannounced visitors, Preparations must be made... ', 0, 0, '', 'Hmm, visiteurs inopinés, il faut faire des préparatifs...', '', '嗯,不速之客,必须做些准备……', '', 'Hmm, visitantes inesperados, se deben hacer preparativos... ', '', ''),
('taunt', 'Hostile entities detected. Threat assessment protocol active. Primary target engaged. Time minus thirty seconds to re-evaluation.', 0, 0, '', 'Entités hostiles détectées. Protocole d\'évaluation de la menace actif. Cible principale engagée. Délai de réévaluation moins trente secondes.', '', '30', '', 'Entidades hostiles detectadas. Protocolo de evaluación de amenazas activo. Objetivo principal comprometido. Tiempo menos treinta segundos para la reevaluación.', '', ''),
('taunt', 'New toys? For me? I promise I won\'t break them this time!', 0, 0, '', 'Nouveaux jouets? Pour moi? Promis je ne les casserai pas cette fois !', '', '新玩具?给我的?我保证这次不会弄坏!', '', '¿Juguetes nuevos? ¿Para mi? ¡Te prometo que no los romperé esta vez!', '', ''),
('taunt', 'I\'m ready to play!', 0, 0, '', 'Je suis prêt à jouer!', '', '', '', '¡Estoy listo para jugar!', '', ''),
('taunt', 'Shhh... it will all be over soon.', 0, 0, '', 'Chut... tout sera bientôt fini.', '', '', '', 'Shhh... todo terminará pronto.', '', ''),
('taunt', 'Aaaaaughibbrgubugbugrguburgle!', 0, 0, '', 'Aaaaaughibbrgubugbugrguburgle!', '', '', '', '¡Aaaaaughibbrgubugbugrguburgle!', '', ''),
('taunt', 'RwlRwlRwlRwl!', 0, 0, '', 'RwlRwlRwlRwl!', '', '', '', 'RwlRwlRwlRwl!', '', ''),
('taunt', 'You too, shall serve!', 0, 0, '', 'Toi aussi, tu serviras!', '', '', '', '¡ también, debes servir!', '', ''),
('taunt', 'Tell me... tell me everything! Naughty secrets! I\'ll rip the secrets from your flesh!', 0, 0, '', 'Dis-moi... dis-moi tout ! Secrets coquins ! J\'arracherai les secrets de ta chair!', '', '', '', 'Cuéntame... ¡cuéntame todo! ¡Secretos traviesos! ¡Arrancaré los secretos de tu carne!', '', ''),
('taunt', 'Prepare yourselves, the bells have tolled! Shelter your weak, your young and your old! Each of you shall pay the final sum! Cry for mercy, the reckoning has come!', 0, 0, '', 'Préparez-vous, les cloches ont sonné ! Mettez à l\'abri vos faibles, vos jeunes et vos vieux ! Chacun de vous paiera la somme finale ! Implorez la miséricorde , le jugement est venu!', '', '做好准备,丧钟已响!保护好你们的弱者、孩子和老人!你们每个人都将付出最终代价!哭着求饶吧,清算之日已到!', '', '¡Prepárense, las campanas han doblado! ¡Abriga a tus débiles, a tus jóvenes ya tus viejos! ¡Cada uno de ustedes pagará la suma final! Clama por misericordia, el ajuste de cuentas ha llegado!', '', ''),
('taunt', 'Where in Bonzo\'s brass buttons am I?', 0, 0, '', ' suis-je dans les boutons en laiton de Bonzo?', '', '', '', '¿Dónde estoy en los botones de latón de Bonzo?', '', ''),
('taunt', 'I can bear it no longer! Goblin King! Goblin King! Wherever you may be! Take this <target> far away from me!', 0, 0, '', 'Je ne peux plus le supporter ! Roi Gobelin ! Roi gobelin ! que vous soyez ! Emmenez cette <target> loin de moi!', '', '<target>', '', '¡No puedo soportarlo más! ¡Rey de los duendes! ¡Rey de los duendes! ¡WHERE quiera que estés! ¡Lleva a este <target> lejos de !', '', ''),
('taunt', 'You have thirteen hours in which to solve the labyrinth, before your baby brother becomes one of us... forever.', 0, 0, '', 'Vous avez treize heures pour résoudre le labyrinthe, avant que ton petit frère ne devienne l\'un des nôtres... pour toujours.', '', '你有十三小时解开迷宫,不然你的小弟弟就会永远成为我们的一员。', '', 'Tienes trece horas para resolver el laberinto, antes de que tu hermanito se convierta en uno de nosotros... para siempre', '', ''),
('taunt', 'So, the <subzone> is a piece of cake, is it? Well, let\'s see how you deal with this little slice... ', 0, 0, '', 'Donc, la <subzone> est un jeu d\'enfant, n\'est-ce pas ? Eh bien, voyons comment tu gères cette petite tranche...', '', '<subzone>', '', 'Entonces, la <subzone> es pan comido, ¿verdad? Bueno, veamos cómo lidias con esta pequeña porción... ', '', ''),
('taunt', 'Back off, I\'ll take you on, headstrong to take on anyone, I know that you are wrong, and this is not where you belong', 0, 0, '', 'Reculez, je vais vous attaquer, têtu à affronter n\'importe qui, je sais que vous vous trompez, et ce n\'est pas votre place', '', '退后,我要挑战你,固执地要跟任何人干一架,我知道你错了,这里不是你该待的地方!', '', 'Atrás, te enfrentaré, testarudo para enfrentar a cualquiera, sé que estás equivocado, y este no es el lugar al que perteneces', '', ''),
('taunt', 'Show me whatcha got!', 0, 0, '', 'Montre-moi ce que tu as!', '', '给我看看你有啥本事!', '', '¡Muéstrame lo que tienes!', '', ''),
('taunt', 'To the death!', 0, 0, '', 'A la mort!', '', '决一死战!', '', '¡Hasta la muerte!', '', ''),
('taunt', 'Twin blade action, for a clean close shave every time.', 0, 0, '', 'Action à double lame, pour un rasage de près propre à chaque fois.', '', '双刃行动,每次都能干净利落地剃个光头!', '', 'Acción de cuchilla doble, para un afeitado limpio y apurado en todo momento.', '', ''),
('taunt', 'Bring it on!', 0, 0, '', 'Allez-y!', '', '来吧!', '', '¡Adelante!', '', ''),
('taunt', 'You\'re goin\' down!', 0, 0, '', 'Tu descends!', '', '你完蛋了!', '', '¡Vas a caer!', '', ''),
('taunt', 'Stabby stab stab!', 0, 0, '', 'Coup de poignard poignardé!', '', '捅捅捅!', '', '¡Puñalada puñalada puñalada!', '', ''),
('taunt', 'Let\'s get this over quick, time is mana.', 0, 0, '', 'Finissons-en vite , le temps c\'est du mana.', '', '赶紧解决,时间就是魔法!', '', 'Terminemos con esto rápido, el tiempo es maná.', '', ''),
('taunt', 'I do not think you realise the gravity of your situation.', 0, 0, '', 'Je ne pense pas que tu te rendes compte de la gravité de ta situation.', '', '我想你没意识到自己处境的严重性。', '', 'No creo que te des cuenta de la gravedad de tu situación.', '', ''),
('taunt', 'I will bring honor to my family and my kingdom!', 0, 0, '', 'Je ferai honneur à ma famille et à mon royaume!', '', '我会为我的家族和王国带来荣耀!', '', '¡Llevaré honor a mi familia y mi reino!', '', ''),
('taunt', 'Light, give me strength!', 0, 0, '', 'Lumière, donne-moi la force!', '', '圣光,赐予我力量!', '', '¡Luz, dame fuerza!', '', ''),
('taunt', 'My church is the field of battle - time to worship...', 0, 0, '', 'Mon église est le champ de bataille - il est temps d\'adorer...', '', '', '', 'Mi iglesia es el campo de batalla - hora de adorar...', '', ''),
('taunt', 'I hold you in contempt...', 0, 0, '', 'Je te méprise...', '', '', '', 'Te tengo en desacato...', '', ''),
('taunt', 'Face the hammer of justice!', 0, 0, '', 'Affrontez le marteau de la justice!', '', '', '', '¡Enfréntate al martillo de la justicia!', '', ''),
('taunt', 'Prove your worth in the test of arms under the Light!', 0, 0, '', 'Prouvez votre valeur dans l\'épreuve des armes sous la Lumière!', '', '在圣光的见证下证明你的武艺价值!', '', '¡Demuestra tu valía en la prueba de las armas bajo la Luz!', '', ''),
('taunt', 'All must fall before the might and right of my cause, you shall be next!', 0, 0, '', 'Tout doit tomber devant la force et le droit de ma cause, vous serez le prochain!', '', '一切都将在我的力量和正义前倒下,你将是下一个!', '', 'Todo debe caer ante el poder y el derecho de mi causa, ¡tú serás el próximo!', '', ''),
('taunt', 'Prepare to die!', 0, 0, '', 'Préparez-vous à mourir!', '', '准备受死吧!', '', '¡Prepárate para morir!', '', ''),
('taunt', 'The beast with me is nothing compared to the beast within...', 0, 0, '', 'La bête avec moi n\'est rien comparée à la bête à l\'intérieur...', '', '我身边的野兽与我内心的野兽相比,根本不算什么……', '', 'La bestia conmigo no es nada comparada con la bestia interior...', '', ''),
('taunt', 'Witness the firepower of this fully armed huntsman!', 0, 0, '', 'Soyez témoin de la puissance de feu de ce chasseur entièrement armé!', '', '见证这位全副武装猎人的火力吧!', '', '¡Sea testigo de la potencia de fuego de este cazador completamente armado!', '', ''),
-- combat events
('critical health', 'Heal me! Quick!', 0, 0, '', 'Soigne moi! Vite!', '', '快治疗我!快!', '', '¡Cúrame! ¡Rápido!', '', ''),
('critical health', 'Almost dead! Heal me!', 0, 0, '', 'Presque mort! Soigne moi!', '', '快死了!治疗我!', '', '¡Estoy casi muerto! ¡Cúrame!', '', ''),
('critical health', 'Help! Heal me!', 0, 0, '', 'Aider! Soigne moi!', '', '救命!治疗我!', '', '¡Ayuda! ¡Cúrame!', '', ''),
('critical health', 'Somebody! Heal me!', 0, 0, '', 'Quelqu\'un! Soigne moi!', '', '', '', '¡Alguien! ¡Cúrame!', '', ''),
('critical health', 'Heal! Heal! Heal!', 0, 0, '', 'Soigner! Soigner! Soigner!', '', '', '', '¡Curame! ¡Saname! ¡Socorro!', '', ''),
('critical health', 'I am dying! Heal! Aaaaarhg!', 0, 0, '', 'Je meurs! Soigner! Aaaaarhg!', '', '', '', '¡Me estoy muriendo! ¡Saname! ¡Aaaaarhg!', '', ''),
('critical health', 'Heal me!', 0, 0, '', 'Soigne moi!', '', '', '', '¡Cúrame!', '', ''),
('critical health', 'I will die. I will die. I will die. Heal!', 0, 0, '', 'Je vais mourir. Je vais mourir. Je vais mourir. Soigner!', '', '', '', 'Voy a morir. Voy a morir. Voy a morir. ¡Saname!', '', ''),
('critical health', 'Healers, where are you? I am dying!', 0, 0, '', 'Guérisseurs, êtes-vous ? Je meurs!', '', '', '', 'Sanadores, ¿dónde estais? ¡Me estoy muriendo!', '', ''),
('critical health', 'Oh the pain. Heal me quick!', 0, 0, '', 'Ah la douleur. Guéris-moi vite!', '', '', '', 'Ouch, qué dolor. ¡Cúrame rápido!', '', ''),
('low health', 'Need heal', 0, 0, '', 'Besoin de guérir', '', '', '', 'Necesito una cura', '', ''),
('low health', 'Low health', 0, 0, '', 'Santé faible', '', '', '', 'Salud baja', '', ''),
('low health', 'Drop a heal. Please.', 0, 0, '', 'Dépose un soin. S\'il te plaît.', '', '来个治疗,拜托。', '', 'Una sanación por favor.', '', ''),
('low health', 'Could somebody drop a heal on me?', 0, 0, '', 'Quelqu\'un pourrait-il me soigner?', '', '', '', '¿Alguien podría curarme?', '', ''),
('low health', 'Hey! Better heal me now than rez later', 0, 0, '', 'Hey! Mieux vaut me soigner maintenant que rez plus tard', '', '', '', '¡Oye! Mejor curarme ahora que resucitarme después', '', ''),
('low health', 'I am sorry. Need another heal', 0, 0, '', 'Je suis désolé. J\'ai besoin d\'un autre soin', '', '', '', 'Lo siento. Necesito otra curación', '', ''),
('low health', 'Damn mobs. Heal me please', 0, 0, '', 'Maudits mobs. Guéris moi s\'il te plait', '', '该死的怪物,拜托治疗我', '', '¡Malditos bichos! ¡Una curita por favor!', '', ''),
('low health', 'One more hit and I am done for. Heal please', 0, 0, '', 'Un coup de plus et c\'est fini. Guéris moi s\'il te plait', '', '再挨一下我就完了,拜托治疗', '', 'Un golpe más y estoy acabado. Cura por favor', '', ''),
('low health', 'Are there any healers?', 0, 0, '', 'Y a-t-il des guérisseurs?', '', '有治疗者吗?', '', '¿Hay sanadores?', '', ''),
('low health', 'Why do they always punch me in the face? Need heal', 0, 0, '', 'Pourquoi me frappent-ils toujours au visage? Besoin de soins', '', '为啥老是打我脸?需要治疗', '', '¿Por qué siempre me golpean en la cara? Necesito sanacion', '', ''),
('low health', 'Can anybody heal me a bit?', 0, 0, '', 'Quelqu\'un peut-il me guérir un peu?', '', '', '', '¿Alguien puede curarme un poco?', '', ''),
('low mana', 'OOM', 0, 0, '', 'MOO', '', '', '', 'No tengo mana!', '', ''),
('low mana', 'I am out of mana', 0, 0, '', 'je n\'ai plus de mana', '', '我没蓝了', '', 'No tengo maná', '', ''),
('low mana', 'Damn I wasted all my mana on this', 0, 0, '', 'Putain j\'ai gaspillé tout mon mana sur ça', '', '', '', 'Me cago en todo! Malgasté todo mi maná enseguida', '', ''),
('low mana', 'You should wait until I drink or regenerate my mana', 0, 0, '', 'Vous devriez attendre que je boive ou que je régénère mon mana', '', '', '', 'Deberías esperar hasta que beba o regenere mi maná', '', ''),
('low mana', 'Low mana', 0, 0, '', 'Mana faible', '', '', '', 'Maná bajo', '', ''),
('low mana', 'No mana. Again?', 0, 0, '', 'Pas de mana. De nouveau?', '', '', '', 'Sin maná. ¿Otra vez?', '', ''),
('low mana', 'Low mana. Wanna drink', 0, 0, '', 'Mana faible. Je veux boire', '', '', '', 'Maná bajo. Quiero beber', '', ''),
('low mana', 'Do we have a vending machine? Out of mana again', 0, 0, '', 'Avons-nous un distributeur automatique? Plus de mana à nouveau', '', '', '', '¿Tenemos una máquina expendedora? Sin maná otra vez', '', ''),
('low mana', 'My mana is history', 0, 0, '', 'Mon mana appartient à l\'histoire', '', '我的蓝量成历史了', '', 'Mi maná es historia', '', ''),
('low mana', 'I\'d get some drinks next time. Out of mana', 0, 0, '', 'Je prendrais quelques verres la prochaine fois. Manque de mana', '', '', '', '¡No tengo maná! Tengo que comprar bebidas la próxima vez...', '', ''),
('low mana', 'Where is my mana?', 0, 0, '', ' est mon mana?', '', '', '', '¿Dónde está mi maná?', '', ''),
('low ammo', 'I have few <ammo> left!', 0, 0, '', 'Il me reste peu de <ammo>!', '', '<ammo>', '', '¡Me quedan pocas <ammo>!', '', ''),
('low ammo', 'I need more <ammo>!', 0, 0, '', 'J\'ai besoin de plus de <ammo>!', '', '我需要更多<ammo>', '', '¡Necesito más <ammo>!', '', ''),
('low ammo', '100 <ammo> left!', 0, 0, '', 'Il reste 100 <ammo>!', '', '还剩100个<ammo>', '', '¡Quedan 100 <ammo>!', '', ''),
('no ammo', 'That\'s it! No <ammo>!', 0, 0, '', 'C\'est ça! Pas de <ammo>!', '', '完了!没<ammo>了!', '', '¡Eso es todo! ¡Sin <ammo>!', '', ''),
('no ammo', 'And you have my bow... Oops, no <ammo>!', 0, 0, '', 'Et vous avez mon arc... Oups, pas de <ammo>!', '', '你拿着我的弓……哎呀,没<ammo>了!', '', 'Y tú tienes mi arco... ¡Uy, sin <ammo>!', '', ''),
('no ammo', 'Need ammo!', 0, 0, '', 'Besoin de munitions!', '', '需要弹药!', '', '¡Necesito munición!', '', ''),
('aoe', 'Oh god!', 0, 0, '', 'Oh mon Dieu!', '', '我的天!', '', '¡Oh, Dios!', '', ''),
('aoe', 'I am scared', 0, 0, '', 'j\'ai peur', '', '', '', 'Tengo miedo', '', ''),
('aoe', 'We are done for', 0, 0, '', 'Nous avons fini pour', '', '', '', 'Hemos terminado', '', ''),
('aoe', 'This is over', 0, 0, '', 'C\'est terminé', '', '这下完了', '', 'Esto se acabó', '', ''),
('aoe', 'This ends now', 0, 0, '', 'Cela se termine maintenant', '', '现在就结束了', '', 'Esto termina ahora', '', ''),
('aoe', 'Could somebody cast blizzard or something?', 0, 0, '', 'Quelqu\'un pourrait-il lancer le blizzard ou quelque chose comme ça?', '', '', '', '¿Alguien podría lanzar ventisca o algo así?', '', ''),
('aoe', 'Damn. The tank aggroed all the mobs around', 0, 0, '', 'Mince. Le tank a agro toutes les mobs autour', '', '', '', '¡Me cago en todo! El tanque atrajo a todos los mobs...', '', ''),
('aoe', 'We gonna die. We gonna die. We gonna die.', 0, 0, '', 'Nous allons mourir. Nous allons mourir. Nous allons mourir.', '', '', '', 'Vamos a morir. Vamos a morir. Vamos a morir.', '', ''),
('aoe', 'Whoa! So many toys to play with', 0, 0, '', 'Ouah ! Tant de jouets avec lesquels jouer', '', '', '', '¡Vaya! Tantos juguetes con los que jugar', '', ''),
('aoe', 'I gonna kill them all!', 0, 0, '', 'Je vais tous les tuer!', '', '', '', '¡Voy a matarlos a todos!', '', ''),
('aoe', 'If the tank dies we are history', 0, 0, '', 'Si le tank meurt, nous appartenons à l\'histoire', '', '如果坦克死了,我们就完蛋了', '', 'Si el tanque muere somos historia', '', ''),
('aoe', 'Aaaaaargh!', 0, 0, '', 'Aaaaaargh!', '', '啊啊啊啊!', '', '¡Aaaaaargh!', '', ''),
('aoe', 'LEEEEERROOOYYYYYYYYYYYY JENNKINNNSSSSSS!!!!!!!', 0, 0, '', 'LEEEEERROOOYYYYYYYYYYYY JENNKINNNSSSSSS!!!!!!!', '', '李洛伊·詹金斯!!!', '', 'LEEEEERROOOYYYYYYYYYYYY JENNKINNNSSSSSS!!!!!!!', '', ''),
('aoe', 'Right. What do we have in AOE?', 0, 0, '', 'D\'accord. Qu\'avons-nous en dégats de zone?', '', '好吧,我们有啥群攻技能?', '', 'Claro. ¿Qué tenemos en AOE?', '', ''),
('aoe', 'This gets interesting', 0, 0, '', 'Cela devient intéressant', '', '这下有意思了', '', 'Esto se pone interesante', '', ''),
('aoe', 'Cool. Get them in one place for a good flamestrike', 0, 0, '', 'Cool. Rassemblez-les au même endroit pour un bon coup de flamme', '', '酷,把他们聚在一起,来个漂亮的火焰冲击', '', 'Genial! Ponlos todos juntos para un buen ataque en area', '', ''),
('aoe', 'Kill! Kill! Kill!', 0, 0, '', 'Tuer! Tuer! Tuer!', '', '杀!杀!杀!', '', '¡Matar! ¡Matar! ¡Matar!', '', ''),
('aoe', 'I think my pants are wet', 0, 0, '', 'Je pense que mon pantalon est mouillé', '', '我觉得我裤子湿了', '', 'Creo que mis pantalones están mojados', '', ''),
('aoe', 'We are history', 0, 0, '', 'Nous sommes l\'histoire', '', '', '', 'Somos historia', '', ''),
('aoe', 'I hope healers are ready. Leeeeroy!', 0, 0, '', 'J\'espère que les guérisseurs sont prêts. Leeeeeroy!', '', '希望治疗者准备好了,李洛伊!', '', 'Espero que los sanadores estén listos. ¡Leeeroy!', '', ''),
('aoe', 'I hope they won\'t come for me', 0, 0, '', 'j\'espère qu\'ils ont gagné, qu\'ils ne viendront pas pour moi', '', '希望他们别冲着我来', '', 'Espero que no vengan por mí', '', ''),
('aoe', 'Oh no. I can\'t see at this slaugther', 0, 0, '', 'Oh non. Je ne peux pas voir à ce massacre', '', '', '', 'Oh, no. No puedo ver esta matanza', '', ''),
-- on looting
('loot', 'I hope there will be some money', 0, 0, '', 'j\'espère qu\'il y aura de l\'argent', '', '希望能有点金币', '', 'Espero que haya algo de dinero...', '', ''),
('loot', 'Loot! Loot!', 0, 0, '', 'Butin! Butin!', '', '战利品!战利品!', '', '¡Botín! ¡Botín!', '', ''),
('loot', 'My precious', 0, 0, '', 'Mon précieux', '', '我的宝贝', '', 'Mi tesoro...', '', ''),
('loot', 'I hope there is a shiny epic item waiting for me there', 0, 0, '', 'J\'espère qu\'il y a un objet épique brillant qui m\'attend ici', '', '', '', 'Espero que haya un objeto épico brillante esperándome allí', '', ''),
('loot', 'I have deep pockets and bags', 0, 0, '', 'J\'ai des poches et des sacs profonds', '', '我的口袋和背包都很大', '', 'Tengo bolsillos profundos y infinitos', '', ''),
('loot', 'All is mine!', 0, 0, '', 'Tout est à moi!', '', '全是我的!', '', '¡Todo es mío!', '', ''),
('loot', 'Hope no gray shit today', 0, 0, '', 'J\'espère pas de merde grise aujourd\'hui', '', '希望今天别出灰色垃圾', '', 'Espero que hoy no haya mierda gris', '', ''),
('loot', 'This loot is MINE!', 0, 0, '', 'Ce butin est à MOI!', '', '这战利品是我的!', '', '¡Este botín es MÍO!', '', ''),
('loot', 'Looting is disgusting but I need money', 0, 0, '', 'Le pillage est dégoûtant mais j\'ai besoin d\'argent', '', '拾取很恶心,但我需要钱', '', 'El saqueo es repugnante pero necesito dinero...', '', ''),
('loot', 'Gold!', 0, 0, '', 'Or!', '', '金币!', '', '¡Oro!', '', ''),
('loot', 'OK. Let\'s see what they\'ve got', 0, 0, '', 'D\'ACCORD. Voyons ce qu\'ils ont', '', '好吧,看看他们有啥', '', 'OK. Veamos qué tienen', '', ''),
('loot', 'Do not worry. I will loot eveything', 0, 0, '', 'Ne t\'inquiète pas. je vais tout piller', '', '西', '', 'No te preocupes. Saquearé todo', '', ''),
('loot', 'I am loot ninja', 0, 0, '', 'je suis un ninja de butin', '', '', '', 'Soy un ladron de tesoros', '', ''),
('loot', 'Do I neeed to roll?', 0, 0, '', 'Dois-je recommencer?', '', '', '', '¿Necesito lanzar dados?', '', ''),
('loot', 'Somebody explain me, where they did put all this stuff?', 0, 0, '', 'Quelqu\'un m\'explique, ils ont mis tout ça?', '', '西', '', 'Alguien me explica, ¿dónde pusieron todas estas cosas?', '', ''),
('loot', 'No, I won\'t loot gray shit', 0, 0, '', 'Non, je ne pillerai pas la merde grise', '', '不,我不捡灰色垃圾', '', 'No, no saquearé mierda gris', '', ''),
('loot', 'I\'m first. I\'m first. I\'m first.', 0, 0, '', 'Je suis le premier. Je suis le premier. Je suis le premier.', '', '', '', '¡Es mio! ¡Es mio! ¡Es mio!', '', ''),
('loot', 'Give me your money!', 0, 0, '', 'Donne-moi ton argent!', '', '', '', '¡Dame todo tu dinero!', '', ''),
('loot', 'My pockets are empty, I need to fill them', 0, 0, '', 'Mes poches sont vides, j\'ai besoin de les remplir', '', '我的口袋空空如也,得填满它们', '', 'Mis bolsillos están vacíos y necesitan llenarse!', '', ''),
('loot', 'I\'ve got a new bag for this', 0, 0, '', 'J\'ai un nouveau sac pour ça', '', '我为此准备了个新背包', '', 'Tengo una nueva bolsa para esto', '', ''),
('loot', 'I hope I won\'t aggro anybody while looting', 0, 0, '', 'J\'espère que je n\'agresserai personne pendant le pillage', '', '', '', 'Espero no ofender a nadie mientras saqueo', '', ''),
('loot', 'Please don\'t watch. I am looting', 0, 0, '', 'S\'il vous plaît, ne regardez pas. je pille', '', '', '', 'Por favor, no mires. Estoy saqueando', '', ''),
('loot', 'Ha! You won\'t get any piece of it!', 0, 0, '', 'Ha! Vous n\'en aurez aucun morceau!', '', '', '', '¡Ja! ¡No obtendrás nada de eso!', '', ''),
('loot', 'Looting is cool', 0, 0, '', 'Le pillage c\'est cool', '', '拾取真酷', '', 'Saquear es genial', '', ''),
('loot', 'I like new gear', 0, 0, '', 'j\'aime le nouveau matos', '', '', '', 'Me gusta el equipo nuevo', '', ''),
('loot', 'I\'l quit if there is nothing valuable again', 0, 0, '', 'J\'arrêterai s\'il n\'y a plus rien de précieux', '', '西', '', 'Me doy por vencido si no hay nada util', '', ''),
('loot', 'I hope it is be a pretty ring', 0, 0, '', 'j\'espère que c\'est une jolie bague', '', '', '', 'Espero que sea un anillo bonito', '', ''),
('loot', 'I\'l rip the loot from you', 0, 0, '', 'Je t\'arracherai le butin', '', '', '', 'Te arrancaré el botín', '', ''),
('loot', 'Everybody stay off. I\'m going to loot', 0, 0, '', 'Tout le monde reste à l\'écart. je vais piller', '', '', '', '¡Alejaos todos! Voy a lootear', '', ''),
('loot', 'Sweet loot', 0, 0, '', 'Doux butin', '', '', '', 'Dulce botín', '', ''),
('loot', 'The Roll God! Give me an epic today', 0, 0, '', 'Le Dieu du rouleau ! Donnez-moi de l\'épique aujourd\'hui', '', '', '', '¡El Dios de los dados! Dame un epico hoy', '', ''),
('loot', 'Please give me new toys', 0, 0, '', 'S\'il te plaît, donne-moi de nouveaux jouets', '', '请给我些新玩具', '', 'Por favor, dame nuevos juguetes', '', ''),
('loot', 'I hope they carry tasties', 0, 0, '', 'J\'espère qu\'ils portent des saveurs', '', '希望他们身上有好吃的', '', 'Espero que caiga algo sabrosos', '', ''),
('loot', 'The gold is mine. I\'l leave everyting, I promise', 0, 0, '', 'L\'or est à moi. Je laisse tout, je promets', '', '金币是我的,其他都留给你们,我保证', '', 'El oro es mío. Dejaré todo lo demas, lo prometo!', '', ''),
('loot', 'No, I can\'t resist', 0, 0, '', 'Non, je ne peux pas résister', '', '', '', 'No, no puedo resistir', '', ''),
('loot', 'I want more!', 0, 0, '', 'Je veux plus!', '', '', '', '¡Quiero más!', '', ''),
-- wait signals
('wait_travel_close', 'I am close, wait for me!', 0, 0, '', '', '', '', '', '¡Estoy cerca, espérame!', '', 'Я тут рядом, подожди!'),
('wait_travel_close', 'I\'m not far, please wait!', 0, 0, '', '', '', '我不远,请等我!', '', 'No estoy lejos, ¡esperame por favor!', '', 'Я недалеко, погодите!'),
('wait_travel_medium', 'I\'m heading to your location', 0, 0, '', '', '', '', '', 'Me dirijo a tu ubicación', '', 'Двигаюсь к тебе'),
('wait_travel_medium', 'I\'m coming to you', 0, 0, '', '', '', '我正朝你过来', '', 'Voy hacia ti', '', 'Иду к тебе'),
('wait_travel_far', 'I\'m traveling to your location', 0, 0, '', '', '', '', '', 'Voy a viajar a tu ubicación', '', 'Направляюсь к тебе'),
('wait_travel_far', 'I\'m trying to get to you', 0, 0, '', '', '', '我正努力赶到你那里', '', 'Estoy tratando de llegar a ti', '', 'Пытаюсь до тебя добраться'),
-- commands
('equip_command', 'Equipping %item', 0, 0, '', '', '', '装备了 %item', '', 'Me he equipado %item', '', ''),
('unequip_command', '%item unequipped', 0, 0, '', '', '', '%item 已卸下', '', 'Me he quitado %item', '', ''),
('auto_learn_spell', 'I have learned the spells: %spells', 0, 0, '', '', '', '我学会了这些法术:%spells', '', 'He aprendido los hechizos: %spells', '', ''),
('use_command_item_cooldown', '%item is in cooldown', 0, 0, '', '', '', '%item 还在冷却中', '', '%item esta recargandose', '', ''),
('use_command_item_not_owned', 'I don''t have %item in my inventory', 0, 0, '', '', '', '我的背包里没有 %item', '', 'No tengo %item en mi inventario', '', ''),
('use_command_invalid_item', 'The item with the id %item does not exist', 0, 0, '', '', '', 'ID 为 %item 的物品不存在', '', 'El objeto con el id %item no existe', '', ''),
('use_command_socket', 'Socketing %gem into %item', 0, 0, '', '', '', '将 %gem 镶嵌到 %item 中', '', 'Insertando %gem en %item', '', ''),
('use_command_item_error', 'I can''t use %item', 0, 0, '', '', '', '我无法使用 %item', '', 'No puedo usar %item', '', ''),
('following', 'Following', 0, 0, '', '', '', '正在跟随', '', 'Te sigo', '', 'Следую'),
('staying', 'Staying', 0, 0, '', '', '', '留在原地', '', 'Me quedo aqui', '', 'Стою'),
('fleeing', 'Fleeing', 0, 0, '', '', '', '正在逃跑', '', 'Huyendo', '', 'Убегаю'),
('fleeing_far', 'I won\'t flee with you, you are too far away', 0, 0, '', '', '', '', '', 'No huiré contigo, estás demasiado lejos', '', 'Я с тобой не побегу, ты слишком далеко'),
('grinding', 'Grinding', 0, 0, '', '', '', '', '', 'Farmeando', '', 'Гриндю'),
('attacking', 'Attacking', 0, 0, '', '', '', '', '', 'Atacando', '', 'Атакую'),
('error_far', 'It is too far away', 0, 0, '', '', '', '', '', 'Estas demasiado lejos', '', 'Слишком далеко'),
('error_water', 'It is under water', 0, 0, '', '', '', '', '', 'Estas debajo del agua', '', 'Это под водой'),
('error_cant_go', 'I can\'t go there', 0, 0, '', '', '', '我去不了那里', '', 'No puedo ir allí', '', 'Я не могу туда пройти'),
('error_guild', 'I\'m not in your guild!', 0, 0, '', '', '', '', '', '¡No estoy en tu hermandad!', '', 'Я не в твоей гильдии'),
('error_gbank_found', 'Can not find a guild bank nearby', 0, 0, '', '', '', '', '', 'No se puede encontrar un banco de hermandad cercano', '', 'Не могу найти гильд банк рядом'),
('error_cant_put', 'I can\'t put ', 0, 0, '', '', '', '我无法存放', '', 'No puedo depositar ', '', 'Я не могу положить'),
('error_gbank_rights', 'I have no rights to put items in the first guild bank tab', 0, 0, '', '', '', '我没有权限在公会银行第一个标签页存放物品', '', 'No tengo derechos para depositar objetos en la primera pestaña del banco de hermandad', '', 'Нет прав чтобы класть вещи в первую вкладку гильд банка'),
('gbank_put', ' put to guild bank', 0, 0, '', '', '', '已存入公会银行', '', ' depositado en el banco de hermandad', '', ' теперь в гильд банке'),
('free_moving', 'Free moving', 0, 0, '', '', '', '自由移动中', '', 'Moviendome libremente', '', ''),
('guarding', 'Guarding', 0, 0, '', '', '', '正在守卫', '', 'Protegiendo la posición', '', ''),
('use_command', 'Using %target', 0, 0, '', '', '', '正在使用 %target', '', 'Usando %target', '', ''),
('command_target_unit', 'on %unit', 0, 0, '', '', '', '对 %unit', '', 'en %unit', '', ''),
('use_command_remaining', '(%amount available)', 0, 0, '', '', '', '(剩余 %amount', '', '(%amount restante)', '', ''),
('use_command_last', '(the last one)', 0, 0, '', '', '', '(最后一个)', '', '(el último)', '', ''),
('use_command_socket_error', 'The socket does not fit', 0, 0, '', '', '', '插槽不匹配', '', 'La ranura no sirve', '', ''),
('command_target_trade', 'on trade item', 0, 0, '', '', '', '对交易物品', '', 'en objeto comerciado', '', ''),
('command_target_self', 'on myself', 0, 0, '', '', '', '对自己', '', 'en mi', '', ''),
('command_target_item', 'on %item', 0, 0, '', '', '', '对 %item', '', 'en %item', '', ''),
('command_target_go', 'on %gameobject', 0, 0, '', '', '', '对 %gameobject', '', 'en %gameobject', '', ''),
('loot_command', 'Looting %item', 0, 0, '', '', '', '正在拾取 %item', '', 'Despojando %item', '', ''),
('cast_spell_command_summon', 'Summoning %target', 0, 0, '', '', '', '正在召唤 %target', '', 'Invocando a %target', '', ''),
('cast_spell_command_summon_error_members', 'I don\'t have enough party members around to cast a summon', 0, 0, '', '', '', '', '', 'No tengo suficientes miembros de grupo alrededor para invocar', '', ''),
('cast_spell_command_summon_error_target', 'Failed to find the summon target', 0, 0, '', '', '', '', '', 'No he podido encontrar al objetivo de la invocación', '', ''),
('cast_spell_command_summon_error_combat', 'I can\'t summon while I\'m in combat', 0, 0, '', '', '', '', '', 'No puedo invocar durante un combate', '', ''),
('cast_spell_command_error_unknown_spell', 'I don\'t know the spell %spell', 0, 0, '', '', '', '我不会 %spell 这个法术', '', 'No conozco el hechizo %spell', '', ''),
('cast_spell_command_spell', 'Casting %spell', 0, 0, '', '', '', '正在施放 %spell', '', 'Lanzando %spell', '', ''),
('cast_spell_command_craft', 'Crafting %spell', 0, 0, '', '', '', '正在制作 %spell', '', 'Creando %spell', '', ''),
('cast_spell_command_error', 'Cannot cast %spell', 0, 0, '', '', '', '无法施放 %spell', '', 'No puedo lanzar %spell', '', ''),
('cast_spell_command_error_failed', 'Failed to cast %spell', 0, 0, '', '', '', '施放 %spell 失败', '', 'Fallo al lanzar %spell', '', ''),
('cast_spell_command_amount', ' |cffffff00(x%amount left)|r', 0, 0, '', '', '', ' |cffffff00(剩余 x%amount)|r', '', ' |cffffff00(x%amount restante)|r', '', ''),
('dummy_end', 'dummy', 0, 0, '', '', '', '', '', '', '', '');
DROP TABLE IF EXISTS `ai_playerbot_texts_chance`;
CREATE TABLE IF NOT EXISTS `ai_playerbot_texts_chance` (
`id` bigint(20) NOT NULL AUTO_INCREMENT,
`name` varchar(255) NOT NULL,
`probability` bigint(20) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=UTF8;
/*!40000 ALTER TABLE `ai_playerbot_texts_chance` DISABLE KEYS */;
INSERT INTO `ai_playerbot_texts_chance` (`id`, `name`, `probability`) VALUES
(1, 'taunt', 30),
(2, 'aoe', 75),
(3, 'loot', 20);
/*!40000 ALTER TABLE `ai_playerbot_texts_chance` ENABLE KEYS */;