grammar.php 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. <?php
  2. return [
  3. /*
  4. |--------------------------------------------------------------------------
  5. | site Language Lines
  6. |--------------------------------------------------------------------------
  7. |
  8. |
  9. */
  10. 'n' => '名词',
  11. 'n.short' => '名',
  12. 'ti' => '三性',
  13. 'ti.short' => '三',
  14. 'v' => '动词',
  15. 'v.short' => '动',
  16. 'v:ind' => '动不变',
  17. 'v:ind.short' => '动不变',
  18. 'ind' => '不变',
  19. 'ind.short' => '不',
  20. 'm' => '阳性',
  21. 'm.short' => '阳',
  22. 'nt' => '中性',
  23. 'nt.short' => '中',
  24. 'f' => '阴性',
  25. 'f.short' => '阴',
  26. 'sg' => '单数',
  27. 'sg.short' => '单',
  28. 'pl' => '复数',
  29. 'pl.short' => '复',
  30. 'nom' => '主格',
  31. 'nom.short' => '主',
  32. 'acc' => '宾格',
  33. 'acc.short' => '宾',
  34. 'gen' => '属格',
  35. 'gen.short' => '属',
  36. 'dat' => '为格',
  37. 'dat.short' => '为',
  38. 'inst' => '工具格',
  39. 'inst.short' => '具',
  40. 'voc' => '呼格',
  41. 'voc.short' => '呼',
  42. 'abl' => '来源格',
  43. 'abl.short' => '源',
  44. 'loc' => '处格',
  45. 'loc.short' => '处',
  46. 'base' => '词干',
  47. 'base.short' => '干',
  48. 'imp' => '命令',
  49. 'imp.short' => '命令',
  50. 'cond' => '条件',
  51. 'cond.short' => '条件',
  52. 'opt' => '愿望',
  53. 'opt.short' => '愿望',
  54. 'pres' => '现',
  55. 'pres.short' => '现',
  56. 'aor' => '过',
  57. 'aor.short' => '过',
  58. 'pf' => '完',
  59. 'pf.short' => '完',
  60. 'fut' => '将',
  61. 'fut.short' => '将',
  62. 'act' => '主动',
  63. 'act.short' => '主动',
  64. 'refl' => '反照',
  65. 'refl.short' => '反',
  66. '1p' => '第一',
  67. '1p.short' => '一',
  68. '2p' => '第二',
  69. '2p.short' => '二',
  70. '3p' => '第三',
  71. '3p.short' => '三',
  72. 'prp' => '现在分词',
  73. 'prp.short' => '现分',
  74. 'prpp' => '被动现在分词',
  75. 'prpp.short' => '被现分',
  76. 'pp' => '过去分词',
  77. 'pp.short' => '过分',
  78. 'ppa' => '主过分',
  79. 'ppa.short' => '主过分',
  80. 'ppp' => '被过分',
  81. 'ppp.short' => '被过分',
  82. 'futp' => '未来分词',
  83. 'futp.short' => '未分',
  84. 'fpa.short' => '主未分',
  85. 'grd' => '义务',
  86. 'grd.short' => '义务',
  87. 'pass' => '被动',
  88. 'pass.short' => '被动',
  89. 'caus' => '使役',
  90. 'caus.short' => '使役',
  91. 'desid' => '意欲',
  92. 'desid.short' => '意欲',
  93. 'intens' => '强意',
  94. 'intens.short' => '强意',
  95. 'denom' => '名动',
  96. 'denom.short' => '名动',
  97. 'ger' => '连续',
  98. 'ger.short' => '连续',
  99. 'abs' => '绝对',
  100. 'abs.short' => '绝对',
  101. 'inf' => '不定',
  102. 'inf.short' => '不定',
  103. 'adj' => '形容词',
  104. 'adj.short' => '形',
  105. 'pron' => '代词',
  106. 'pron.short' => '代',
  107. 'num' => '数词',
  108. 'num.short' => '数',
  109. 'adv' => '副词',
  110. 'adv.short' => '副',
  111. 'conj' => '连词',
  112. 'conj.short' => '连',
  113. 'prep' => '介词',
  114. 'prep.short' => '介',
  115. 'interj' => '感叹',
  116. 'interj.short' => '感',
  117. 'pre' => '前缀',
  118. 'pre.short' => '前',
  119. 'suf' => '后缀',
  120. 'suf.short' => '后',
  121. 'end' => '语尾',
  122. 'end.short' => '尾',
  123. 'part' => '组份',
  124. 'part.short' => '合',
  125. 'un' => '连音',
  126. 'un.short' => '连音',
  127. 'none' => '无',
  128. 'none.short' => '_',
  129. 'null' => '空',
  130. 'null.short' => '_',
  131. '?' => '?',
  132. '?.short' => '?',
  133. 'ti:base' => '三性词干',
  134. 'ti:base.short' => '三性词干',
  135. 'n:base' => '名词干',
  136. 'n:base.short' => '名词干',
  137. 'v:base' => '动词干',
  138. 'v:base.short' => '动词干',
  139. 'adj:base' => '形词干',
  140. 'adj:base.short' => '形词干',
  141. 'fpp' => '未来被动分词',
  142. 'fpp.short' => '未被分',
  143. 'cp.short' => '合',
  144. 'cp' => '复合词组分',
  145. 'indconj.short' => '连',
  146. 'indconj' => '连词',
  147. 'pron:base.short' => '代干',
  148. 'pron:base' => '代词词干',
  149. 'note.short' => '注释',
  150. 'note' => '注释',
  151. 'vind.short' => '动不变',
  152. 'vind' => '动不变',
  153. 'vdn' => '衍生动名词',
  154. 'vdn.short' => '动名',
  155. "relations.iad.label" => "同类修饰",
  156. "relations.asv.label" => "施动者➡动词",
  157. "relations.aov.label" => "受动者➡动词",
  158. "relations.daso-p.label" => "主语➡系动词",
  159. "relations.daso-s.label" => "表语➡系动词",
  160. "relations.nio.label" => "被描述(主)➡定性(表)",
  161. "relations.nid.label" => "待命名➡命名",
  162. "relations.dasd-p.label" => "<命名>主➡系",
  163. "relations.dasd-s.label" => "<命名>表➡系",
  164. "relations.dao-p.label" => "被动语态双宾语-首要",
  165. "relations.dao-s.label" => "被动语态双宾语-次要",
  166. "relations.iov.label" => "受动者➡动词",
  167. "relations.dio-p.label" => "双宾语<主要>➡动词",
  168. "relations.dio-s.label" => "双宾语<次要>➡动词",
  169. "relations.dis-p.label" => "主➡系(被动)",
  170. "relations.dis-s.label" => "表➡系(被动)",
  171. "relations.stc.label" => "时空连续 ➡ 持续动作",
  172. "relations.adv.label" => "动词修饰词 ➡ 动词",
  173. "relations.imp.label" => "方式 ➡ 动词",
  174. "relations.soe.label" => "<带连词>伴随关系",
  175. "relations.soi.label" => "<无连词>伴随关系",
  176. "relations.isv.label" => "<非主格>施动者 ➡ 动词",
  177. "relations.cau.label" => "因 ➡ 果/归因",
  178. "relations.iov-c.label" => "被使役宾语 ➡ 动词",
  179. "relations.adj.label" => "名词的形容 ➡ 被形容",
  180. "relations.rec.label" => "接收者 ➡ 授予",
  181. "relations.pur.label" => "目的 ➡ 动词",
  182. "relations.det.label" => "出发地 ➡ 出发",
  183. "relations.coc.label" => "区分比较",
  184. "relations.pos.label" => "所有 ➡ 被所有",
  185. "relations.coi.label" => "包含[全集] ➡ 被包含[子集]元素/集合 ➡ 个体元素",
  186. "relations.lov.label" => "容器 ➡ 动词/容纳 ➡ 被容纳",
  187. "relations.mot.label" => "表现 ➡ 有表现",
  188. "relations.whp.label" => "整体 ➡ 局部",
  189. "relations.def.label" => "特征限定",
  190. "relations.ac.label" => "绝对从句",
  191. "relations.avc.label" => "绝对语态从句",
  192. "relations.qus.label" => "引号内 ➡ 引号",
  193. "relations.qum.label" => "引号 ➡ 引号外",
  194. "relations.enu.label" => "罗列 ➡ 破折号",
  195. "relations.enm.label" => "破折号 ➡ 被罗列",
  196. ];