aboutsummaryrefslogtreecommitdiff
path: root/test/data/dictionaries/valid-dictionary1/term_bank_1.json
blob: 0d94d6d1a95011a52fd8a0458cc46d4ebb1d916a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
[
    ["打", "だ", "n", "n", 1, ["da definition 1", "da definition 2"], 1, "E1"],
    ["打", "ダース", "n abbr", "n", 1, ["daasu definition 1", "daasu definition 2"], 2, "E1"],
    ["打つ", "うつ", "vt", "v5", 10, ["utsu definition 1", "utsu definition 2"], 3, "P E1"],
    ["打つ", "うつ", "vt", "v5", 1,  ["utsu definition 3", "utsu definition 4"], 3, "P E2"],
    ["打つ", "ぶつ", "vt", "v5", 10, ["butsu definition 1", "butsu definition 2"], 3, "P E1"],
    ["打つ", "ぶつ", "vt", "v5", 1,  ["butsu definition 3", "butsu definition 4"], 3, "P E2"],
    ["打ち込む", "うちこむ", "vt", "v5", 10, ["uchikomu definition 1", "uchikomu definition 2"], 4, "P E1"],
    ["打ち込む", "うちこむ", "vt", "v5", 1,  ["uchikomu definition 3", "uchikomu definition 4"], 4, "P E2"],
    ["打ち込む", "ぶちこむ", "vt", "v5", 10, ["buchikomu definition 1", "buchikomu definition 2"], 4, "P E1"],
    ["打ち込む", "ぶちこむ", "vt", "v5", 1,  ["buchikomu definition 3", "buchikomu definition 4"], 4, "P E2"],
    ["画像", "がぞう", "n", "n", 1, ["gazou definition 1", {"type": "image", "path": "image.gif", "width": 350, "height": 350, "description": "gazou definition 2", "pixelated": true}], 5, "P E1"],
    ["読む", "よむ", "vt", "v5", 100, ["to read"], 6, "P E1"],
    ["強み", "つよみ", "n", "n", 90, ["strong point"], 7, "P E1"],
    ["テキスト", "テキスト", "n", "n", 1, ["text definition 1", {"type": "text", "text": "text definition 2"}], 8, "P E1"],
    ["お手前", "おてまえ", "n", "n", 1, ["otemae definition"], 9, ""],
    ["番号", "ばんごう", "n", "n", 1, ["bangou definition"], 10, ""],
    ["中腰", "ちゅうごし", "n", "n", 1, ["chuugoshi definition"], 11, ""],
    ["所業", "しょぎょう", "n", "n", 1, ["shogyouu definition"], 12, ""],
    ["土木工事", "どぼくこうじ", "n", "n", 1, ["dobokukouji definition"], 13, ""],
    [
        "内容", "ないよう", "n", "n", 35,
        [
            "naiyou definition 1",
            {"type": "structured-content", "content": "naiyou definition 2"},
            {"type": "structured-content", "content": ["naiyou definition 3"]},
            {"type": "structured-content", "content": {"tag": "img", "path": "image.gif", "width": 35, "height": 35, "pixelated": true}},
            {"type": "structured-content", "content": [
                "naiyou definition 5: ",
                {"tag": "img", "path": "image.gif", "width": 35, "height": 35, "pixelated": true, "collapsible": false},
                "\nmore content 1: ",
                {"tag": "img", "path": "image.gif", "width": 35, "height": 35, "pixelated": true, "collapsible": true},
                "\nmore content 2: ",
                {"tag": "img", "path": "image.gif", "width": 35, "height": 35, "pixelated": true, "collapsible": false, "collapsed": false, "verticalAlign": "middle"},
                " and ",
                {"tag": "img", "path": "image.gif", "width": 35, "height": 35, "pixelated": true, "collapsible": false, "collapsed": true},
                " and ",
                {"tag": "img", "path": "image.gif", "width": 1, "height": 1, "pixelated": true, "collapsible": false, "collapsed": false, "sizeUnits": "em"}
            ]},
            {"type": "structured-content", "content": [
                "naiyou definition 6: ",
                {"tag": "ruby", "content": ["内", {"tag": "rp", "content": "("}, {"tag": "rt", "content": "ない"}, {"tag": "rp", "content": ")"}]},
                {"tag": "ruby", "content": ["容", {"tag": "rp", "content": "("}, {"tag": "rt", "content": "よう"}, {"tag": "rp", "content": ")"}]}
            ]},
            {"type": "structured-content", "content": [
                "imageRendering=auto: ",
                {"tag": "img", "path": "character.gif", "width": 1, "height": 1, "imageRendering": "auto", "collapsible": false, "collapsed": false, "sizeUnits": "em"},
                "莢 ",
                {"tag": "img", "path": "character.gif", "width": 1, "height": 1, "imageRendering": "auto", "background": false, "collapsible": false, "collapsed": false, "sizeUnits": "em"},
                "莢 ",
                {"tag": "img", "path": "character.gif", "width": 1, "height": 1, "imageRendering": "auto", "background": false, "appearance": "monochrome", "collapsible": false, "collapsed": false, "sizeUnits": "em"},
                "莢\n",
                "imageRendering=pixelated: ",
                {"tag": "img", "path": "character.gif", "width": 1, "height": 1, "imageRendering": "pixelated", "collapsible": false, "collapsed": false, "sizeUnits": "em"},
                "莢 ",
                {"tag": "img", "path": "character.gif", "width": 1, "height": 1, "imageRendering": "pixelated", "background": false, "collapsible": false, "collapsed": false, "sizeUnits": "em"},
                "莢 ",
                {"tag": "img", "path": "character.gif", "width": 1, "height": 1, "imageRendering": "pixelated", "background": false, "appearance": "monochrome", "collapsible": false, "collapsed": false, "sizeUnits": "em"},
                "莢\n",
                "imageRendering=crisp-edges: ",
                {"tag": "img", "path": "character.gif", "width": 1, "height": 1, "imageRendering": "crisp-edges", "collapsible": false, "collapsed": false, "sizeUnits": "em"},
                "莢 ",
                {"tag": "img", "path": "character.gif", "width": 1, "height": 1, "imageRendering": "crisp-edges", "background": false, "collapsible": false, "collapsed": false, "sizeUnits": "em"},
                "莢 ",
                {"tag": "img", "path": "character.gif", "width": 1, "height": 1, "imageRendering": "crisp-edges", "background": false, "appearance": "monochrome", "collapsible": false, "collapsed": false, "sizeUnits": "em"},
                "莢\n"
            ]},
            {"type": "structured-content", "content": [
                "Imgae aspect ratio tests:\nあ",
                {"tag": "img", "path": "character2.gif", "height": 1.1, "imageRendering": "crisp-edges", "appearance": "monochrome", "background": false, "sizeUnits": "em", "collapsed": false, "collapsible": false},
                "あ\nあ",
                {"tag": "img", "path": "character2.gif", "width": 0.4125, "imageRendering": "crisp-edges", "appearance": "monochrome", "background": false, "sizeUnits": "em", "collapsed": false, "collapsible": false},
                "あ\nあ",
                {"tag": "img", "path": "character3.gif", "width": 1.1, "imageRendering": "crisp-edges", "appearance": "monochrome", "background": false, "sizeUnits": "em", "collapsed": false, "collapsible": false},
                "あ\nあ",
                {"tag": "img", "path": "character3.gif", "height": 0.4125, "imageRendering": "crisp-edges", "appearance": "monochrome", "background": false, "sizeUnits": "em", "collapsed": false, "collapsible": false},
                "あ"
            ]},
            {"type": "structured-content", "content": [
                {"tag": "div", "style": {"fontStyle": "normal"}, "content": "fontStyle:normal"},
                {"tag": "div", "style": {"fontStyle": "italic"}, "content": "fontStyle:italic"},
                {"tag": "div", "style": {"fontWeight": "normal"}, "content": "fontWeight:normal"},
                {"tag": "div", "style": {"fontWeight": "bold"}, "content": "fontWeight:bold"},
                {"tag": "div", "style": {"fontSize": "xx-small"}, "content": "fontSize:xx-small"},
                {"tag": "div", "style": {"fontSize": "x-small"}, "content": "fontSize:x-small"},
                {"tag": "div", "style": {"fontSize": "small"}, "content": "fontSize:small"},
                {"tag": "div", "style": {"fontSize": "medium"}, "content": "fontSize:medium"},
                {"tag": "div", "style": {"fontSize": "large"}, "content": "fontSize:large"},
                {"tag": "div", "style": {"fontSize": "x-large"}, "content": "fontSize:x-large"},
                {"tag": "div", "style": {"fontSize": "xx-large"}, "content": "fontSize:xx-large"},
                {"tag": "div", "style": {"fontSize": "xxx-large"}, "content": "fontSize:xxx-large"},
                {"tag": "div", "style": {"textDecorationLine": "none"}, "content": "textDecorationLine:none "},
                {"tag": "div", "style": {"textDecorationLine": "underline"}, "content": "textDecorationLine:underline "},
                {"tag": "div", "style": {"textDecorationLine": "overline"}, "content": "textDecorationLine:overline "},
                {"tag": "div", "style": {"textDecorationLine": "line-through"}, "content": "textDecorationLine:line-through "},
                {"tag": "div", "style": {"textDecorationLine": ["underline", "overline", "line-through"]}, "content": "textDecorationLine:[underline,overline,line-through] "},
                {"tag": "div", "content": ["baseline ", {"tag": "span", "style": {"verticalAlign": "baseline"}, "content": "verticalAlign:baseline "}]},
                {"tag": "div", "content": ["baseline ", {"tag": "span", "style": {"verticalAlign": "sub"}, "content": "verticalAlign:sub "}]},
                {"tag": "div", "content": ["baseline ", {"tag": "span", "style": {"verticalAlign": "super"}, "content": "verticalAlign:super "}]},
                {"tag": "div", "content": ["baseline ", {"tag": "span", "style": {"verticalAlign": "text-top"}, "content": "verticalAlign:text-top "}]},
                {"tag": "div", "content": ["baseline ", {"tag": "span", "style": {"verticalAlign": "text-bottom"}, "content": "verticalAlign:text-bottom "}]},
                {"tag": "div", "content": ["baseline ", {"tag": "span", "style": {"verticalAlign": "middle"}, "content": "verticalAlign:middle "}]},
                {"tag": "div", "content": ["baseline ", {"tag": "span", "style": {"verticalAlign": "top"}, "content": "verticalAlign:top "}]},
                {"tag": "div", "content": ["baseline ", {"tag": "span", "style": {"verticalAlign": "bottom"}, "content": "verticalAlign:bottom "}]}
            ]},
            {"type": "structured-content", "content": [
                "br",
                {"tag": "br"},
                "br"
            ]},
            {"type": "structured-content", "content": [
                {"tag": "table", "content": [
                    {"tag": "thead", "content": [
                        {"tag": "tr", "content": [
                            {"tag": "th", "content": "Header 1"},
                            {"tag": "th", "content": "Header 2"},
                            {"tag": "th", "content": "Header 3"},
                            {"tag": "th", "content": "Header 4"}
                        ]}
                    ]},
                    {"tag": "tbody", "content": [
                        {"tag": "tr", "content": [
                            {"tag": "td", "content": "Cell A1"},
                            {"tag": "td", "content": "Cell B1"},
                            {"tag": "td", "content": "Cell C1"},
                            {"tag": "td", "content": "Cell D1"}
                        ]},
                        {"tag": "tr", "content": [
                            {"tag": "td", "content": "Cell A2"},
                            {"tag": "td", "content": "Cell B2"},
                            {"tag": "td", "content": "Cell C2:D2", "colSpan": 2}
                        ]},
                        {"tag": "tr", "content": [
                            {"tag": "td", "content": "Cell A3"},
                            {"tag": "td", "content": "Cell B3\nCell B4", "rowSpan": 2},
                            {"tag": "td", "content": "Cell C3:D3\nCell C4:D4", "rowSpan": 2, "colSpan": 2}
                        ]},
                        {"tag": "tr", "content": [
                            {"tag": "td", "content": "Cell A4"}
                        ]}
                    ]},
                    {"tag": "tfoot", "content": [
                        {"tag": "tr", "content": [
                            {"tag": "th", "content": "Footer 1"},
                            {"tag": "th", "content": "Footer 2"},
                            {"tag": "th", "content": "Footer 3"},
                            {"tag": "th", "content": "Footer 4"}
                        ]}
                    ]}
                ]}
            ]},
            {"type": "structured-content", "content": [
                "margin",
                {
                    "tag": "div",
                    "style": {
                        "marginTop": 1,
                        "marginLeft": 1,
                        "marginRight": 1,
                        "marginBottom": 1
                    },
                    "content": [
                        "inner"
                    ]
                },
                "margin"
            ]},
            {"type": "structured-content", "content": [
                "text 1 ",
                {
                    "tag": "span",
                    "data": {
                        "": "empty",
                        "a": "b",
                        "c": "d"
                    },
                    "content": [
                        "text 2"
                    ]
                },
                " text 3"
            ]}
        ],
        100, "P E1"
    ]
]