{
  "advanced-binding-element": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {
      "aria-attributes": {
        "title": "tooltip text",
        "aria-label": "aria label text",
        "aria-valuetext": "aria value text"
      }
    },
    "annotated-format": [
      "{{tr(status,text.statusMessageFormats)}}",
      "{{parameter}}",
      "string parameter"
    ],
    "span_5": [
      "{1} {2}",
      "{{text.defaultValue}}",
      "{{text.defaultValue}}"
    ],
    "statusMessages": {
      "ok": "healthy status",
      "busy": "busy status",
      "error": "error status",
      "default": "unknown status"
    },
    "defaultValue": "default value",
    "statusMessageFormats": {
      "ok": "healthy status",
      "busy": "busy status with {2}",
      "error": "error status with {1} and {2}",
      "default": "unknown status"
    },
    "nodefault": {
      "ok": "ok status"
    }
  },
  "commented-simple-text-element": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {},
    "text": " outermost text at the beginning ",
    "h1_3": "outermost header 1",
    "text_4": " outermost text in the middle ",
    "span_5": "simple text without id",
    "span_6": "simple text without id 2",
    "label-1": "simple text with id",
    "label-2": "simple text with id 2",
    "div_9:span": "simple text within div",
    "div_9:span_1": "simple text within div 2",
    "div_9:div_2:div": "great grandchild text within div",
    "div_10:text": " simple text as the first element in div ",
    "div_10:span_1": "simple text within div",
    "div_10:text_2": " simple text in the middle of div ",
    "div_10:span_3": "simple text within div 2",
    "div_10:div_4:div": "great grandchild text within div",
    "div_10:text_5": " simple text at the last element in div ",
    "toplevel-div:span": "simple text within div",
    "toplevel-div:span_1": "simple text within div 2",
    "third-level-div": "great grandchild text within div",
    "second-level-div:div_1": "great grandchild text within div without id",
    "div_12:ul:li": "line item without id 1",
    "div_12:ul:li_1": "line item without id 2",
    "div_12:ul:li_2": "line item without id 3",
    "line-items:li": "line item with id 1",
    "line-items:li_1": "line item with id 2",
    "line-items:li_2": "line item with id 3",
    "p_13": [
      "A paragraph with {1} is converted to {2}.",
      "parameters",
      "<i18n-format>"
    ],
    "paragraph": [
      "A paragraph with {1} is converted to {2}.",
      "id",
      "<i18n-format>"
    ],
    "text_15": " outermost text at the end "
  },
  "complex-compound-binding-element": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {},
    "item-update2:text": [
      "updated: {1}, by: ",
      "{{text.updated}}"
    ],
    "item-update2:text_2": " xxx ",
    "item-update2:dom-if_3:template:span:b": "IF CONTENT",
    "item-update2:b_4": "abc",
    "item-update2:dom-if_5:template:text": "IF CONTENT 2",
    "item-update2:text_6": " hello ",
    "item-update:text": [
      "updated: {1}, by: ",
      "{{text.updated}}"
    ],
    "item-update:text_2": " xxx ",
    "item-update:dom-if_3:template:b": "IF CONTENT",
    "item-update:b_4": "abc",
    "item-update:dom-if_5:template:text": "IF CONTENT 2",
    "item-update:text_6": " hello ",
    "item-update3:text": [
      "updated: {1}, by: ",
      "{{text.updated}}"
    ],
    "item-update3:text_2": " xxx ",
    "item-update3:dom-if_3:template:b": "IF",
    "item-update3:dom-if_3:template:b_1": "CONTENT",
    "item-update3:b_4": "abc",
    "item-update3:dom-if_5:template:text": "IF CONTENT 2",
    "item-update3:text_6": " hello ",
    "item-update4:text": [
      "updated: {1}, by: ",
      "{{text.updated}}"
    ],
    "item-update4:dom-repeat_1:template:text": [
      " {1} = {2} ",
      "{{item.name}}",
      "{{text.updated}}"
    ],
    "item-update4:text_2": " xxx ",
    "item-update4:dom-if_3:template:b": "IF CONTENT",
    "item-update4:b_4": "abc",
    "item-update4:dom-if_5:template:text": "IF CONTENT 2",
    "item-update4:text_6": " hello ",
    "paragraph:text": "A paragraph with ",
    "paragraph:text_2": " is converted to ",
    "paragraph:code_3": "<i18n-format>",
    "paragraph:text_4": ". ",
    "paragraph2:text": "A paragraph with deep ",
    "paragraph2:text_2": " is ",
    "paragraph2:b_3": "not",
    "paragraph2:text_4": " converted to ",
    "paragraph2:code_5": "<i18n-format>",
    "paragraph2:text_6": ". ",
    "authors": [
      {
        "name": "Joe"
      },
      {
        "name": "Alice"
      }
    ],
    "updated": "Jan 1st, 2016",
    "parameters": [
      "parameter 1",
      "parameter 2"
    ]
  },
  "compound-binding-dom-bind": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {},
    "text": [
      " outermost text at the beginning with compound {1} and {2} variables ",
      "{{param1}}",
      "{{param2}}"
    ],
    "h1_3": [
      "outermost header 1 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "text_4": [
      " outermost text in the middle with {1} and {2} variables ",
      "{{param1}}",
      "{{param2}}"
    ],
    "span_5": [
      "simple text without id with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "span_6": [
      "simple text without id 2 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "label-1": [
      "simple text with id and {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "label-2": [
      "simple text with id and {1} and {2} variables 2",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_9:span": [
      "simple text within div with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_9:span_1": [
      "simple text within div with {1} and {2} variables 2",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_9:div_2:div": [
      "great grandchild text within div with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_10:text": [
      " simple text as the first element in div with {1} and {2} variables ",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_10:span_1": [
      "simple text within div with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_10:text_2": [
      " simple text in the middle of div with {1} and {2} variables ",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_10:span_3": [
      "simple text within div with {1} and {2} variables 2",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_10:div_4:div": [
      "great grandchild text within div with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_10:text_5": [
      " simple text at the last element in div with {1} and {2} variables ",
      "{{param1}}",
      "{{param2}}"
    ],
    "toplevel-div:span": [
      "simple text within div with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "toplevel-div:span_1": [
      "simple text within div 2 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "third-level-div": [
      "great grandchild text within div with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "second-level-div:div_1": [
      "great grandchild text within div without id with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_12:ul:li": [
      "line item without id 1 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_12:ul:li_1": [
      "line item without id 2 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_12:ul:li_2": [
      "line item without id 3 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "line-items:li": [
      "line item with id 1 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "line-items:li_1": [
      "line item with id 2 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "line-items:li_2": [
      "line item with id 3 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "p_13": [
      "A paragraph with {1} is converted to {2}.",
      "{{param1}}",
      "{{param2}}"
    ],
    "paragraph": [
      "A paragraph with {1}, {2}, and {3} is converted to {4}.",
      "id",
      "{{param1}}",
      "{{param2}}",
      "<i18n-format>"
    ],
    "text_15": [
      " outermost text at the end with {1} and {2} variables ",
      "{{param1}}",
      "{{param2}}"
    ]
  },
  "compound-binding-element": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {},
    "text": [
      " outermost text at the beginning with compound {1} and {2} variables ",
      "{{param1}}",
      "{{param2}}"
    ],
    "h1_3": [
      "outermost header 1 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "text_4": [
      " outermost text in the middle with {1} and {2} variables ",
      "{{param1}}",
      "{{param2}}"
    ],
    "span_5": [
      "simple text without id with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "span_6": [
      "simple text without id 2 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "label-1": [
      "simple text with id and {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "label-2": [
      "simple text with id and {1} and {2} variables 2",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_9:span": [
      "simple text within div with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_9:span_1": [
      "simple text within div with {1} and {2} variables 2",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_9:div_2:div": [
      "great grandchild text within div with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_10:text": [
      " simple text as the first element in div with {1} and {2} variables ",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_10:span_1": [
      "simple text within div with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_10:text_2": [
      " simple text in the middle of div with {1} and {2} variables ",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_10:span_3": [
      "simple text within div with {1} and {2} variables 2",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_10:div_4:div": [
      "great grandchild text within div with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_10:text_5": [
      " simple text at the last element in div with {1} and {2} variables ",
      "{{param1}}",
      "{{param2}}"
    ],
    "toplevel-div:span": [
      "simple text within div with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "toplevel-div:span_1": [
      "simple text within div 2 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "third-level-div": [
      "great grandchild text within div with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "second-level-div:div_1": [
      "great grandchild text within div without id with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_12:ul:li": [
      "line item without id 1 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_12:ul:li_1": [
      "line item without id 2 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "div_12:ul:li_2": [
      "line item without id 3 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "line-items:li": [
      "line item with id 1 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "line-items:li_1": [
      "line item with id 2 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "line-items:li_2": [
      "line item with id 3 with {1} and {2} variables",
      "{{param1}}",
      "{{param2}}"
    ],
    "p_13": [
      "A paragraph with {1} is converted to {2}.",
      "{{param1}}",
      "{{param2}}"
    ],
    "paragraph": [
      "A paragraph with {1}, {2}, and {3} is converted to {4}.",
      "id",
      "{{param1}}",
      "{{param2}}",
      "<i18n-format>"
    ],
    "text_15": [
      " outermost text at the end with {1} and {2} variables ",
      "{{param1}}",
      "{{param2}}"
    ]
  },
  "empty-element": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {}
  },
  "fallback-text-element": {
    "meta": {
      "locales": [
        "fr",
        "fr-CA"
      ]
    },
    "model": {},
    "text": " outermost text at the beginning ",
    "h1_3": "outermost header 1",
    "text_4": " outermost text in the middle ",
    "span_5": "simple text without id",
    "span_6": "simple text without id 2",
    "label-1": "simple text with id",
    "label-2": "simple text with id 2",
    "div_9:span": "simple text within div",
    "div_9:span_1": "simple text within div 2",
    "div_9:div_2:div": "great grandchild text within div",
    "div_10:text": " simple text as the first element in div ",
    "div_10:span_1": "simple text within div",
    "div_10:text_2": " simple text in the middle of div ",
    "div_10:span_3": "simple text within div 2",
    "div_10:div_4:div": "great grandchild text within div",
    "div_10:text_5": " simple text at the last element in div ",
    "toplevel-div:span": "simple text within div",
    "toplevel-div:span_1": "simple text within div 2",
    "third-level-div": "great grandchild text within div",
    "second-level-div:div_1": "great grandchild text within div without id",
    "div_12:ul:li": "line item without id 1",
    "div_12:ul:li_1": "line item without id 2",
    "div_12:ul:li_2": "line item without id 3",
    "line-items:li": "line item with id 1",
    "line-items:li_1": "line item with id 2",
    "line-items:li_2": "line item with id 3",
    "p_13": [
      "A paragraph with {1} is converted to {2}.",
      "parameters",
      "<i18n-format>"
    ],
    "paragraph": [
      "A paragraph with {1} is converted to {2}.",
      "id",
      "<i18n-format>"
    ],
    "text_15": " outermost text at the end "
  },
  "item-element": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {},
    "label": "A"
  },
  "multiple-element": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {}
  },
  "null-template-default-lang-element": {
    "meta": {
      "locales": [
        "ja",
        "zh-Hans-CN"
      ]
    },
    "model": {},
    "text": " outermost text at the beginning ",
    "h1_3": "outermost header 1",
    "text_4": " outermost text in the middle ",
    "span_5": "simple text without id",
    "span_6": "simple text without id 2",
    "label-1": "simple text with id",
    "label-2": "simple text with id 2",
    "div_9:span": "simple text within div",
    "div_9:span_1": "simple text within div 2",
    "div_9:div_2:div": "great grandchild text within div",
    "div_10:text": " simple text as the first element in div ",
    "div_10:span_1": "simple text within div",
    "div_10:text_2": " simple text in the middle of div ",
    "div_10:span_3": "simple text within div 2",
    "div_10:div_4:div": "great grandchild text within div",
    "div_10:text_5": " simple text at the last element in div ",
    "toplevel-div:span": "simple text within div",
    "toplevel-div:span_1": "simple text within div 2",
    "third-level-div": "great grandchild text within div",
    "second-level-div:div_1": "great grandchild text within div without id",
    "div_12:ul:li": "line item without id 1",
    "div_12:ul:li_1": "line item without id 2",
    "div_12:ul:li_2": "line item without id 3",
    "line-items:li": "line item with id 1",
    "line-items:li_1": "line item with id 2",
    "line-items:li_2": "line item with id 3",
    "p_13": [
      "A paragraph with {1} is converted to {2}.",
      "parameters",
      "<i18n-format>"
    ],
    "paragraph": [
      "A paragraph with {1} is converted to {2}.",
      "id",
      "<i18n-format>"
    ],
    "text_15": " outermost text at the end "
  },
  "plural-gender-element": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {},
    "compound-format-text": [
      {
        "0": "You ({3}) gave no gifts.",
        "1": {
          "male": "You ({3}) gave him ({4}) {5}.",
          "female": "You ({3}) gave her ({4}) {5}.",
          "other": "You ({3}) gave them ({4}) {5}."
        },
        "one": {
          "male": "You ({3}) gave him ({4}) and one other person {5}.",
          "female": "You ({3}) gave her ({4}) and one other person {5}.",
          "other": "You ({3}) gave them ({4}) and one other person {5}."
        },
        "other": "You ({3}) gave them ({4}) and {1} other people gifts."
      },
      "{{recipients.length - 1}}",
      "{{recipients.0.gender}}",
      "{{sender.name}}",
      "{{recipients.0.name}}",
      "a gift"
    ]
  },
  "simple-attribute-dom-bind": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {
      "standard-input": {
        "placeholder": "standard HTML5 attribute"
      },
      "outer-div:input_2": {
        "placeholder": "standard HTML5 attribute without id"
      },
      "paper-input-element": {
        "label": "paper-input label",
        "error-message": "paper-input error message",
        "placeholder": "paper-input placeholder"
      },
      "outer-div:paper-input_4": {
        "label": "paper-input label without id",
        "error-message": "paper-input error message without id",
        "placeholder": "paper-input placeholder without id"
      },
      "pie-chart": {
        "options": {
          "title": "Distribution of days in 2001H1"
        },
        "cols": [
          {
            "label": "Month",
            "type": "string"
          },
          {
            "label": "Days",
            "type": "number"
          }
        ],
        "rows": [
          [
            "Jan",
            31
          ],
          [
            "Feb",
            28
          ],
          [
            "Mar",
            31
          ],
          [
            "Apr",
            30
          ],
          [
            "May",
            31
          ],
          [
            "Jun",
            30
          ]
        ]
      },
      "column-chart": {
        "options": {
          "title": "Inventory"
        },
        "data": [
          [
            "Year",
            "Things",
            "Stuff"
          ],
          [
            "2004",
            1000,
            400
          ],
          [
            "2005",
            1170,
            460
          ],
          [
            "2006",
            660,
            1120
          ],
          [
            "2007",
            1030,
            540
          ]
        ]
      },
      "custom-attr": {
        "custom-text-attr1": "custom text attribute 1",
        "custom-text-attr2": "custom text attribute 2",
        "custom-text-attr3": "custom text attribute 3"
      },
      "selective-attr": {
        "custom-text-attr4": [
          "{1} custom-text-attr4 attribute with param {2} and param {3} {4}",
          "{{text.ordinary-div}}",
          "{{text.ordinary-div}}",
          "[[text.ordinary-div]]",
          "{{text.ordinary-div}}"
        ],
        "custom-text-attr5": [
          "[[text.ordinary-div]]",
          " custom-text-attr5 attribute with param ",
          "{{or('',text.ordinary-div)}}",
          " and param ",
          "[[text.ordinary-div]]"
        ],
        "i18n-target": [
          "i18n-target attribute with param {1} and param {2}",
          "{{text.ordinary-div}}",
          "[[text.ordinary-div]]"
        ],
        "i18n-target2": [
          "i18n-target2 attribute with param ",
          "{{or('',text.ordinary-div)}}",
          " and param ",
          "[[text.ordinary-div]]"
        ]
      },
      "selective-attr2": {
        "i18n-target": "i18n-target attribute 2"
      },
      "selective-attr3": {
        "i18n-target6": "i18n-target6 attribute 2"
      },
      "selective-attr4": {
        "i18n-target6": "i18n-target6 attribute 3"
      },
      "json-data-id": {
        "attr1": "this attr1 is extracted",
        "i18n-target-attr": "this attribute is also extracted"
      },
      "template_2:json-data_1": {
        "attr1": "this attr1 without id is extracted",
        "i18n-target-attr": "this attribute without id is also extracted"
      }
    },
    "ordinary-div": "text 1"
  },
  "simple-attribute-element": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {
      "standard-input": {
        "placeholder": "standard HTML5 attribute"
      },
      "outer-div:input_2": {
        "placeholder": "standard HTML5 attribute without id"
      },
      "paper-input-element": {
        "label": "paper-input label",
        "error-message": "paper-input error message",
        "placeholder": "paper-input placeholder"
      },
      "outer-div:paper-input_4": {
        "label": "paper-input label without id",
        "error-message": "paper-input error message without id",
        "placeholder": "paper-input placeholder without id"
      },
      "pie-chart": {
        "options": {
          "title": "Distribution of days in 2001H1"
        },
        "cols": [
          {
            "label": "Month",
            "type": "string"
          },
          {
            "label": "Days",
            "type": "number"
          }
        ],
        "rows": [
          [
            "Jan",
            31
          ],
          [
            "Feb",
            28
          ],
          [
            "Mar",
            31
          ],
          [
            "Apr",
            30
          ],
          [
            "May",
            31
          ],
          [
            "Jun",
            30
          ]
        ]
      },
      "column-chart": {
        "options": {
          "title": "Inventory"
        },
        "data": [
          [
            "Year",
            "Things",
            "Stuff"
          ],
          [
            "2004",
            1000,
            400
          ],
          [
            "2005",
            1170,
            460
          ],
          [
            "2006",
            660,
            1120
          ],
          [
            "2007",
            1030,
            540
          ]
        ]
      },
      "custom-attr": {
        "custom-text-attr1": "custom text attribute 1",
        "custom-text-attr2": "custom text attribute 2",
        "custom-text-attr3": "custom text attribute 3"
      },
      "selective-attr": {
        "custom-text-attr4": [
          "{1} custom-text-attr4 attribute with param {2} and param {3} {4}",
          "{{text.ordinary-div}}",
          "{{text.ordinary-div}}",
          "[[text.ordinary-div]]",
          "{{text.ordinary-div}}"
        ],
        "custom-text-attr5": [
          "[[text.ordinary-div]]",
          " custom-text-attr5 attribute with param ",
          "{{or('',text.ordinary-div)}}",
          " and param ",
          "[[text.ordinary-div]]"
        ],
        "i18n-target": [
          "i18n-target attribute with param {1} and param {2}",
          "{{text.ordinary-div}}",
          "[[text.ordinary-div]]"
        ],
        "i18n-target2": [
          "i18n-target2 attribute with param ",
          "{{or('',text.ordinary-div)}}",
          " and param ",
          "[[text.ordinary-div]]"
        ]
      },
      "selective-attr2": {
        "i18n-target": "i18n-target attribute 2"
      },
      "selective-attr3": {
        "i18n-target6": "i18n-target6 attribute 2"
      },
      "selective-attr4": {
        "i18n-target6": "i18n-target6 attribute 3"
      },
      "json-data-id": {
        "attr1": "this attr1 is extracted",
        "i18n-target-attr": "this attribute is also extracted"
      },
      "template_2:json-data_1": {
        "attr1": "this attr1 without id is extracted",
        "i18n-target-attr": "this attribute without id is also extracted"
      }
    },
    "ordinary-div": "text 1"
  },
  "simple-text-dom-bind": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {},
    "text": " outermost text at the beginning ",
    "h1_3": "outermost header 1",
    "text_4": " outermost text in the middle ",
    "span_5": "simple text without id",
    "span_6": "simple text without id 2",
    "label-1": "simple text with id",
    "label-2": "simple text with id 2",
    "div_9:span": "simple text within div",
    "div_9:span_1": "simple text within div 2",
    "div_9:div_2:div": "great grandchild text within div",
    "div_10:text": " simple text as the first element in div ",
    "div_10:span_1": "simple text within div",
    "div_10:text_2": " simple text in the middle of div ",
    "div_10:span_3": "simple text within div 2",
    "div_10:div_4:div": "great grandchild text within div",
    "div_10:text_5": " simple text at the last element in div ",
    "toplevel-div:span": "simple text within div",
    "toplevel-div:span_1": "simple text within div 2",
    "third-level-div": "great grandchild text within div",
    "second-level-div:div_1": "great grandchild text within div without id",
    "div_12:ul:li": "line item without id 1",
    "div_12:ul:li_1": "line item without id 2",
    "div_12:ul:li_2": "line item without id 3",
    "line-items:li": "line item with id 1",
    "line-items:li_1": "line item with id 2",
    "line-items:li_2": "line item with id 3",
    "p_13": [
      "A paragraph with {1} is converted to {2}.",
      "parameters",
      "<i18n-format>"
    ],
    "paragraph": [
      "A paragraph with {1} is converted to {2}.",
      "id",
      "<i18n-format>"
    ],
    "text_15": " outermost text at the end "
  },
  "simple-text-element": {
    "meta": {
      "locales": [
        "fr",
        "ru"
      ]
    },
    "model": {},
    "text": " outermost text at the beginning ",
    "h1_3": "outermost header 1",
    "text_4": " outermost text in the middle ",
    "span_5": "simple text without id",
    "span_6": "simple text without id 2",
    "label-1": "simple text with id",
    "label-2": "simple text with id 2",
    "div_9:span": "simple text within div",
    "div_9:span_1": "simple text within div 2",
    "div_9:div_2:div": "great grandchild text within div",
    "div_10:text": " simple text as the first element in div ",
    "div_10:span_1": "simple text within div",
    "div_10:text_2": " simple text in the middle of div ",
    "div_10:span_3": "simple text within div 2",
    "div_10:div_4:div": "great grandchild text within div",
    "div_10:text_5": " simple text at the last element in div ",
    "toplevel-div:span": "simple text within div",
    "toplevel-div:span_1": "simple text within div 2",
    "third-level-div": "great grandchild text within div",
    "second-level-div:div_1": "great grandchild text within div without id",
    "div_12:ul:li": "line item without id 1",
    "div_12:ul:li_1": "line item without id 2",
    "div_12:ul:li_2": "line item without id 3",
    "line-items:li": "line item with id 1",
    "line-items:li_1": "line item with id 2",
    "line-items:li_2": "line item with id 3",
    "p_13": [
      "A paragraph with {1} is converted to {2}.",
      "parameters",
      "<i18n-format>"
    ],
    "paragraph": [
      "A paragraph with {1} is converted to {2}.",
      "id",
      "<i18n-format>"
    ],
    "text_15": " outermost text at the end "
  },
  "simple-text-id-element": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {},
    "text": " outermost text at the beginning ",
    "h1_3": "outermost header 1",
    "text_4": " outermost text in the middle ",
    "span_5": "simple text without id",
    "span_6": "simple text without id 2",
    "label-1": "simple text with id",
    "label-2": "simple text with id 2",
    "div_9:span": "simple text within div",
    "div_9:span_1": "simple text within div 2",
    "div_9:div_2:div": "great grandchild text within div",
    "div_10:text": " simple text as the first element in div ",
    "div_10:span_1": "simple text within div",
    "div_10:text_2": " simple text in the middle of div ",
    "div_10:span_3": "simple text within div 2",
    "div_10:div_4:div": "great grandchild text within div",
    "div_10:text_5": " simple text at the last element in div ",
    "toplevel-div:span": "simple text within div",
    "toplevel-div:span_1": "simple text within div 2",
    "second-level-div": [
      " {1}\n        {2} ",
      "great grandchild text within div",
      "great grandchild text within div without id"
    ],
    "div_12:ul:li": "line item without id 1",
    "div_12:ul:li_1": "line item without id 2",
    "div_12:ul:li_2": "line item without id 3",
    "line-items": [
      " {1}\n        {2}\n        {3} ",
      "line item with id 1",
      "line item with id 2",
      "line item with id 3"
    ],
    "p_13": [
      "A paragraph with {1} is converted to {2}.",
      "parameters",
      "<i18n-format>"
    ],
    "paragraph": [
      "A paragraph with {1} is converted to {2}.",
      "id",
      "<i18n-format>"
    ],
    "text_15": " outermost text at the end "
  },
  "template-default-lang-element": {
    "meta": {
      "locales": [
        "zh-Hans-CN"
      ]
    },
    "model": {},
    "text": " fr outermost text at the beginning ",
    "h1_3": "fr outermost header 1",
    "text_4": " fr outermost text in the middle ",
    "span_5": "fr simple text without id",
    "span_6": "fr simple text without id 2",
    "label-1": "fr simple text with id",
    "label-2": "fr simple text with id 2",
    "div_9:span": "fr simple text within div",
    "div_9:span_1": "fr simple text within div 2",
    "div_9:div_2:div": "fr great grandchild text within div",
    "div_10:text": " fr simple text as the first element in div ",
    "div_10:span_1": "fr simple text within div",
    "div_10:text_2": " fr simple text in the middle of div ",
    "div_10:span_3": "fr simple text within div 2",
    "div_10:div_4:div": "fr great grandchild text within div",
    "div_10:text_5": " fr simple text at the last element in div ",
    "toplevel-div:span": "fr simple text within div",
    "toplevel-div:span_1": "fr simple text within div 2",
    "third-level-div": "fr great grandchild text within div",
    "second-level-div:div_1": "fr great grandchild text within div without id",
    "div_12:ul:li": "fr line item without id 1",
    "div_12:ul:li_1": "fr line item without id 2",
    "div_12:ul:li_2": "fr line item without id 3",
    "line-items:li": "fr line item with id 1",
    "line-items:li_1": "fr line item with id 2",
    "line-items:li_2": "fr line item with id 3",
    "p_13": [
      "fr A paragraph with {1} is converted to {2}.",
      "fr parameters",
      "fr <i18n-format>"
    ],
    "paragraph": [
      "fr A paragraph with {1} is converted to {2}.",
      "fr id",
      "fr <i18n-format>"
    ],
    "text_15": " fr outermost text at the end "
  },
  "text-attribute-element": {
    "meta": {
      "locales": [
        "fr"
      ]
    },
    "model": {},
    "span_4": "text"
  },
  "bundle": true
}