{
  "translations" :{
    "en": {
      ".exerciseTitle": "B<sup>+</sup> Tree Insertion",
      "av_Authors": "Kasper Hellström",
      ".instructLabel": "Instructions:",
      ".instructions": "In this exercise your job is to insert the values from the stack to the B<sup>+</sup> tree.<br>Search for the leaf node where the topmost value of the stack should be inserted, and click on that node. The exercise will take care of the rest. Continue this procedure until you have inserted all the values in the stack.",
      "av_ms_search": "Looking for a leaf node for {val}",
      "av_ms_split": "The encountered node is full, so we split it.",
      "av_ms_insert": "{val} is inserted to the leaf node."
    },
    "fi": {
      ".exerciseTitle": "Lisäys B<sup>+</sup>-puuhun",
      "av_Authors": "Kasper Hellström",
      ".instructLabel": "Ohjeet:",
      ".instructions": "Tehtävänäsi on lisätä pinon avaimet B<sup>+</sup>-puuhun.<br>Etsi lehtisolmu, johon pinon päällimmäinen alkio tulisi lisätä, ja klikkaa tätä solmua. Tehtävä hoitaa loput puolestasi. Jatka tätä toimenpidettä kunnes olet lisännyt kaikki pinon arvot puuhun.",
      "av_ms_search": "Etsitään lehtisolmua arvolle {val}",
      "av_ms_split": "Kohdattu solmu on täysi, joten se halkaistaan.",
      "av_ms_insert": "Arvo {val} lisätään lehtisolmuun."
    }
  }
}
