UNPKG

i18n-element

Version:

I18N Base Element for lit-html and Polymer

138 lines 2.83 kB
{ "meta": {}, "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 ] ] }