{
  "translations" :{
    "en": {
      ".exerciseTitle": "Common Trie",
      ".instructLabel": "Instructions:",
      ".instructions": "Insert the strings in the stack to the common trie. Click on an empty node to initialize it as false and show empty nodes as its children. The boolean value of a node can be changed by clicking on the node. Click the <strong>Next</strong> button to show the next value in the stack. When all values have been inserted, click <strong>Grade</strong>.",
      "av_insert": "Insert",
      "av_common_trie": "Common Trie",
      "av_next": "Next",
      "av_add_str": "Adding string \"{str}\"",
      "av_set_true": "The node corresponding to \"{str}\" is set to true",
      "av_already_true": "The node corresponding to \"{str}\" has already been set to true. The string is already included in the tree."
    },
    "fi": {
      ".exerciseTitle": "Merkkijonopuu",
      ".instructLabel": "Ohjeet:",
      ".instructions": "Lisää pinossa annetut merkkijonot merkkijonopuuhun. Klikkaa tyhjää solmua alustaaksesi sen ja aktivoidaksesi sen alipuun. Solmun true/false -bitin arvon voi vaihtaa klikkaamalla. Kun merkkijono on lisätty seuraavan merkkijonon saa näkyviin painamalla <strong>Seuraava</strong>-nappia. Paina <strong>Arvostele</strong>-nappia kun kaikki arvot on lisätty puuhun.",
      "av_insert": "Lisää",
      "av_common_trie": "Merkkijonopuu",
      "av_next": "Seuraava",
      "av_add_str": "Lisätään merkkijono \"{str}\"",
      "av_set_true": "Merkkijonoa \"{str}\" vastaavan solmun arvo muutetaan true:ksi",
      "av_already_true": "Merkkijonoa \"{str}\" vastaavan solmun arvo on jo true, eli merkkijono on jo lisätty puuhun."
    }
  },
  "code": {
    "pseudo": {
      "url": "../../SourceCode/Pseudo/Binary/CommonTrie.txt",
      "tags": {}
    }
  }
}
