local data = {}
data.cat_type = {
C = "topics",
c = "topics",
cat = "categorize",
categorize = "categorize",
catlangcode = "topics",
catlangname = "catlangname",
cln = "catlangname",
top = "topics",
topic = "topics",
topics = "topics",
}
data.non_lemma_type = {
s = "giản thể", simp = "giản thể", simplified = "giản thể",
fs = "the former (1964–1986) first-round simplified",
fsv = "the former (1964–1986) first-round simplified and variant",
ss = "the second-round simplified",
ssv = "the second-round simplified and variant",
ssvt = "the second-round simplified and variant traditional",
ssa = "the second-round simplified and ancient",
sgs = "the former (1969–1976) Singaporean simplified",
sgsv = "the former (1969–1976) Singaporean simplified and variant",
sgss = "the former (1969–1976) Singaporean simplified and second-round simplified",
sgssv = "the former (1969–1976) Singaporean simplified, second-round simplified<span class=\"serial-comma\">,</span> and variant",
rocs = "the former (1935–1936) ROC simplified", -- 第一批簡體字表
rocsv = "the former (1935–1936) ROC simplified and variant",
rocsa = "the former (1935–1936) ROC simplified and ancient",
rocss = "the former (1935–1936) ROC simplified and second-round simplified",
rocssv = "the former (1935–1936) ROC simplified, second-round simplified<span class=\"serial-comma\">,</span> and variant",
rocsgs = "the former (1935–1936) ROC simplified and former (1969–1976) Singaporean simplified",
rocsgsv = "the former (1935–1936) ROC simplified, former (1969–1976) Singaporean simplified<span class=\"serial-comma\">,</span> and variant",
rocsgssv = "the former (1935–1936) ROC simplified, former (1969–1976) Singaporean simplified, second-round simplified<span class=\"serial-comma\">,</span> and variant",
rocfs = "the former (1935–1936) ROC simplified and former (1964–1986) first-round simplified",
rocfsv = "the former (1935–1936) ROC simplified, former (1964–1986) first-round simplified<span class=\"serial-comma\">,</span> and variant",
rocfsgs = "the former (1935–1936) ROC simplified, former (1964–1986) first-round simplified<span class=\"serial-comma\">,</span> and former (1969–1976) Singaporean simplified",
rocfsgsv = "the former (1935–1936) ROC simplified, former (1964–1986) first-round simplified, former (1969–1976) Singaporean simplified<span class=\"serial-comma\">,</span> and variant",
rocfsgssv = "the former (1935–1936) ROC simplified, former (1964–1986) first-round simplified, former (1969–1976) Singaporean simplified, second-round simplified<span class=\"serial-comma\">,</span> and variant",
ds = "the draft (1955) first-round simplified", -- 漢字簡化方案草案
dsv = "the draft (1955) first-round simplified and variant",
dss = "the draft (1955) first-round simplified and second-round simplified",
dssv = "the draft (1955) first-round simplified, second-round simplified<span class=\"serial-comma\">,</span> and variant",
dsgs = "the draft (1955) first-round simplified and former (1969–1976) Singaporean simplified",
dsgsv = "the draft (1955) first-round simplified, former (1969–1976) Singaporean simplified<span class=\"serial-comma\">,</span> and variant",
dsgssv = "the draft (1955) first-round simplified, former (1969–1976) Singaporean simplified, second-round simplified<span class=\"serial-comma\">,</span> and variant",
rocds = "the former (1935–1936) ROC simplified and draft (1955) first-round simplified",
rocdsv = "the former (1935–1936) ROC simplified, draft (1955) first-round simplified<span class=\"serial-comma\">,</span> and variant",
rocdss = "the former (1935–1936) ROC simplified, draft (1955) first-round simplified<span class=\"serial-comma\">,</span> and second-round simplified",
rocdssv = "the former (1935–1936) ROC simplified, draft (1955) first-round simplified, second-round simplified<span class=\"serial-comma\">,</span> and variant",
rocdsgs = "the former (1935–1936) ROC simplified, draft (1955) first-round simplified<span class=\"serial-comma\">,</span> and former (1969–1976) Singaporean simplified",
rocdsgsv = "the former (1935–1936) ROC simplified, draft (1955) first-round simplified, former (1969–1976) Singaporean simplified<span class=\"serial-comma\">,</span> and variant",
rocdsgssv = "the former (1935–1936) ROC simplified, draft (1955) first-round simplified, former (1969–1976) Singaporean simplified, second-round simplified<span class=\"serial-comma\">,</span> and variant",
rocdsgssa = "the former (1935–1936) ROC simplified, draft (1955) first-round simplified, former (1969–1976) Singaporean simplified, second-round simplified<span class=\"serial-comma\">,</span> and ancient",
ns = "giản thể không chính thức",
a = "an ancient", ancient = "an ancient",
o = "an obsolete", obsolete = "an obsolete",
v = "a variant", var = "a variant", variant = "a variant",
vt = "a variant traditional",
av = "an ancient variant",
is = "an Internet slang variant",
sv = "the simplified and variant",
sa = "the simplified and ancient",
svt = "the simplified and variant traditional",
hv = "recorded in one or more historical dictionaries as a variant",
hdv = "recorded in one or more historical dictionaries as a variant",
hduo = "recorded in one or more historical dictionaries as an unorthodox",
ha = "recorded in one or more historical dictionaries as an ancient",
hda = "recorded in one or more historical dictionaries as an ancient",
poj = "the [[Pe̍h-ōe-jī]]",
trc = "the [[w:Taiwanese Southern Min Recommended Characters|Taiwanese Hokkien recommended]]",
err = "an erroneous or mistaken", -- 訛字
all = "a simplified, obsolete or variant",
}
data.categorize = {
"simplified",
"obsolete",
"variant",
}
return data