UNPKG

i18n-element

Version:

I18N Base Element for lit-html and Polymer

1,177 lines 32.1 kB
{ "advanced-binding-element": { "meta": { "locales": [ "fr" ] }, "model": { "aria-attributes": { "title": "tooltip text", "aria-label": "aria label text", "aria-valuetext": "aria value text" } }, "annotated-format": [ "{{parts.2}}", "{{parts.3}}", "string parameter" ], "span_5": [ "{1} {2}", "{{parts.6}}", "{{parts.7}}" ], "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": [ "updated: {1}, by: \n {2}\n xxx\n {3}\n {4}\n {5}\n hello ", "{{parts.0}}", "{{parts.1}}", "{{parts.2}}", "abc", "{{parts.3}}" ], "item-update": [ "updated: {1}, by: \n {2}\n xxx\n {3}\n {4}\n {5}\n hello\n {6}\n {7}\n {8} ", "{{parts.4}}", "{{parts.5}}", "{{parts.6}}", "abc", "{{parts.7}}", "{{parts.8}}", "{{parts.9}}", "{{parts.10}}" ], "item-update3": [ "updated: {1}, by: \n {2}\n xxx\n {3}\n {4}\n {5}\n hello ", "{{parts.11}}", "{{parts.12}}", "{{parts.13}}", "abc", "{{parts.14}}" ], "item-update4": [ "updated: {1}, by: \n {2}\n xxx\n {3}\n {4}\n {5}\n hello ", "{{parts.15}}", "{{parts.16}}", "{{parts.17}}", "abc", "{{parts.18}}" ], "paragraph": [ "A paragraph with \n {1}\n is converted to \n {2}. ", "{{parts.19}}", "<i18n-format>" ], "paragraph2": [ "A paragraph with deep \n {1}\n is {2} converted to \n {3}.\n {4}\n {5}\n {6} ", "{{parts.20}}", "not", "<i18n-format>", "{{parts.21}}", "{{parts.22}}", "{{parts.23}}" ], "authors": [ { "name": "Joe" }, { "name": "Alice" } ], "updated": "Jan 1st, 2016", "parameters": [ "parameter 1", "parameter 2" ], "if-content": "IF CONTENT", "if-content2": "IF CONTENT 2", "if": "IF", "content": "CONTENT" }, "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 ", "{{parts.0}}", "{{parts.1}}" ], "h1_3": [ "outermost header 1 with {1} and {2} variables", "{{parts.2}}", "{{parts.3}}" ], "text_4": [ " outermost text in the middle with {1} and {2} variables ", "{{parts.4}}", "{{parts.5}}" ], "span_5": [ "simple text without id with {1} and {2} variables", "{{parts.6}}", "{{parts.7}}" ], "span_6": [ "simple text without id 2 with {1} and {2} variables", "{{parts.8}}", "{{parts.9}}" ], "label-1": [ "simple text with id and {1} and {2} variables", "{{parts.10}}", "{{parts.11}}" ], "label-2": [ "simple text with id and {1} and {2} variables 2", "{{parts.12}}", "{{parts.13}}" ], "div_9:span": [ "simple text within div with {1} and {2} variables", "{{parts.14}}", "{{parts.15}}" ], "div_9:span_1": [ "simple text within div with {1} and {2} variables 2", "{{parts.16}}", "{{parts.17}}" ], "div_9:div_2:div": [ "great grandchild text within div with {1} and {2} variables", "{{parts.18}}", "{{parts.19}}" ], "div_10:text": [ " simple text as the first element in div with {1} and {2} variables ", "{{parts.20}}", "{{parts.21}}" ], "div_10:span_1": [ "simple text within div with {1} and {2} variables", "{{parts.22}}", "{{parts.23}}" ], "div_10:text_2": [ " simple text in the middle of div with {1} and {2} variables ", "{{parts.24}}", "{{parts.25}}" ], "div_10:span_3": [ "simple text within div with {1} and {2} variables 2", "{{parts.26}}", "{{parts.27}}" ], "div_10:div_4:div": [ "great grandchild text within div with {1} and {2} variables", "{{parts.28}}", "{{parts.29}}" ], "div_10:text_5": [ " simple text at the last element in div with {1} and {2} variables ", "{{parts.30}}", "{{parts.31}}" ], "toplevel-div:span": [ "simple text within div with {1} and {2} variables", "{{parts.32}}", "{{parts.33}}" ], "toplevel-div:span_1": [ "simple text within div 2 with {1} and {2} variables", "{{parts.34}}", "{{parts.35}}" ], "third-level-div": [ "great grandchild text within div with {1} and {2} variables", "{{parts.36}}", "{{parts.37}}" ], "second-level-div:div_1": [ "great grandchild text within div without id with {1} and {2} variables", "{{parts.38}}", "{{parts.39}}" ], "div_12:ul:li": [ "line item without id 1 with {1} and {2} variables", "{{parts.40}}", "{{parts.41}}" ], "div_12:ul:li_1": [ "line item without id 2 with {1} and {2} variables", "{{parts.42}}", "{{parts.43}}" ], "div_12:ul:li_2": [ "line item without id 3 with {1} and {2} variables", "{{parts.44}}", "{{parts.45}}" ], "line-items:li": [ "line item with id 1 with {1} and {2} variables", "{{parts.46}}", "{{parts.47}}" ], "line-items:li_1": [ "line item with id 2 with {1} and {2} variables", "{{parts.48}}", "{{parts.49}}" ], "line-items:li_2": [ "line item with id 3 with {1} and {2} variables", "{{parts.50}}", "{{parts.51}}" ], "p_13": [ "A paragraph with {1} is converted to {2}.", "{{parts.52}}", "{{parts.53}}" ], "paragraph": [ "A paragraph with {1}, {2}, and {3} is converted to {4}.", "id", "{{parts.54}}", "{{parts.55}}", "<i18n-format>" ], "text_15": [ " outermost text at the end with {1} and {2} variables ", "{{parts.56}}", "{{parts.57}}" ] }, "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 " }, "get-message": { "meta": { "locales": [ "ja" ] }, "model": {}, "div": "message" }, "get-message2": { "meta": { "locales": [ "ja" ] }, "model": {}, "div": "message 2" }, "item-element": { "meta": { "locales": [ "fr" ] }, "model": {}, "label": "A" }, "lit-clock": { "meta": { "locales": [ "ja" ] }, "model": { "target": { "i18n-target-attr": "I18N target attribute value", "i18n-target-attr2": [ "I18N target with {1} and {2}", "{{parts.5}}", "{{parts.6}}" ] } }, "target": [ "Time: {1}:{2}", "{{parts.7}}", "{{parts.8}}" ] }, "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." }, "{{parts.1 - 1}}", "{{parts.2}}", "{{parts.3}}", "{{parts.4}}", "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" }, "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}", "{{parts.5}}", "{{parts.6}}", "{{parts.7}}", "{{parts.8}}" ], "custom-text-attr5": [ "{1} custom-text-attr5 attribute with param {2} and param {3}", "{{parts.9}}", "{{parts.10}}", "{{parts.11}}" ], "i18n-target": [ "i18n-target attribute with param {1} and param {2}", "{{parts.12}}", "{{parts.13}}" ], "i18n-target2": [ "i18n-target2 attribute with param {1} and param {2}", "{{parts.14}}", "{{parts.15}}" ] }, "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", "pie-chart-options": { "title": "Distribution of days in 2001H1" }, "pie-chart-cols": [ { "label": "Month", "type": "string" }, { "label": "Days", "type": "number" } ], "pie-chart-rows": [ [ "Jan", 31 ], [ "Feb", 28 ], [ "Mar", 31 ], [ "Apr", 30 ], [ "May", 31 ], [ "Jun", 30 ] ], "column-chart-options": { "title": "Inventory" }, "column-chart-data": [ [ "Year", "Things", "Stuff" ], [ "2004", 1000, 400 ], [ "2005", 1170, 460 ], [ "2006", 660, 1120 ], [ "2007", 1030, 540 ] ] }, "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" }, "world-clock-container": { "meta": { "locales": [ "ja" ] }, "model": {}, "div_1": "World Clocks", "compound-format-text": [ { "0": "No timezones", "1": "Only 1 timezone for {2} is shown.", "one": "{1} timezone other than {2} is shown.", "other": "{1} timezones other than {2} are shown." }, "{{parts.1 - 1}}", "{{parts.2}}" ] }, "world-clock": { "meta": { "locales": [ "ja" ] }, "model": {}, "div_1": [ " Timezone: GMT{1}\n {2}\n {3} ", "{{parts.0}}", "-1h", "+1h" ] }, "bundle": true }