{
  "translations" :{
    "en": {
      ".avTitle": "Dijkstra's Algorithm Proficiency Exercise",
      "av_Authors": "Mohammed Farghally, Kasper Hellström",
      ".instructLabel": "Instructions:",
      ".instructions": "Reproduce the behavior of Dijkstra's Algorithm for the given graph below. Click on the <strong>edges</strong> in the order they are traversed by the algorithm. Start with Node A. In case of similar costs, add nodes alphabetically.",
      "av_ms_shortest": "Shortest paths from A.",
      "av_ms_select_a": "Start by selecting node A",
      "av_ms_select_node": "Select {node}, since it has the shortest distance from A.",
      "av_ms_add_edge": "Add edge ({from}, {to}) to the path tree.",
      "av_ms_update_distances": "Update {node}'s neighbors distances. For updated nodes, set the parent node to {node}",
      "#help": "Help",
      "#about": "About"
    },
    "fi": {
      ".avTitle": "Dijkstran algoritmi",
      "av_Authors": "Mohammed Farghally, Kasper Hellström",
      ".instructLabel": "Ohjeet:",
      ".instructions": "Lisää särmät virityspuuhun Dijkstran algoritmin antamassa järjestyksessä. Aloita läpikäynti solmusta A. Klikkaa <strong>särmiä</strong> lisätäksesi ne virityspuuhun. Solmun naapurit käydään läpi aakkosjärjestyksessä.",
      "av_ms_shortest": "Lyhyin reitti A:sta.",
      "av_ms_select_a": "Aloitetaan valitsemalla solmu A.",
      "av_ms_select_node": "Valitaan {node}, koska sillä on lyhin etäisyys A:han.",
      "av_ms_add_edge": "Lisätään särmä ({from}, {to}) virityspuuhun.",
      "av_ms_update_distances": "Päivitetään etäisyyksiä {node}-solmun naapureihin. Päivitetyille solmuille asetetaan lähin solmu {node}:ksi.",
      "#help": "Ohje",
      "#about": "Lisätietoa"
    }
  },
  "params": {
    "JXOP-feedback": "continuous",
    "JXOP-fixmode": "fix"
  }
}
