|
|
@@ -1,33 +1,75 @@
|
|
|
const items = {
|
|
|
- dict: "字典",
|
|
|
- "dict.fields.sn.label": "序号",
|
|
|
- "dict.fields.word.label": "单词",
|
|
|
- "dict.fields.type.label": "类型",
|
|
|
- "dict.fields.grammar.label": "语法信息",
|
|
|
- "dict.fields.parent.label": "词干",
|
|
|
- "dict.fields.meaning.label": "意思",
|
|
|
- "dict.fields.factors.label": "组份",
|
|
|
- "dict.fields.factormeaning.label": "组份意思",
|
|
|
- "dict.fields.note.label": "注释",
|
|
|
- "dict.fields.confidence.label": "信心指数",
|
|
|
- "dict.fields.dictname.label": "字典名称",
|
|
|
- "dict.fields.type.n.label": "名词",
|
|
|
- "dict.fields.type.ti.label": "三性",
|
|
|
- "dict.fields.type.v.label": "动词",
|
|
|
- "dict.fields.type.ind.label": "不变",
|
|
|
- "dict.fields.type.m.label": "阳",
|
|
|
- "dict.fields.type.nt.label": "中",
|
|
|
- "dict.fields.type.f.label": "阴",
|
|
|
- "dict.fields.type.sg.label": "单数",
|
|
|
- "dict.fields.type.pl.label": "复数",
|
|
|
- "dict.fields.type.nom.label": "主格",
|
|
|
- "dict.fields.type.acc.label": "宾格",
|
|
|
- "dict.fields.type.gen.label": "属格",
|
|
|
- "dict.fields.type.dat.label": "为格",
|
|
|
- "dict.fields.type.inst.label": "工具格",
|
|
|
- "dict.fields.type.voc.label": "呼格",
|
|
|
- "dict.fields.type.abl.label": "来源格",
|
|
|
- "dict.fields.type.base.label": "词干",
|
|
|
+ dict: "字典",
|
|
|
+ "dict.fields.sn.label": "序号",
|
|
|
+ "dict.fields.word.label": "单词",
|
|
|
+ "dict.fields.type.label": "类型",
|
|
|
+ "dict.fields.grammar.label": "语法信息",
|
|
|
+ "dict.fields.parent.label": "词干",
|
|
|
+ "dict.fields.meaning.label": "意思",
|
|
|
+ "dict.fields.factors.label": "组份",
|
|
|
+ "dict.fields.factormeaning.label": "组份意思",
|
|
|
+ "dict.fields.note.label": "注释",
|
|
|
+ "dict.fields.confidence.label": "信心指数",
|
|
|
+ "dict.fields.dictname.label": "字典名称",
|
|
|
+ "dict.fields.type.n.label": "名词",
|
|
|
+ "dict.fields.type.ti.label": "三性",
|
|
|
+ "dict.fields.type.v.label": "动词",
|
|
|
+ "dict.fields.type.ind.label": "不变",
|
|
|
+ "dict.fields.type.m.label": "阳",
|
|
|
+ "dict.fields.type.nt.label": "中",
|
|
|
+ "dict.fields.type.f.label": "阴",
|
|
|
+ "dict.fields.type.sg.label": "单数",
|
|
|
+ "dict.fields.type.pl.label": "复数",
|
|
|
+ "dict.fields.type.nom.label": "主格",
|
|
|
+ "dict.fields.type.acc.label": "宾格",
|
|
|
+ "dict.fields.type.gen.label": "属格",
|
|
|
+ "dict.fields.type.dat.label": "为格",
|
|
|
+ "dict.fields.type.inst.label": "工具格",
|
|
|
+ "dict.fields.type.voc.label": "呼格",
|
|
|
+ "dict.fields.type.abl.label": "来源格",
|
|
|
+ "dict.fields.type.base.label": "词干",
|
|
|
+ "dict.fields.type.imp.label": "命令",
|
|
|
+ "dict.fields.type.cond.label": "条件",
|
|
|
+ "dict.fields.type.opt.label": "愿望",
|
|
|
+ "dict.fields.type.pres.label": "现",
|
|
|
+ "dict.fields.type.aor.label": "过",
|
|
|
+ "dict.fields.type.pf.label": "完",
|
|
|
+ "dict.fields.type.fut.label": "将",
|
|
|
+ "dict.fields.type.act.label": "主",
|
|
|
+ "dict.fields.type.refl.label": "反",
|
|
|
+ "dict.fields.type.1p.label": "第一",
|
|
|
+ "dict.fields.type.2p.label": "第二",
|
|
|
+ "dict.fields.type.3p.label": "第三",
|
|
|
+ "dict.fields.type.prp.label": "现分",
|
|
|
+ "dict.fields.type.prpp.label": "被现分",
|
|
|
+ "dict.fields.type.pp.label": "过分",
|
|
|
+ "dict.fields.type.ppa.label": "主过分",
|
|
|
+ "dict.fields.type.ppp.label": "被过分",
|
|
|
+ "dict.fields.type.futp.label": "未分",
|
|
|
+ "dict.fields.type.fpa.label": "主未分",
|
|
|
+ "dict.fields.type.fpp.label": "未被分",
|
|
|
+ "dict.fields.type.grd.label": "义务",
|
|
|
+ "dict.fields.type.pass.label": "被动",
|
|
|
+ "dict.fields.type.caus.label": "使役",
|
|
|
+ "dict.fields.type.desid.label": "意欲",
|
|
|
+ "dict.fields.type.intens.label": "强意",
|
|
|
+ "dict.fields.type.denom.label": "名动",
|
|
|
+ "dict.fields.type.ger.label": "连续",
|
|
|
+ "dict.fields.type.abs.label": "绝对",
|
|
|
+ "dict.fields.type.inf.label": "不定",
|
|
|
+ "dict.fields.type.adj.label": "形",
|
|
|
+ "dict.fields.type.pron.label": "代",
|
|
|
+ "dict.fields.type.num.label": "数",
|
|
|
+ "dict.fields.type.adv.label": "副",
|
|
|
+ "dict.fields.type.conj.label": "连",
|
|
|
+ "dict.fields.type.prep.label": "介",
|
|
|
+ "dict.fields.type.interj.label": "感叹",
|
|
|
+ "dict.fields.type.pre.label": "前缀",
|
|
|
+ "dict.fields.type.suf.label": "后缀",
|
|
|
+ "dict.fields.type.end.label": "语尾",
|
|
|
+ "dict.fields.type.part.label": "合",
|
|
|
+ "dict.fields.type.un.label": "连音",
|
|
|
+ "dict.fields.type.none.label": "无",
|
|
|
};
|
|
|
|
|
|
export default items;
|