[JAVA] Dernière version de l'outil d'étude des langues

package jp.co.learn.dict;

import java.awt.BorderLayout; import java.awt.Color; import java.awt.Container; import java.awt.Font; import java.awt.Point; import java.awt.Window; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.awt.event.MouseMotionListener; import java.io.BufferedWriter; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.lang.reflect.Method; import java.nio.charset.StandardCharsets; import java.nio.file.FileSystem; import java.nio.file.FileSystems; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.nio.file.StandardOpenOption; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.Enumeration; import java.util.List; import java.util.Properties;

import javax.swing.JFileChooser; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JMenu; import javax.swing.JMenuItem; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JPopupMenu; import javax.swing.UIManager; import javax.swing.plaf.FontUIResource;

public class LearnWords extends JFrame implements ActionListener, KeyListener, Runnable {

static final long serialVersionUID = 1L; static LearnWords frame; JLabel label; int sec; JPopupMenu menubar = new JPopupMenu(); static List wordList = new ArrayList(); String filename = ""; MouseEvent start; int intTime = 1000; int intRight = 40; int intDown = 20; int CONTENT_LABEL_HEIGHT = 25; String MODE_AUTO = "AUTO"; Properties properties;

public static void main(String[] args) throws Exception {

System.setProperty("awt.useSystemAAFontSettings", "on");
System.setProperty("swing.aatext", "true");
try {

// Systématique UIManager.setLookAndFeel(UIManager.getSystemLookAndFeelClassName()); } catch (Exception e) { e.printStackTrace(); } // Toutes les polices locales utilisées en bas initGlobalFontSetting (nouvelle police ("Meirio", 0, 12));

frame = new LearnWords();

}

public LearnWords() { addKeyListener(this); sec = 0;

JMenu menu1 = nouveau JMenu ("texte"); JMenu menu2 = nouveau JMenu ("accidentel"); JMenu menu3 = nouveau JMenu ("time"); JMenu menu4 = nouveau JMenu ("langue japonaise"); JMenu menu5 = nouveau JMenu ("Kanshu"); JMenu menu6 = new JMenu("help");

menubar.add(menu1);
menubar.add(menu2);
menubar.add(menu3);
menubar.add(menu4);
menubar.add(menu5);
menubar.add(menu6);

JMenuItem menuitem1_2 = nouveau JMenuItem ("Ouvrir");

JMenuItem menuitem2_1 = new JMenuItem ("Démarrer à tout moment"); JMenuItem menuitem2_2 = new JMenuItem ("Fin des temps");

JMenuItem menuitem3_1 = nouveau JMenuItem ("time +"); JMenuItem menuitem3_2 = nouveau JMenuItem ("time-");

JMenuItem menuitem4_1 = new JMenuItem ("Dictionnaire des critères de question du test de compétence japonais-N1"); JMenuItem menuitem4_2 = new JMenuItem ("Dictionnaire des critères de question du test de compétence japonais-N2"); JMenuItem menuitem4_3 = new JMenuItem ("Dictionnaire des critères de question du test de compétence japonais-N3"); JMenuItem menuitem4_4 = new JMenuItem ("Dictionnaire des critères de question du test de compétence japonais-N4"); JMenuItem menuitem4_5 = nouveau JMenuItem ("Minna no Japanese Words"); JMenuItem menuitem4_6 = new JMenuItem ("Tableau de vocabulaire Katakana de critères de test de compétence en japonais");

JMenuItem menuitem5_1 = new JMenuItem("exit");

JMenuItem menuitem6_1 = nouveau JMenuItem ("+ clé: fréquence 1 seconde ajoutée"); JMenuItem menuitem6_2 = new JMenuItem ("-key: fréquence réduite de 1 seconde"); JMenuItem menuitem6_3 = new JMenuItem ("Touche d'espace: démarrer à tout moment"); JMenuItem menuitem6_4 = new JMenuItem ("Touche CTRL: fin à tout moment"); JMenuItem menuitem6_5 = nouveau JMenuItem ("Touche ESC: sortie");

menu1.add(menuitem1_2);
menu2.add(menuitem2_1);
menu2.add(menuitem2_2);
menu3.add(menuitem3_1);
menu3.add(menuitem3_2);
menu4.add(menuitem4_1);
menu4.add(menuitem4_2);
menu4.add(menuitem4_3);
menu4.add(menuitem4_4);
menu4.add(menuitem4_5);
menu4.add(menuitem4_6);
menu5.add(menuitem5_1);
menu6.add(menuitem6_1);
menu6.add(menuitem6_2);
menu6.add(menuitem6_3);
menu6.add(menuitem6_4);
menu6.add(menuitem6_5);

menuitem1_2.addActionListener(this);
menuitem1_2.setActionCommand("Open");

menuitem2_1.addActionListener(this);

menuitem2_1.setActionCommand ("démarrage aléatoire"); menuitem2_2.addActionListener(this); menuitem2_2.setActionCommand ("fin aléatoire");

menuitem3_1.addActionListener(this);
menuitem3_1.setActionCommand("addTime");
menuitem3_2.addActionListener(this);
menuitem3_2.setActionCommand("decreaseTime");

menuitem4_1.addActionListener(this);
menuitem4_1.setActionCommand("readJapaneseN1");
menuitem4_2.addActionListener(this);
menuitem4_2.setActionCommand("readJapaneseN2");
menuitem4_3.addActionListener(this);
menuitem4_3.setActionCommand("readJapaneseN3");
menuitem4_4.addActionListener(this);
menuitem4_4.setActionCommand("readJapaneseN4");
menuitem4_5.addActionListener(this);
menuitem4_5.setActionCommand("readJapaneseMinnna");
menuitem4_6.addActionListener(this);
menuitem4_6.setActionCommand("readJapaneseKana");

menuitem5_1.addActionListener(this);
menuitem5_1.setActionCommand("exit");

JPanel p = new JPanel();
label = new JLabel();
label.setBackground(Color.gray);
label.setVerticalAlignment(JLabel.CENTER);
label.setText("Loading......");
p.add(label);

Container contentPane = getContentPane();
contentPane.add(p, BorderLayout.LINE_START);

WindowDrugMove mouseListener = new WindowDrugMove();

// Lorsque vous prenez la souris pour la première fois label.addMouseListener(mouseListener); // En faisant glisser la souris label.addMouseMotionListener(mouseListener);

setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
setBounds(intRight, intDown, 400, CONTENT_LABEL_HEIGHT);
setAlwaysOnTop(true);
setUndecorated(true);
setBackground(new Color(0x0, true));
setVisible(true);

// Lire le fichier de propriétés. properties = new Properties(); try { String currentPath = new File(".").getAbsoluteFile().getParent(); File settingFile = new File(currentPath + "\LearnWords.ini"); if (!settingFile.exists()) { properties.setProperty("MODE", MODE_AUTO); properties.setProperty("DICT", "jp.co.learn.dict.JapaneseN1"); properties.store(new FileOutputStream(settingFile), "Comments"); } else { properties.load(new FileInputStream(settingFile)); } } catch(Exception e) {}

filename = "C:\\en.txt";
readFile(filename);

Thread thread = new Thread(this);
thread.start();

}

/** * *

*/ class WindowDrugMove implements MouseMotionListener, MouseListener { private Point loc;

public void mouseMoved(MouseEvent e) {
}
public void mouseDragged(MouseEvent e) {
    Window window = frame;
    loc = window.getLocation(loc);
    int x = loc.x - start.getX() + e.getX();
    int y = loc.y - start.getY() + e.getY();
    window.setLocation(x, y);
}
public void mouseClicked(MouseEvent e) {}
public void mouseEntered(MouseEvent e) {}
public void mouseExited(MouseEvent e) {}
public void mousePressed(MouseEvent e) {
    start = e;
    showPopup(e);
}
public void mouseReleased(MouseEvent e) {

// Bon sushi showPopup(e); } }

public void actionPerformed(ActionEvent e) {

if (e.getActionCommand() == "Open") {
    JFileChooser jfc1 = new JFileChooser();

// Réglage du nom jfc1.setDialogTitle ("Veuillez sélectionner un fichier."); // Méthode par défaut jfc1.showOpenDialog(null); jfc1.setVisible(true); // Récupère tous les chemins filename = jfc1.getSelectedFile().getAbsolutePath(); readFile(filename); } else if (e.getActionCommand () == "démarrage aléatoire") { label.setText (" <font face = 'MS Mincho, SimSun, Song" size =' + 1'color = 'green'> Random start ... </ font> </ html> "); Collections.shuffle(wordList); return; } else if (e.getActionCommand () == "fin aléatoire") { label.setText (" <font face = 'MS Mincho, SimSun, Song body' size = '+ 1'color =' green '> random end ... </ font> </ html>"); reRadom(); return; } else if (e.getActionCommand() == "addTime") { intTime = intTime + 1000; String text = String.valueOf (intTime / 1000) + "Changé en secondes."; label.setText (" <font face = 'MS Mincho, SimSun, Song" size =' + 1'color = 'green'> "+ text +" </ font> </ html> "); return; } else if (e.getActionCommand() == "decreaseTime") { if (intTime >= 2000) { intTime = intTime - 1000; } else { intTime = 1000; String text = String.valueOf (intTime / 1000) + "Changé en secondes."; label.setText (" <font face = 'MS Mincho, SimSun, Song" size =' + 1'color = 'green'> "+ text +" </ font> </ html> "); return; } } else if (e.getActionCommand() == "readJapaneseN1") { loadDict("jp.co.learn.dict.JapaneseN1"); sec = 0; } else if (e.getActionCommand() == "readJapaneseN2") { loadDict("jp.co.learn.dict.JapaneseN2"); sec = 0; }

// // else if (e.getActionCommand() == "readJapaneseN3") { // readJapaneseN3(); // sec = 0; // } else if (e.getActionCommand() == "readJapaneseN4") { // readJapaneseN4(); // sec = 0; // } else if (e.getActionCommand() == "readJapaneseMinnna") { // readJapaneseMinnna(); // sec = 0; // } else if (e.getActionCommand() == "readJapaneseKana") { // readJapaneseKana(); // sec = 0; // }

if ("exit".equals(e.getActionCommand())) {
    int dialogButton = JOptionPane.YES_NO_OPTION;
    if (dialogButton == JOptionPane.YES_OPTION) {
        writeFile();
        System.exit(NORMAL);
    }
}

menubar.setVisible(false);
frame.setBounds(frame.getX(), frame.getY(), frame.getWidth(), CONTENT_LABEL_HEIGHT);

}

public void run() { do { if (sec + 1 > wordList.size()) { sec = 0; } else { label.setText (" " + wordList.get (sec) .trim () + "</ font> </ html> "); sec++; if (sec == wordList.size()) { sec = 0; } } try {Thread.sleep(intTime);} catch (InterruptedException e) {} } while(true); }

/**

  • lire le fichier Lire le fichier TXT spécifié

  • @return Aucun */ public void readFile(String fileName) {

    wordList = new ArrayList(); sec = 0; try { Files.lines(Paths.get(fileName)).forEachOrdered(s -> { if (null != s && s.trim().length() > 1 && !s.contains("OK")) { wordList.add(s); } }); menubar.setVisible(false); if (wordList.size() == 0) { loadDict("jp.co.learn.dict.JapaneseN1"); } } catch (IOException e1) { if (wordList.size() == 0) { loadDict("jp.co.learn.dict.JapaneseN1"); sec = 0; } e1.printStackTrace(); } }

/**

  • 键盘 监听 */ @Override public void keyPressed(KeyEvent e) {

// + KEY Ajouter du temps pour répéter if (e.getKeyCode() == 107) { if (intTime >= 1000) { intTime = intTime + 1000; }else if(250<=intTime && intTime < 1000){ intTime=intTime*2; } } // --KEY Réduction du temps de répétition else if (e.getKeyCode() == 109) { if (intTime > 1000) { intTime = intTime - 1000; }else if(intTime >= 500){

    	intTime=intTime/2;
    }
    	
}

// Fin de la touche ESC else if (e.getKeyCode() == 27) { writeFile(); System.exit(NORMAL); } // SPACE Début aléatoire else if (e.getKeyCode() == 32) { Collections.shuffle(wordList); } // Fin aléatoire CTRL else if (e.getKeyCode() == 17) { label.setText ("fin aléatoire"); reRadom(); } // ENTRÉE Écrivez les mots que vous comprenez. Ne pas afficher la prochaine fois else if (e.getKeyCode() == 10) { if (wordList.get(sec - 1) == label.getText()) { wordList.remove(sec - 1); wordList.add(sec - 1, "OK " + label.getText()); System.out.println("OK"); } else { System.out.println("NG"); } } // En bas à droite else if (e.getKeyCode() == 39) { sec++; if (sec == wordList.size()) { sec = 0; } label.setText (" " + wordList.get (sec) .trim () + "</ font> </ html> "); } // Mouvement vers le bas else if (e.getKeyCode() == 40) { intDown = intDown + 50; frame.setBounds(frame.getX(), intDown, frame.getWidth(), CONTENT_LABEL_HEIGHT); } // Meilleur mouvement d'amélioration else if (e.getKeyCode() == 38) { intDown = intDown - 50; if (intDown > 0) { frame.setBounds(frame.getX(), intDown, frame.getWidth(), CONTENT_LABEL_HEIGHT); } } // En haut à gauche else if (e.getKeyCode() == 37) { sec--; if (sec < 0) { sec = 0; } label.setText (" " + wordList.get (sec) .trim () + "</ font> </ html> "); } System.out.println(intTime); }

/**

  • Relâchez une sortie aléatoire au hasard. */ private void reRadom() { Collections.sort(wordList, new Comparator() { @Override public int compare(String o1, String o2) { return o1.compareTo(o2); } }); }

/**

  • Mise à jour du fichier. Mots à comprendre Ajouter OK avant cette ligne. */ public void writeFile() {

    FileSystem fs = FileSystems.getDefault();

/ * Ecrire un fichier * / Path outputPath = fs.getPath(filename); try (BufferedWriter bw = Files.newBufferedWriter(outputPath, StandardCharsets.UTF_8, StandardOpenOption.CREATE)) { wordList.forEach(s -> { try { bw.write(s + "\r\n"); } catch (Exception e) { e.printStackTrace(); } }); } catch (IOException e) { e.printStackTrace(); } }

@SuppressWarnings("unchecked") private void loadDict(String param) { try { wordList.clear(); Class<?> clazz = Class.forName(param); Object obj = clazz.newInstance(); Method method = clazz.getMethod("read"); wordList = (List) method.invoke(obj); } catch (Exception e) {} }

private void showPopup(MouseEvent e) { if (e.isPopupTrigger()) { menubar.show(e.getComponent(), e.getX(), e.getY()); } }

public static void initGlobalFontSetting(Font fnt){ FontUIResource fontRes = new FontUIResource(fnt); for (Enumeration keys = UIManager.getDefaults().keys(); keys.hasMoreElements();) { Object key = keys.nextElement(); Object value = UIManager.get(key); if(value instanceof FontUIResource) UIManager.put(key, fontRes); } }

@Override public void keyReleased(KeyEvent arg0) { }

@Override public void keyTyped(KeyEvent arg0) { }

}

package jp.co.learn.dict;

import java.util.ArrayList; import java.util.List;

public class JapaneseN1 {

public List<String> read() {
	List<String> wordList = new ArrayList<String>();
	wordList.clear();

wordList.add ("Aisou 1 Affection 3 Wazo Kachika, Favor"); wordList.add ("relation Aidara 1 0 (personne personnelle)"); wordList.add ("Heitsugu 1 * 0 L'un après l'autre 1 Sosei"); wordList.add ("Aima 1 intervalle 0,3 temps d'intervalle, temps libre"); wordList.add ("Dare 1 Dare 1 Dare"); wordList.add ("Aogu 1 recherche 2 recherche, respect"); wordList.add ("Aka 1 dirt 2 污 dirt"); wordList.add ("Témoignage 1 * 0 Preuve 0 證據, 證 mei"); wordList.add ("Akaji 1 déficit 0 déficit, 虧 ciel"); wordList.add ("Akasu 1 Reveal 0 Départ, Roadbreak"); wordList.add ("Akaramu 1 Reddish 3 Red, Red Kirai"); wordList.add ("Monter 1 monter / ~ monter 0 haut, recevoir, terminer / ~ origine, Tsuyoshi"); wordList.add ("Give up 1 Give up 0,4 Deadly, implacable"); wordList.add ("Aku 1 Evil 1 壞 chose, malchance, 壞 人, mal"); wordList.add ("accélérateur 1 accélérateur 1 accélérateur, bande de roulement d'huile"); wordList.add ("Akudoi 1 Akudoi 3 Overfire, Evil"); wordList.add ("Chin 1 Jaw 2 Lower Tomoe, Nozomi, Jaw"); wordList.add ("Adoration 1 Désir 0 Désir, Aller"); wordList.add ("Asa 1 chanvre 2 chanvre, chanvre"); wordList.add ("Aza 1 痣 2 痣"); wordList.add ("Silly 1 Shallow 4 Despicable"); wordList.add ("Azamuku 1 Tromper 3 Tromper"); wordList.add ("Bright 1 Vivid 2 Vivid"); wordList.add ("Mocking 1 Mocking 4 Mocking"); wordList.add ("Je ne sais pas 1 Je ne fais pas mal 3 Je n'ai pas besoin d'un contrat"); wordList.add ("Ajiwai 1 Goût 0 Goût"); wordList.add ("Demain 1 Impatient 2 Soudain"); wordList.add (la couleur "fading 1 fading" est ~ "0,2 fading"); wordList.add ("Atai 1 valeur 0 價值"); wordList.add ("0 值 vaut 1"); wordList.add ("par 1 / ~ 0 par coup, coup, bourse moyenne / 每, gauche et droite, environ"); wordList.add ("Aka 1 Deterioration 0 Evil"); wordList.add ("Gestion de 1 traitement 0 en attente"); wordList.add ("maladroit 1 N'ayez pas peur 4 Tadashi"); wordList.add ("Light 1 Light 3 Clear"); wordList.add ("Assen 1 Arrangement 0 Arrangement"); wordList.add ("Atto 1 surpassant 0 écrasant"); wordList.add ("Compression Appaku 1 0 壓 壄"); wordList.add ("Up 1 up 1 Proposition, Amélioration"); wordList.add ("Personnaliser 1 Personnaliser 3,4 Révisé"); wordList.add ("Atsuryoku 1 Pressure 2 Power"); wordList.add ("Adresse 1 ~ Adresse 0 Don ~"); wordList.add ("adresse 1 devinez 0 but, espoir, aspiration"); wordList.add ("Ateji 1 Ce caractère, Adresse 0 Caractère complexe, Caractère emprunté, Caractère blanc"); wordList.add ("adresse 1 adresse 0 fourniture"); wordList.add ("Un de plus, un successeur, deux successeurs, successeur"); wordList.add ("Après 1 Report 3 Looseness"); wordList.add ("Aburae 1 Oil Painting 3 Oil 畫"); wordList.add ("approche 1 approche 3 méthode, entrée, approche"); wordList.add ("Abekobe 1 Abekobe 0 Rebellion, Conflict"); wordList.add ("Amaeru 1 Amae 0 撒嬌"); wordList.add ("Amagu 1 Rain gear 2 Rain gear"); wordList.add ("Amakuchi 1 Sweet 0 Bandy"); wordList.add ("Amateur 1 amateur 0,2 Etranger (personne), affaires"); wordList.add ("Ami 1 net 2 net, iron net"); wordList.add ("Ayatsuru 1 Manipule 3 Manipule, Manipule"); wordList.add ("Ayabumu 1 Danger 3 Kakeru, Kokoro"); wordList.add ("Ayafuya 1 Ayafuya 0 contenant de la colle, Yasushi Fuju"); wordList.add ("Ayamachi 1 erreur 0,3,4 complexe, erreur"); wordList.add ("Excusez-moi 1 Faites une erreur 3 Faites une erreur, faites une erreur, faites une erreur"); wordList.add ("Ayumi 1 étape 3 étape, exécuter"); wordList.add ("Ayumu 1 étape 2 étape, progression"); wordList.add ("1 à l'avance 0 dépôt"); wordList.add ("Synopsis 1 Destruction 0 Destruction, Envoy"); wordList.add ("Rough 1 Conflict 0,3 Conflict, Conflict"); wordList.add ("Nouveau 1 changement 4 amélioration, innovation"); wordList.add ("Rough 1 Rough 0 Rough, Rough"); wordList.add ("Arabe 1 Arabe 1 Arabe 1"); wordList.add ("Hail 1 霰 0 Snow pearl, 霰"); wordList.add ("Are-sama 1-sama 0,2 樣子, Situation"); wordList.add ("tel qu'il est 1 avec 0,5 據實"); wordList.add ("Common 1 Touched 0 Tsunemi, Rare"); wordList.add ("alcali 1 alcali néerlandais 0 鹼"); wordList.add ("aluminium 1 aluminium 0 鋁"); wordList.add ("Awase 1 Match 2 Merge, Formulation, Tuning, Comparison"); wordList.add ("Matching 1 to Matching 3"); wordList.add ("Questionnaire 1 en quête Français 1,3 Q&R"); wordList.add ("Angkor 1 * 1 encore 3 re-primaire, sûr"); wordList.add ("Assassinat d'Ansatsu 1 0 assassinat"); wordList.add ("Anzan 1 Dark Calculation 0 Central Calculation, Dark Calculation"); wordList.add ("Implication Anji 1 Implication 0"); wordList.add ("Anjiru 1 Pensée 0,3 擔 神, Loi de la Pensée"); wordList.add ("Ansei 1 Rest 0 Anshin"); wordList.add ("Annojo 1 Sure Assez 3 Comme prévu, le tarif normal"); wordList.add ("I 1 différence 0 différence, étrange"); wordList.add ("I 1 intention 1 intention, signification, intention"); wordList.add ("Ikagen 1 Preference 0 Matora, Incomplete, Ai, Ai"); wordList.add ("Bonne raison 1 Excuse 0 辯 辯, 辯 辯"); wordList.add ("Iin 1 Clinic 1 Daiin, Private Clinic"); wordList.add ("Non, 1 quitter le domicile 0,3 quitter le domicile"); wordList.add ("Kasu 1 utilise 2 utilisations ... Katsu, Katsumei"); wordList.add ("Comment 1 Comment 2 Comment, 怎樣, bien sûr 怎樣 ... ya"); wordList.add ("No 1 No 2 2 Très, précise, bonne image"); wordList.add ("Ikari 1 colère 0 colère"); wordList.add ("Iki 1 chic 0 dérive, style"); wordList.add ("Igi 1 Objection 1 Disagreement"); wordList.add ("Ikigai 1 Life Kai 0,3 Survival Significance"); wordList.add ("Ikigomu 1 Enthusiastic 3 Miki"); wordList.add ("Imitation 1 Erreur 0 Exécution, (聯 繫, etc.) altération"); wordList.add ("Ikusei 1 élevage 0 culture, culture"); wordList.add ("Ikuta 1 Ikuta 1 Ikuta 1 Ikuta"); wordList.add ("Go 1 Live / Live" Flower ~ "2 Use and Leave"); wordList.add ("Ken 1 Disagreement 0 Disagreement"); wordList.add ("Go 1 Transition 0 Transient, Transition"); wordList.add ("Go 1 Intention 0 Intention, Intention, Calcul"); wordList.add ("Iza 1 Iza Impressive 1 喂, 哎, 嘿"); wordList.add ("Iji 1 Sense 2 Sense"); wordList.add ("migration Iju 1 migration 0"); wordList.add ("Isho 1 Costume 1 Vêtements, Vêtements"); wordList.add ("Fuck 1 Play 3 Play"); wordList.add ("Isei 1 Heterosexual 0,1 Heterosexual"); wordList.add ("Iseki 1 Ruins 0 Ruins"); wordList.add ("encore 1 encore 0 encore"); wordList.add ("Izon 1 Dependent 0 Dependent"); wordList.add ("Taku 1 Consignment 0 Consignment"); wordList.add ("Original 1 Top" Montagne ~ "0 Top"); wordList.add ("Tout le monde vaut 0,2, très"); wordList.add ("Tameru 1 Fry 3 Fry"); wordList.add ("dommage 1 dommage 3 dommage"); wordList.add ("Attention 1 Travail 3 Confort, pitié"); wordList.add ("Ichi 1 City 1 Market"); wordList.add ("1 1 position 2 position, position, position"); wordList.add ("1 dans 1 cas 2 en général"); wordList.add ("Great 1 Remarkable 5 Clear"); wordList.add ("Ichido 1 All 3 All"); wordList.add ("Peut-être 1 partie 3 partie"); wordList.add ("Ichimen 1 One Side 0 All Body, One Side, One Side"); wordList.add ("Ichimoku 1 Ichimoku 0,2 Ichimoku"); wordList.add ("Ichiyo 1 Uniform 0 Ichigi"); wordList.add ("Ichiritsu 1 uniforme 0 uniforme"); wordList.add ("Ichiren 1 série 0 une brochette"); wordList.add ("Inclusion Ikkatsu 1 lot 0"); wordList.add ("Ikki 1 Ikki 1 Bite Ki"); wordList.add ("1 à la fois, 1 à la fois"); wordList.add ("Ikken 1 apparemment 0 primaire"); wordList.add ("Rien 1 Tout 1 Tout"); wordList.add ("Isshin 1 Isshin 3 Saishin"); wordList.add ("1 de plus 0 Ningyo, échec"); wordList.add ("1 zone 0 1 帶"); wordList.add ("Ippen 1 Change 0 Complètement Révisé"); wordList.add ("Ito 1 Intention 1 Company"); wordList.add ("Ido 1 transfer 0 tune"); wordList.add ("Itonamu 1 exécute 3 經營"); wordList.add ("Idom 1 Challenge 2 Challenge, Challenge"); wordList.add ("Inabikari 1 Inako 3 Senden"); wordList.add ("Inori 1 Prayer 3 Prayer"); wordList.add ("Ibiki 1 鼾 3 鼾 聲"); wordList.add ("Maintenant, 1 maintenant, 0,1 maintenant, maintenant, maintenant, présent talent"); wordList.add ("Encore 1 encore 0,1 Pas encore, jusqu'à présent"); wordList.add ("Imin 1 immigrant 0 immigrant"); wordList.add ("Non, non, 1 dégoûtant, 0, non, Nana"); wordList.add ("dégoûtant 1 humble 0,3 gourmand, humble"); wordList.add ("No 1 No No 2"); wordList.add ("Nasty 1 Nasty 4 Unpleasant, Downstream"); wordList.add ("Finalement 1 Motivation 1 Désir"); wordList.add ("Iryo 1 vêtement 1 tissu"); wordList.add ("Iryoku 1 Power 1 Power"); wordList.add ("Ii 1 Vêtements 1 Vêtements"); wordList.add ("Divers 1 objection 0 objection"); wordList.add ("Inkan 1 sceau 0,3 sceau, emblème"); wordList.add ("Inki 1 sombre 0 sombre, sombre, mélancolique"); wordList.add ("Inkyo 1 Retirement 0 Retraite Personne âgée, Bureau de vente en gros"); wordList.add ("Entrée de la voie publique de l'échangeur 1 de la route 5 de l'échangeur"); wordList.add ("International 1 international 5 international (cible)"); wordList.add ("Interphone 1 interphone 3 téléphone, téléphone"); wordList.add ("Intelli 1 intelligentsiya Russian 0 Knowledgeer, Cultural person"); wordList.add ("Information 1 information 4 Information, Question"); wordList.add ("inflation 1 inflation 0 expansion de la devise"); wordList.add ("virus 1 virus 2 poison"); wordList.add ("Karu 1 Accept 2 Consideration"); wordList.add ("Recevoir 1 Accepter 0 Accepter, Recevoir, Recevoir, Répondre, Accepter"); wordList.add ("Recevoir 1 Accepter 0,4 Accepter, Accepter, Accepter"); wordList.add ("Recevoir 1 hériter de 0,3 acceptation, remplacement"); wordList.add ("Recevoir 1 Accepter 0,4 Accepter, Accepter"); wordList.add ("Receive 1 Accept 0,4 Settle, Block"); wordList.add ("Ukemi 1 Passive 2,3 Moved, Defensive"); wordList.add ("Ukemochi 1 charge 0 nommé, 擔 當"); wordList.add ("déplacement 1 mouvement 3 mouvement, activité, mouvement"); wordList.add ("Tourbillon 1 vortex 1 vortex, vortex"); wordList.add ("Uzumeru 1 Fill 0 Fill, 潔 滿, Compensation"); wordList.add ("Liar 1 Liar 2 Liar"); wordList.add ("Utatane 1 S'endormir 0 Dormir, papillonner"); wordList.add ("Ouverture 1 Confessant 0,4 pourparlers, pourparlers"); wordList.add ("Uchikiru 1 Stop 0,3 Stop, Stop, Stop"); wordList.add ("Uchikeshi 1 Annuler 0 Refus, Annuler"); wordList.add ("Uchikomu 1 type 0,3 lancer, lancer"); wordList.add ("Uchiwa 1 Danfan 2 Sumo Wrestling Trial Fan"); wordList.add ("Répartition 1 Répartition 0 Détails, Détails"); wordList.add ("Transition 1 Copie 3 Extrait, Ombre"); wordList.add ("Utae 1 plainte 0,3 plainte"); wordList.add ("Annoying 1 Annoying 5 Agony"); wordList.add ("Déprimé 1 Déprimé 0,3 Déprimé"); wordList.add ("vide 1 vide 0 vide, vide"); wordList.add ("1 conteneur 0 appareil"); wordList.add ("Udemae 1 skill 0,3 capacité"); wordList.add ("Uten 1 temps pluvieux 1 temps pluvieux"); wordList.add ("Prompt 1 Prompt 3 Prompt"); wordList.add ("Conceit 1 Confiance en soi 0 Autonomie"); wordList.add ("Umaru 1 fill 0 fill"); wordList.add ("Né 1 Né 0 Tensei"); wordList.add ("Umu 1 lay 0 newborn"); wordList.add ("Umekomu 1 Embed 3 Keizo"); wordList.add ("Umeboshi 1 Umeboshi 0 Bushiume"); wordList.add ("Ura gaeshi 1 inside out 3 front and back conflict"); wordList.add ("Uridashi 1 Vente 0 Début 虼 賣, Battre 賣"); wordList.add ("Uridasu 1 à vendre 3 Début 賣, 賣, Descendant"); wordList.add ("Hydratant 1 Hydratant 3 Hydratant"); wordList.add ("Uwaki 1 Flirt 0 Flirt"); wordList.add ("Wow 1 plus de 4 de plus"); wordList.add ("Uru 1 plante 0 plantation"); wordList.add ("Ouais 1 Opération 0 經營"); wordList.add ("Dégoûté 1 Dégoûté 3 厭 膩"); wordList.add ("Ouais 1 expédition 0 expédition"); wordList.add ("Unchin 1 tarif 1 tarif"); wordList.add ("Ouais, 1, 0, etc., discussion, théorie, 3 façons, 4"); wordList.add ("Umban 1 Transport 0 Transport"); wordList.add ("Unmei 1 Fate 1 Fate"); wordList.add ("Unyu 1 Transport 1 Transport"); wordList.add ("Ouais 1 opération 0 opération"); wordList.add ("modèle E 1 modèle 0"); wordList.add ("Airmail 1 airmail 3 Airmail"); wordList.add ("Ei 1 ~ Entreprise"); wordList.add ("Eiji 1 Alphabet 0 Anglais"); wordList.add ("Eisha 1 Projection 0 Diffusion"); wordList.add ("satellite Eisei 1 satellite 0"); wordList.add ("Eizo 1 vidéo 0 vidéo"); wordList.add ("Eiyuu 1 Hero 0 Hero"); wordList.add ("Eki 1 liquide 1 liquide"); wordList.add ("Etsuran 1 Browsing 0 薱 覽"); wordList.add ("Emono 1 Prey 0,3 Good Weapon"); wordList.add ("Eri 1 collier 2 Ryoko"); wordList.add ("élégant 1 élégant 1 gracieux"); wordList.add ("En 1 Edge 1 緣"); wordList.add ("Enkat 1 Smooth 0 Shunri 圓 滿"); wordList.add ("Engawa 1 Rim side 0 谷 谷 職 聡 虡"); wordList.add ("Engan 1 Côte 0 Côte"); wordList.add ("Enkyoku 1 Song 0 婉 轉"); wordList.add ("Ingénieur 1 ingénieur 3 Ingénieur, Ingénieur"); wordList.add ("Enshutsu 1 production 0 production"); wordList.add ("Enjiru. Zuru 1 agissant. Zuru 0 agissant"); wordList.add ("Ensen 1 le long de 0 le long"); wordList.add ("Endan 1 Mariage 0 Proposition"); wordList.add ("Enpo 1 distant 0 distant"); wordList.add ("Enman 1 pacifique 0 圓 滿"); wordList.add ("O 1 queue 1 queue, queue de renard"); wordList.add ("Entrez 1 lecteur dans 3 entrées"); wordList.add ("Oidasu 1 kick out 3 toe out"); wordList.add ("J'ai 1 an et 2 ans"); wordList.add ("Oh 1 ours 0 en arrière, négatif négatif"); wordList.add ("Okyu 1 Urgence 0 Urgence"); wordList.add ("Ougon 1 Or 0 Or, Or"); wordList.add ("Oshin 1 visite à domicile 0 visite"); wordList.add ("Obo 1 candidature 0 recrutement, recrutement, 徵"); wordList.add ("Principalement 1 Principalement 0 Fondamentalement, largement, principalement"); wordList.add ("Ogara 1 grand modèle 0 taille du squelette, taille individuelle"); wordList.add ("OK 1 ok 1 good, can"); wordList.add ("Exagération 1 Exagération 0 Exagération, Exagération, Petit chef-d'œuvre de titre"); wordList.add ("Environ 1 Environ 3 Prairies, Branche grossière Oobachi"); wordList.add ("Osuji 1 Outline 0 Outline, Outline, Outline"); wordList.add ("Ozora 1 Sky 3 Taisora, Tenku"); wordList.add ("automatique / automatique 1 automatique 4,5"); wordList.add ("Plus de 1 sur 1 Dépassez"); wordList.add ("Ohaba 1 Significativement 0 寬 Largeur, Hiroshi, Grandeur"); wordList.add ("Open 1 open 1 Breakthrough, Open, Open, Open, Open-air"); wordList.add ("Environ 1 Environ 0 Major Daisuke, Etsukusa, Kagotsune"); wordList.add ("Omizu 1 flood 0,3 flood, flood"); wordList.add ("Oyake 1 public 0 public, public house, public"); wordList.add ("Okubyo 1 Coward 3 Cowardly, Cowardly"); wordList.add ("Okuras 1 Delay 0 Guess, Tonobu"); wordList.add ("Retard 1 Retard 0 après chute, inattendu, défaite, transport, Los"); wordList.add ("Désolé 1 Strict 2 嚴 肅, 莊 Shige"); wordList.add ("Occurrence 1 * 2 Neglect 3 Neglect, Lazy, Lazy, Random"); wordList.add ("faire une ligne 0 action, action, acte"); wordList.add (Dîner "Oguru 1 Gourmet" ~ "0 Gourmet"); wordList.add ("Settle 1 Fit / Fit / Settle 3 Delivery, Existence, Stable / Flat, Peace / Payment"); wordList.add ("Osan 1 Naissance 0 Départ"); wordList.add ("Enseigner 1 Enseigner 0 Leçons"); wordList.add ("Oshikiru 1 Push through 3 Cut"); wordList.add ("Push in 1 Push in 3"); wordList.add ("Oshimu 1 regret 2 regret"); wordList.add ("Oshiyose 1 Rush 4 Bee Spring"); wordList.add ("homme 1 homme 2 public, homme"); wordList.add ("Oseji 1 Flattery 0 Kyoei Monogatari"); wordList.add ("Oh, 1 attaque 0 attaque"); wordList.add ("au moins 1 au plus tard 2 au plus tard"); wordList.add ("Peur 1 Peur 2 Peur, défavorable"); wordList.add ("Fucking 1 Fanning 0 Fanning, Dedication"); wordList.add ("Descendre 1 entrée 0 enfoncée"); wordList.add ("Ochitsuki 1 Calme 0 par 沉"); wordList.add ("Ochiba 1 Feuilles tombées 1 Feuilles tombées"); wordList.add ("Otsu 1 Otsu 1 Otsu, Bessho, Bizarre"); wordList.add ("Utilisation 1 Utiliser 0 Trésor, Shopping"); wordList.add ("Désolé 1 Effrayant 4 OK"); wordList.add ("Oteage 1 Oteage 0 Osamu Nozomiho"); wordList.add ("Odo Odo 1 Odo Odo 1 Susumu Suspension"); wordList.add ("Dread 1 Threat 0 Threat, Threat"); wordList.add ("Otozuru 1 visite 4 visite, arrivée"); wordList.add ("Ami 1 compagnon 2 虪 跟 隨"); wordList.add ("Mellow 1 Decline 4 Decline"); wordList.add ("Surprenant 1 Surprise 4 Surprise, Surprise"); wordList.add ("Onaidoshi 1 même année 2 même année, même année"); wordList.add ("naturellement 1 naturellement 0 lieu naturel"); wordList.add ("Effrayé 1 Effrayé 0,3 Effrayé"); wordList.add ("Abondant 1 volumineux 5 很 TA"); wordList.add ("Obiru 1 Obiru 0,2 攜帶"); wordList.add ("Ofukuro 1 Obukuro 0 Mère"); wordList.add ("Remember 1 Remember 2,3 Memories, Confidence, Confidence"); wordList.add ("Bonus 1 Perte 0 Dédicace totale, réduction"); wordList.add ("Omiya 1 Mimiya 0 Sanctuaire"); wordList.add ("Muscle 1 couche 2 urine"); wordList.add ("Omoitsuki 1 Idea 0 Temporary Recollection"); wordList.add ("Omomuki 1 Hobby 0 Hobby"); wordList.add ("Omomuku 1 Go 3 Go, Précédent"); wordList.add ("Omonjiru / Zuru 1 Value / Zuru 0,4 Note Weight"); wordList.add ("Oyaji 1 Father 0 Father, Old Board"); wordList.add ("et 1 et 0,1 et"); wordList.add ("et 1 et 0 et atteindre"); wordList.add ("Orientation 1 orientation 5 Admission Education, Directed"); wordList.add ("Renvoyer 1 Pli 0,3 Plier, Plier"); wordList.add ("Orimono 1 Textile 0,2 Textile"); wordList.add ("Oru 1 Weave 1 Weave"); wordList.add ("I 1 I 0 [langue de base] I (pairs des garçons et inférieurs)"); wordList.add ("Far 1 stupid 1 stupid"); wordList.add ("Légendaire 1 faible taux d'herbe 2, épée"); wordList.add ("Onbu 1 Ninbu 1 Back, Screamer Negative"); wordList.add ("Online 1 online 3 Union line, on line"); wordList.add ("Onwa 1 Mild 1 Drowning, Ken"); wordList.add ("est 1 ~ image 繪 畫"); wordList.add ("ga ~ 1 trait ~ 1 圖 畫"); wordList.add ("tapis 1 tapis 1,3 tapis"); wordList.add ("gai 1 ~ ville ~ ville, ~ 區"); wordList.add ("Kaiaku 1 Amendement 0 Amendement"); wordList.add ("Kain 1 expédition 0 expédition"); wordList.add ("gaika 1 devise étrangère 1 devise étrangère, devise étrangère, devise étrangère"); wordList.add ("Kaikaku 1 Reform 0 Reform"); wordList.add ("Kaigara 1 shell 0,3 shell shell"); wordList.add ("gaikan 1 apparence 0 vue extérieure"); wordList.add ("Kaiku 1ère classe 0e année, classe"); wordList.add ("Kaikyo 1 Kaikyo 0 Kaiho"); wordList.add ("Kaiken 1 Interview 0 Specified Place Regulations"); wordList.add ("Kaigo 1 Nursing 1 Career 1"); wordList.add ("Kaisai 1 a tenu 0 réunion ou rappel pour démarrer une certaine chose"); wordList.add ("Kaishu 1 collection 0 fois collection"); wordList.add ("Kaishu 1 Refurbishment 0 Repaired Things"); wordList.add ("Kaiju 1 Monster 0 Monster"); wordList.add ("Kaijo 1 Release 1 Release Special Condition Recovery"); wordList.add ("Gaisho 1 Ministre des Affaires étrangères 0 Ministre des Affaires étrangères"); wordList.add ("fait 1 mal 3 blessures, tue"); wordList.add ("Gaisetsu 1 Vue d'ensemble 0 Vue d'ensemble, Vue d'ensemble"); wordList.add ("Kaiso 1 fois 0 轉 轉, 轉 轉, 轉 遞"); wordList.add ("Kaiso 1 layer 0 layer"); wordList.add ("Kaitaku 1 Pioneer 0 Pioneer, Pioneer"); wordList.add ("Kaidan 1 Talk 0 Talk"); wordList.add ("Kaitei 1 révision 0 révision, rénovation"); wordList.add ("Kaitei 1 révision 0 révision"); wordList.add («Guide 1 guide 1 Guidance, Guidance (person), Discourse book»); wordList.add ("Kaido 1 Highway 0 Traffic Important Road"); wordList.add ("Gaito 1 Street 0 Street, Street"); wordList.add ("Gaito 1 Applicable 0 Sign constant matière conditionnelle"); wordList.add ("Guide 1 guide 4 Guide, Thoughtbook"); wordList.add ("Kainyu 1 Intervention 0 Incision Circumstances or Conflict"); wordList.add ("gainen 1 concept 1 certaine généralisation de chose"); wordList.add ("Kaihatsu 1 Development 0 將 潛 Talented Drawers"); wordList.add ("Kaibatsu 1 au-dessus du niveau de la mer 0 standard constant"); wordList.add ("Kaiho 1 Care 1 Nursing (malade)"); wordList.add ("Kaibo 1 Anatomy 0 Travail de bureau de recherche détaillé"); wordList.add ("Gaiyo 1 * 0 Vue d'ensemble 0 Vue d'ensemble"); wordList.add ("Je suis ennuyé 1 ambulatoire 0 affaires étrangères"); wordList.add ("Kairan 1st Circulation 0 Teru Written Ordered (Books)"); wordList.add ("gairaku 1 contour 0 environ"); wordList.add ("Kairyu 1 Sea current 0 Ocean water flow sens"); wordList.add ("Amélioration de Kairyo 1 0 將 輺 點 amélioration 變 虊 虊 變 wordList.add ("Circuit électrique Kairo 1 circuit 1"); wordList.add ("Kairo 1 route maritime 1 route maritime"); wordList.add ("Réflexions, Réflexions, Réflexions, Réflexions, Réflexions"); wordList.add ("Kaotsuki 1 avec visage 0 visage, expression faciale"); wordList.add ("Kaigai 1 extracurricular 0,1 extracurricular"); wordList.add ("Kageru 1 Raise 0,3 Raise, Suspension"); wordList.add ("Talon 1 talon 0 腳 跟"); wordList.add ("Scratch 1 Écriture 0,3 Écriture, 聽寫"); wordList.add ("Remuer 1 Remuer 0,4 Remuer, Remuer"); wordList.add ("Kaku 1 ~ Image 0 ~ 劃"); wordList.add ("Kaku 1 Missing 0 Deficiency"); wordList.add ("Scratch 1 Scratch (Honte ~) 1 Out (Ugly)"); wordList.add ("Kaku 1 core 1 core, core"); wordList.add ("Kaku 1 rang 2 rang, grade, rang"); wordList.add ("Kaku 1 coin 1, 2 coin, coin drop"); wordList.add ("Gakugei 1 Gakugei 0 Bungaku Art"); wordList.add («Kakusa 1 Disparity 1 (Imperial) Discrimination, Difference»); wordList.add ("Kakusan 1 Spread 0 Disperse"); wordList.add ("Gakushi 1 Bachelor 1 Bachelor"); wordList.add ("Kakushu 1 Divers 1 Divers"); wordList.add ("Kakushu 1 toutes les deux semaines 0 toutes les deux semaines"); wordList.add ("Kakushin 1 Innovation 0 Leather Heart, Reform"); wordList.add ("Kakushin 1 Confidence 0 Confidence, Yes Grasp"); wordList.add ("Gakusetsu 1 Théorie 0 Gakusei"); wordList.add ("Kake 1 Confirmer 0 Confiance, Confirmer"); wordList.add ("Cocktail 1 cocktail 1 Kasumi Sake"); wordList.add ("acquisition Kakutoku 1 0 acquisition, acquisition"); wordList.add ("Gakufu 1 Score 0 樂 埔"); wordList.add ("Kakubetsu 1 * 2 Spécial 0 Spécial, Probablement"); wordList.add ("Kakuho 1 Secure 1 Secure"); wordList.add ("Kakumei 1 Révolution 0 Révolution"); wordList.add ("Kakuritsu 1 Etablir 0 Etablir"); wordList.add ("Gakureki 1 Formation académique 0 Formation académique"); wordList.add ("Kake 1 ~ Kake 0 Go start ~, Naomi ~, Rapatriement terminé, ~ Kake, Kakeru"); wordList.add ("Kake 1 bet 2 bet"); wordList.add ("Gake 1 Cliff 0 Lifetime"); wordList.add ("Kake ~ 1 Kake ~ 0 Kake ~, Kakeru"); wordList.add ("Kakeashi 1 Rushing 2 跑"); wordList.add ("Kakei 1 ménage 0 budget ménage"); wordList.add ("Kakekko 1 Runkko 2 Samurai"); wordList.add ("multiplier 1 pari 2 pari, parier"); wordList.add ("multiplier 1 exécuter 2 奔馳"); wordList.add ("Kako 1 traitement 0 traitement"); wordList.add ("Kago 1 composé 0 composé"); wordList.add ("volumineux 1 volumineux 0 volumineux, grand volume"); wordList.add ("gonflement 1 gonflant 2 gonflant"); wordList.add ("Bullet 1 Bulletin 0 minutes, chaque élément"); wordList.add ("Kashira 1 tête 3 têtes, chef, tête"); wordList.add ("faible 1 faible ou 1 faible"); wordList.add ("Kasumi 1 Kasumi 0 Kasumi"); wordList.add ("Kasu 1 掠 2 掠 Pass"); wordList.add ("Kei 1 Mars 0 Mars"); wordList.add ("Kaseki 1 fossile 0 fossile"); wordList.add ("Kasen 1 River 1 River"); wordList.add ("Kasen 1 Synthetic Fiber 0 Chemical Science"); wordList.add ("Kaso 1 Depopulated 1 (Population) Rare, Rare"); wordList.add ("kata ~ 1 pièce ~ 2 deux personnes Nakanoichi"); wordList.add ("Kadai 1 Exercice 0 Exercice"); wordList.add ("Kataomoi 1 Unrequited love 3 單戀"); wordList.add ("Koto 1 One Piece 0,4 Half Word, Dirty Story"); wordList.add ("Nettoyer 1 Nettoyer 2,4 Organiser, collecter"); wordList.add ("Turn 1 Tilt 4 Use ... Tilt"); wordList.add ("durcir 1 durcir 0 durcir"); wordList.add ("côté 1 côté 0,4 旁 邊"); wordList.add ("Kadan 1 parterre de fleurs 1 parterre de fleurs"); wordList.add ("Kachiku 1 Livestock 0 Livestock"); wordList.add ("et 1 et 1 ~ et"); wordList.add ("Kaki 1 Breakthrough 1 ère"); wordList.add ("Déçu 1 Déçu 3 Épuisement"); wordList.add ("Gasho 1 Chorus 0 Chorus"); wordList.add ("Heavy 1 Solid 3 Keniso, Jail"); wordList.add ("Gatch 1 Match 0 Match"); wordList.add ("Solid 1 Strict 3 Conclusion, Small Money"); wordList.add ("Kate 1 égoïste" cuisine "0 cuisine"); wordList.add ("Une fois 1 嘗 1 曓"); wordList.add ("coupe 1 coupe 1 coupe, rasage, rasage"); wordList.add ("Kappatsu 1 actif 0 actif"); wordList.add ("Gappei 1 Merge 0 Merge"); wordList.add ("Catégorie 1 Kategorie Allemand 2 Catégorie, Type, Département"); wordList.add ("Kanau 1 Comes true 2 Realization"); wordList.add ("Fulfill 1 Fulfill 3 Use ~~ Achievement"); wordList.add ("Kanazuchi 1 Kinmaki 3 Makiko"); wordList.add ("Je ne peux pas le faire 1 Je ne peux pas le faire / Je ne peux pas le faire / Je ne peux pas le faire 3 Je ne peux pas le faire"); wordList.add ("Abonnement Kanyu 1 0 abonnement"); wordList.add ("Depuis quelque temps, 1 en avance, 1 destination, la vieillesse"); wordList.add ("Kabau 1 Asylum 2 Protection, Asylum"); wordList.add ("Kabushiki 1 stock 2 entrejambe, vote entrejambe"); wordList.add ("Je tombe malade 1 Je remarque 0 éruption cutanée"); wordList.add ("Kafun 1 pollen 0 pollen"); wordList.add ("Kahei 1 devise 1 devise"); wordList.add ("Kamae 1 position 2,3 posture, préparation, structure"); wordList.add ("Catch 1 Hold 3 Build, Establish, Collect Une sorte de posture"); wordList.add ("Kami 1 Addition 1 Addition"); wordList.add ("mordre 1 bouchée 3 bouchée"); wordList.add ("Kamitsu 1 Surpeuplé 0 Surpeuplé"); wordList.add ("revenir 1 revenir 1,3 revenir, revenir, revenir"); wordList.add ("Cameraman 1 cameraman 3 Jikageshi"); wordList.add ("Kayu 1 porridge 0 riz rare"); wordList.add ("corps 1 corps 0 corps"); wordList.add ("Karamu 1 Entangled 2 磾 wrapping, wrapping ... wordList.add ("Kari 1 Emprunter 0 Emprunter"); wordList.add ("Kari 1 Gan 0 Gan"); wordList.add ("Kari (ni) 1 Temporaire (ni) nez / accessoire 0 Temporaire, 假 / 假 déc, Temporaire"); wordList.add ("Karte 1 Karte German 1 maladie livre, livre médical"); wordList.add ("garage 1 garage 1,2 garage"); wordList.add ("Take 1 Drain 0 Drain"); wordList.add ("Karou 1 Surmenage 0 勞 Excès Cumulatif"); wordList.add ("à peine 1 à peine 0,2,4 bon ou mauvais ~"); wordList.add ("Dodge 1 Exchange 0 Exchange"); wordList.add ("Alternative 1 Alternate 4 wheel flow, Alternate"); wordList.add ("Kan 1 officiel 1 officiel"); wordList.add ("Kan 1 tube 1 tube"); wordList.add ("Kan 1 ~ Vue 1 Vue"); wordList.add ("Cancer 1 Cancer 1 Cancer"); wordList.add ("Kai 1 simple 0,1 simple"); wordList.add ("Cancer 1 Ophthalmology 1 Ophthalmology"); wordList.add ("Imagination 1 Irrigation 1 Irrigation"); wordList.add ("Gankyu 1 Eyeball 0 Eyeball"); wordList.add ("Gangu 1 Toy 1 Toy"); wordList.add ("Kanketsu 1 Concise 0 Concise"); wordList.add ("Kangen 1 Return 0 Return"); wordList.add ("Kango 1 Kanji 0 Vocabulaire Kanji"); wordList.add ("Kango 1 Nursing 1 Guardian"); wordList.add («Ganko 1 Stubborn 1 Stubborn»); wordList.add ("Kankou 1 Publication 0 Publication"); wordList.add ("Kankou 1 Practice 0 Practice"); wordList.add ("Kankoku 1 Recommandation 0 Rappel"); wordList.add ("Conversion Kan-san 1 0 conversion"); wordList.add ("Kanshu 1 Audience 0 Visite"); wordList.add ("Kanshu 1 Personnalisé 0 Personnalisé"); wordList.add ("Gansho 1 Application 1 Petition"); wordList.add ("Kansho 1 Interference 0 Dripping"); wordList.add ("Ganjo 1 Sturdy 0 Kenzo"); wordList.add ("Kanshoku 1 Feel 0 Feeling"); wordList.add ("Kanjin 1 essentiel, rein de foie 0 coeur de rein de foie"); wordList.add ("Kansei 1 Cheers 0 歡 聲"); wordList.add ("Kanzei 1 Droits de douane 0 關稅"); wordList.add ("Ganseki 1 Rock 1 Rock"); wordList.add ("Kansen 1 Infection 0 Infection"); wordList.add ("Kansen 1 ligne principale 0 route principale"); wordList.add ("Kanso 1 Simple 1 Simple Wrestling"); wordList.add ("Vue Kanten 1 Perspective 1"); wordList.add ("Kando 1 Sensitivity 1 Sensitivity"); wordList.add ("Ruse 1 ruse 0,3 (examen) travail, ruse"); wordList.add ("Ganen 1 1ère année 1ère année, Nouvel An"); wordList.add ("Kanbu 1 exécutif 1 exécutif"); wordList.add ("Kanpeki 1 Parfait 0 Parfait, Complètement Innocent"); wordList.add ("Kanben 1 Kanben 1 Hara Ryo"); wordList.add ("Kanmuryo 1 Impressionnant 1 Dare Free"); wordList.add ("Kanyuu 1 Sollicitation 0 Tentation"); wordList.add ("Kanyo 1 Implication 1 關 聯"); wordList.add ("Kanyo 1 idiomatique 0 idiomatique"); wordList.add ("Tolérance Kanyo 1 Tolérance 0"); wordList.add ("Ganrai 1 à l'origine 1 original"); wordList.add ("Kanran 1 Affichage 0 菃 觀"); wordList.add ("Kanryo 1 bureaucrate 0 bureaucrate, bureaucrate"); wordList.add ("Kanrei 1 Personnalisé 0 Personnalisé"); wordList.add ("Kanreki 1 Calendrier de retraite 0 Hanako, alias de 60 ans"); wordList.add ("Kanroku 1 Dignité 0 Sentiment confidentiel"); wordList.add ("Kanwa 1 Relax 0 Relax"); wordList.add ("Gian 1 projet de loi 0 projet de loi, projet"); wordList.add ("Kai 1 Harm 1 Harm"); wordList.add ("Standard 1 Standard 0 Standard"); wordList.add ("Kikaku 1 standard 0 standard"); wordList.add ("Kikazaru 1 Habillage 3 Habillage, Shengjo"); wordList.add ("Kigane 1 Feeling 0 Multi-minded, Customer"); wordList.add ("Kigaru 1 Feel free 0 symptôme, joie de vivre"); wordList.add ("Kikan 1 Quarterly 0 Quarterly"); wordList.add ("Kikan 1 Organ 1, 2 Organ"); wordList.add ("Kiki 1 Crisis 1, 2 Crisis"); wordList.add ("Kikitori 1 écoute 0 écoute"); wordList.add ("Effet Kikime 1 Effet 0"); wordList.add ("Retour à Tokyo 1 Retour à Tokyo 0"); wordList.add ("Kikyoku 1 Drama 0 Drama Book"); wordList.add ("Kin 1 Fund 1, 2 Fund"); wordList.add ("Kigeki 1 Comedy 1 Comedy"); wordList.add ("Giketsu 1 vote 0 vote"); wordList.add ("Kiken 1 Abandon 0 Abandon"); wordList.add ("Origine 1 Kigen 1"); wordList.add ("mécanisme Kiko 1 mécanisme 0"); wordList.add ("Kikon 1 Marié 0 Marié"); wordList.add ("Kiza 1 Kiseki 1 Takaoka"); wordList.add ("Kisai 1 description 0 description"); wordList.add ("Kizashi 1 billion 0 dépôt"); wordList.add ("Kishitsu 1 tempérament 0 tempérament"); wordList.add ("1 délai 1 jour, délai"); wordList.add ("Gijido 1 Capitol 0 Kokukai Capitol, Kai House"); wordList.add ("grincement 1 grincement 0,2 bruit de frottement dur"); wordList.add ("Kijutsu 1 description 0 description"); wordList.add ("Kisho 1 Meteorological 0 Kizo"); wordList.add ("Kizuku 1 Build 2 Build"); wordList.add ("Scratch 1 Hurt 3 Blessé"); wordList.add ("scratch 1 blessé 4 sabotage"); wordList.add ("Kisei 1 Regulation 0 Rule"); wordList.add ("Gisei 1 Sacrifice 0 Sacrifice"); wordList.add ("Kisen 1 Kisen 0 Wheel Ship"); wordList.add ("Kiso 1 * 0 Compete 2 Competitive, Competitive"); wordList.add ("Kizo 1 Donation 0 Don"); wordList.add ("Gizou 1 Contrefaçon 0 Forge"); wordList.add ("Kizoku 1 Noble 1 Noble"); wordList.add ("Gidai 1 Agenda 0 Agenda de discussion"); wordList.add ("Kitaeru 1 Train 3 Train"); wordList.add ("venir 1 venir 2 venir"); wordList.add ("Neat 1 Neat 3 Endroit préféré, rangé, soigné"); wordList.add ("Kichomen 1 méticuleux 2 méticuleux, règles et règlements"); wordList.add ("exactement 1 exactement 3 bons"); wordList.add ("Exactement 1 Exactement 3 Parfait, Aligné"); wordList.add ("Fresh 1 Flat 3 Neat, Neat, Neat"); wordList.add ("Règle 0 de Kite 1"); wordList.add ("Kiten 1 Point de départ 0 Point de départ"); wordList.add ("Kido 1 orbite 0 orbite"); wordList.add ("Compétence technique Gino 1 Skill 1"); wordList.add ("Kihan 1 Standard 0 Standard"); wordList.add ("Kihin 1 Dignity 0 Dignity, Degree"); wordList.add ("Kifu 1 Kifu 0,2 Fuuki"); wordList.add ("Kifuku 1 ondulation 0 ondulation"); wordList.add ("Kibo 1 échelle 1 échelle"); wordList.add ("Kimagure 1 Whimsical 4 Mind Floating"); wordList.add ("Kimajime 1 Serious 2 One Masaru"); wordList.add ("Kitsu 1 end 0 end"); wordList.add ("Rough 1 Bad 5 Difficulty, Undeveloped"); wordList.add ("Kimei 1 Nom 0 Nom, Nom"); wordList.add ("Kiyaku 1 Code 0 Rule"); wordList.add ("Kyakushoku 1 Adaptation 0 Kaisei Denkage ou Drama, Exaggeration"); wordList.add ("Gyakuten 1 Reversal 0 Reverse"); wordList.add ("Kyakuhon 1 Screenplay 0 Drama Book"); wordList.add ("Kyasha 1 Delicate 0 Naejo, Bessho"); wordList.add ("Kyakkan 1 Objectif 0 Objectif"); wordList.add ("Catch 1 catch 1 Tsutomu, contact ball"); wordList.add ("carrière 1 carrière 1 profession, cours, fonction publique supérieure"); wordList.add ("Kyuen 1 Relief 0 Relief"); wordList.add ("Kyugaku 1 congé 0 congé"); wordList.add ("Kyukyoku 1 Ultimate 0 畢竟, Recherche, Final"); wordList.add ("Kyukutsu 1 à l'étroit 1 petite constriction, inactif"); wordList.add ("Kyukon 1 ampoule 0 ampoule"); wordList.add ("Kyusai 1 Relief 0 Relief"); wordList.add ("Kyuji 1 waitperson 1 visiteur, coursier"); wordList.add ("Kyushoku 1 Lunch 0 Supply Food"); wordList.add ("Kyusen 1 pause 0 arrêt"); wordList.add ("Kyuchi 1 vieil ami 1 vieil ami, 子 子"); wordList.add ("Kyuden 1 Palace 0 Palace"); wordList.add («Kyubo 1 Poverty 0 Poverty, Poverty»); wordList.add ("Kyuryo 1 Hill 0 Hill"); wordList.add ("Kiyo 1 Contribution 1 Contribution, Tribute"); wordList.add ("Aujourd'hui 1 fort 1 fort"); wordList.add ("Aujourd'hui 1 ~ Hashibashi"); wordList.add ("Aujourd'hui 1 Wonder 1 Wonder, Wonder"); wordList.add ("Cours de sujet 1 de Kyoka 1"); wordList.add ("Kyokai 1 Association 0 Cooperation"); wordList.add ("École de co-éducation Kyogaku 1 0 (hommes et femmes)"); wordList.add ("Kyokan 1 sympathie 0 sympathie"); wordList.add ("Kyogi 1 Talk 1 Talk, Kyosho"); wordList.add ("Kyougu 1 situation 0 處 處"); wordList.add ("Kyo-kun 1 leçon 0 leçon, leçon"); wordList.add ("Kyoukou 1 Forced 0 Forced Force"); wordList.add ("Kyoukou 1 Hard 0 Hard"); wordList.add ("Matériel pédagogique Kyozai 1 0 Matériel pédagogique"); wordList.add ("Kyosaku 1 Mauvaise récolte 0 Mauvaise année, mauvaise année"); wordList.add ("Gyosha 1 vendeur 1 vendeur"); wordList.add ("Kyoju 1 Enjoy 1 Enjoy"); wordList.add ("Kyoshu 1 Lesson 0 Lessons, Training"); wordList.add ("Kyoshu 1 Nostalgia 0 Late"); wordList.add ("Kyoushoku 1 Profession enseignante 0 Profession d'éducateur"); wordList.add ("Kyoujiru. Zuru 1 Koujiru. Kozuru 0 Kotaka Ryo, Kosei Rise"); wordList.add ("Kyosei 1 Force 0 Compulsion"); wordList.add ("Gyosei 1 Administration 0 Administration"); wordList.add ("Gyoseki 1 Achievement 0 Achievement"); wordList.add ("Kyozon 1 Coexistence 0 Coexistence, Co-existence"); wordList.add ("Aujourd'hui 1 * 0 Boundary 1 Boundary"); wordList.add ("Kyocho 1 Cooperation 0 Cooperation, Cooperation"); wordList.add ("Today 1 Agreement 0 Agreement"); wordList.add ("Kyodo 1 Hometown 1 Clan, Late Chung"); wordList.add ("Aujourd'hui 1 Menace 0 Compulsion, Menace"); wordList.add ("Gyomu 1 Business 1 Business, Daily Work"); wordList.add ("Kyomei 1 Resonance 0 Resonance, Resonance"); wordList.add ("Kyori 1 Hometown 1 Chungri, Late Chung"); wordList.add ("Kyoretsu 1 Intense 0 Intense"); wordList.add ("Kyowa 1 Kyowa 0,1 Kyowa"); wordList.add ("Kyokugen 1 limite locale 0,2 limite locale"); wordList.add ("Kyokutan 1 Extreme 3 Top, Extreme"); wordList.add ("Résidence Kyoju 1 0 Résidence, Adresse"); wordList.add ("Kyozetsu 1 Rejet 0 Rejet"); wordList.add ("Gyosen 1 bateau de pêche 0 bateau de pêche, roue de pêche"); wordList.add ("Village de pêcheurs de Gyoson 1 0 Village de pêcheurs"); wordList.add ("Kyohi 1 Rejection 1 Rejection, Rejection"); wordList.add ("Kyoyo 1 Tolerance 0 Tolerance, Tolerance"); wordList.add ("Kiyoraka 1 Pure 2 Pure"); wordList.add ("Glittering 1 Glittering 3 Brilliant"); wordList.add ("couper 1 couper 2 paragraphes, limiter"); wordList.add ("Kiri 1 ~ Kiri display limit here"); wordList.add ("Giri 1 In-law 2 Emotion, Humanity"); wordList.add ("Switch 1 Switch 0,4 Convert"); wordList.add ("Kiryu 1 Airflow 0 Kiryu"); wordList.add ("Kireme 1 Cut 3 Tear stitch"); wordList.add ("Giwaku 1 Suspicion 0 Suspicion"); wordList.add ("extrêmement 1 extrêmement 2 très"); wordList.add ("Bactérie Kin 1 Bactérie 1"); wordList.add ("Kingan 1 Myopia 0 Myopia"); wordList.add ("Kinkyu 1 Urgent 0 Urgent"); wordList.add ("Kinkou 1 Balance 0 Balance"); wordList.add ("Kinkou 1 Banlieue 0 Banlieue"); wordList.add ("Kinshi 1 Myopie 0 Myopie"); wordList.add ("Kinjiru / Zuru 1 Forbidden / Forbidden 0,3 Forbidden"); wordList.add ("Kinben 1 Diligence 0 Diligence, Diligence"); wordList.add ("Ginmi 1 Examen 1,3 Etude Détaillée"); wordList.add ("Kinmu 1 travail 1 travail"); wordList.add ("Kintsutsu 1 Forbidden 0 Abuse"); wordList.add ("Kinrou 1 Labor 0 Spicy"); wordList.add ("ku 1 douleur 1 douleur, douleur"); wordList.add ("Quiz 1 quiz 1 Akane Mystery, Questions, Problems"); wordList.add ("Kuichigau 1 discordance 4 partout où il n'y a pas de différence"); wordList.add ("Kukan 1 espace 0 espace"); wordList.add ("Kuufuku 1 faim 0 faim"); wordList.add ("Kukukaku 1 bloc 0 區 劃"); wordList.add ("Kukan 1 section 1, 2 étapes"); wordList.add ("Kuki 1 Stem 2 莖"); wordList.add ("Kugiri 1 délimiteur 3 (petit) paragraphe"); wordList.add ("Passer par 1 Plongée 2 Over"); wordList.add ("loterie 1 loterie" tirage ~ "1 loterie"); wordList.add ("Kujibiki 1 loterie 0,4 loterie"); wordList.add ("Cocher 1 Vouloir 0 發癢"); wordList.add ("Guchi 1 Bitches 0 Prison"); wordList.add ("Kuchizusamu 1 Kuchizusamu 4 Gin"); wordList.add ("Kuchibashi 1 bec 0 bec d'oiseau"); wordList.add ("Kuchiru 1 Decay 2 Rotten"); wordList.add ("Kutsugaesu 1 Overturn 3 Reversal"); wordList.add ("Effacer 1 Effacer 3 yeux, Effacer"); wordList.add ("Kusetsu 1 Inflection 0 Fold"); wordList.add ("Gutto 1 Gutto 0,1 Bite Kichi, Renewal"); wordList.add ("Kubikazari 1 Collier 3"); wordList.add ("Kubiwa 1 Collar 0 Item 圈"); wordList.add ("Kumiru 1 Combine 5 Hen Ikki"); wordList.add ("Kumikomu 1 Incorporate 3 Incorporation"); wordList.add ("Kura 1 entrepôt 2 entrepôt"); wordList.add ("Gris 1 gris 2 Gris, gris foncé"); wordList.add ("grue 1 grue 2 palan"); wordList.add ("Kuroto 1 Expert 1, 2 Liner"); wordList.add ("Kuroji 1 surplus 0 盈餘"); wordList.add ("Gun 1 groupe 1 groupe, 伙"); wordList.add ("Gunkan 1 Warship 0 Warship"); wordList.add ("Gunji 1 Military 1 Military"); wordList.add ("Kunshu 1 prince 1 prince (système)"); wordList.add ("Gunshu 1 Crowd, Crowd 0 Crowd, Jushu"); wordList.add ("Gunbi 1 Army 1 Army"); wordList.add ("Gunpuku 1 vêtements militaires 0 vêtements militaires"); wordList.add ("Kei 1 Penalty 1 Punishment"); wordList.add ("Kei 1 ~ ligne système, système scolaire"); wordList.add ("Gei 1 Gei 1 Art, Technique"); wordList.add ("Kei 1 fond 1 latitude"); wordList.add ("Keika 1 a passé 0"); wordList.add ("Keikai 1 Alerte 0 Alerte"); wordList.add ("Keikai 1 lumière 0 lumière"); wordList.add ("Keiiki 1 Instrument 1 Ceremony, Ceremony"); wordList.add ("Keigu 1 Meilleures salutations 0,1 Meilleures salutations, 嬹 啟"); wordList.add ("Atténuation Keigen 1 atténuation 0"); wordList.add ("Keisai 1 liste 0 liste"); wordList.add ("Keisha 1 Slope 0 Slope, Slope, Slope"); wordList.add ("Keisei 1 formation 0 formation"); wordList.add ("Keisei 1 situation 0 situation, localité"); wordList.add ("Keisotsu 1 taux 0 insouciant, taux d'herbe"); wordList.add ("Keitai 1 forme 0, forme 狀, 樣子"); wordList.add ("Keitai 1 mobile 0 攜帶, artisanat"); wordList.add ("Keibatsu 1 punition 1 punition"); wordList.add ("Keihi 1 Dépense 1 Dépense, Ouverture"); wordList.add ("Keibu 1 Police Department 0 Police Department (Japanese Police Officer No. 1)"); wordList.add ("Keibetsu 1 mépris 0 mépris, mépris"); wordList.add ("Keireki 1 Biographie 0 經 歷, 歷, 斱 歷"); wordList.add ("Keiro 1 Route 1 Transit Route, Route, Route"); wordList.add ("Cas 1 cas" Cas / Situation "1 proposition, cas, cas"); wordList.add ("Injurious 1 Dirty 5 Dirty, Destructive"); wordList.add ("Gekidan 1 Theatre Company 0 Theatre"); wordList.add ("Gekirei 1 Encouragement 0 Encouragement"); wordList.add ("Invité 1 invité 1 invité, invité, brochette d'invité"); wordList.add ("Kedamono 1 Beast 0 獸, bétail"); wordList.add ("Ketsu 1 Décision 1 Décision, Résolution"); wordList.add («Décision Keitsu 1 Décision 1»); wordList.add ("Keep 1 tuberculosis 0 tuberculosis"); wordList.add ("Kekan 1 vaisseau sanguin 0 vaisseau sanguin"); wordList.add ("Ketsu 1 Resolution 0 Resolution"); wordList.add ("Décision Kekko 1 Décision 0, Minoru"); wordList.add ("Ketsugo 1 join 0 join"); wordList.add ("Kesan 1 Settlement 1 Settlement, Settlement"); wordList.add ("Gesha janvier frais de compensation 0 frais de scolarité"); wordList.add ("Ketsujo 1 * 0 Lack 1 Deficiency"); wordList.add ("Kesho 1 Final 0 Final, Final"); wordList.add ("Kesho 1 Crystal 0 Résultat, Crystal"); wordList.add ("Kesei 1 formation 0 formation, composition"); wordList.add ("Ken 1 unité 0 unité, paquet, concaténation"); wordList.add ("Slender 1 Lentement 3 Disparition Lentement, Balayage, 厭 膩"); wordList.add ("Ketsudan 1 Décision 0 Fruit, Décision"); wordList.add ("Geppu janvier 0 pièce jointe du mois de prélèvement"); wordList.add ("Ketsubo 1 carence 0 carence"); wordList.add ("Ketobasu 1 Kick off 0,3 Takeshi 踢, 嚴 Refus d'addition"); wordList.add ("Kenasu 1 貶 0 貶 Faible, 毀謗"); wordList.add ("Kemutai 1 Smoketai 0,3 (Smoke) 嗆 人, messager exhortant l'anxiété, messager rush"); wordList.add ("Kemuru 1 Smoke 0 Smoke, Naughty, Oboro"); wordList.add ("Kemono 1 Beast 0 獸"); wordList.add ("Keirai 1 serviteur 1 vassal féodal"); wordList.add ("Geri 1 Diarrhée 0 Estomac"); wordList.add ("ken 1 cas 1 chose, cas, cas"); wordList.add ("Ken 1 ~ Zone"); wordList.add ("Ken 1 Authority 1 Confidence, Prestige, Confidence"); wordList.add ("Kengyo 1 side job 0 side job"); wordList.add ("Genkei 1 Prototype / Prototype 0 Prototype, Undeveloped Prototype"); wordList.add ("Kengen 1 Permission 3 Limits"); wordList.add ("Genkou 1 Current 0 Current"); wordList.add ("Kenzai 1 vivant 0 vivant, vivant, temps présent"); wordList.add ("Gensaku 1 Original 0 Original"); wordList.add ("Kenji 1 Attorney 1 Inspector"); wordList.add ("Genshi 1 atome 1 atome, atomique 彈"); wordList.add ("Genshu 1 Genshu 1 Genshu"); wordList.add ("Gensho 1 Original 0 Original, Livre occidental"); wordList.add ("Kensho 1 Sweepstakes 0 Sweepstakes"); wordList.add ("Gensho 1 diminuer 0 diminuer, diminuer"); wordList.add ("Kenzen 1 sain 0 sain, normal, solide"); wordList.add ("élément Genso 1 élément 1"); wordList.add ("Image Genzo 1 Development 0"); wordList.add ("Principe 0 de Gensoku 1"); wordList.add ("Kenchi 1 Perspective 1 View, Stand, 檢查 Building Site"); wordList.add ("Genchi 1 local 1 site, zone résidentielle actuelle"); wordList.add ("Gente 1 Limited 0 Limited"); wordList.add ("Genten 1 déduction 0 point"); wordList.add ("Genten 1 Original 1 Original, Original"); wordList.add ("Origine Genten 1 Origine 1, Coordonnées d'origine"); wordList.add ("Genbaku 1 Atomic Bomb 0 Atomic Bomb"); wordList.add ("Genbun 1 Original 0 Original"); wordList.add ("Genmitsu 1 Strictly 0 Dense, 嚴"); wordList.add ("Kenmei 1 Wise 0 Wise, Akechi, Takaaki"); wordList.add ("Kenyaku 1 Saving 0 Savings, Savings"); wordList.add ("pétrole brut Genyu 1 0 pétrole brut"); wordList.add ("Kenyo 1 utilisation combinée 0 utilisation combinée, pour utilisation"); wordList.add ("Kenryoku 1 Power 1 權 Power"); wordList.add ("Genron 1 Speech 0 Speech"); wordList.add ("this ~ 1 late 1 old"); wordList.add ("Great 1 vocabulary 1 vocabulary, vocabulary"); wordList.add ("Koiru 1 Koiru 3 Koi Ai"); wordList.add ("Kou 1 Instep 1 Armor Instep, Instep, Flame Instep, Surface, First Place, Instep"); wordList.add ("Kou 1 ~ Kokou"); wordList.add ("Koi 1 Faveur 1 Faveur, Goodwill"); wordList.add ("Koi 1 Act 1 Act, Stop"); wordList.add ("Aller 1 D'accord 1 D'accord, Discussion sur les réalisations"); wordList.add ("Koueki 1 Trade 0 Trade, Trade"); wordList.add ("Kouen 1 performance 0 performance"); wordList.add ("Koukai 1 public 0 public, ouvert"); wordList.add ("Koukai 1 Regret 1 Regret"); wordList.add ("Koukai 1 voyage 1 voyage"); wordList.add ("Kogaku 1 Engineering 0 Engineering"); wordList.add ("Kougi 1 Protest 1 Protest"); wordList.add ("Consultation du Conseil 1 Gougi 1"); wordList.add ("Koukyo 1 Imperial Palace 1 Imperial Palace"); wordList.add ("Koukyo 1 boom 0 prospérité, Kageki"); wordList.add ("Projet de promotion Kogyo 1 Kogyo 0"); wordList.add ("Kogyo 1 Mining 1 Mining"); wordList.add ("Kogen 1 Plateau 0 Plateau"); wordList.add ("Kougo 1 Alternate 1 Alternate"); wordList.add ("Koukouto 1 Glitter et 0 Glitter"); wordList.add ("Kokogaku 1 Archéologie 3 Archéologie"); wordList.add ("Kousaku 1 travail 0 production"); wordList.add ("Kousaku 1 Culture 0 Culture"); wordList.add ("Kouzan 1 Mine 1 Isayama"); wordList.add ("classe Koushu 1 classe 0"); wordList.add ("Koujutsu 1 dictée 0 dictée"); wordList.add ("suppression de Koujo 1 déduction 1"); wordList.add ("Kousho 1 Negotiation 0 Conflict"); wordList.add ("Kousho 1 Noble 0 Noble"); wordList.add ("Koujo 1 Improvement 0 Advance"); wordList.add ("Kousin 1 mars 0 Progrès"); wordList.add ("Koushinryo 1 épices 3 préparations parfumées"); wordList.add ("Kousui 1 Rain 0 Rain"); wordList.add ("Kozui 1 Flood 0 Flood"); wordList.add ("Gosei 1 Synthesis 0 Synthesis"); wordList.add ("Kouzen 1 Public 0 Public, Public"); wordList.add ("Kousou 1 Conflit 0 Conflit"); wordList.add ("Kousou 1 concept 0 concept"); wordList.add ("Kousoku 1 Restraint 0 Bondage, Detention, Restraint"); wordList.add ("Koutai 1 Retraite 0 Retraite, Retraite, Déclin"); wordList.add ("Koutai 1 * 0 Alternate 0 Alternate, Alternate, Revolving"); wordList.add ("Kotaku 1 Gloss 0 Mitsuzawa"); wordList.add ("Kodan 1 Kodan 0 Kodan"); wordList.add ("Koucho 1 bon 0 bon profit"); wordList.add ("Enfin 1 verbal 0 verbal"); wordList.add ("Kodoku 1 Reading 0 Lecture, Lecture"); wordList.add ("Kodoku 1 abonnement 0 révision, achat"); wordList.add ("Konyu 1 achat 0 achat"); wordList.add ("Konin 1 officiel 0 officiel"); wordList.add ("Konetsuhi 1 Dépenses d'utilité 4 Dépenses de suie"); wordList.add ("Kouhai 1 Dévastation 0 Désolation"); wordList.add ("Koubai 1 Achat 0 Achat"); wordList.add ("Kouhan 1 * 0 seconde moitié 0 seconde moitié, seconde moitié"); wordList.add ("Kohyo 1 populaire 0 populaire"); wordList.add ("Koufu 1 subvention 0,1 subvention"); wordList.add ("Koufun 1 Excitation 0 Excitation"); wordList.add ("Kobo 1 Offre publique 0 Collection Fine, Invitation"); wordList.add ("Komyo 1 intelligent 0 intelligent"); wordList.add ("Kouyo 1 Public 0 Public, Public Affairs, Public Affairs"); wordList.add ("Kori 1 Retail 0 Koho, Rei"); wordList.add ("Koritsu 1 Public 0 Public"); wordList.add ("Koritsu 1 Efficiency 0 Efficiency"); wordList.add ("Goei 1 Escort 0 Escort, Garde"); wordList.add ("coin 1 coin 1 coin chute, coin, jardin"); wordList.add ("Kogara 1 Petite 0 Corps court et petit, fleurons, crêtes de fleurs"); wordList.add ("Kogite 1 Check 2 Form"); wordList.add ("Très 1 mot 1 mot, mot, lyrique"); wordList.add ("Kokusan 1 Domestique 0 Kokujin"); wordList.add ("Kokute 1 règle nationale 0 règle nationale, décision nationale"); wordList.add ("Kokudo 1 National Land 1 National Land, Territory"); wordList.add ("Kokuhaku 1 Confession 0 Confession, Confession"); wordList.add ("Kokubo 1 Défense nationale 0 Défense nationale"); wordList.add ("Kokuyuu 1 National 0 National"); wordList.add ("Gokuraku 1 Gokuraku 0,4 Gokuraku, Ankaku, pas de pitié"); wordList.add ("Kokuren 1 Nations Unies 0 Royaume-Uni"); wordList.add ("brun foncé 1 brun foncé 2 brun foncé, brun foncé"); wordList.add ("Gogen 1 Word Source 0 Word Source"); wordList.add ("1 ici 1 individu 1 chacun"); wordList.add ("Kokochi 1 Comfort 0 Feelings, Feelings"); wordList.add ("Kokoroe 1 Knowledge 3 Background, 經 驗, Rules, Suchi, Deputy, Mental Preparation"); wordList.add ("Kokorogake 1 Attention 0,5 Attention, Rétention"); wordList.add ("Kokoro 1 Gardez à l'esprit 5 Gardez à l'esprit, gardez à l'esprit"); wordList.add ("Kokorozashi 1 Aspiration 0,5 Aspiration, Candidat, Volonté, Bonté, Enthousiasme, (Afficher Esprit) Petite Volonté"); wordList.add ("Kokoro Azusa 1 Aspire 4 Ritsushi"); wordList.add ("Kokorozuyo 1 Rassurant 5 膽 子 壯, Confidence"); wordList.add ("Kokoro Bosoi 1 Mindful 5 擔 神, 膽怯"); wordList.add («Essai Kokoromi 1 Essai 3,4»); wordList.add ("Kokoro Miru 1 Try 4 Trial, Trial, Trial"); wordList.add ("Kokoroyo 1 Pleasant 4 Pleasant, Uplifting, Sickness"); wordList.add ("Grand 1 erreur 0,1 erreur, différence"); wordList.add ("Oui. 1 Il y en a. Mot de bienvenue 4 [Keigo] Oui"); wordList.add ("Koji 1 Orphan 1 Orphan"); wordList.add ("Twisting 1 Souffrance 3 (Situation) Duplex, (Maladie) Hajime"); wordList.add ("Kojin 1 décédé 1 décédé, décédé"); wordList.add ("frotter 1 souche" frotter l'eau "0 overfilter"); wordList.add ("Kozue 1 cime des arbres 0 cime des arbres"); wordList.add ("Kosei 1 individualité 1 individualité"); wordList.add ("Koseki 1 family register 0 戶 口, 戶 register"); wordList.add ("Kozeni 1 pièce 0 zéro (pour) 錢"); wordList.add ("Kodai 1 Ancient 1 Ancient, Ancient, Ancient Poetry"); wordList.add ("Kotatsu 1 Fire 0 (pour réchauffer) Warm, Warm"); wordList.add ("Stick 1 Stick 3 Stick"); wordList.add ("Kocho 1 Exaggeration 0 Exaggeration, Exaggeration"); wordList.add ("Frapper 1 Kotsu (saisir ~) 0,2 抓 lum (point, porte de l'épée, secret)"); wordList.add ("Kokei 1 humoristique 0 humoristique, drôle, fou"); wordList.add ("Kokko 1 Relations diplomatiques 0 Relations diplomatiques"); wordList.add ("Kottohin 1 antiques 0 antiques"); wordList.add ("Kote 1 fixe 0 fixe"); wordList.add ("choses 1 chose 0,3,4 circonstances, choses, circonstances"); wordList.add ("Kodoku 1 solitude 0 solitude, solitude"); wordList.add ("Tout 1 悉 悉 3 盡 悉, tout, tout"); wordList.add ("Kotozu 1 Koden 0,4 Densetsu, Indirect 腆 聆, Shin Eguchi"); wordList.add ("surtout 1 spécial, anormal, exception"); wordList.add ("Peut-être 0,5,6 est possible en fonction d'une chose, indéfinie, Yaho, Takumi"); wordList.add ("Konagona 1 shatter 0 poudre, poudre"); wordList.add ("C'est un bon 1 préféré 4 décédé, joie"); wordList.add ("Goban 1 Go board 0 圍 棋 board"); wordList.add ("Kobetsu 1 individu 0 individu"); wordList.add ("Commercial 1 commercial 2 (visuel) commercial, commercial"); wordList.add ("Tricher 1 Tromper 3 衍"); wordList.add ("Fine 1 Fine, Rich 2 Deep, Deep"); wordList.add ("Commentaire 1 commentaire 0,1 Révision, Note"); wordList.add ("Momoru 1 Kagomori 2 Full"); wordList.add ("Koyuu 1 unique 0 unique, unique"); wordList.add ("Koyo 1 Emploi 0 pour l'emploi"); wordList.add ("Koyomi 1 calendrier 3 jours"); wordList.add ("Concentré Korasu 1 Elaborate 2"); wordList.add ("Regardez. 1 Regardez. Salutations 0 [Respect] Demande"); wordList.add ("Koritsu 1 Isolation 0 Isolation"); wordList.add ("Koruru 1 Discipline 2 Acceptation ~ Lessons Learned"); wordList.add ("Coagulation Stiff 1 Stiff 1, Chaleur"); wordList.add ("Konki 1 Perseverance 0 Tolerance, Resoluteness"); wordList.add ("Konkyo 1 Grounds 1 Neji"); wordList.add ("Konketsu 1 sang mélangé 0 sang mélangé"); wordList.add ("lentilles de contact (lentilles) 1 1, 3 [6] verres en forme de brume"); wordList.add ("Konchu 1 Insect 0 Kumushi"); wordList.add ("Konte 1 Root 0 Root, Foundation"); wordList.add ("Concours 1 concours 1 Hisai, Sélection"); wordList.add ("Kondo 1 Confused 0 Confused"); wordList.add ("Contraste 1 contraste 1,4"); wordList.add ("Contrôle 1 contrôle 4 Contrôle, Réglage"); wordList.add ("Compass 1 kompas Dutch 1 encyclopédie, aiguille d'instruction"); wordList.add ("Konpon 1 Root 0 Root, Basic"); wordList.add ("Sa 1 Sa Mot Impressionnant 0 Mot d'exclamation" Allez "Comme Appel"); wordList.add ("Zai 1 Fortune 1 Kinho, Fortune"); wordList.add ("Saikai 1 Reunion 0 Reunion Face"); wordList.add ("Saigai 1 Disaster 0 Disaster"); wordList.add ("Saikin 1 Bacteria 0 Bacteria"); wordList.add ("Saiku 1 travail 0,3 artisanat élaboré"); wordList.add ("Sasaku 1 exploitation minière 0 exploitation minière, excavation"); wordList.add ("cycle 1 cycle 1 cycle"); wordList.add ("Saiketsu 1 vote 0,1 vote"); wordList.add ("Saken 1 Reconstruction 0 Heavy Construction, Heavy Repair"); wordList.add ("Saigen 1 Reproduction 0 Reproduction, Reconstruction"); wordList.add ("Zaigen 1 ressources financières 0,3 ressources financières"); wordList.add ("Zaiko 1 en stock 0 en stock"); wordList.add ("Saisan 1 Profitable 0 Nuclear Calculation"); wordList.add ("Saishu 1 Gathering 0 Gathering"); wordList.add ("taille 1 taille 1 échelle"); wordList.add ("Saisei 1 Play 0 Shigesei, Resurrection"); wordList.add ("Zaisei 1 Finance 0 Finance"); wordList.add ("meilleur 1 meilleur 0 meilleur"); wordList.add ("Saitai 1 adopté 0 sélectionné, accepté"); wordList.add ("Saibai 1 Culture 0 Culture"); wordList.add ("Saihatsu 1 Recurrence 0 Rehabilitation"); wordList.add ("Saibo 1 cellule 0 cellule"); wordList.add ("Saiyo 1 adopté 0 adopté"); wordList.add ("Interruption 1 Blocage 3 Blocage, Blocage, Blocage, Blocage, Blocage, Blocage, 攔截, Anti-Rejet, Blocage"); wordList.add ("Tweet 1 chanter 3 (oiseau) chanter, crier, chanter"); wordList.add ("Support 1 Clear 2 Vivid, (Sound) Clear Fragrance, Elaborate, Clear Awakening, Clear Cold"); wordList.add ("Sao 1 tige 2 tige de bambou, tige enfant, 杠子"); wordList.add ("Return 1 Prosper 2,3 Prosperity, Prosperity, Prosperity"); wordList.add ("Saku 1 difference 0 difference"); wordList.add ("Sakazuki 1 tasse 4 saké, alliance de sympathie"); wordList.add ("Sakadachi 1 Inverted 0 Inverted, Inverted"); wordList.add ("Sagi 1 Scam 1 Scam, Scam"); wordList.add ("Avant 1 d'abord, avant" avant "0,1 avant"); wordList.add ("Saku 1 travail 0, 2 travaux, rendement des cultures"); wordList.add ("Saku 1 clôture 1,2 colonne de clôture, 圍 colonne, château"); wordList.add ("Saku 1 Stratégie 1, 2 Stratégie, Stratégie, Stratégie, Moyens, Méthode, 3, Stratégie simplifiée à l'ancienne, 4, Whip, 仗,"); wordList.add ("Sakugen 1 réduction 0 réduction"); wordList.add ("Erreur Sakugo 1 erreur 1,2, désaccord"); wordList.add ("Sakusen 1 Strategy 0 Strategy, Skill"); wordList.add ("Sakebi 1 Scream 3 Cri fort, cri, protestation"); wordList.add ("Éviter 1 déchirure 2.3 Rip, rupture, rupture"); wordList.add ("Dedicate 1 Dedicate 0 Dedicate, 擎, 獻, 獻 荻, tribute, (direction) expression, table"); wordList.add ("Approche de 1 Venant 0 Venant, Atteignant (un certain endroit), (Temps) Venant, Imminent, Imminent, Suspendu"); wordList.add ("Instruction Sashizu 1 Instruction 1, Commande, Arrangement, Instruction"); wordList.add ("Envoyer 1 Distribuer 0 (Premier plan) Étirer, presser, soumettre, envoyer, faire un don, abattre, expédier"); wordList.add ("Vous pouvez l'utiliser 1 Vous pouvez supporter 0 Obstruction, Obstacle, Inconvénient"); wordList.add ("Sashihiki 1 déduction 0.2 suppression, montant après suppression, différence"); wordList.add ("Sazukuru 1 Give 3 Give, Give, Give"); wordList.add ("Frottement 1 Frottement 0 (Main) Frottement"); wordList.add ("Sazo 1 Sazo" Sazoya, Sazokashi "1 Sazoya, Sazokashi" 1 Must-have, constant (phrase spéculative subjective) "); wordList.add ("Sadamaru 1 Fixé 3 Déterminé, Fixé, Effacer"); wordList.add ("Sadameru 1 Etablir 3 règles, décret, classement"); wordList.add ("Zadankai 1 Roundtable 0,2 Roundtable"); wordList.add ("Zatsu 1 divers 0,1 grossier, rapport d'herbe, mixte"); wordList.add ("Zakka 1 marchandises diverses 0 雜 pièces"); wordList.add ("Soudain, 1 illusion 0 illusion, erreur"); wordList.add ("Satsujin 1 Murder 0 Murder"); wordList.add ("rapide 1 estimation 0,3 imagination, devine, squelette"); wordList.add ("Zatsudan 1 Chat 0 Parler, 聊 paradis"); wordList.add ("rapide 1 rapide 0,1 rapide, Ichishita, soudainement"); wordList.add ("Rafraîchissant 1 Rafraîchissant 3 Sécheresse, Tomber, Exaltant"); wordList.add ("Satoru 1 Enlighten 0,2 Ryogo, 發覺, Toru"); wordList.add ("Sanaka 1 au milieu 1 existant ... Nonaka, apogée, climax"); wordList.add ("Jugement 1 Jugement 2 Jugement, Jugement"); wordList.add ("Zahyo 1 coordonnée 0 coordonnée, standard, référence"); wordList.add ("Pas tellement 1 tellement 0 Naru"); wordList.add ("Sabotage 1 sabotage français 2" wordList.add ("sama 1 comme 2 樣子"); wordList.add ("Wandering 1 * 0 Wandering 3 Wandering, Nomadic, Drifting"); wordList.add ("Samuke 1 Cold 3 Cold, 發抖"); wordList.add ("Samusai 1 Samurai 0 Samurai, Tsuyoshi Kaoru"); wordList.add ("Samo 1 est exactement 1 précis, 實 子 (cible), bonne image"); wordList.add ("Au revoir 1 action 1 action"); wordList.add ("Adieu 1 kidnapper" Enfants ~ "0 kidnappeur"); wordList.add ("toucher 1 déranger 0 déranger, nuisible"); wordList.add ("san 1 acide 1 acide, acidité"); wordList.add ("sanka 1 oxydation 0 oxydation"); wordList.add ("Sangaku 1 Montagne 0 Montagne"); wordList.add ("Sangin 1 Chambre des représentants 3 Chambre des représentants"); wordList.add ("Merci 1 merci 1 merci"); wordList.add ("Sankyu 1 congé de maternité 0 產假"); wordList.add ("Zankin 1 solde 1 montant"); wordList.add ("Sango 1 Post-partum 0 Post-partum"); wordList.add ("Zankoku 1 Cruel 0 Cruel"); wordList.add ("Sanshutsu 1 Production 0 Raw 產, 產"); wordList.add (Voir "Sansho 1 0"); wordList.add ("Sanjo 1 Visite 0 [Langue humble] Tomomi"); wordList.add ("Zandaka 1 solde 1 montant, conclusion"); wordList.add ("Santa Claus 1 Santa Claus 5 Holy Birth Old Man"); wordList.add ("Sancho 1 * 0 Mountaintop 0 Mountaintop"); wordList.add ("Sanbashi 1 Pier 0 Pier"); wordList.add ("Sanbi 1 Louange 1 Sanbi"); wordList.add ("Sanpuku 1 Mountainside 0 Mountain taille"); wordList.add ("San Fujinka 1 Obstétrique et Gynécologie 0 Gynécologie"); wordList.add ("Sanbutsu 1 Produit 0 子 子"); wordList.add ("Sanmyaku 1 Mountains 0 Mountains"); wordList.add ("1 mort 1 mort, mort"); wordList.add ("1 maître 1 maître, ancien maître"); wordList.add ("1 ~ Maître, Maître"); wordList.add ("Ji 1 ~ Next, Time, Bottom"); wordList.add ("ji 1 ~ enfant 孩子"); wordList.add ("Terminé 1 Terminé 0 Terminé, Terminé"); wordList.add ("Terminé 1 Terminé 0 Terminé, Décoration finale"); wordList.add ("Je vais vous donner 1 Terminer 3 Terminer, j'ai terminé"); wordList.add ("Shiiku 1 élevage 0 élevage"); wordList.add ("Je suis forcé à 1 de force, forcé, forcé"); wordList.add ("Feuille 1 feuille / siège 1 plaque mince, (morceau de papier) extensible / siège, plaque de montant"); wordList.add ("Jeepan 1 jeans + pants Japanese English 0 Beef 褲"); wordList.add ("Est 1 Force 2 Force, Force"); wordList.add ("Sure 1 Buy 3 Get, Buy, Get"); wordList.add ("Shio 1 marée 2 marée, eau de mer"); wordList.add ("Shika 1 Dental 1, 2 Fang"); wordList.add ("Jiga 1 ego 1 soi"); wordList.add ("Ville 1 Ville 1 Ville"); wordList.add ("Shikaku 1 Visual 0 Visual"); wordList.add ("Shikaku 1 qualification 0 qualification"); wordList.add ("Jikaku 1 Conscience 0 Estime de soi, Satoru"); wordList.add ("structure appareil 1 appareil 0, équipement de pêche"); wordList.add ("Démarrer 1 Set 3 Set Challenge, Set Up, Prepare"); wordList.add ("Cependant, 1 mais 4"); wordList.add ("Commande Shiki 1 Commande 2"); wordList.add ("Jiki 1 Porcelain 1 Gourd"); wordList.add ("Bientôt 1 Magnétique 1 Magnétique"); wordList.add ("Shikisai 1 Couleur 0 Coloration, Couleur, Tendance"); wordList.add ("Shikijo 1 Shikijo 0 Reido"); wordList.add ("Traditionnel 1 Coutumier 0 Personnalisé"); wordList.add ("Jigyo 1 Business 1 Business"); wordList.add ("Shikiru 1 Partition 2 Séparation, Séparation, Supervision, Responsabilité Command, (Susumu) 蹲踞 Dépôt Posture"); wordList.add ("Shikin 1 Fund 2 Fund, Fortune"); wordList.add ("Jiku 1 axe 0,2 axe, axe suspendu, centre"); wordList.add («Échec 1 Échec 3 Mélange, Échec, (Causes, etc.) Rejet»); wordList.add ("Mechanism 1 Mechanism 0 Structure, fine"); wordList.add ("Shikei 1 Peine de Mort 0,2 Peine de Mort"); wordList.add ("Sheer 1 Moist 0,2 Shiohama"); wordList.add ("Jiko 1 Self 1 Self, Ego"); wordList.add ("orienté 0 orienté Sho 1"); wordList.add ("Sho 1 Think 0 Think"); wordList.add ("Sho 1 Enforcement 0 Avantages, Efficacité"); wordList.add ("Sho 1 Préférence 0 Préférence"); wordList.add ("Sho 1 * 0 Essai 0 Essai, Essai, Essai"); wordList.add ("Jiko 1 élément 1 élément"); wordList.add ("Jigoku 1 Hell 3 Hell"); wordList.add ("Jikokuhyo 1 Timetable 0 Timetable"); wordList.add ("Jisa 1 décalage horaire 1 décalage horaire, temps de confusion"); wordList.add ("Jizai 1 Free 0,2 Free"); wordList.add ("Satsu 1 inspection 0 inspection"); wordList.add ("San 1 Asset 0,1 Capital"); wordList.add ("Shiji 1 Support 1 Support"); wordList.add ("En fait 1 fait 1 fait"); wordList.add ("Jishu 1 Self-Self 0 Self-Self"); wordList.add ("Jishu 1 Volontaire 1 Volontaire"); wordList.add ("Broderie 1 Broderie 0 Broderie"); wordList.add ("1 marché 1 marché"); wordList.add ("Jishoku 1 Démission 0 Tatsumi"); wordList.add ("Drop 1 Drop 3 Water Drop"); wordList.add ("système 1 système 1 système, système, système, système"); wordList.add ("Shizumaru 1 Quiet 3 Lonely"); wordList.add ("Shizukuru 1 Sink / Calm 0/3 Envoy ... wordList.add ("Shisetsu 1 Facility 1,2 setting"); wordList.add ("Shisoku 1 Son 1 Kouko"); wordList.add ("Jizoku 1 persistance 0 possession"); wordList.add ("Jisonshin 1 Self-respect 2 Self-respect"); wordList.add ("Jitai 1 police 0 caractère 體"); wordList.add ("Jitai 1 Decline 1 Decline"); wordList.add ("J'admire 1 adorant 0 envie"); wordList.add ("Shigokoro 1 Shimoshin 3 Keishin"); wordList.add ("Shiji 1 Ground 0 Basic, Préparation, Prédisposition"); wordList.add ("Familiar 1 Familiar 3 Familiar"); wordList.add ("Enquête 1 Recherche préliminaire 3 Ajustement des déposants"); wordList.add ("Fresh 1 Tailoring 3 Sewing, Preparation"); wordList.add ("Conflit traditionnel 1 avec échange 0"); wordList.add ("Fréquemment 1 descente 0 feu graduel, déclin"); wordList.add ("En fait 1 Real 2 Real, True, Achievement, Quality"); wordList.add ("Jika 1 maison 0 maison de naissance"); wordList.add ("Disqualification 1 Disqualification 0 Disqualification Éligibilité"); wordList.add ("Question 1 Q1, 2 Q & A, Soumission Question"); wordList.add ("Shikyaku 1 Lost 0 Stand, Lower Stand"); wordList.add ("Jitsugyouka 1 homme d'affaires 0 entrepreneur"); wordList.add ("chic 1 chic français 1 élégant, élégant, opportun"); wordList.add ("Soigneusement 1 Soigneusement 3 Pride, Small Land"); wordList.add ("Formation 1 Discipline 0 Education, Formation"); wordList.add ("Former 1 Discipline 3 Education, Culture"); wordList.add ("Juste 1 Vraiment 0 Qualité, Essentiel"); wordList.add ("Jitsujo 1 Facts 0 Facts 0"); wordList.add ("Jissen 1 Practice 0 Body Power Line"); wordList.add ("Petit 1 élément simple 1 樸"); wordList.add ("Jitai 1 Reality 0 Reality 0"); wordList.add ("Shincho 1 Dysfonctionnement 0 Dysfonctionnement"); wordList.add ("Sit 1 jalousie 0 jalousie"); wordList.add ("Jippi 1 coût réel 0 coût extraordinaire"); wordList.add ("J'ai signalé 0 pointé"); wordList.add ("Ten 1 Viewpoint 0 View, Gaze Concentration"); wordList.add ("Jiten 1 rotation 0 autonomie, autonomie"); wordList.add ("Ji-doshi 1 mot automatique 2 mot automatique"); wordList.add ("Smooth 1 gracieux 2 Bunya, sage"); wordList.add ("Shinobiru 1 se flétrit 0"); wordList.add ("Souple 1 Souple 2 Souple, Souple"); wordList.add ("Scénario 1 scénario 0"); wordList.add ("Shinyo 1 urine 0 excrément"); wordList.add ("Jinushi 1 Propriétaire 0 Propriétaire"); wordList.add ("dépasser 1 surpass 2 patience"); wordList.add ("Shiba 1 Shiba 0 Yukiso"); wordList.add ("Shihatsu 1 premier train 0 n'est plus une voiture de groupe"); wordList.add ("Jibika 1 Otolaryngology 0 Otolaryngology"); wordList.add ("Sweet 1 Astringent 2 澀, Plaisir et déception, Petit Ki, élémentaire"); wordList.add ("Propriété privée 0 privée réticente"); wordList.add ("Stubborn 1 Astringent 3 Stubborn"); wordList.add ("Comment 1 Judiciaire 0 Judiciaire"); wordList.add ("Shibo 1 aspiration 0 aspiration"); wordList.add ("Shibo 1 graisse 0 graisse"); wordList.add ("Shimatsu 1 Cleanup 1 Cleanup, Solution"); wordList.add ("Stain 1 Stain 0 Infection, Dye"); wordList.add ("frottis 1 saignement 0 saignement, saignement"); wordList.add ("Shimei 1 Mission 1 Mission"); wordList.add ("Jimoto 1 Local 0,3 Tochi"); wordList.add ("Shiya 1 vue 1 vue"); wordList.add ("Jaku 1 faible 1 faible"); wordList.add ("Shakou 1 social 0 social"); wordList.add ("Shazai 1 * 0 Apologize 0 Michiyo, Apologize"); wordList.add ("Jazz 1 jazz 1 comtesse"); wordList.add ("Shazetsu 1 Apologize 0 Apologize"); wordList.add ("Shataku 1 Company Housing 0 Company Employee Housing"); wordList.add ("Jakkan 1 Légèrement 0 Légèrement, Petit"); wordList.add ("Shamisen 1 Sanmisen 0 Sangenkoto japonais"); wordList.add ("Shamen 1 Slope 1 Slope"); wordList.add ("Jari 1 gravel 0 gravel"); wordList.add ("Drôle 1 à la mode 2 Dérive, histoire de rire"); wordList.add ("Cavalier 1 cavalier 1 Victoire"); wordList.add ("saut 1 saut 1 saut"); wordList.add ("Jumbo 1 jumbo 1 géant (cible)"); wordList.add ("Genre 1 genre français 1 type, classification artistique"); wordList.add ("shu 1 main 1 main"); wordList.add ("shu 1 type 1 type"); wordList.add ("Shu 1 People 1 Man"); wordList.add ("Shiyuu 1 propriété privée 0 propriété privée"); wordList.add ("1 résidence 1 résidence"); wordList.add ("Shueki 1 Revenue 0,1 Revenue"); wordList.add ("Shugaku 1 Etude 0 Etude, Etude"); wordList.add ("cycle 1 cycle 1 cycle"); wordList.add ("Shugiin 1 Chambre des représentants 3 Chambre des représentants"); wordList.add ("Shugyo 1 Emploi 0 Emploi"); wordList.add ("Jugyoin 1 employé 3 travailleur"); wordList.add ("Shukei 1 Agrégat 0 Total"); wordList.add ("Shugeki 1 Attack 0 Attack"); wordList.add ("Shu 1 Master 1 碩 子"); wordList.add ("Shu 1 du début à la fin 1 du début à la fin"); wordList.add ("Shu 1 Balance 1 Balance"); wordList.add ("Affaire de l'engagement 1 du 1er juillet"); wordList.add ("Shujitsu 1 Toute la journée 0 Toute la journée, Seiten"); wordList.add ("Jujitsu 1 Enrichment 0 Fill"); wordList.add ("Shushu 1 Collection 0 Collection"); wordList.add ("1 qualification 0 qualification, décoration"); wordList.add ("Jujiro 1 Crossroads 3 Crossroads Exit"); wordList.add ("Junan 1 Flexible 0 Flexible"); wordList.add ("Jufuku 1 Duplicate 0 Duplicate"); wordList.add ("Shuyo 1 contient 0 contient"); wordList.add ("Jurai 1 Conventional 1 ou plus"); wordList.add ("Shuryo 1 Completion 0 Study Complete-Course"); wordList.add ("Shuei 1 Garde 0 Garde"); wordList.add ("Shuen 1 avec 0 avec"); wordList.add ("Shukan 1 Subjective 0 Vue principale"); wordList.add ("Shugyo 1 Entraînement 0 Entraînement"); wordList.add ("Groupe supplémentaire Juku 1 Juku 1"); wordList.add ("Shukuga 1 Celebration 0,2 Celebration"); wordList.add ("Shukumei 1 Fate 0 Fate"); wordList.add ("Shugei 1 Handicraft 0,1 Handicraft"); wordList.add ("Shuken 1 Sovereignty 0,2 Sovereignty"); wordList.add ("Shusai 1 Organizer 0 Main 辦"); wordList.add ("Couverture Shuzai 1 0 couverture"); wordList.add ("Shush 1 Purpose 1 Religion"); wordList.add ("Shuju 1 Divers 1 Divers"); wordList.add ("Shushoku 1 Nourriture principale 0 Nourriture principale"); wordList.add ("Shujinkou 1 Caractère principal 2 Angle principal"); wordList.add ("Shutai 1 sujet 0 corps principal"); wordList.add ("Shudai 1 sujet 0 sujet"); wordList.add ("Shutsuen 1 Apparence 0 Direction"); wordList.add ("Shuketsu 1 saignement 0 saignement, saignement"); wordList.add ("Shutsugen 1 Apparence 0 Apparence"); wordList.add ("Shu-san 1 Naissance 0 Naissance"); wordList.add ("Shusha 1 fréquentation 0 groupe supérieur"); wordList.add ("Shusho / Shussei 1 Naissance 0 Naissance, Naissance"); wordList.add ("Shusse 1 Advancement 0 Naissance, Nom"); wordList.add ("Shutsudai 1 Question 0 Question"); wordList.add ("Shutsudo 1 envoi 0 envoi"); wordList.add ("Shuppi 1 Expense 0 Expense, Ouverture"); wordList.add ("Suppin 1 pièce d'exposition 0 œuvres d'exposition, articles proposés"); wordList.add ("Shudo 1 led 0 led"); wordList.add ("Shunin 1 Chief 0 Chief"); wordList.add ("Shunou 1 Leader 0 Leader, Leader"); wordList.add ("Shubi 1 Défensif 1 Défensif"); wordList.add ("Méthode Shuho 1 Méthode 0, Technique"); wordList.add ("Jumoku 1 Tree 1 Tree"); wordList.add ("Juritsu 1 établi 0 établi, établi"); wordList.add ("Junkyu 1 Semi-express 0 Semi-rapide voiture"); wordList.add ("Junjiru / Zuru 1 est conforme, conforme 0 collimation, éclairant, etc. Critères"); wordList.add ("sho 1 ~ document, livre"); wordList.add ("Sho 1 ~ Symptôme 1 ~ Symptôme"); wordList.add ("Sho 1 ~ Preuve 1 Certificat"); wordList.add ("Essayons 1 formule de spécification 0, méthode"); wordList.add ("Let's 1 Private 0 Private Affairs"); wordList.add ("Ju 1 Emotion 0 Emotion, Affection"); wordList.add ("Jo 1 ~ Miss (Appel des femmes célibataires) Small 姐"); wordList.add ("Jo 1 ~ Article ~ Jo"); wordList.add ("Jyo 1 Top 1 Top"); wordList.add ("Joen 1 Performance 0 Performance, Performance"); wordList.add ("Joka 1 Castle 1 Castle Downward"); wordList.add ("Shogai 1 Lifetime 1 Lifetime, Lifetime"); wordList.add ("Shokyo 1 Effacer 1 Frottement"); wordList.add ("Joku 1 Sky 0 High Sky"); wordList.add ("Shogeki 1 Impact 0 撞擊"); wordList.add ("Shogen 1 Témoignage 0,3 證 證"); wordList.add ("Shoko 1 Evidence 0 證據"); wordList.add ("Shogo 1 Match 0 對 TER"); wordList.add ("Shosai 1 Détails 0 Détails"); wordList.add ("Joshi 1 Boss 1 Boss"); wordList.add ("Josho 1 Rise 0 Upper"); wordList.add ("Shoshin 1 Promotion 0 Square, Transition"); wordList.add ("Shooting 1 Name 3 Training"); wordList.add ("Josei 1 Situation 0 Situation"); wordList.add ("Shosoku 1 sort 0 sort"); wordList.add ("Shotai 1 Identity 1 Serious"); wordList.add ("Shodaku 1 consentement 0 permission"); wordList.add ("Jocho / Josho 1 Emotion 1 Emotion"); wordList.add ("Shocho 1 Symbol 0 Elephant"); wordList.add ("Shonika 1 Pediatrics 0 Small School"); wordList.add ("Shonin 1 Witness 0 Shomeijin"); wordList.add ("Shonin 1 Servant 0 Servant, Employé"); wordList.add ("Jonetsu 1 Passion 0 Passion"); wordList.add ("Joho 1 Concession 1 Walk"); wordList.add ("Shomei 1 Eclairage 0 Eclairage"); wordList.add ("Joyaku 1 Treaty 0 Article"); wordList.add ("Shori 1 victoire 1 victoire"); wordList.add ("Joriku 1 landing 0 landing"); wordList.add ("Joryu 1 Distillation 0 Cuit à la vapeur"); wordList.add ("Shorei 1 Encouragement 0 獎勵"); wordList.add ("Show 1 show 1 (art) performance, exhibition"); wordList.add ("Jogai 1 Exclusion 0 Exclusion"); wordList.add ("Shokuin 1 staff 2 staff"); wordList.add ("Shokuminchi 1 Colony 3 Colony"); wordList.add ("Shokumu 1 Job 1 Job"); wordList.add ("Sho-kun 1 personnes 1 personnes"); wordList.add ("Shogen 1 Advice 0 Proposal, Advice"); wordList.add ("Jokou 1 Slow 0 0 Pride"); wordList.add ("Shozai 1 emplacement 0 résidence"); wordList.add ("Shoji 1 possession 1 possession"); wordList.add ("jo 1 auxiliaire 0 auxiliaire"); wordList.add ("Joshi 1 Ms. 1 Ms."); wordList.add ("Shozoku 1 affiliation 0 lieu, 屬"); wordList.add ("Traitement Shocho 1 1 處 處 處 處 處"); wordList.add ("Shock 1 shock 1 Strike, Repos, Mental Strike, Surprise"); wordList.add ("Fréquemment 1 Fréquemment 1"); wordList.add ("Shot 1 Prédéterminé 0 spécifié"); wordList.add ("Jodoshi 1 Verbe auxiliaire 2 Verbe auxiliaire"); wordList.add ("Shotoku 1 Income 0 Income"); wordList.add ("Shobatsu 1 Punishment 1 Punishment"); wordList.add ("Shohan 1 First Edition 0 First Edition"); wordList.add ("Shohyo 1 Book Review 0 Book Review"); wordList.add ("Shobun 1 Disposal 1 處 處, 處 處"); wordList.add ("Shomin 1 gens du commun 1 gens du commun, famille paysanne"); wordList.add ("Shomu 1 Affaires générales 1 Affaires générales"); wordList.add ("Shoyuu 1 propre 0 propre"); wordList.add ("Recherche 1 Recherche 3 Tonalité"); wordList.add ("Jiritsu 1 Independence 0 Self-Eating Power, Independence"); wordList.add ("signe 1 note 0 note, 寫"); wordList.add ("Commande du 1er mai Commande 0, Commande"); wordList.add ("Shin 1 ~ Mind, Mind"); wordList.add ("Jin 1 équipe 1 équipe, 佈 équipe"); wordList.add ("Shinka 1 Evolution 1 Evolution"); wordList.add ("Jinkaku 1 personnalité 0 personnalité"); wordList.add ("Shingi 1 Deliberation 1 Deliberation"); wordList.add ("Shinkou 1 Promotion 0 Promotion"); wordList.add ("Shinkou 1 Progress 0 mars, Exposition, Progrès"); wordList.add ("Shinkou 1 Emerging 0 Emerging"); wordList.add ("Déclaration Shinkoku 1 Déclaration 0, Rapport"); wordList.add ("Shinkon 1 Newlywed 0 Newlywed"); wordList.add ("Shinsa 1 Judgment 1 Judgment"); wordList.add ("Jinzai 1 Human Resources 0 Talents"); wordList.add ("Shinshi 1 Gentleman 1 Kimiko, Gentleman"); wordList.add ("Shinjitsu 1 Truth 1 Truth, Minority"); wordList.add ("Shinja 1 Believers 1 Believers"); wordList.add ("Shinju 1 Pearl 0 Rare Pearl"); wordList.add ("Shinju 1 Heart 0 Emotional Death, Joint Suicide"); wordList.add ("Shinshutsu 1 avance 0 entrée, lancement"); wordList.add ("Shinjo 1 Coeur 0 Coeur"); wordList.add ("Shinjin 1 Rookie 0 Rookie"); wordList.add ("Shinsei 1 Holy 0 Holy"); wordList.add ("Shinzen 1 Goodwill 0 Amitié, Goodwill"); wordList.add ("Shinso 1 Vérité 0 Vérité"); wordList.add ("Jinsoku 1 Quick 0 Quick, à cheval"); wordList.add ("Jintai 1 personne 1 personne"); wordList.add ("Shinchiku 1 nouvelle construction 0 nouvelle construction"); wordList.add ("Shinte 1 présente 0 dédicace, cadeau"); wordList.add ("Shinten 1 Progress 0 Progress"); wordList.add ("Shinden 1 Temple 0 Temple"); wordList.add ("Shindo 1-avance 1-avance"); wordList.add ("Shindo 1 Vibration 1 Vibration"); wordList.add ("Shinnyusei 1 Freshman 3 (Academic) Newborn"); wordList.add ("Shinnin 1 Confidence 0 Confidence"); wordList.add ("Shinnen 1 * 0 Croyance 1 Croyance"); wordList.add ("Shinpi 1 Mystery 1 Mystery"); wordList.add ("Shinbo 1 Patience 1 Patience, Patience"); wordList.add ("Jinmin 1 People 3 People, Citizens, Nationals"); wordList.add ("Shinri 1 vérité 1 vérité, raison"); wordList.add ("Shinryaku 1 Invasion 0 Invasion"); wordList.add ("Shinryo 1 traitement médical 0 traitement médical"); wordList.add ("Shinro 1 * 0 Sortie Course 1, Route Avant"); wordList.add ("Sui 1 chic 1 Seika, Seika"); wordList.add ("Suigen 1 Source d'eau 0 Source d'eau"); wordList.add ("Suishin 1 Promotion 0 Promotion, Promotion"); wordList.add ("Suisen 1 water wash 0 water wash print"); wordList.add ("Suisou 1 Wind 0 Wind"); wordList.add ("Suisoku 1 Guess 0 Guess, Speculation"); wordList.add ("Suiden 1 Paddy 0 Paddy"); wordList.add ("Suiri 1 Reasoning 1 Reasoning"); wordList.add ("Suushi 1 numéro 0 syllabaire"); wordList.add ("Suye 1 culte 0 culte"); wordList.add ("Configurer 1 Installer 4 Ansetsu, Ansetsu"); wordList.add ("Set 1 set 0 set, set up, use ... asseyez-vous"); wordList.add ("Rafraîchissant 1 Rafraîchissant 5 Rafraîchissant, Rafraîchissant"); wordList.add ("Scoop 1 Salvation 0 Rescue, Rescue"); wordList.add ("Scoop 1 scoop" eau ~ "0 dédicace, 舀"); wordList.add ("Healthy 1 Healthy 2 Healthy, Healthy"); wordList.add ("Rinçage 1 Rinçage 0 Lavage"); wordList.add ("Procéder 1 avance 0 avance, avance"); wordList.add ("Recommandé 1 Recommandé 0 勸"); wordList.add ("Semelle 1 Ourlet 0 Col inférieur, Yamato"); wordList.add ("Studio 1 studio 0 Salle d'attente moyenne, cour de dalle, salle de sabre, étagère d'ombre"); wordList.add ("Old 1 Obsolète 0,3 廢 mono, Passé, 丟 臉"); wordList.add ("Vapeur 1 vapeur 2 vapeur vapeur, eau vapeur vapeur"); wordList.add ("strike 1 strike 1 trap"); wordList.add ("frappe 1 frappe 3 épéiste"); wordList.add ("Stress 1 stress 2 (spirit) power"); wordList.add ("paille 1 paille 2 ventouse"); wordList.add ("Lampe torche Strobo 1 strobo 0"); wordList.add ("rapide 1 rapide 4 agilité, esprit"); wordList.add ("esprit rapide 1 rapide 3"); wordList.add ("Zubari 1 Zubari 2 Direct complétion"); wordList.add ("Trempé 1 Trempé 0 Toru Hama, Toru Hito"); wordList.add ("Spring 1 spring 0,3 彈 簧, Shunten"); wordList.add ("espace 1 espace 2 espace, territoire, lieu, ciel épais"); wordList.add ("Voiture de sport 1 voiture de sport 4,5"); wordList.add ("Summer 1 Clear, Purify 2 Envoy Kiyoshi, Shinshin"); wordList.add ("J'ai fini 1 J'ai fini 2"); wordList.add ("rapidement 1 rapidement 2 rapidement"); wordList.add ("Pantalons 1 pantalons 2 pantalons, pantalons, pantalons"); wordList.add ("Zutto 1 Zutto 2 parallèle, énumération"); wordList.add ("1 frottement 1 frottement, polissage"); wordList.add ("sournois 1 sournois 1 sournois, bâclé, bâclé, bâclé"); wordList.add ("décalage 1 glissement 2 dissonance, déviation"); wordList.add ("Passer 1 Frottement 0 Frottement"); wordList.add ("Frottement 1 Frottement 2 Frottement"); wordList.add ("Smooth 1 Smooth 3 Shuntochi"); wordList.add ("sei 1 ~ système, système"); wordList.add ("Seiiku 1 Croissance, Croissance 0 Croissance, Croissance, Culture"); wordList.add ("Seika 1 Achievement 1 Achievement, Fulfillment"); wordList.add ("Seikai 1 Bonne réponse 0 Réponse précise"); wordList.add ("Seiki 1 Regular 1 Regular"); wordList.add ("Seigi 1 Justice 1 Masamichi"); wordList.add ("Seikei 1 Livelihood 0 Livelihood"); wordList.add ("Seiken 1 administration 0 administration, gouvernement"); wordList.add ("Seiko 1 Elaborate 0 Precise, Precise"); wordList.add ("Constellation Seiza 1 constellation 0"); wordList.add ("Saisai 1 Sanctions 0 Sanctions, Punishment"); wordList.add ("Politique Seisaku 1 Politique 0"); wordList.add ("Règlement Seisan 1 0 Règlement, Subdivision, Calcul Nucléaire"); wordList.add ("Seishi 1 stationnaire 0 arrêt"); wordList.add ("Seishi 1 Life and Death 1 Life and Death"); wordList.add ("Seijitsu 1 Honesty 0 Honesty"); wordList.add ("Seijuku 1 Maturité 0 Maturité"); wordList.add ("Seishun 1 Youth 0 Youth"); wordList.add ("Seijun 1 Innocent 0 Innocent, Innocent"); wordList.add ("Seisho 1 Bible 1 Holy"); wordList.add ("Seijo 1 Normal 0 Normal, Normal"); wordList.add ("Seisei 1 Control 3 Stop, Hold"); wordList.add ("Seizen 1 ordonné 0 Arijo échoue, ordonné"); wordList.add ("Seiso 1 dressing 0 dressing, frappant"); wordList.add ("Seidai 1 Grand 0 Grand"); wordList.add ("Seidaku 1 turbidité 0,1 turbidité"); wordList.add ("Seitei 1 Enactment 0 Enactment"); wordList.add ("Seiki 1 statique 0 morphologique"); wordList.add ("Seitetsu 1 Ironmaking 0 Brick"); wordList.add ("Seiten 1 beau temps 0 beau temps"); wordList.add ("Seito 1 Legitimate 0 Correct"); wordList.add ("Seinen 1 adulte 0 adulte"); wordList.add ("Seifuku 1 Uniform 0 Uniform"); wordList.add ("Seifuku 1 Conquest 0 Conquest"); wordList.add ("Méthode de fabrication Seiho 1 0 Méthode de fabrication"); wordList.add ("Seimitsu 1 Precision 0 Precision"); wordList.add ("Zeimusho 1 Tax Office 0,3,4 Tax Office, Tax Office"); wordList.add ("Seimei 1 Statement 0 Speaking"); wordList.add ("seimei 1 nom de famille 1 nom de famille"); wordList.add ("Seiyaku 1 Constraint 0 Constraint, Limit"); wordList.add ("Seiri 1 Physiology 1 Physiology"); wordList.add ("Seiryoku 1 Power 1 Power, Power, Collection"); wordList.add ("Seiretsu 1 Alignement 0 Arrangement, Expulsion"); wordList.add ("Vente 1 vente 1 Départ, Départ Départ"); wordList.add ("Rappel Sekasu 1 Hurry 2"); wordList.add ("Segare 1 倅 0 兒 子"); wordList.add ("Responsabilités de Sekimu 1 1 Responsabilités"); wordList.add ("Section 1 section 1 département, chapitre"); wordList.add ("Seji 1 flatterie 0 histoire de Kyoei"); wordList.add ("Zesei 1 Correction 0 Amendement, Modification"); wordList.add ("Setai 1 ménage 1,2 membres de la famille, 戶"); wordList.add ("Sedai 1ère génération 0,1 même génération, 1ère génération"); wordList.add ("Setsu 1 Section 1 Heure, Section"); wordList.add ("Noisy 1 incision 0,1 incision"); wordList.add ("sexe 1 sexe 1 sexe, genre, rapports sexuels"); wordList.add ("Sérieusement 1 urgent 0 urgent, urgent"); wordList.add ("Section 1 Contact 0 Contact, 碰 撞"); wordList.add ("Setsuzoku 1 conjonctif 0 conjonctif"); wordList.add ("Set 1 installation 1 installation, confort"); wordList.add ("Définir 1 éclectique 0 éclectique"); wordList.add ("Set 1 Setting 0 Established, Established"); wordList.add ("Settoku 1 Persuasion 0 Vêtements, Conseils"); wordList.add ("Sorrowful 1 Painful 3 Pantless, difficile"); wordList.add ("Zeppen 1 Out of Print 0 絕 Edition"); wordList.add ("Zetsubo 1 Despair 0 Despair, Despair"); wordList.add ("Setsuritsu 1 établi 0 établi, établi"); wordList.add ("Some 1 Attack 2 Advance, 圍 Attack"); wordList.add ("Jelly 1 gelée 1 fruit congelé, colle renard"); wordList.add ("Cérémonie 1 cérémonie 1,2 cérémonie"); wordList.add ("Seron 1 Public Opinion 1 Public Opinion, Koshiron"); wordList.add ("Destination 1 Sen 1, destination anciennement occupée"); wordList.add ("Tableau Zen 1 set 0, plan alimentaire"); wordList.add ("Zen 1 Zen 1 Ryo, Uchiza"); wordList.add ("Sen 1 Fibre 1 纖 Wei"); wordList.add ("Zenkai 1 Complete Recovery 0 Healing"); wordList.add ("Senkyo 1 Mission 0 Mission Religion, Mission"); wordList.add ("Sengen 1 Déclaration 0,3 Déclaration, Proclamation"); wordList.add ("Senkou 1 précédent 0 précédent, courant devant"); wordList.add ("Senkou 1 sélection 0 sélection promotion"); wordList.add ("Sensei 1 War Damage 0 Battle Damage"); wordList.add ("Senshu 1 Spécialisation 0 Attaque, Maître"); wordList.add ("Senjutsu 1 Tactical 0 Technique, Plot"); wordList.add ("sens 1 sens 1 impression, lumière des yeux"); wordList.add ("Sensei 1 Diving 0 Sosui"); wordList.add ("Zensei 1 premier 0,1 premier"); wordList.add ("Sendai 1 prédécesseur 0 première génération"); wordList.add ("Sendatte 1 devant 0,5 Mae Ikuten"); wordList.add ("Senchaku 1 premier arrivé, premier servi"); wordList.add ("Sente 1 Assomption 0 Condition d'hypothèse"); wordList.add ("Sentenki 1 Congénital 0 Congénital"); wordList.add ("Zento 1 en avant 1 en avant, précédent"); wordList.add ("Sento 1 Combat 0 戰 鬥"); wordList.add ("Senyu 1 infiltration 0 infiltration"); wordList.add ("Senpaku 1 navire 1 navire"); wordList.add ("Zenhan 1 * 0 première moitié 0 première moitié, première moitié"); wordList.add ("Zenmetsu 1 annihilation 0 annihilation, annihilation complète"); wordList.add ("Utilisation de la porte 0 dédiée à Senyo 1"); wordList.add ("Senryo 1 Occupation 0 Conquête"); wordList.add ("Zenryo 1 Bon 0 Bon"); wordList.add ("Senryoku 1 Force 1 Force militaire"); wordList.add ("Zenrei 1 précédent 0 précédent, convention"); wordList.add ("Oui, 1 phase, 1 apparence, apparence"); wordList.add ("Oui 1 moine 1 haine"); wordList.add ("Soou 1 Correspondance 0 Approprié, Ai"); wordList.add ("Zoka 1 augmentation 0 augmentation"); wordList.add ("Assemblée générale de Sokai 1 0 Zentai Daikai"); wordList.add ("Sokan 1 premier numéro 0 premier numéro"); wordList.add ("Zouuki 1 arbres divers 0 arbres non développés"); wordList.add ("Sokyu / Sakkyu 1 Immédiatement 0 Urgence, Incendie Urgent"); wordList.add ("Zoukyo 1 Augmentation 0 Augmentation"); wordList.add ("Sokin 1 remise 0 don"); wordList.add ("Sokou 1 run 0 line"); wordList.add ("Sogo 1 total 0 synthèse"); wordList.add ("Oui, 1 enquête 1 搜查"); wordList.add ("Sosaku 1 Recherche 0 Recherche"); wordList.add ("Quelque chose 1 * 0 Perte 0 Perte"); wordList.add ("Soju 1 Manoeuvre 0 駕駛, Manipulation"); wordList.add ("Elephant 1 Finance Minister 0 Zhao Minister, (Japanese) Finance Minister"); wordList.add ("Soshoku 1 décoration 0 décoration"); wordList.add ("Éléphant 1 promotion 0 promotion"); wordList.add ("Sozo 1 Creation 0 Creation"); wordList.add ("Sotai 1 Relative 0 Companion"); wordList.add ("Sodai 1 Grand 0 Hongwei"); wordList.add ("Alors comment 1 affaire d'émeute 1, violence"); wordList.add ("Alors quelle détresse 0 détresse"); wordList.add ("Soba 1 prix du marché 0 comportement, achat spéculatif, coutumier"); wordList.add ("Sobi 1 Equipment 1 Equipment"); wordList.add ("Soritsu 1 Fondé 0 Fondé"); wordList.add ("1 supplémentaire attaché 0 attaché, attaché"); wordList.add ("source 1 sauce / source 1 frais / source"); wordList.add ("Sokuza ni 1 Immediately 1 Stand up, Toba"); wordList.add ("Sokushin 1 Promotion 0 Promotion"); wordList.add ("Slow 1 Immediate 3 Cut"); wordList.add ("Sokubaku 1 Binding 0 Binding, Limitation"); wordList.add ("Sokumen 1 côté 0,2,3 direction"); wordList.add ("Perte 1 Perte 3 Perte"); wordList.add ("Il y en a 1 là 2 哪 哩, environ 哪 pièce"); wordList.add ("Sozai 1 Material 0 Subject, Raw Material"); wordList.add ("Et 1 bloc 1 bloc"); wordList.add ("Sosho 1 Litigation 0 Litigation"); wordList.add ("Sodachi 1 Raised 3 Growth, Education Environment"); wordList.add ("Il y a 1 mesure 1 mesure"); wordList.add ("Chaussettes 1 chaussettes 1 Short 襥 子"); wordList.add ("Je m'en fiche 1 Je m'en fiche 4 Cold"); wordList.add ("Soppo 1 Outer 1 Outer, 旁 邊"); wordList.add ("Équipement 1 équipé 0,5 Équipement, équipement"); wordList.add ("Préparer 1 équipé, 3 équipé équipé, aligné, équipé"); wordList.add ("Soaring 1 Towering 3 Towering, Destiny"); wordList.add ("Soboku 1 naïf 0 simple, simple"); wordList.add ("Somaru 1 Dye 0 Dye, Dye"); wordList.add ("Somuku 1 Back 2 Back Work, Back Rebellion"); wordList.add ("Some 1 Dye 0 Dye (couleur), Red Ear Red"); wordList.add ("Détourner 1 Détourner 2 Ouvrir, Déséquilibré"); wordList.add ("Sleigh 1 橇" Ride on "1 Snow 橇"); wordList.add ("Glissement 1 Warping 1 翹, wordList.add ("Donc 1 alors 0 cause ceci, pourquoi"); wordList.add ("Solo 1 solo italien 1 chanteur, chanteur, chanteur"); wordList.add ("Matching 1 Matching 2,3 Narita, Saizen, Gumi"); wordList.add ("Taux d'herbe Zonzai 1 Zonzai 3, grossier"); wordList.add ("Sonshitsu 1 Loss 0 Damage, Loss"); wordList.add ("Sonzoku 1 Survival 0 繼續, Existence"); wordList.add ("douzaine 1 douzaine 1 coup"); wordList.add ("tai 1 corps 1 corps, corps"); wordList.add ("tai 1 ~ obi 帶 ..., ji 帶"); wordList.add ("Daichi 1 First Advocate 1 Neck, First"); wordList.add ("Taiou 1 correspondance 0 對 谍, signe"); wordList.add ("Taika 1 Landlord 1 Minoru, Prestigious"); wordList.add ("Retraite Taika 1 Dégradation 1, Dégénérescence"); wordList.add ("Surtout 1 Surtout 0 Surtout"); wordList.add ("Taikaku 1 physique 0 physique"); wordList.add ("Principalement 1 retrait 0 retrait"); wordList.add ("Takin 1 Big Money 0 Big Book"); wordList.add ("Taigu 1 traitement 0 traitement"); wordList.add ("Taiketsu 1 Showdown 0 對 Quality"); wordList.add ("Taiken 1 Experience 0 體驗"); wordList.add ("Taikou 1 Opposition 0 對 Anti"); wordList.add ("Taiji 1 Extermination 0 Discipline, Eradication"); wordList.add ("Taishu 1 Mass 0 Daishin"); wordList.add ("Taisho 1 Action 1 Attaché"); wordList.add ("Taishoku 1 Retraite 0 Retraite, Retraite"); wordList.add ("1 titre 3 titres"); wordList.add ("Taisei 1 Position 0 狀 État"); wordList.add ("Principalement 1 conversation 0 conversation"); wordList.add ("environ 1 gras 3 gros 膽"); wordList.add ("Equivalent à 1 égal à 0, etc."); wordList.add ("Titre 1 titre 1 Titre, Titre"); wordList.add ("Personne n'a raté 0 sabotage"); wordList.add ("Taino 1 délinquant 0 manquant"); wordList.add ("Taihi 1 contraste 1,0 對 Ratio"); wordList.add ("Dactylo 1 dactylo 3 dactylo"); wordList.add ("Principalement 1 grand 1 grand, grande tête"); wordList.add ("Daiben 1 proxy talk 0 for ... substitute, substitute solution, substitute compensation"); wordList.add ("Daiben 1 tabouret 0,3 tabouret"); wordList.add ("Taibou 1 0e terme tant attendu"); wordList.add ("Daihon 1 script 0 livre dramatique, 腳 livre"); wordList.add ("minuterie 1 minuterie 1 horaire"); wordList.add ("Taman 1 négligence 0 négligence"); wordList.add ("Timing 1 timing 0 Time"); wordList.add ("temps 1 fois 1 heure, heure, ère"); wordList.add ("En temps opportun 1 en temps opportun 1 En temps opportun, en temps opportun"); wordList.add ("Taimen 1 Face-à-face 0 Face"); wordList.add ("Daiyo 1 substitute 0 substitute"); wordList.add ("Tairyoku 1 Force physique 1 Force"); wordList.add ("tuile 1 tuile 1 porcelaine, tuile"); wordList.add ("Taiwa 1 Dialogue 0 Talk"); wordList.add ("Down 1 Down 1 Down, Down, Feather"); wordList.add ("Tolérer 1 Endurer, Endurer 2 Endurance, Patience, Noboru"); wordList.add ("Turn 1 éteint, Refuse 2 疷 絕"); wordList.add ("Big 1 breakthrough 0 breakthrough"); wordList.add ("Takamaru 1 Augmente 3 Takashi"); wordList.add ("Takibi 1 feu de joie 0 feu de joie"); wordList.add ("Dakyo 1 compromis 0 compromis"); wordList.add ("Strong 1 Robust 4 Kenzo, Vigorous"); wordList.add ("Takumi 1 Skill 1,0 Skill, Skill"); wordList.add ("Prendre 1 Longueur 2 Long, Long et Court"); wordList.add ("Dageki 1 hit 0 hit"); wordList.add ("seulement 1 conclusion 0 compromis, consultation de réalisation"); wordList.add ("Dasaku 1 Mauvais travail 0 Mauvais travail"); wordList.add ("Tashizan 1 Addition 2 Addition"); wordList.add ("Tasuketsu 1 Majority 2 Major Decision"); wordList.add ("Aide Tasuke 1 Aide 3"); wordList.add ("Interagir 1 Engagé 0,4 菃 與, 辞 辞"); wordList.add ("Drifting 1 Floating 3 Space ou quelqu'un flottant à la surface de l'eau"); wordList.add ("Tachisaru 1 laisse 0 courir ouvert, détacher"); wordList.add ("Tachiyoru 1 Stop by 0,3 Dust near Yasushi"); wordList.add ("Tatsu 1 Coupe 1 截, 斷"); wordList.add ("Dako 1 Hugging 1 [Children] Hugging"); wordList.add ("Tassha 1 Master 0 Healthy, Healthy, Familiar"); wordList.add ("Dashutsu 1 Escape 0 Escape"); wordList.add ("Tassei 1 a atteint 0 atteint, terminé"); wordList.add ("Je veux laisser 1 laisser 0 partir, partir"); wordList.add ("Si 1 alors 1"); wordList.add ("Vertical 1 Shield 1 Shield"); wordList.add ("Remplacer 1 Remplacer 0,3 par 墊"); wordList.add ("Tatemae 1 Kenzen 0,2 Kamiryo"); wordList.add ("Tatematsuru 1 Dedicated 4 Dedicated"); wordList.add ("1 est 1 et 1 est une concaténation"); wordList.add ("Tadashi 1 Verbe passif 2 Verbe passif"); wordList.add ("Même si 1 exemple 0,2 喻 譬, exemple enfant"); wordList.add ("Arrive 1 Arrive 2,4 Bon et mauvais rush"); wordList.add ("Trace 1 Follow 0,2 Forward, Search, Arrive ... Run away"); wordList.add ("Spring 1 Bundle 3 ligature, eaux usées, ligature"); wordList.add ("Dabudabu 1 Dabudabu 0/1 Taille excessive, dermatite / gonflement / élargissement"); wordList.add ("double 1 double nom 1 雙 (份), 兩 fois"); wordList.add ("un 1 autre 2 autre, total un côté"); wordList.add ("Tabo 1 Occupé 0 Occupé, Occupé"); wordList.add ("Tamau 1 Give 2 [Respect du mot] 對 對 kata respect du comportement"); wordList.add ("âme 1 âme 1 esprit âme"); wordList.add ("Tamari 1 Tamari 0 Sekiju, sauce soja soja"); wordList.add ("Turn 1 Give 3 [Humble Word] Award"); wordList.add ("Take 1 keep 2 keep, keep"); wordList.add ("Facile 1 Facile 0,3 Facile"); wordList.add ("Tayo 1 Variety 0 Each expression Each 樣"); wordList.add ("Dull 1 Dull 0,2 慵懶"); wordList.add ("Sag 1 Loose 0 Loose"); wordList.add ("slack 1 slack 0 slack"); wordList.add ("Dripping 1 Dripping 2 Hanging, Hanging"); wordList.add ("Talent 1 talent 0,1 interprète, talent"); wordList.add ("Tour 1 tour 1 Tour, Tour"); wordList.add ("Tan 1 single ~ Yaji"); wordList.add ("Tantou 1 Single 0 單 1"); wordList.add ("Tanka 1 Short Song 1 Japanese Poetry (Yugo, 7, 5, 7, Seven Co-Five Phrases)"); wordList.add ("tanka 1 support 1 擔 rack"); wordList.add ("Tanki 1 Short temper 1 沒 résistance"); wordList.add ("Danketsu 1 unité 0 unité"); wordList.add ("Tanken 1 Exploration 0 Exploration"); wordList.add ("Dangen 1 Affirmation 3 Affirmation, Affirmation"); wordList.add ("Tanshuku 1 raccourci 0 raccourci, réduit"); wordList.add ("Danzen 1 de loin 0, 斷 乎"); wordList.add ("Tanso 1 Carbon 1 碳"); wordList.add ("Tadai 1 Junior College 0 Short-term College"); wordList.add ("tancho 1 monotone 0 humoristique"); wordList.add ("Tandoku 1 seul 0 單 獨, 獨 獨"); wordList.add ("Dan 1 Mari 0 Durable, Maître, Enseignant"); wordList.add ("protéine 1 ondes courtes 1 ondes courtes"); wordList.add («protéine 1 protéine 3,4 protéine»); wordList.add ("dump 1 dump 1 wagon de marchandises à plate-forme basculante, wagon de marchandises automatique en gros"); wordList.add ("Danmen 1 coupe transversale 3 face de l'épée, face de l'épée"); wordList.add ("Danryoku 1 Elasticity 0,1 Radiality"); wordList.add ("Chian 1 Security 0,1 Security"); wordList.add ("Travail d'équipe 1 travail d'équipe 4 combinaison, opération coopérative"); wordList.add ("change 1 change 1 exchange"); wordList.add ("Wrong 1 Wrong 0 Revised, Revised"); wordList.add ("Chikusan 1 Livestock 0 Livestock"); wordList.add ("Chikusho 1 Livestock 3 Livestock"); wordList.add ("Chikuseki 1 Accumulation 0 Accumulation"); wordList.add ("Chikei 1 Terrain 0 Terrain"); wordList.add ("Chisei 1 Intelligence 2 Intelligence, Raison"); wordList.add ("Chichi 1 Milk 1,2 Omizu"); wordList.add ("Small 1 Shrink 0 Interval Short"); wordList.add ("Chitsujo 1 Ordre 1, 2 Ordre"); wordList.add ("Petit 1 étouffement 0 étouffement"); wordList.add ("Chiki 1 Intellectuel 0 Intelligent"); wordList.add ("Carillon 1 carillon 1 cloche de porte, cloche"); wordList.add ("Chakushu 1 Start 0,1 Move"); wordList.add ("Chakushoku 1 coloration 0 couleur d'écriture"); wordList.add ("Chakuseki 1 assis 0 assis"); wordList.add ("Chakumoku 1 Focus 0 Focus, Regarder"); wordList.add ("Chakuriku 1 Landing 0 Author Land"); wordList.add ("Chakko 1 Début 0 Début"); wordList.add ("Chanoma 1 Cha no Ma 0 (simple) Iihiro"); wordList.add ("Chanoyu 1 Chanoyu 0 Chado"); wordList.add ("Chiyahoya 1 Chiyahoya 1 Dedication"); wordList.add ("canal 1 canal 0,1 fréquence"); wordList.add ("Chugaeri 1 Somersault 3 Transverse"); wordList.add ("Chukei 1 relais 0 milieu 繼"); wordList.add ("Chukoku 1 Advice 0 Advice"); wordList.add ("Chujitsu 1 fidèle 0,1 fidélité, loyauté"); wordList.add ("Chusho 1 Scratch 0 Scratch"); wordList.add ("Chusu 1 centre 0 centre, centre"); wordList.add ("Chusen 1 loterie 0 loterie"); wordList.add ("Chudan 1 Suspension 0 Nakabuchi"); wordList.add ("Chudoku 1 Addiction 1 Addiction"); wordList.add ("Chufuku 1 colline 0 demi taille de montagne"); wordList.add ("Churitsu 1 Neutral 0 Neutral"); wordList.add ("Chuwa 1 Neutralization 0 Neutralization"); wordList.add ("Cho 1 ~ travail, écriture"); wordList.add ("cho 1 intestin 1 intestin"); wordList.add ("Papillon 1 Papillon 1 蝴 Papillon"); wordList.add ("Chou ~ 1 Super ~ 1 Urgence ~"); wordList.add ("Choin 1 signature 0 lettre"); wordList.add ("Chokaku 1 Hearing 0,1 聽覺"); wordList.add ("Chokan 1 Secrétaire 0 Secrétaire"); wordList.add ("Choukou 1 Présence 0 Écoute"); wordList.add ("Choshu 1 collection 0 collection"); wordList.add ("Choshinki 1 Listening device 3 Listening device"); wordList.add ("Chosen 1 Challenge 0 Challenge"); wordList.add ("Chote 1 arbitrage 0 arbitrage"); wordList.add ("Chofuku 1 Duplicate 0 Duplicate"); wordList.add ("Chouhen 1 Feature 0 Feature"); wordList.add ("Chouho 1 Handy 1 Pratique, Important"); wordList.add ("Chori 1 Cuisson 1 Cuisson"); wordList.add ("Chouwa 1 Harmony 0 Harmony"); wordList.add ("Chokuzen 1 Immédiatement avant 0 Soins oculaires ... Temps et temps devant vous"); wordList.add ("Chokuchoku 1 Chokuchoku 1 heure, toujours"); wordList.add ("Chokumen 1 Face 0 Face"); wordList.add ("Chosho 1 Livre 0 Livre"); wordList.add ("Choku 1 Saving 0 Profit"); wordList.add ("Chokkan 1 Intuition 0 Aperçu direct"); wordList.add ("Chokkei 1 Diamètre 0 Direct"); wordList.add ("Chomei 1 Célèbre 0 Célèbre"); wordList.add ("Glitter 1 Glitter 2 Minor, Ichiaki, Ippen"); wordList.add ("poussière 1 poussière 0,2 poussière, 垃圾"); wordList.add ("Dust Tori 1 Dust Tori 3,4 畚 畕, 畚 To"); wordList.add («Chiryo 1 Treatment 0 Treatment»); wordList.add ("Chingin 1 Wage 1 Tax, Construction Fund"); wordList.add ("Chinden 1 Precipitation 0 Congestion"); wordList.add ("Chinbotsu 1 Sinking 0 沉沒"); wordList.add ("Chinmoku 1 Silence 0 沉默"); wordList.add ("Chinretsu 1 Display 0 Display"); wordList.add ("Tsukyu 1 Pursuit 0 Pursuit, Pursuit"); wordList.add ("Tsukiseki 1 Tracking 0 Tracking"); wordList.add ("Tsukiho 1 Expulsion 0 Exile"); wordList.add ("Facile 1 dépense 3 frais de fleurs, frais d'usure"); wordList.add ("Tsukiraku 1 Crash 0 從 taka 處 掉 處"); wordList.add ("Tsukan 1 Pain 0 Pain, Intense Feeling"); wordList.add ("Tsujo 1 Normal 0 Normal, Normal"); wordList.add ("Tsuusetsu 1 Painful 0 Deep Cut, Fillet"); wordList.add ("Stick 1 canne 1 canne renard"); wordList.add ("Utilisation Michi 1 Utilisation 0 Utilisation, Utilisation"); wordList.add ("Utiliser 1 service 0 vêtements de samouraï, service de samouraï"); wordList.add ("Contrôle 1 Contrôle 4 Contrôle, Gestion"); wordList.add ("Tsukanoma 1 Fleeting 0 Ichikuna"); wordList.add ("Tsukinami janvier 0 médiocre"); wordList.add ("1 couture suivante 0 point d'articulation"); wordList.add ("Tsukuru 1 Exhaust 2 盡"); wordList.add ("tsugu 1 connect 0 contact"); wordList.add ("Tsugu 1 réussissant 0 繼 繼, écoute"); wordList.add ("Tsukusu 1 Exhaust 2 盡 做"); wordList.add ("Tsukuzuku 1 Ripe 0 Small land, Serious land"); wordList.add ("Tsunanai 1 * 0 Compensation 0,3 Compensation, Compensation, Expiation"); wordList.add ("Faire 1 Faire / Faire 3 做, Faire, squelette / structure, fin, morceau de poisson cru"); wordList.add ("Faisons 1 Réparation 3 Réparation"); wordList.add ("Ajouter 1 Ajouter 0,5 Ajouter, Réapprovisionner, Ajouter"); wordList.add ("Tsugeru 1 Tell 0 Tell"); wordList.add ("Tsujitsuma 1 Tsuji 褄" Histoire ~ "0 Jori"); wordList.add ("tandis que 1 cylindre 0 cylindre"); wordList.add ("Poke / Stick 1 Poke 2 剎, 啄"); wordList.add ("Tsukushimu 1 Honor 3 Honor"); wordList.add ("Tirant 1 Étirement 3 Sommet, Tension, Persistance"); wordList.add ("Tsumaru 1 Duty Maru 3 Noh"); wordList.add ("Tsutomesaki 1 Workplace 0 Workplace"); wordList.add ("Standing 1 Striving 2 Volume"); wordList.add ("Tsunami 1 Tsunami 0 Kaiho"); wordList.add ("un carré deux carrés"); wordList.add ("Tsuru 1 recrute 2 dégâts de Koshirai Koshi"); wordList.add ("Tsubasa 1 Wing 1 Bird-like wing"); wordList.add ("Tweet 1 Mutter 3 Jail"); wordList.add ("Tsubasa 1 Yen Rana 0 圓"); wordList.add ("Crush 1 Meditate'Eyes '~ 0 Closed eyes, Meditate"); wordList.add ("pot 1 pot 0 pot, can"); wordList.add ("bourgeon 1 bouton 3 bouton floral, bouton floral"); wordList.add ("Pinch 1 Pick 0 Pick"); wordList.add ("Pick 1 Pick 0 Pick, Pick, Pick"); wordList.add ("tsuyu 1 rosée 1 eau de rosée"); wordList.add ("Tsuyomaru 1 renforçant 3 grandes origines, renforçant"); wordList.add ("renforcer 1 renforcer 3 renforcer, renforcer"); wordList.add ("Tsuru 1 concaténation consécutive 3, marché"); wordList.add ("Tsurunuku 1 pierce 3 pierce"); wordList.add ("Tsuru 1 Séquence 3 Exclusion, Concaténation"); wordList.add ("Tsurigane 1 Bell 0 Hanging Bell"); wordList.add ("Tsurikawa 1 Suspended Leather 0 Suspended Ring"); wordList.add ("Address 1 Allowance 1 Engineering"); wordList.add ("Tegi 1 Définition 1,3 Définition"); wordList.add ("Teikyo 1 fourni 0 fourni"); wordList.add ("Teikei 1 Alliance 0 Proposition, Collaboration"); wordList.add ("Teisai 1 aspect 0 樣子, tableau extérieur, squelette, pedigree, cas, forme, dédicace"); wordList.add ("Teiji 1 présentation 0,1 présentation, présentation (est et ouest pour usage artificiel), auto-sonorité fournie par Mukaikata"); wordList.add ("Teshoku 1 set repas 0 set repas, repas invité"); wordList.add ("Teisei 1 Correction 0 Correction"); wordList.add ("Je veux être 1 stagnation 0 stagnation, stagnation, stagnation"); wordList.add ("Tetaku 1 Mansion 0 Mansion, Salle publique"); wordList.add ("Tissu (papier) 1 papier de soie 1 (4) Papier hygiénique, carnet de papier"); wordList.add ("Tenen 1 Retirement 0 Retirement Year"); wordList.add ("Tebo 1 Embankment 0 Embankment, Proposition"); wordList.add ("Théorème Teri 1 * 0 Théorème 1"); wordList.add ("Données 1 données 0,1 Matériel, syllabaire"); wordList.add ("C'est trop tard 1 C'est trop tard 2 Je suis sorti, je suis bouleversé, je suis indulgent, je suis dans l'erreur"); wordList.add ("Big 1 Big 2 Favorable"); wordList.add ("Clues 1 Clues 2 (au moment de l'escalade) Région de cérémonie, 抓 點, 抓 te (style de reconnaissance) line"); wordList.add ("Prendre 1 travail 3 Main automatique des parents, frais d'auto-illumination des parents, Main"); wordList.add ("Tekazu 1 étape 1,2 artisanat, makan, (renard éléphant, 圍 棋) travail"); wordList.add ("Tegaru 1 Facile 0 Pratique, Facile, Facile"); wordList.add ("Kiou 1 Adaptation 0 Adaptation, Adaptation"); wordList.add ("Kigi 1 Approprié 1 Approprié, Approprié, Approprié, Enthousiasme, Encouragement"); wordList.add ("Kisei 1 aptitude 0 aptitude, (certaine personne) nature, (certain travail) nature, personnalité"); wordList.add ("Production 1 Produit 2,3,4 Apocalypse, abcès, gale"); wordList.add ("Tegiwa 1 Dextérité 0 Technique, Technique, Compétence, Réalité"); wordList.add ("décoration 1 décoration 3 décoration"); wordList.add ("Environ 1 * 2 Abordable 0 Hand, Go Hand, Fit"); wordList.add ("Désert 1 dessert 2 Dawn"); wordList.add ("conception 1 conception 2 conception, brouillon, formule"); wordList.add ("Tejun 1 Step 0,1 Introduction, Stepping"); wordList.add ("tejo 1 main serrure 0 main 銬"); wordList.add ("Dépense Tesu 1 effort 2, gênant"); wordList.add ("Tejika 1 handy 0 旁, Tsunemi"); wordList.add ("Effacer 1 Effacer 3 Constante, affirmative"); wordList.add ("Tekko 1 Steel 0 Steel"); wordList.add ("Dessin 1 dessin Français 1 Dessin"); wordList.add ("Tetsu 1 Toru 0,3 Toru, Complet"); wordList.add ("Top 1 Top 3 Top"); wordList.add ("Tetsubo 1 Barre de fer 0 Barre de fer, 單槓"); wordList.add ("Réparation 1 Réédition 0 Revisit, Shigeki"); wordList.add ("Palm 1 Palm 1 Palm"); wordList.add ("Oui 1 Arrangement 1,2 Rotin, Département"); wordList.add ("devrait 1 déplacer 1 étape, introduction"); wordList.add ("Tebiki 1 Guide 1 Hibiki, Guidance, Introduction"); wordList.add ("Handbook 1 Model 2 Characters, Model, Standard"); wordList.add ("Temawashi 1 Manivelle 2 Manivelle, Placée"); wordList.add ("Démonstration 1 démonstration 6 Exemple"); wordList.add ("Retourne 1 Reflect 0,3 Reflection"); wordList.add ("Telex 1 télex 2 International Telecom, Denden (Machine)"); wordList.add ("Séparation 1 division 3 minutes"); wordList.add ("Ten 1 Heaven 1 Heavenly Sky"); wordList.add ("Denen 1 Rural 0 Rural, Rural, Suburban"); wordList.add ("Tenka 1 Ignition 0 Dawn"); wordList.add ("Tenka 1 Tenka 1 Tenka, tout le monde, tous les pays"); wordList.add ("Tenkai 1 tour 0 轉 變, 轉 directionnel"); wordList.add ("Conversion 0 temporaire 1 conversion, conversion"); wordList.add ("Tenkyo 1 Relocation 0,1 Relocation, Relocation"); wordList.add ("Tenkin 1 transfer 0 tune, tune work"); wordList.add ("Tenken 1 Inspection 0 點 檢, un par un 檢查, 查 點, contrat"); wordList.add ("Dengen 1 Puissance 0 Puissance"); wordList.add ("Tenkou 1 Transfer 0 School, School"); wordList.add ("Tengoku 1 Heaven 1 Heaven, Tendo, frontière idéale"); wordList.add ("Tensai 1 Genius 0 Genius"); wordList.add ("Tensai 1 catastrophe naturelle 0 catastrophe naturelle, catastrophe naturelle"); wordList.add ("Tenji 1 Exposition 0 Exposition, Exposition, Exposition"); wordList.add ("Tenjiru / Zuru 1 tour / tour 0 changement, changement, déménagement, transporteur"); wordList.add ("Densetsu 1 Légende 0 Densetsu"); wordList.add ("Tensen 1 ligne pointillée 0 虛 ligne"); wordList.add ("Tentai 1 corps céleste 0 corps céleste"); wordList.add ("Dentatsu 1 transmission 0 Dentatsu, Dentan"); wordList.add ("Tenchi 1 Tenchi 1 Tenchi, Tenwachi, World, Shakai, Top and Bottom"); wordList.add ("Tende 1 Tende 0 Simple ..., Racine ..., Complète ..., Très"); wordList.add ("Tennin 1 transfert 0 travail, réglage du travail"); wordList.add ("Tenbo 1 Perspective 0 Perspective, Perspective, Distance, Perspective"); wordList.add ("Denrai 1 Introduit 0 Denrai, Deniri, Soden, Etudes internationales"); wordList.add ("Tenraku 1 Fall 0"); wordList.add ("et 1 et mots conjonctifs Wakako, Ichi ... Satoshi, Immédiatement, Magami, Ya, Miyako, Kaname, Pensée"); wordList.add ("Match 1 Inquiry 5 Talk, Question"); wordList.add ("To 1 Building 1 Architectural Quantum"); wordList.add ("To ~ 1 To ~ 1 Tokuto, Sai ~"); wordList.add ("Faire 1 d'accord 0 d'accord, acheter"); wordList.add ("Doin 1 mobilisation 0 mobilisation, mouvement"); wordList.add ("Dokan 1 J'accepte 0 J'accepte"); wordList.add ("Touki 1 Pottery 1 Pottery"); wordList.add ("Tougi 1 Discussion 1 Discussion"); wordList.add ("Doki 1 Motivation 0,1 Motivation, Cause"); wordList.add ("Tokyu 1 grade 0"); wordList.add ("Dokyu 1 Classe 0 Classe, Classe"); wordList.add ("Dokyo 1 vivre ensemble 0 vivre ensemble, vivre ensemble"); wordList.add ("Tokou 1 va à l'école 0 va à l'école"); wordList.add ("Togo 1 Intégration 0 Fusion, Concentration"); wordList.add ("Dokou 1 Trend 0 Trend"); wordList.add ("Tosan 1 Faillite 0 Réduire, Destruction"); wordList.add ("Toushi 1 Investissement 0 Investissement"); wordList.add ("Mutual 1 fellow 1 fellow"); wordList.add ("1 à 1 accompagné de 1"); wordList.add ("Dojo 1 Pity 0 Pity"); wordList.add ("Dojo 1 Dojo 1 Dojo, Salle d'arts martiaux"); wordList.add ("Tosei 1 Control 0 Control, Control"); wordList.add ("Tosen 1 gagnant 0 gagnant"); wordList.add ("Tosou 1 Escape 0 Escape"); wordList.add ("Commande Truth 1 Commande 0"); wordList.add ("Totatsu 1 Reach 0 Reach, Reach"); wordList.add ("et une règle 1 règle"); wordList.add ("Docho 1 Synchronized 0 Same, Same Step, Same Song"); wordList.add ("Toutei 1 Du tout 0 Bien sûr, je ne sais pas, Ryoya Rei"); wordList.add ("Que diriez-vous de 1 dynamique 0 dynamique, active"); wordList.add ("Enfin 1 précieux et précieux 3 rare et précieux"); wordList.add ("Enfin 1 équivalent 0 équivalent"); wordList.add ("Dodo 1 Dignified 0 Dodo, Gwangmyeong Ryo"); wordList.add ("Enfin 1 Respect 3 Important, Respect"); wordList.add ("Tonyu 1 entrée 0 lancer, entrée"); wordList.add ("Donyu 1 Introduction 0 Advance, Introduction"); wordList.add ("Dofu 1 Enclosed 0 Attached Trust"); wordList.add ("Tobo 1 Escape 0 Escape"); wordList.add ("Tomin 1 sommeil d'hiver 0 sommeil d'hiver"); wordList.add ("Domei 1 Alliance 0 Alliance"); wordList.add ("Apparemment 1 Apparemment 1 Bon et mauvais"); wordList.add ("Comment 1 bouleversé 0 bouleversé, bouleversé l'anxiété"); wordList.add ("Doroku 1 puissance 1 puissance, force motrice"); wordList.add ("Touroku 1 Registration 0 Registration, Notebook"); wordList.add ("Toron 1 Discussion 1 Discussion"); wordList.add ("partir 1 va 4 loin, très loin"); wordList.add ("et environ 1 détour 3 loin, autour"); wordList.add ("ton 1 ton 1 ton, mot ki, ton de couleur"); wordList.add ("De toute façon 1 Angle de lapin 0 Rampant Nana, Toujours, Espèce, Soyuki"); wordList.add ("blâme 1 blâme 3 blâme, revendication, question du conseil"); wordList.add ("Parfois 1 Parfois 0 Parfois, même"); wordList.add ("interrompu 1 intervalle interrompu 3"); wordList.add ("Toku 1 Preach 1 說 mei"); wordList.add ("Togu 1 Sharpen 1 Ryo Ryo"); wordList.add ("Tokugi 1 Special Skill 1 Special Skill"); wordList.add ("Dokusai 1 dictature 0 épée, épée"); wordList.add ("Tokusan 1 produit spécial 0 produit spécial"); wordList.add ("Dokuji 1 original 0,1 self"); wordList.add ("Dokusha 1 Reader 0 Viewer"); wordList.add ("Tokushu 1 Special Feature 0 Special Feature"); wordList.add ("Dokusen 1 Exclusivité 0 Occupation"); wordList.add ("Dokuso 1 Original 0 Original"); wordList.add ("Tokuten 1 score 0 score"); wordList.add ("Tokuha 1 sect 0,1 sect"); wordList.add ("Tokuyu 1 spécifique 0 spécifique"); wordList.add ("Thorn 1 Thorn" Stab "2 Stab"); wordList.add ("Thorn 1 Achieve 0,2 Complete"); wordList.add ("Au contraire, 1-quelque part déraisonnable ... rébellion ..., arrêtez, déraisonnable ... rectification"); wordList.add ("Vers la 1ère année 0ème année"); wordList.add ("Démarrage 1 Serrure de porte 2 Porte, Porte à chaîne"); wordList.add ("tojo 1 sur le chemin 0 sur le chemin"); wordList.add ("liaison 1 liaison 2 révision, révision"); wordList.add ("Dodai 1 Foundation 0 Ground Base, Foundation, Main Arrival"); wordList.add ("Trouble 1 Stop 2,3 疷 絕"); wordList.add ("Tokkyo 1 Patent 1 Special Permission, Profit"); wordList.add ("Tokken 1 Privilege 0 Special"); wordList.add ("Tossa ・ ni 1 咄 嗟 ・ ni 0 moment, soudainement"); wordList.add ("Totsujo 1 Soudain 1 Soudain protection contre le froid"); wordList.add ("Top 1 breakthrough 0,1 breakthrough"); wordList.add ("Dote 1 Bank 0 Tsutsumi"); wordList.add ("Rapport de livraison 1 rapport 3"); wordList.add ("où est 1 prolongation stagnante de 0,3, absence d'omission"); wordList.add ("Prendre 1 pour organiser 3,4 organiser, préparer"); wordList.add ("Arrêt 1 Arrêt 3 Arrêt, résident"); wordList.add ("peut être 1 chantant 2 誦, appel élevé, 倡"); wordList.add ("Tonosama 1 seigneur 0 adulte"); wordList.add ("Dohyo 1 Dohyo 0 Tawara (Sumo Hibikijo)"); wordList.add ("Tobira 1 Porte 0 Porte"); wordList.add ("Dobu 1 rainure 1 rainure d'eau"); wordList.add ("Toho 1 marche 1 marche"); wordList.add («Doboku 1 Génie civil 1 Génie civil»); wordList.add ("floue 1 tombé amoureux 3 stupidité, terne"); wordList.add ("pauvre 1 pauvre 3 pauvre, pauvre"); wordList.add ("Troublesome 1 * 0 Confused 0,3 Confused"); wordList.add ("les deux 1 sont 0,1 homologues"); wordList.add ("Tomokasegi 1 Co-gagnant 0,3,5 雙 Fireworks Family"); wordList.add ("Tomobaku 1 Double revenu 0,1 Ikki travail"); wordList.add ("sec 1 sec 2 sec, sec"); wordList.add ("nettoyage à sec 1 nettoyage à sec 5 nettoyage à sec"); wordList.add ("pilote 1 pilote 0,2 main de chance, visseuse, bâton de boule en bois"); wordList.add ("drive-in 1 drive-in 4,5 station de repos"); wordList.add ("Trouble 1 trouble 2 trouble, confusion, problème"); wordList.add ("transistor 1 transistor 4 semi-conducteur, électrocristal"); wordList.add ("Pour le moment 1 Pour le moment 3,4 pendant un moment"); wordList.add ("Gestion 1 Gestion 0 Raison"); wordList.add ("Handle 1 Handle 0,5 Wait"); wordList.add ("Torii 1 Torii 0 Mabo"); wordList.add ("Remplacement 1 Remplacement 0 Remplacement"); wordList.add ("Travail 1 Travail 0,3 Pleine conscience"); wordList.add ("Règle 1 répression 0 répression"); wordList.add ("Recruit 1 Suppress 0,4 Management"); wordList.add ("Search 1 Check 0,5 tune"); wordList.add ("Take 1 Collect 0,4 Collect, Submit, Propose"); wordList.add ("Intermédiaire 1 Intermédiaire 0,3 Denda"); wordList.add ("Install 1 Install 0,4 Normal"); wordList.add ("Supprimer 1 Supprimer 0,4 Supprimer"); wordList.add ("Torihiki 1 Transaction 2 Trade"); wordList.add ("Surrounding 1 Surrounding 0,3 Enclosure, Dedication"); wordList.add ("Mix 1 Mix 0,4 Mix"); wordList.add ("Recover 1 Regain 0,4 Retrieval"); wordList.add ("Get 1 Get 0,4 Rakin"); wordList.add ("Drill 1 drill 1 Electricity, rébellion practice (book)"); wordList.add ("Surtout 1 en particulier additif 0 spécial"); wordList.add ("Melting 1 Melting 0,3 Melting, Kokorogami Yasu"); wordList.add ("Oubliez une fois, oubliez environ 2 fois"); wordList.add ("Donkan 1 Insensibilité 0 Insensibilité"); wordList.add ("Tonda 1 Toda 0 Surprenant"); wordList.add ("Tonya 1 grossiste 0 critique"); wordList.add ("Nakaku 1 Cabinet 1 Keikaku"); wordList.add ("ou 1 à 1 personne"); wordList.add ("No 1 secret 0,3 secret"); wordList.add ("orn 1 coeur intérieur 0 內 shin"); wordList.add ("Naizo 1 intégré 0 內 臟"); wordList.add ("Nighter 1 night + er Japanese English 1 Night Offer"); wordList.add ("Naibu 1 Internal 1 內 Part"); wordList.add ("Nairan 1 Perturbation interne 0 內 亂"); wordList.add ("Nariku 1 intérieur 0 內 TERRE"); wordList.add ("Nae 1 Seedling 1 稨 秧"); wordList.add ("Surtout 1 plus 0 ajout"); wordList.add ("Nagashi 1 Nagashi 1,3 Mizuike"); wordList.add ("Naga Naga 1 Long Long 0,3 Long Long, Nagakuchi"); wordList.add ("Milieu 1 Milieu 0 Milieu, Milieu"); wordList.add ("Nagisa 1 Nagisa 0 Mizube"); wordList.add ("Nageku 1 Lament 2 Lament"); wordList.add ("Abandonner 1 Lancer 3 Abandonner"); wordList.add ("Nakodo 1 Nakato 2 Mediator"); wordList.add ("Nagoyaka 1 Peaceful 2 Dowa"); wordList.add ("Nagori 1 gauche 0,3 殘 餘"); wordList.add ("Nasake 1 Compassion 1,3 Humanity"); wordList.add ("Désolé 1 Pitiful 4 Pitiful"); wordList.add ("Nasakebukai 1 Compassionate 5 Jinji"); wordList.add ("Responsabilité Familiar 1 Clog 2"); wordList.add ("1 célèbre 3 célèbre"); wordList.add ("Avalanche 1 Snowfall 0 Snowfall"); wordList.add ("Natsuki 1 Nostalgia 2 Relatives"); wordList.add ("nom 1 nom 3 nommage"); wordList.add ("Rien 1 occasionnel 4 non intentionnel, jeune sûr"); wordList.add ("Qu'est-ce que 1? 0 sollicitation"); wordList.add ("Surtout 1 Meilleur 1"); wordList.add ("Serviette 1 serviette 1 sushi, largeur du papier"); wordList.add ("Nafuda 1 nom de la carte de visite 0"); wordList.add ("Namagusai 1 poisson 4 odorant"); wordList.add ("Slimy 1 Warm 0,4 Légèrement noyé, sans succès"); wordList.add ("Namami 1 Raw 2 Raw Food"); wordList.add ("blank 1 lead 0 lead"); wordList.add ("Nami 1 moyenne 0 normal, général"); wordList.add ("Smooth 1 Smooth 2 Sliding, Flow"); wordList.add ("Léchage 1" wordList.add ("Noisy 1 Annoying 4 Receptive, Painful"); wordList.add ("Je suis désolé 1 Je suis inquiet 3 Je suis ennuyé"); wordList.add ("Nayami 1 Trouble 3 Annoyance"); wordList.add ("Prendre en 1 S'habituer à / S'habituer à 2 Utiliser les coutumes / Ajuster"); wordList.add ("et 1 et 0 somme, et plus"); wordList.add ("Narutsu 1 détient 0,3 prise, composition"); wordList.add ("Narutake 1 Naru longueur 0 volume"); wordList.add ("Devenir 1 Familier 2 Qualifié, Personnalisé"); wordList.add ("Familiar 1 Familiar 5 Relatives, Happy Skin Lol"); wordList.add ("Quelle 1 Difficulté 1 Difficulté, malheur, blâme"); wordList.add ("Quelque chose de 1-Quelque chose de similaire, 什麼, Afficher le mépris ou l'humilité personnelle"); wordList.add ("Nonsense 1 non-sens 1 histoire, histoire, sans signification"); wordList.add ("D'une manière ou d'une autre 1 D'une certaine manière 1 绀 麼, 载 覺 覺"); wordList.add ("D'une manière ou d'une autre 1 D'une certaine manière 1 Crawling Nana"); wordList.add ("Quoi 1 Quoi 1 Comment, 怎樣, Tadashi"); wordList.add ("Quelque soit 1 Quoi 1 Bien sûr 什麼"); wordList.add ("à 1 chargement 1 Est-Ouest, cargaison, ligne Lee, défaite, responsabilité"); wordList.add ("Nikayo 1 Similaire 3 Similaire"); wordList.add ("acné 1 靤 1 face"); wordList.add ("occupé 1 animé 3 enthousiaste, enthousiaste"); wordList.add ("Hate 1 Hate 0,4 Hate"); wordList.add ("Nikushin 1 parents 0 père et fils frères, os et viande"); wordList.add ("Nikutai 1 Body 0,3 Body"); wordList.add ("Escape 1 Escape 0 Escape, Run, Start Escape"); wordList.add ("Nishibi 1 Nishinichi 0 Dawn, Sunset"); wordList.add ("Blur 1 Blee 2 Blee, Jun, Cave, Gush"); wordList.add ("faux 1 faux 0 contrefaçon est-ouest, blasphème"); wordList.add ("Nichiya 1ère nuit 0,1 Hakutenwa Black Night"); wordList.add ("Nizukuri 1 Packing 2 wrapping, wrapping li, 捆 yuki li"); wordList.add ("Naru 1 ours 2 擔, défi, 擔 蓔, acceptation"); wordList.add ("flou 1 terne 2 terne, désagréable, terne, faible"); wordList.add ("Malgré 1-malgré 1-3 Stunning ... Oui, 儘 kan ... wordList.add ("nuance 1 nuance 1 mot sentiment (discrimination subtile)"); wordList.add ("nouveau 1 nouveau 1 nouveau (cible)"); wordList.add ("Nyushu 1 Get 0,1 Get, Get"); wordList.add ("Nyusho 1 gagnant 0 gagnant, gagnant"); wordList.add ("Nyuyo 1 salle de bain 0 salle de bain"); wordList.add ("Nyo 1 urine 1 urine, pisse"); wordList.add ("Ninshiki 1 reconnaissance 0 reconnaissance"); wordList.add ("Ninjo 1 Humanity 1 Humanity"); wordList.add ("Ninshin 1 Grossesse 0 懷 孕"); wordList.add ("Nimmu 1 mission 1 travail"); wordList.add ("Ninmei 1 Rendez-vous 0 Rendez-vous"); wordList.add ("Nukasu 1 Omission 0 Fuite, saut"); wordList.add ("Sortez 1 Sortez 3 Apprivoiser, 蓺 脫"); wordList.add ("Nushi 1 Master 1 Master"); wordList.add ("Nusumi 1 Steal 3 偷盜, 盜竊"); wordList.add ("Numa 1 Numa 2 Iketan, Numazawa"); wordList.add ("ne 1 son 0 voix"); wordList.add ("Neiro 1 ton 0 ton"); wordList.add ("Neuchi 1 valeur 0 估 價, 弹 價"); wordList.add ("Négatif 1 pièce inférieure négative 1, pièce négative"); wordList.add ("Laisse-moi dormir 1 Laisse-moi me coucher 0 Sous le messager, messager"); wordList.add ("Tour de vis 1 Tour de spirale 3 Tour de vis"); wordList.add ("Twisting 1 Twisting 3 chansons, courbes"); wordList.add ("Envy 1 Envy 2 Envy, Eye Red"); wordList.add ("Begging 1 Extorting 0,2 Deadly White Land Request"); wordList.add ("Netsuki 1 Enthusiasm 1 Enthusiasm, Passion"); wordList.add ("Net 1 eau chaude 0 eau chaude"); wordList.add ("Netsuryo 1 calorie 2 calorie"); wordList.add ("collant 1 collant 3 collant, viscosité"); wordList.add ("collant 1 collant 2 collant"); wordList.add ("Nemawashi 1 Rooting 2 Osamu, 做 Pré-travail"); wordList.add ("Neru 1 Kneading 1 Training, Training"); wordList.add ("Nen 1 an 1 mind, mind"); wordList.add ("Nenga 1er Nouvel An, 1ère Année, Mon Année"); wordList.add ("Annuaire Nenkan 1 0 Annuaire"); wordList.add ("Nengan 1 Wish 0,3 Wish, Wish"); wordList.add ("Nengo 1ère année numéro 3ème année 號"); wordList.add ("Nensho 1 Burn 0 Burn"); wordList.add ("Nencho 1ère année 0 ans à l'université"); wordList.add ("Nenryo 1 Fuel 3 Fuel"); wordList.add ("Nenrin 1ère année 0ème année"); wordList.add ("Neurose 1 Neurose German 3 Debilitation"); wordList.add ("No 1 Brain 1 腦"); wordList.add ("Nokou 1 Agriculture 0 Culture, Taneda"); wordList.add ("Nojo 1 Farm 0 Farm"); wordList.add ("1 terre agricole 1 champ agricole"); wordList.add ("Nounyu 1 Delivery 0"); wordList.add ("Erreur 1 manquante 2 manquante, fuite"); wordList.add ("Quitter 1 Escape 3 Escape"); wordList.add ("Kinami 1 maison 0 ville, 每 葉"); wordList.add ("souhaitable 1 souhaitable 4 délicieux"); wordList.add ("Nozomi 1 Face à 0 Face"); wordList.add ("Take 1 Takeover 3 Capture, Take"); wordList.add ("Nodoka 1 Nagaka 1 Yuka, Ningsei"); wordList.add ("jurer 1 jurer 3 jurer"); wordList.add ("total 1 total 1,2 total, extension"); wordList.add ("Swallow 1 Swallow 0,3 Swallow"); wordList.add ("Get in 1 get in 3 get in"); wordList.add ("est 1 lame 1 épée"); wordList.add ("vaut 1 ~ par faction"); wordList.add ("bar 1 bar 1 liqueur, tige"); wordList.add ("Haku 1 Saisir 0 Saisir"); wordList.add ("Oui 1 Poumon 0 Poumon"); wordList.add ("Oui 1 ~ Perdu, Perdu"); wordList.add ("haiki 1 défausser 1 défausser"); wordList.add ("Haiku 1 distribution 0 distribution"); wordList.add ("Champignon de moisissure Baikin 1 0 Bactérie"); wordList.add ("Haigusha 1 conjoint 3 conjoint"); wordList.add ("Haikei 1 Background 0 Background"); wordList.add ("Haikei 1 Dear Sir 1 Reverence"); wordList.add ("Oui 1 Derrière 1 Derrière"); wordList.add ("Oui 1 Aboli 0 Exclusion"); wordList.add ("Haishaku 1 Emprunter 0 Emprunter"); wordList.add ("Haijo 1 Exclusion 1 Exclusion"); wordList.add ("Baisho 1 Compensation 0 Compensation"); wordList.add ("Oui 1 drain 0 drain"); wordList.add ("Haisen 1 défaite 0 défaite"); wordList.add ("ha 1 1 placement 0,1 placement, placement"); wordList.add ("Oui 1 distribution 0,1 scatter"); wordList.add ("Oui, 1 distribution 0 distribution"); wordList.add ("Haiboku 1 défaite 0 défaite, échec"); wordList.add ("Bairitsu 1 Grossissement 0 Grossissement"); wordList.add ("Hairyo 1 Considération 1 關懷, Référence"); wordList.add ("Entrer 1 ordre 0 du tableau"); wordList.add ("Haeru 1 Shine 2 Teru, 襯 托"); wordList.add ("Hakai 1 Destruction 0 Destruction"); wordList.add ("Progression 1 Progression 3 Progression"); wordList.add ("Fugitif 1 Transitoire 3 Court Temporaire, Insolite, Impossible"); wordList.add ("Stupide 1 Stupide 5 Stupide"); wordList.add ("Mesure 1 Consulter 2 Marchandise"); wordList.add ("Mesure 1 Objectif 2 Stratégie, Stratégie, Stratégie"); wordList.add ("Haki 1 Supprimer 1 Supprimer, Exclure, 撕 毀, Annuler"); wordList.add ("Hagu 1 Peel 1 剝 剝, 剝 剝, 叏 协"); wordList.add ("Hakugai 1 Persecution 0 Persecution, Abuse"); wordList.add ("Hakujaku 1 Faible 0 Faible, Faible, Insatisfait"); wordList.add ("Hakujo 1 White Letter 1 White, Invited"); wordList.add ("Bakuzen 1 vaguement 0 contenant de la colle"); wordList.add ("Bakudan 1 Bomb 0 Explosion, Blast"); wordList.add ("Bakuha 1 Blast 1 Explosion, Explosion"); wordList.add ("Bakuro 1 Exposure 1 Exposure, Exposure, Defeat"); wordList.add ("Sentiment 1 Encouragement 3 Gekijou, Kotobuki, Tsutomu"); wordList.add ("Burning 1 Encouragement 2 Effort, dur labeur, dur labeur"); wordList.add ("Peeling 1 Peeling 2 Peeling, Fading"); wordList.add ("Burning 1 Transforming 2 Transforming, 喬裝"); wordList.add ("haken 1 envoi 0 envoi, envoi"); wordList.add ("Haji 1 Shame 2 Shame, Shame"); wordList.add ("Flick 1 Play 2 彈, Repel"); wordList.add ("pyjama 1 pyjama 1 vêtements de nuit"); wordList.add ("Hajira 1 Shame 3 Harm"); wordList.add ("Hajime 1 Shame 2 Shame, Defeat Name Satoshi"); wordList.add ("Hashi I 1 Bridge 3 Bridge, Bridge"); wordList.add ("bain 1 salle de bain 1 salle de bain"); wordList.add ("Bounce 1 Bounce 0 Jump, 蹦, Counter Jump, Takashi"); wordList.add ("a 1 endommagé 0 endommagé, endommagé"); wordList.add ("hit 1 hit 2 temps, beat"); wordList.add ("Hadashi 1 Barefoot 0 Red Foot, Red Foot, Hikari Written"); wordList.add ("Hatasu 1 Fulfill 2 Completed, Realization"); wordList.add ("miel 1 miel 0 miel"); wordList.add ("Pachinko 1 pachinko japonais 0 Kashiwa Seiho, Koyaju"); wordList.add ("Batsu 1 Punishment 1 Punishment, Punishment"); wordList.add ("Hatsuiku 1 Growth 0 Development, Growth"); wordList.add ("Hatsuga 1 germination 0 germination, germination"); wordList.add ("Hatsugen 1 Remarque 0 Remarque"); wordList.add ("Bad 1 badge 0,1 emblème"); wordList.add ("Hassei 1 Occurrence 0 Occurrence, Apparence"); wordList.add ("Batterie 1 batterie 0,1 batterie de stockage"); wordList.add ("Bat 1 bat 1 Ball"); wordList.add ("Hatsubyo 1 apparition 0 maladie rentable"); wordList.add ("Hatsumi 1 première oreille 0 première arrivée"); wordList.add ("Déteste 1 résultat 2 Après tout, le bord"); wordList.add ("Hateru 1 End 2 Completed, Completed, Completed"); wordList.add ("Bateru 1 Bateru 2 Extrêmement épuisé"); wordList.add ("Voiture de patrouille 1 voiture de patrouille 2,3 voiture de police"); wordList.add ("Hanahada 1 Jinda 0 Very"); wordList.add ("Hanabana 1 brillant 5 brillant"); wordList.add ("Hanabira 1 pétale 0,3,4 fleur gourde"); wordList.add ("Hanaka 1 Gorgeous 2 Gorgeous, 赫 赫"); wordList.add ("Habamu 1 Block 2 Block, Block"); wordList.add ("Hama 1 Hama 2 Kaihama, Sanada"); wordList.add ("Hamabe 1 Beach 3 Kaihama"); wordList.add ("Fit 1 fit 0 kiss, sneak in"); wordList.add ("Hayasu 1 Grow 2 Retain, Envoy ... Grow"); wordList.add ("Stop 1 Fast 3 Accelerate"); wordList.add ("Haradatsu 1 Annoyed 3 Iki"); wordList.add ("Harappa 1 Harappa 1 Open space"); wordList.add ("Harara 1 Harara 1 Drop, Emergency Heart"); wordList.add ("Sprinkle 1 Sprinkle 3 Sprinkle, Sprinkle"); wordList.add ("autocollant Harigami 1 autocollant 0"); wordList.add ("Haruka 1 Haruka 1 Haruka"); wordList.add ("Haretsu 1 burst 0 burst"); wordList.add ("gonflement 1 gonflement 0 gonflement"); wordList.add ("sceau Han 1 taille 1, tampon"); wordList.add ("Han 1st Edition 1st Edition Next, Woodblock"); wordList.add ("Collection Han 1 Groupe 1, Groupe"); wordList.add ("Hanei 1 Prospérité 0 Prospérité, Prospérité"); wordList.add ("Hanga 1 impression 0 impression, sculpture sur bois"); wordList.add ("Cintre 1 cintre 1 étendoir"); wordList.add ("Hankan 1 Antipathy 0 Antipathy"); wordList.add ("Hankyo 1 Reverberation 0 Reverberation, Rounding"); wordList.add ("Punk 1 puncture / punk 0/1 Bomb / Afei"); wordList.add ("Hangeki 1 Counterattack 0 Counterattack"); wordList.add ("Hanketsu 1 Jugement 0 Jugement"); wordList.add ("Hansha 1 Reflection 0 Reflection"); wordList.add ("Hanjo 1 Prospérité 1 Prospérité Masamori"); wordList.add ("Hanshoku 1 Propagation 0 Propagation"); wordList.add ("Hante 1 Jugement 0 Jugement"); wordList.add ("Bannin 10 000 personnes 0,3 Manjin, Shinto"); wordList.add ("Bannen 1 Late Year 0 New Year, End of Year"); wordList.add ("réaction Hanno 1 réaction 0"); wordList.add ("Banno 1 Universal 0 Mannable, Tout-puissant"); wordList.add ("Hampa 1 impaire 0 tête zéro, incomplet"); wordList.add ("Hanpatsu 1 Répulsion 0 Exclusion, Non-Réception"); wordList.add ("Hanran 1 Rebellion 0 Rebellion, Rebellion"); wordList.add ("Hanran 1 Flood 0 Flood"); wordList.add ("Hi 1 monument 0 monument en pierre"); wordList.add ("Hi 1 Damaged, Moved (Actual Expression Kanji)"); wordList.add ("bi 1 beauté 1 beauté, beauté"); wordList.add ("Par extension, 1 puis 1,3"); wordList.add ("Hikae Shitsu 1 Salle d'attente 3 Salle météorologique, Salle de repos"); wordList.add ("Hide 1 Refrain 2,3 Wait, Restraint"); wordList.add ("Hikage 1 * 2 Shade 0 Yin Ryo region"); wordList.add ("Hikan 1 Pessimisme 0 Tristesse"); wordList.add ("Pull up 1 Pull up 4 Suspension, Lift, Return"); wordList.add ("Tirant 1 dirigé par 3 territoires, territoire"); wordList.add ("Cause 1 Cause 4 Raise, Raise"); wordList.add ("Réduire 1 Réduire 4 Réduire, après utilisation"); wordList.add ("Faites glisser 1 Faites glisser 0 拖, Plus fort 拖"); wordList.add ("Take 1 Take 3 Exit, Take"); wordList.add ("Hiketsu 1 Rejet 0 Rejet"); wordList.add ("Hiko 1 délinquance 0 activité frauduleuse"); wordList.add ("Higoro 1 jour 0 normal"); wordList.add ("Long 1 Long 3 Long"); wordList.add ("Hisan 1 misery 0 misery"); wordList.add ("Business 1 business 1 Cheeky, Commercial, Business"); wordList.add ("10% de gravité spécifique 0 proportionnelle"); wordList.add ("Bijutsu 1 Art 1 Art"); wordList.add ("Hisho 1 Secretary 1,2 Secretary"); wordList.add ("Bisho 1 Smile 0 Smile"); wordList.add ("Distorted 1 Distorted 0,2 變 en forme"); wordList.add ("secrètement 1 secret ou 1,2 dans le noir"); wordList.add ("1 soak 0,2 soak"); wordList.add ("1 sincèrement 1 simple tube 0 fidélité"); wordList.add ("Hidari Kiki 1 Gaucher 0 Gaucher"); wordList.add ("Scratch 1 Scratch 3 搔抓"); wordList.add ("Hiss 1 Required 0 Required"); wordList.add ("Soaked 1 Soaked 3"); wordList.add ("Hitsuzen 1 inévitable 0 inévitable"); wordList.add ("Hikiki 1 Equivalent 0 Comparé à"); wordList.add ("Hitoiki 1 Breath 2 Bite Ki"); wordList.add ("Hitokage 1 personne 0 personne"); wordList.add ("Hitogara 1 personnalité 0 personnalité"); wordList.add ("Hitoke 1 Popular 0 Human Breath"); wordList.add ("Hidokoro 1 Ichiko 2 Mae Minahiko"); wordList.add ("Hitojichi 1 otage 0 otage"); wordList.add ("Une ligne 1 Une ligne 2 Un coeur unique"); wordList.add ("1ère personne 0 yeux"); wordList.add ("Horaire terrible 1 jour 0"); wordList.add ("Hina 1 Hina 1 Hinatori"); wordList.add ("Hinata 1 Hinata 0 Mukaiyo"); wordList.add ("Hina Matsuri 1 Hina Matsuri 3 Women's Festival, Momoka Festival"); wordList.add ("Hinan 1 blâme 1 blâme"); wordList.add ("Hinan 1 Evacuation 1 Evacuation"); wordList.add ("Hinomaru Hinomaru 0 Forme de Soleil, Drapeau National Japonais"); wordList.add ("Hibana 1 Spark 1 Mars, Spark"); wordList.add ("Crack 1 皹" Kabeno ~ "2 Frozen"); wordList.add ("Himei 1 Scream 0 Scream, Scream"); wordList.add ("Hiyasu 1 Chill 3 Chill, ridicule"); wordList.add ("Hiyake 1 Sunburn 0 曬 黑, 曬 雬"); wordList.add ("Hyo 1 vote 0 lieu de vote utilisé tension de papier"); wordList.add ("Hyogo 1 syllabaire 0 syllabaire"); wordList.add ("Byosha 1 Depiction 0 Draw"); wordList.add ("Peut-être 1 Peut-être 0,1 Sans scrupules, Soudainement Manichi ..."); wordList.add ("Bira 1 Bira 0 Hiroshi, 傳 單"); wordList.add ("Open 1 Flat 0,3 Non-concave, Non-convex, Flat"); wordList.add ("Biri 1 Biri 1 le plus bas (personne)"); wordList.add ("rapport Hiritsu 1 rapport 0"); wordList.add ("Hiryo 1 engrais 1 engrais"); wordList.add ("Biryo 1 Trace 0 Montant minimal"); wordList.add ("Hirumeshi 1 Déjeuner 0 Déjeuner"); wordList.add ("Hirei 1 proportionnel 0 proportionnel"); wordList.add ("Hiro 1 Fatigue 0 Épuisement"); wordList.add ("Hiro 1 * 0 Show 1 Show, Proclamation, Table"); wordList.add ("Hiromaru 1 Spread 0,3 變 寬 寬 hiro"); wordList.add ("Binkan 1 Sensitive 0 Sensitive"); wordList.add ("Hinketsu 1 * 0 Anémie 0 Anémie"); wordList.add ("Hinkon 1 Poverty 0 Poverty, Poverty, Poverty"); wordList.add ("Hinshitsu 1 Quality 0 Goods 價值"); wordList.add ("Hinjaku 1 Poor 0 Poor and Weak"); wordList.add ("Hinshu 1 Variety 0 Item Kind"); wordList.add ("Indice 1 indice 1 啟 發, présentation"); wordList.add ("Fréquemment 1 Fréquent 0 Toujours, en temps opportun"); wordList.add ("Binbo 1 Pauvreté 1 Pauvreté, Pauvreté, Difficile à vivre"); wordList.add ("Combattez 1 combat 0,1 épéiste, épéiste, épéiste"); wordList.add ("Fichier 1 Fichier 1 Matériel"); wordList.add ("Fan 1 fan 1 Stray, passionné, fan de vent, ventilateur de remplacement"); wordList.add ("Fui 1 Soudainement 0 Soudainement, Aucune idée"); wordList.add ("filtre 1 filtre 0,1 filtre miroir, surfiltre (bar) (récipient)"); wordList.add ("Fu 1 Seal 1 Seal, Seal"); wordList.add ("Fusa 1 Block 0 Block, Freeze"); wordList.add ("Fusha 1 Windmill 0,1 Windmill"); wordList.add ("Fushu 1 Customs 0 Customs"); wordList.add ("Fuzoku 1 Customs 1 Daily life"); wordList.add ("bottes 1 bottes 1 chaussures"); wordList.add ("Fudo 1 Climate 1 Land-like state"); wordList.add ("tendance boom 1 boom 1, tendance"); wordList.add ("Ferry 1 ferry boat 1 wheel, simple ferry boat"); wordList.add ("Form 1 form 1 format, form, 樣子"); wordList.add ("Buka 1 subordonné 1 subordonné, subordonné"); wordList.add ("Fukatsu 1 Indispensable 2 Required, Impossible"); wordList.add ("Bukabuka 1 Bukabuka 0,1 Excessive Swordsman"); wordList.add ("Fukameru 1 Deepen 3 Thinking Depth"); wordList.add ("Fukitsu 1 Ominous 0 Ominous Elephant"); wordList.add ("Fukyou 1 Depression 0 Kageki Unfavorable"); wordList.add ("Essuyez 1 chiffon 2 chiffon pour frotter"); wordList.add ("Fuku 1 Fuku 2 Bonne chance, Fuku Ki"); wordList.add ("Fukugo 1 composé 0 composé, composition"); wordList.add ("Fukushi 1 Welfare 0.2 Compound Interest"); wordList.add ("Fukumen 1 Mask 0 Shield, Anonymous"); wordList.add ("gonflement 1 gonflement 0 gonflement, gonflement"); wordList.add ("Fukeiki 1 Depression 2 Unseen Ki"); wordList.add ("Indulge 1 Aged 2 Aged 2"); wordList.add ("Indulge 1 Indulge 2 Lost, Enthusiastic"); wordList.add ("Fugo 1 Millionaire 0 Millionaire"); wordList.add ("Fukoku 1 Declaration 0 Declaration"); wordList.add ("Buzzer 1 buzzer 1 sonnerie d'abeille"); wordList.add ("blocage de 1 dette 0 dette"); wordList.add ("Drôle 1 Absence 0 Absence (Domicile)"); wordList.add ("convenable 1 convenable 4 convenable"); wordList.add ("Fujun 1 irrégulier 0 anormal"); wordList.add ("Fusho 1 Blessé 0 Blessé"); wordList.add ("Bujoku 1 Insulte 0 Insulte"); wordList.add ("Fushin 1 slump 0 désagréable"); wordList.add ("Fushin 1 suspect 0 suspicion"); wordList.add ("Buso 1 Armé 0 Armé"); wordList.add ("Fuda 1 bill 0 ticket de porte"); wordList.add ("Fucho 1 dysfonctionnement 0 profit irrégulier"); wordList.add ("Fukatsu 1 resurrection 0 recovery"); wordList.add ("Méthode Buttsu 1 Controverse 1 Manly"); wordList.add ("Fukukyu 1 Restauration 0 恢 Récupération 狀"); wordList.add ("Fukkou 1 Reconstruction 0 Reconstruction"); wordList.add ("Le bus 1 fournit 1 alimentations"); wordList.add ("Butsuzo 1 Statue de Bouddha 0 Statue de Bouddha"); wordList.add ("Mais 1 objet 0 objet"); wordList.add ("Futto 1 bouillant 0 bouillant"); wordList.add ("Futo 1 injuste 0 injuste"); wordList.add ("Fudosan 1 Real Estate 2 Immovable"); wordList.add ("Bunan 1 safe 0,1 peace safe"); wordList.add ("Funin 1 affectation 0 supérieur"); wordList.add ("Fuhai 1 Corruption 0 Corruption"); wordList.add ("Fuhyo 1 critique impopulaire 0 critique défavorable"); wordList.add ("Fufuku 1 Insatisfaction 0 Insatisfaction"); wordList.add ("Fuhen 1 Universel 0 Normal, Symbiotique, Populaire"); wordList.add ("Basique 1 Basé sur quelques étapes, 踩"); wordList.add ("Fumikomu 1 étape sur 3"); wordList.add ("Fumei 1 Inconnu 0 Sale, Inconnu"); wordList.add ("Bumon 1 département 1 département"); wordList.add ("Fuyo 1 Dependent 0 Dependent"); wordList.add ("Furafura 1 Furafura 1 蹓 蹓, Akira Akira Yuu, Stray glue, Grace 豫 豫"); wordList.add ("Dangling 1 Dangling 1 Akira, 莦 躂, 薒 躒"); wordList.add ("prétendre 1 swing 0,2 posture, humour, volatilité"); wordList.add ("Regarder en arrière 1 Regarder 3 fois en arrière, regarder en arrière"); wordList.add ("Furidashi 1 Draw 0 Draw"); wordList.add ("Furyo 1 Bad 0 (Quality) Bad, (Quality) Pot"); wordList.add ("Voler 1 flottabilité 1 flottabilité"); wordList.add ("Buryoku 1 Armed Force 1 Armed Force"); wordList.add ("bleu 1 bleu 2 bleu, mélancolie"); wordList.add ("Shake 1 Shake 0 Shake, Shake"); wordList.add ("Burei 1 Rude 1 Ryosei"); wordList.add ("Annexe Furoku 1 Annexe 0"); wordList.add ("front 1 front 0 front, table de service"); wordList.add ("Fungai 1 ressentiment 0 ressentiment, ressentiment"); wordList.add ("Bunkazai 1 Biens culturels 3 Reliques culturelles, vestiges culturels"); wordList.add ("Bungyo 1 division 0 division"); wordList.add ("Bungo 1 littéraire 0 mot écrit"); wordList.add ("Bunsan 1 distribution 0 distribution, diffusion"); wordList.add ("Bunshi 1 molécule 1 molécule"); wordList.add ("Funshi 1 Lost 0 Lost, Lost, Lost"); wordList.add ("Funshutsu 1 bec 0 bec, bec"); wordList.add ("Bunsho 1 document 1 document, texte officiel, texte"); wordList.add ("Funso 1 Conflict 0 Conflict, End"); wordList.add ("Abundant 1 Beaucoup 0,1 Beaucoup, grande quantité"); wordList.add ("Buntan 1 part 0 minute"); wordList.add ("Funto 1 Struggle 0 Struggle, Struggle"); wordList.add ("Bumpai 1 distribution 0 distribution"); wordList.add ("Bumbo 1 dénominateur 1 dénominateur"); wordList.add ("Funmatsu 1 Powder 0 Powder"); wordList.add ("Bunri 1 Separation 0 Separation"); wordList.add ("Bunretsu 1 split 0 split, déhiscence"); wordList.add ("paire 1 paire 1 un 對"); wordList.add ("Go 1 Weapon 1 Weapon, Weapon"); wordList.add ("Aller 1 parallèle 0 parallèle, translation"); wordList.add ("Hey, allons-y 1 Closed 0" wordList.add ("Heisa 1 Closed 0 Closed, Closed"); wordList.add ("Heishi 1 Soldier 1 Soldat, Guerrier"); wordList.add ("Heijo 1 Normal 0 Normal, Normal"); wordList.add ("Hey 1 carré 0 carré"); wordList.add ("Heretsu 1 Parallel 0 Parallel Exclusion, Parallel"); wordList.add ("base 1 base 0,1 jar, base"); wordList.add ("Heki-eki 1 Frustration 0 Awe, Regression"); wordList.add ("Pekopeko 1 Pekopeko 0/1 Hunger, Sky / Blackhead, Adorable"); wordList.add ("meilleur 1 meilleur / veste 1 meilleur / coeur arrière"); wordList.add ("best-seller 1 best-seller 4 épée livre"); wordList.add ("Heading 1 Separation 3 Phase Separation, Separation"); wordList.add ("Bekkyo 1 * 0 Séparé 0 minute"); wordList.add ("bord 1 bord 2 邊 緣"); wordList.add ("Humble 1 Humility 0,4 Humility, Humility"); wordList.add ("Hell 1 Pass 1 Pass, Pass"); wordList.add ("Benkai 1 Excuse 0 辨 辦 辦 mei"); wordList.add ("Henkaku 1 Transformation 0 Reform, Leather"); wordList.add ("Henkan 1 Return 0 Return"); wordList.add ("Bengi 1 Convenience 1 Convenience, Minoru"); wordList.add ("Henkyaku 1 * 0 Return 0 Return, Return"); wordList.add ("Henken 1 biais 0 biais, biais"); wordList.add ("Bengo 1 Defense 1 Confidence"); wordList.add ("Hensai 1 remboursement 0 remboursement, remboursement"); wordList.add ("Bensho 1 Compensation 0 Compensation"); wordList.add ("Hensen 1 Transition 0 Transition"); wordList.add ("Hentai 1 réponse 0,3 réponse"); wordList.add ("Mouvement Hend 1 Fluctuation 0, Modification"); wordList.add ("Benron 1 Oral 0 Houron"); wordList.add ("ho 1 ear 1 穗, tip"); wordList.add ("Hoiku 1 Childcare 0,1 Childcare"); wordList.add ("Boycottez 1 boycott 3 Conflit syndical"); wordList.add ("Point 1 point 0 (lourd) 點"); wordList.add ("Hoan 1 Bill 0 Bill Draft, Bill"); wordList.add ("Bouei 1 Défense 0 Défense, Garde"); wordList.add ("Boka 1 Ignifuge 0 Ignifuge"); wordList.add ("Hokai 1 Réduire 0 Réduire"); wordList.add ("Brûler 1 Interférence 0 Interférence, Prévention"); wordList.add ("Hogaku 1 Law 1 Law, Law"); wordList.add ("Balai 1 Abandonné 1 Abandonné"); wordList.add ("Hoken 1 feud 0 feud"); wordList.add ("Hosaku 1 policy 0 policy"); wordList.add ("Hosaku 1 Hosaku 0 Hosaku 0"); wordList.add ("Hoshi 1 Service 0,1 Service, Efficacy"); wordList.add ("Méthode Hoshiki 1 méthode 0, manuel"); wordList.add ("Hosha 1 Radiation 0 Radiation"); wordList.add («Radioactivité Hoshano 1 Radioactivité 3»); wordList.add ("Hoshu 1 Reward 0 Reward, Construction Fund"); wordList.add ("Hoshutsu 1 release 0 release, release, théorie"); wordList.add ("Hojiru ‧ Zuru 1 Report ‧ Report 0,3 Report, Report"); wordList.add ("Bouseki 1 Spinning 0 Spinning"); wordList.add ("Bozen 1 Stunned, Stunned 0 Stunned, Stunned"); wordList.add ("Hochi 1 négligé 0,1 négligé, négligé"); wordList.add ("Bouchi 1 Expansion 0 Expansion, Expansion, Augmentation"); wordList.add ("Hote 1 Court 0 Court Garden"); wordList.add ("Comment 1 Signaler 0 Guidance"); wordList.add ("Bouto 1 Début 0 Début, Ouverture"); wordList.add ("Budo 1 Rebellion 0 Rebellion"); wordList.add ("Récompense 1 Récompense 0 獎 勵, 獎 bien"); wordList.add ("Bofu 1 Storm 3 Storm"); wordList.add ("Homuru 1 enterrement 3 enterrement, irrespectueux"); wordList.add ("Lancer en 1 lancer en 4 lancer, lancer"); wordList.add ("Shooting 1 Throw out 4 扔 Départ, Ouverture, Excavation"); wordList.add ("Bourry 1 Violence 1 Forces Armées, Violence"); wordList.add ("Howa 1 Saturation 0 Saturation"); wordList.add ("horse 1 hoos Dutch 1 soft tube"); wordList.add ("pose 1 pose / pause 1 pose, pause"); wordList.add ("Hall 1 hall / trou 1 Ohiro, lieu de rencontre / trou, trou"); wordList.add ("Hoon 1 Isolation 0 Isolation"); wordList.add ("Autre 1 capture 0 capture"); wordList.add ("Autre 1 stockage 0 stockage"); wordList.add ("Hokyu 1 Réapprovisionnement 0 Réapprovisionnement, Service"); wordList.add ("Hokyo 1 Renforcement 0 Renforcement, Renforcement, Renforcement"); wordList.add ("Bokin 1 Donation 0 Don"); wordList.add ("My 1 Rev. 0,1 Rev."); wordList.add ("Hogei 1 baleine 0 supplément baleine"); wordList.add ("Blur 1 Fallen, Stunned / Blurred 2 Stupid / Imitation"); wordList.add ("Hoken 1 Insurance 0 Protection"); wordList.add ("Protection Hogo 1 Protection 1"); wordList.add ("Boko 1 Mother School 1 Mother School"); wordList.add ("Bokoku 1 Homeland 1 Homeland"); wordList.add ("Poussière 1 fier 2 fier, fier, fier"); wordList.add ("Démêler 1 Réduire 4 Réduire la ligne, légèrement ouvert"); wordList.add ("Hoshino ~ 1 séché ~ 0 séché (est et ouest)"); wordList.add ("Position 1 position 2 Position, position (défensive)"); wordList.add ("Hoshino 1 Aliments séchés 2, 3 séchés est et ouest"); wordList.add ("Maintenance Hoshu 1 Maintenance 1"); wordList.add ("Hoju 1 Reconstitution 0 Réapprovisionnement"); wordList.add ("Hojo 1 Auxiliary 1 Auxiliary"); wordList.add ("Garantie Hosho 1 Garantie 0"); wordList.add ("Hosho 1 Compensation 0 Compensation"); wordList.add ("Hosou 1 Pavement 0 Houji"); wordList.add ("Supplément Hosoku 1 0"); wordList.add ("Bochi 1 Graveyard 1 Graveyard"); wordList.add ("Hossa 1 Attack 0 發"); wordList.add ("Bosshu 1 a perdu 0"); wordList.add ("Lentement 1 démarré 0 établi"); wordList.add ("Hot 1 Hot 0 輕 輕 soupirant, distrait"); wordList.add ("pot 1 pot 1 pot (chaud), bouillotte"); wordList.add ("Hoppeta 1 Cheek Peta 3 Gandan"); wordList.add ("Bumpy 1 Bumpy 1 Spotted, proud"); wordList.add ("Botsuraku 1 Fall 0 Fall"); wordList.add ("Unravel 1 Unravel 3 Unravel"); wordList.add ("Strain 1 Apply 3 Enforcement"); wordList.add ("Bank 1 side 0,3 旁 邊, side"); wordList.add ("Boyaku 1 Boyaku 2 嘟嚷"); wordList.add ("Blur 1 Blurred 3 Imitation glue"); wordList.add ("Hoyo 1 Récupération 0 Récupération"); wordList.add ("Horyo 1 Captive 1 Captive"); wordList.add ("Boulon 1 volt / boulon 0,1 / 0 Fushitoku / Bouchon à vis"); wordList.add ("Bonjour 1 périr 0,3 périr"); wordList.add ("Horobu 1 * 0 Détruire 0,2 Détruire, Détruire"); wordList.add ("Horobosu 1 Détruire 0,3 Emissaire ... Détruire"); wordList.add ("Honkaku 1 Authentic 0 Officiel"); wordList.add ("Honkan 1 Main Building 0 Original Building"); wordList.add ("honki 1 sérieux 0 sincérité"); wordList.add ("Hongoku 1 Pays d'origine 1 Pays d'origine"); wordList.add ("vraie 1 essence 0 essence"); wordList.add ("Hontai 1 Body 1 Truth"); wordList.add ("Honnêtement 1 Real 0 True Heart Story"); wordList.add ("vrai 1 instinct 1,3 instinct"); wordList.add ("Honba 1 Authentique 0 Authentique Jinchi"); wordList.add ("Pompe 1 pompe hollandaise 1 泵, 幫 URA, chevaux d'extraction d'eau"); wordList.add ("Honbun 1 Body 1 Body"); wordList.add ("honmyo 1 vrai nom 1 vrai nom"); wordList.add ("marque 1 marque 1 marque, marque"); wordList.add ("Mon ~ 1 moi-même ..."); wordList.add ("Microphone 1 microphone 4 Katsufu"); wordList.add ("Maizou 1 enterré 0 enterré"); wordList.add ("Mau 1 Dance 0 Easy"); wordList.add ("Maue 1 Directly above 3 Front surface"); wordList.add ("Maeuri 1 Advance 0 Deposit"); wordList.add ("Préface 1 Préface 0 Préface"); wordList.add ("Avant 1 Avant 3 Dépôt"); wordList.add ("Faire 1 congé 2 partir"); wordList.add ("Faire 1 défaite 0 défaite"); wordList.add ("Fournir 1 Couverture 3 Maintenir, Fournir"); wordList.add ("Trompeur 1 Trompeur 5 Facile Chaotique"); wordList.add ("Mixte 1 Confus 3 chaos"); wordList.add ("Maku 1 film 2 film mince"); wordList.add ("Magokoro 1 Sincerity 2 Sincerity"); wordList.add ("Magical 1 Faites une erreur 0 Surprise, mesures inconnues"); wordList.add ("Makoto 1 Makoto 0 Makoto"); wordList.add ("Vraiment 1 Vraiment 0"); wordList.add ("Exactement 1 Correct 2 Précis"); wordList.add ("1 victoire, 2 victoires, forte"); wordList.add ("Mieux 1 ~ Augmentation"); wordList.add ("Mixte 1 mixte 3 bondé, Sakuwa"); wordList.add ("était 1 directement en dessous de 3 juste en dessous"); wordList.add ("Allons-y 1 et 1"); wordList.add ("Mixing 1 Crossing 3 Crossing, Crossing, Dating"); wordList.add ("Masui 1 Anesthesia 0 Mao"); wordList.add ("Communication de masse 1 communication de masse 0 Daishinden, Daishinden"); wordList.add ("Aussi une fourche, deux fourchettes, 岔"); wordList.add ("Straddle 1 straddle" sur le cheval "3 straddle"); wordList.add ("Machi-Matching 1 Réunion 0 Equal-Situation"); wordList.add ("Manquant 1 Longtemps attendu 5 Soudainement optimiste"); wordList.add ("Machi nozomi 1 0 ambition tant attendue, attente"); wordList.add ("Machimachi 1 Ward 0,2 Shape Color Color"); wordList.add ("Matsu 1 end 0, 1 end, bottom"); wordList.add ("Maki 1 fin 1 fin"); wordList.add ("massage 1 massage 3 massage"); wordList.add ("Mapputatsu 1 Deux 3 Demi"); wordList.add ("Mato 1 cible 0 cible, objectif"); wordList.add ("Cohesive 1 Collective 0 Concentrated, Unified, Consistent"); wordList.add ("Summary 1 Summary 0 Revenue, Collection"); wordList.add ("Escape 1 Exempt 4 Exempt"); wordList.add ("Maneki 1 Invitation 3 Invitation"); wordList.add ("Clignotement 1 Clignotement 3 Labyrinthe, 轉 Shun"); wordList.add ("Mahi 1 Paralysis 1 Paralysis"); wordList.add ("couvert 1 ~ couvert 沾 滿"); wordList.add ("sourcils 1 sourcils 1 sourcils"); wordList.add ("Mari 1 boule 2 boule"); wordList.add ("entier 1 entier 0 complet"); wordList.add ("Clairement 1 Environ 5 du tout"); wordList.add ("Marumaru 1 Verbe Marumaru / Adjoint 0/3 蜷 air, 變 圓 / Complet, 胖 嘟嘟"); wordList.add ("Round 1 Round 0 Flirt"); wordList.add ("Mangetsu 1 Pleine Lune 1 Pleine Lune"); wordList.add ("Manjo 1 Full 0 All"); wordList.add ("Mansei 1 * 0 Chronique 0 Chronique"); wordList.add ("Manmae 1 droit devant 3 droit devant"); wordList.add ("Round 1 Round, Round 0,4 圓 圓-like"); wordList.add ("Mi 1 ~ Goût"); wordList.add ("Miai 1 Matchmaking 0 Companion"); wordList.add ("Match 1 Mate 0,4 Vue mutuelle"); wordList.add ("Miotosu 1 néglige 0,3"); wordList.add ("Mikai 1 non ouvert 0 non ouvert"); wordList.add ("Mikaku 1 Taste 0 Taste"); wordList.add ("Je vois 1 Je vois 0,3 Je néglige"); wordList.add ("Miki 1 tronc 1 tronc d'arbre"); wordList.add ("Miguru 1 disgracieux 4 difficile à voir"); wordList.add ("Mikomi 1 Probabilité 0 Espoir, Dépôt"); wordList.add ("Mikon 1 célibataire 0 célibataire"); wordList.add ("Mijuku 1 immature 0,1 immature"); wordList.add ("Mijin 1 Fine Dust 0 Fine"); wordList.add ("Miss 1 Miss 1 Small 姐"); wordList.add ("Mizuki 1 Moisture 0 Moisture"); wordList.add ("Erreur d'impression 1 erreur d'impression 4 illusion, erreur d'impression"); wordList.add ("Shabby 1 serré 0,5 brèche"); wordList.add ("Mme 1 Mme 1 Taita, Mme"); wordList.add ("Montrer 1 Montrer 5 炫燿"); wordList.add ("Afficher 1 Afficher 3,4 Regarder"); wordList.add ("rainure 1 rainure 0 rainure d'eau"); wordList.add ("Mitasu 1 Satisfy 2 裝 滿"); wordList.add ("Midare 1 Disturbance 3 Strikes"); wordList.add ("Manquant 1 Disturbed 3 雜 亂"); wordList.add ("Michi 1 Inconnu 1 Inconnu"); wordList.add ("Mijika 1 filet 0 familier, fermer"); wordList.add ("Michibata 1 * 0 Roadside 0 Roadside, Roadside"); wordList.add ("Michibiku 1 Lead 3 Lead"); wordList.add ("Misshu 1 Dense 0 Dense"); wordList.add ("Missetsu 1 Fermer 0 Fermer"); wordList.add ("Mitsudo 1 Density 1 Density"); wordList.add ("Je vais 1 estimation 0 total"); wordList.add ("Recherche 1 indécis 0 indécis"); wordList.add ("Mitooshi 1 Outlook 0 Dépôt"); wordList.add ("Considérer 1 pour considérer 0,2 approbation"); wordList.add ("Minamoto 1 source 0 source d'eau, origine"); wordList.add ("Imitation 1 Apprenti 0 Apprenti"); wordList.add ("Minari 1 Body 1 Strike"); wordList.add ("Mine 1 peak 0,2 mountain peak"); wordList.add ("Minoue 1 Personal 4 circonstances"); wordList.add ("Minogasu 1 Miss 0 Missing"); wordList.add ("Mino autour de 1 autour de 0 autour"); wordList.add ("Mihakarau 1 Estimation 0 估 total, Considération"); wordList.add ("Miharashi 1 Vue 0 Vue"); wordList.add ("Miburi 1 Gesture 0,1 Apparence"); wordList.add ("Myaku 1 pouls 2 vaisseau sanguin, veine, espoir"); wordList.add ("Musique 1 musique 1 son"); wordList.add ("Miren 1 non qualifié 1 non fiable"); wordList.add ("Miwatasu 1 surplombe la vue 0,3"); wordList.add ("Minshuku 1 Guest House 0 Guest House, Home Travel Shop"); wordList.add ("Minzoku 1 Folk 1 Folk"); wordList.add ("Minzoku 1 race 1 race"); wordList.add ("Muimi 1 sans signification 2 sans signification"); wordList.add ("Humeur 1 humeur 1 Vent, tendance"); wordList.add ("Mukuchi 1 Silent 1 Unloved Myth"); wordList.add ("Muko 1 fils 1 fils"); wordList.add ("Plus de 1 invalide 0 inefficace"); wordList.add ("Mugon 1 Silent 0 Silent, Silent Story"); wordList.add ("Mujaki 1 Innocent 1 Pensée Jun, Childish"); wordList.add ("Mushiru 1 Masu 0 拔, 撕, 揪"); wordList.add ("Musubi 1 Yui 0 Tension, Unité, Ii 團"); wordList.add ("Conclusion 1 Tie 0 聯繫, Join, Engagement"); wordList.add ("Musubi Tsuku 1 Connect 4 Affiliate, Formed Ichika"); wordList.add ("Conclude 1 Connect 5 Join"); wordList.add ("Musen 1 sans fil 0 sans fil électrique, sans fil"); wordList.add ("Déchets 1 Déchets 3 Déchets"); wordList.add ("Unauthorized 1 Unauthorized 1 Self, Self"); wordList.add ("Muchi 1 ignorance 1 ignorance, ignorance"); wordList.add ("Mucha 1 Unreasonable 1 Unreasonable, Hu, 亂 來"); wordList.add ("Beaucoup foiré 1 Déraisonnable 0 Déraisonnable, 亂 78 糟, Excès"); wordList.add ("vide 1 vide, vide 3 vide 虛, absurde"); wordList.add ("Munen 1 Remorse 1 Unrequited No Kakeru, Repentance"); wordList.add ("Muno 1 Incompétence 0 Incompétence, Incompétence"); wordList.add ("Inutilement 1 Darkness 1 Hua, Excessive"); wordList.add ("Muyo 1 inutile 0,1 use 處, 沒 處, 沒 need"); wordList.add ("Mura 1 spot 0 irrégularité, irrégularité"); wordList.add ("Muragaru 1 Flock 3 Crowd"); wordList.add ("Bien sûr 1 bien sûr 0 inutile, absurde"); wordList.add ("Mei-san 1 spécialité 0 nom"); wordList.add ("Meisho 1 Nom 0 Akira"); wordList.add ("Mechu 1 hit 0 hit"); wordList.add ("Meihaku 1 Evident 0 Evident"); wordList.add ("Meibo 1 liste 0 maîtres"); wordList.add ("Nom Meiyo 1 Honor 1"); wordList.add ("Meiryo 1 Clarté 0 Clarté"); wordList.add ("Meiro 1 Meiro 0 Meiro"); wordList.add ("fabricant 1 fabricant 0,1 fabricant"); wordList.add ("Mekata 1st 0 Weight"); wordList.add ("Megumi 1 Grace 0 Grace"); wordList.add ("Megum 1 Blessing 2 Giving"); wordList.add ("Turn 1 Turn 0 Koshita, Translate"); wordList.add ("Remarkable 1 Remarkable 4 Surprise"); wordList.add ("Awakening 1 Awakening 3 Awakening"); wordList.add ("Mesu 1 Call 1 Call"); wordList.add ("femme 1 femme 2 femme"); wordList.add ("Metsuki 1 Eyed 1 Eye God"); wordList.add ("Message 1 message 1 Information, communication"); wordList.add ("Metsubo 1 extinction 0 extinction"); wordList.add ("média 1 média 1 média"); wordList.add ("prospect 1 but 1 trou d'aiguille"); wordList.add ("Memori 1 échelle 3 fois, en cochant"); wordList.add ("mélodie 1 mélodie 1 mélodie"); wordList.add ("Menkai 1 Visite 0 Rechercher"); wordList.add ("exemption Menjo 1 exemption 1"); wordList.add ("Mensu 1 face 3 face"); wordList.add ("Menboku / Menmoku 1ère face 0ème face, nom"); wordList.add ("également 1 * 0 deuil 0 deuil"); wordList.add ("Un autre 1 ~ Net Net"); wordList.add ("Faire 1 Faire 3 Dépôt"); wordList.add ("Déjà heureux 1 offre 0,5 proposition"); wordList.add ("Moshikomi 1 application 0 nom du rapport, application"); wordList.add ("Déjà 1 offre 0 application"); wordList.add ("Déjà 1 offre 0 instruction"); wordList.add ("Déjà 1 parfait 3 缺 點"); wordList.add ("Mouten 1 Blind spot 1 Blind spot"); wordList.add ("Moretsu 1 Furious 0 Furious"); wordList.add ("Motel 1 motel 1 Ryokan Ryokan, Train Ryokan"); wordList.add ("Struggle 1 Struggle 2 Movement"); wordList.add ("Mokuroku 1 Catalogue 0 Table des matières"); wordList.add ("Plan Mokuromi 1 Plan 0,4"); wordList.add ("Mokei 1 modèle 0 modèle, modèle"); wordList.add ("Mosaku 1 Recherche 0 Recherche"); wordList.add ("Peut-être 1 Ryoka, Manichi plus jeune"); wordList.add ("ou 1 ou 0 ou quelqu'un"); wordList.add ("Apportez 1 apportez 0,3 帶 來"); wordList.add ("Mochikiri 1 Hold-out 0 Théorie Un Cas"); wordList.add ("Mokka 1 actuellement 1"); wordList.add ("avec 1 pour 1"); wordList.add ("Exclusivement 1 Exclusif 0,1 專 MON"); wordList.add ("Hospitality 1 Have 0,3 Waiting"); wordList.add ("Vous pouvez avoir 1 Vous pouvez avoir 2 Acceptation, parfum, Noh"); wordList.add ("moniteur 1 moniteur 0,1 indicateur, moniteur"); wordList.add ("Mono 1 ~ Mono 2 Est et Ouest"); wordList.add ("Monozuki 1 Favorite 2 Curious"); wordList.add ("Pas assez 1 Pas assez 0,5 Pas assez"); wordList.add ("Plus de 1 1 déjà"); wordList.add ("modèle Mohan 1 modèle 0"); wordList.add ("Moho 1 imitation 0 imitation"); wordList.add ("Momeru 1 Frottant 0 戭 舭"); wordList.add ("Moyoosu 1 hôte 0,3 étreinte, 擧 蓧"); wordList.add ("Leak 1 Leak 2 Leak, Leak"); wordList.add ("Rise 1 Rise 4 Rise"); wordList.add ("Mole 1 Leak 2 Leak, Transparent"); wordList.add ("Leak 1 Leak 2 Leak, Leak, Lost"); wordList.add ("Fragile 1 Everything 1 Thorough Ground"); wordList.add ("Fragile 1 Fragile 2 Facile"); wordList.add ("et 1 flèche 1 saumon"); wordList.add ("Bientôt 1 banlieue extérieure 0,1"); wordList.add ("Yaku 1 ~ médecine, poison"); wordList.add ("Yagu 1 Nightwear 1 Clothes"); wordList.add ("Yakushoku 1 Position 0 Job"); wordList.add ("Yakuba 1 bureau gouvernemental 3 machine d'administration locale"); wordList.add ("Mais 1 pour abandonner 1 urgence aussi"); wordList.add ("Yashiki 1 Mansion 3 Residential Land"); wordList.add ("Yashinau 1 Nourish 0,3 Nourishment, Culture"); wordList.add ("Yashin 1 Ambition 1 Ambition"); wordList.add ("Easy 1 Cheesy 4 Insane"); wordList.add ("Relax 1 Rest 3 Rest"); wordList.add ("Yasei 1 Wild 0 Wild (animaux et plantes)"); wordList.add ("C'est 1 * 2 Yatama ni, Yatama et 0 隨 蚨, facultatif, excédent"); wordList.add ("gars 1 gars 1 [mot de base] 傢 伙"); wordList.add ("Yato 1 parti d'opposition 0,1 résident 黨"); wordList.add ("Dark 1 Dark 2 Black"); wordList.add ("Stop 1 Sick 1 Sick"); wordList.add ("Compliqué 1 Compliqué 4 Complexe, ennuyeux"); wordList.add ("Yaritosu 1 à 4"); wordList.add ("Compléter 1 Compléter 4 Compléter"); wordList.add ("adoucir 1 adoucir 4 messager"); wordList.add ("Jeune 1 jeune 1 an"); wordList.add ("Yu 1 ~ huile d'huile"); wordList.add ("Yu 1 Yu 1 Excellent"); wordList.add ("Yui 1 Superior 1 Superior Position, Superior"); wordList.add ("Yuutsu 1 Melancholy 0 Melancholy"); wordList.add ("Yu-eki 1 utile 0 utile"); wordList.add ("Yuetsu 1 Supériorité 0 Supériorité"); wordList.add ("Yukan 1 brave 0 brave"); wordList.add ("Yuki 1 biologique 1 biologique"); wordList.add ("Yugure 1 crépuscule 0 sur le côté, noir"); wordList.add ("Yuushi 1 prêt 1 prêt"); wordList.add ("Yuzuu 1 Flexible 0 Emprunt, Nobutsu, Hakuki Osan"); wordList.add ("Yusu 1 a 3 Oui, Oui"); wordList.add ("Yusei 1 dominance 0 dominance"); wordList.add ("Yusen 1 priorité 0 priorité"); wordList.add ("Yudo 1 lead 0 lead"); wordList.add ("Yubi 1 Grace 1 Grace"); wordList.add ("Yubo 1 Promising 0 Promising (rare) Nozomi"); wordList.add ("Yuboku 1 Nomad 0 Yumaki"); wordList.add ("Yuyake 1 Sunset 0 Akira Kasumi"); wordList.add ("Yuryoku 1 Influential 0 Influential, Influential"); wordList.add ("Yurei 1 Ghost 1 Demon Soul"); wordList.add ("Invitation Yuwaku 1 Tentation 0"); wordList.add ("parce que (à) 1 raison (à) 2 raison, situation"); wordList.add ("Distorsion 1 Distorsion 0 Oblique"); wordList.add ("Yusaburu 1 Shaking 0 Akira"); wordList.add ("Rinse 1 Rinse 0 Wash, Bleach"); wordList.add ("Yutori 1 Yutori 0 Torihiro"); wordList.add ("Unique 1 unique Français 2 獨 Spécial, 獨 Ichiuni, Différent, Nouveau"); wordList.add ("Uniform 1 uniform 1,2,3 uniform"); wordList.add ("Yubisasu 1 pointant 3 doigts"); wordList.add ("Yumi 1 arc 2 arc"); wordList.add ("Fluctuating 1 Fluctuation 0,2 Swinging"); wordList.add ("Loose 1 Loose 2 Poor, Relax"); wordList.add ("Loose 1 Loose 3 Loose, Relax"); wordList.add ("Slow 1 Loose 2 Loose, Slow"); wordList.add ("Yo I, 0, 1"); wordList.add ("Bon 1 Bon 1 Bon"); wordList.add ("Yo 1 Western ~ 1 Western"); wordList.add ("Yoin 1 cause 0 cause principale"); wordList.add ("Yoeki 1 solution 1 solution"); wordList.add ("Yoken 1 exigence 0,3 circonstances"); wordList.add ("Yogo 1 Nursing 1 Nursing"); wordList.add ("Forme 0 Yoshiki 1"); wordList.add ("Do 1 Need 3 Demand"); wordList.add ("Yousei 1 Request 0 Request 0 Request, Request"); wordList.add ("Yosei 1 Formation 0 Culture"); wordList.add ("Yoso 1 aspect 0 樣子"); wordList.add ("Yohin 1 fournit 0 fournitures"); wordList.add ("Yofu 1 style occidental 0 style occidental"); wordList.add ("Utilisation Youho 1 0 Utilisation"); wordList.add ("Yobo 1 Request 0 Request"); wordList.add ("Yoka 1 Leisure 1 Leisure"); wordList.add ("Yokan 1 Premonition 0 Premonition"); wordList.add ("Yokyo 1 divertissement 0 divertissement"); wordList.add ("Yokin 1 Dépôt 0 Existence"); wordList.add ("Eh bien 1 cupidité 2 cupidité"); wordList.add ("Système de suppression 0 壓 fréquemment chaud 1"); wordList.add ("Fréquemment 1 salle de bain 0 salle de bain"); wordList.add ("Fréquemment 1 * 0 Jour suivant 0 Jour suivant, Deuxième ciel"); wordList.add ("Bonne chance 1 suppression 0 suppression"); wordList.add ("Bien pelucheux 1 Gourmand 0,4 Gourmand"); wordList.add ("Bien joué 1 Désir 0 Désir"); wordList.add ("Eviter 1 Eviter 2 Echapper"); wordList.add ("Yogen 1 Prophecy 0 Prophecy"); wordList.add ("Yokozuna 1 Yokotsuna 0 Yakutsuna"); wordList.add ("Dirt 1 Dirty 0 污"); wordList.add ("Bon 1 Bon Impressionnant 1 Possible, Bon, Ligne"); wordList.add ("Bon 1 Bon 1 Bon"); wordList.add ("Bon et mauvais 1 Bon et mauvais 1,2 Bonne chance"); wordList.add ("Yoso 1 Dépôt attendu 0"); wordList.add ("A part 1 résultats 2, 3 résultats"); wordList.add ("Toddler 1 room 0,1 area"); wordList.add ("Donc 1 raison, donc" Reliance "0 Cause"); wordList.add ("Yoto 1 parti au pouvoir 0,1 gouverneur"); wordList.add ("Appeler 1 Stop 4 Scream"); wordList.add ("Yofukashi 1 Restez éveillé tard 3 Hoya"); wordList.add ("Yofuke 1 Late Night 3 Midnight"); wordList.add ("C'est environ 1 et environ 0, c'est une différence."); wordList.add ("Lire la déclaration 1 Lire à haute voix 0,4"); wordList.add ("Résurrection 1 * 2 Résurrection 3 Résurrection"); wordList.add (1 ~ plus proche de 0, biaisé "); wordList.add ("plus de 1 penché 4 倚靠"); wordList.add ("Théorie Yoron 1, théorie de l'opinion publique 1"); wordList.add ("Wamaru 1 Faible 3 Faible"); wordList.add ("Scream 1 Weaken 3 Weakness, Weakness"); wordList.add ("Par 1 Faible 2 Faible"); wordList.add ("Raijo 1 visite 0 arrivée"); wordList.add ("Riz 1 riz 1 riz"); wordList.add ("Rival 1 * 0 rival 1 Samurai"); wordList.add ("Rakuno 1 Dairy 0 Dairy Farming"); wordList.add ("Rakka 1 chute 0,1 chute"); wordList.add ("Optimisme Rakkan 1 0 樂 觀"); wordList.add ("étiquette 1 étiquette 0,1 étiquette"); wordList.add ("lampe 1 lampe hollandaise 1 lumière électrique, lumière d'huile"); wordList.add ("Ranyo 1 Abuse 0 Abuse"); wordList.add ("lead 1 lead 1 lead, destination"); wordList.add ("Rikutsu 1 Raison 0 Raison"); wordList.add ("Rishi 1 intérêt 1 intérêt"); wordList.add ("Rijun 1 profit 0 profit"); wordList.add ("Risei 1 Reason 1 Richi"); wordList.add ("Risoku 1 intérêt 0 intérêt"); wordList.add ("Rittai 1 Solid 0 Standing"); wordList.add ("Rippou 1 cube 0 cube"); wordList.add ("Rippou 1 législation 0 législation"); wordList.add ("Riten 1 Advantage 0 Yuu"); wordList.add ("Ryakugo 1 Abréviation 0 Abréviation"); wordList.add ("Ryakudatsu 1 Predatory 0 Predatory"); wordList.add ("distribution Ryutsu 1 0 distribution"); wordList.add ("zone Ryoiki 1 zone 0,1"); wordList.add ("Ryokai 1 OK 0 OK"); wordList.add ("Ryokai 1 territoire 0 territoire"); wordList.add ("Ryokyoku 1 Polar 0 Polar"); wordList.add ("Ryokou 1 Bon 0 Bon"); wordList.add ("Ryoshiki 1 Good Sense 0 Akechi"); wordList.add ("Ryoshitsu 1 Bonne qualité 0 Bonne qualité"); wordList.add ("Ryosho 1 OK 0 OK"); wordList.add ("Ryoshin 1 Conscience 1 Conscience"); wordList.add ("territoire Ryocho 1 territoire 1"); wordList.add ("territoire Ryodo 1 territoire 1"); wordList.add ("Compatibilité Ryoritsu 1 0"); wordList.add ("Ryokaku 1 Passager 0 Passager"); wordList.add ("Ryoken 1 Passport 0 Gosho"); wordList.add ("Rireki 1 History 0 History"); wordList.add ("Théorie de Riron 1 Théorie 1"); wordList.add ("Ringyo 1 Forestry 0,1 Forestry"); wordList.add ("Rui 1 classe 1"); wordList.add ("Ruiji 1 similaire 0 similaire"); wordList.add ("Analogie Ruisui 1 0 analogie"); wordList.add ("lâche 1 lâche 1 distrait"); wordList.add ("Règle 1 règle 1 règle"); wordList.add ("Reikoku 1 Ruthless 0 Ruthless"); wordList.add ("Reizou 1 Cold Storage 0 Cold 藏"); wordList.add ("Reitan 1 Cold 3 Cold"); wordList.add ("race 1 race / lace 1 賽 跑 / hanabe, bud 絲"); wordList.add ("Régulier 1 régulier 1 régulier, régulier, joueur officiel"); wordList.add ("Leçon 1 leçon 1 leçon (affaires)"); wordList.add ("Lady 1 lady 1 Lady"); wordList.add ("levier 1 levier" poignée "1 planche main, tige"); wordList.add ("Renai 1 Love 0 Love"); wordList.add ("Renkyu 1 jours fériés consécutifs 0 jours fériés consécutifs"); wordList.add ("plage 1 plage 1 爐 子, plage"); wordList.add ("Renjitsu 1 tous les jours 0 tous les jours"); wordList.add ("Rentai 1 Solidarity 0 Union"); wordList.add ("Rent-a-car 1 rent-a-car 3,4 train fiscal"); wordList.add ("Renchu 1 gars 0,1 compagnon"); wordList.add ("Roentgen 1 Röntgen German 0,3 X ray, Rinkoto ray"); wordList.add ("Renpo 1 Fédération 0 Union"); wordList.add ("Renmei 1 Fédération 0 Union"); wordList.add ("Rosui 1 Aging 0 Declining"); wordList.add ("Roudoku 1 Récitation 0 Récitation"); wordList.add ("Rohi 1 Waste 0,1 Waste"); wordList.add ("Royoku 1 effort 1 force"); wordList.add ("corde 1 corde 1 recherche, rétrécissement"); wordList.add ("Ropeway 1 ropeway 5 (acier 絲) téléphérique, voiture aérienne"); wordList.add ("Roku 1 Go na / Go ni 0 Authentique, motif suffisant (Yo Negative Call)"); wordList.add ("Rokotsu 1 flagrant 0 flagrant"); wordList.add ("Romantique / Romantique 1 romantique 4 Fantastique, Romantique, Luo Mangatsu"); wordList.add ("Rongi 1 Discussion 1 Discussion"); wordList.add ("Ronri 1 Logic 1 邏 輯"); wordList.add ("Wakamono 1 * 0 Jeunesse 0 Ans Aojin, Jeunesse"); wordList.add ("Waku 1 frame 2 stile"); wordList.add ("Wakusei 1 Planet 0 Line Star"); wordList.add ("Compétence Mouvement 1 Technique 2"); wordList.add ("Problème 1 état 1 étape"); wordList.add ("Troublesome 1 Annoying 0,5 Annoying"); wordList.add ("Watari Dori 1 oiseau migrateur 3 oiseau météorologique"); wordList.add ("Wat 1 watt 1 tuile (spécial)"); wordList.add ("Wabi 1 excuses 0 remords"); wordList.add ("Wafu 1 style japonais 0 style japonais"); wordList.add ("Wabun 1 japonais 0 texte japonais"); wordList.add ("paille 1 paille 1 sardine"); wordList.add ("wari 1 ~ split 1 ~ sei"); wordList.add ("Attribution de la pièce jointe 1 0 minute"); wordList.add ("Interruption 1 Interruption 3 Susumu"); wordList.add ("War thing 1 Bad guy 0 Tsutomu"); wordList.add ("We 1 I 1 I, Self"); return wordList; } }