blocksDe top-level constant

Map<String, String> const blocksDe

Implementation

const Map<String, String> blocksDe = <String, String>{
  //placement
  "position": "PUNKT WÄHLEN",
  "goPosition": "GEHE ZU",
  "gotPointBlock": "Punkt",
  "direction": "GEHE ZU",
  "goDirection": "in welche Richtung?",
  "repetitions": "um wie viele Punkte?",
  //colouring
  "paintSingle": "FARBE PUNKT",
  "paintMultiple": "FARBE MUSTER",
  "pattern": "in welche Richtung?",
  "repetitionsPaint": "wie viele Punkte?",
  "fillEmpty": "FÜLLEN LEER",
  //loops
  "copy": "KOPIEREN",
  "copyFirstBlock": "welche Punkte?",
  "copySecondBlock": "wo?",
  "repeatPattern": "WIEDERHOLEN",
  "repeatFirstBlock": "welche Befehle?",
  "repeatSecondBlock": "wo?",
  //symmetry
  "mirrorCross": "SPIEGELNDE KREUZ",
  "mirrorPoints": "SPIEGELNDE PUNKTE",
  "mirrorCommands": "SPIEGELNDE BEFEHLE",
  "mirrorVertical": "vertikal",
  "mirrorHorizontal": "horizontal",
  "mirrorPointsBlock": "welche Punkte?",
  "mirrorBlocksBlock": "welche Befehle?",
};