grm_abbr.php 1.6 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?php
  2. define("GRM_ABBR",[
  3. ["dictid"=>2,"abbr"=>"(pu)","replace"=>"m"],
  4. ["dictid"=>2,"abbr"=>"(na)","replace"=>"nt"],
  5. ["dictid"=>4,"abbr"=>"【过】","replace"=>"aor"],
  6. ["dictid"=>4,"abbr"=>"【过分】","replace"=>"pp"],
  7. ["dictid"=>4,"abbr"=>"【现分】","replace"=>"ppr"],
  8. ["dictid"=>4,"abbr"=>"【独】","replace"=>"abs"],
  9. ["dictid"=>4,"abbr"=>"【潜】","replace"=>"opt"],
  10. ["dictid"=>4,"abbr"=>"【不】","replace"=>"ind"],
  11. ["dictid"=>4,"abbr"=>"【形】","replace"=>"adj"],
  12. ["dictid"=>4,"abbr"=>"【三】","replace"=>"ti"],
  13. ["dictid"=>4,"abbr"=>"【阳】","replace"=>"m"],
  14. ["dictid"=>4,"abbr"=>"【中】","replace"=>"nt"],
  15. ["dictid"=>4,"abbr"=>"【阴】","replace"=>"f"],
  16. ["dictid"=>4,"abbr"=>"【副】","replace"=>"adv"],
  17. ["dictid"=>4,"abbr"=>"【祈】","replace"=>"opt"],
  18. ["dictid"=>4,"abbr"=>"【合】","replace"=>"incomp"],
  19. ["dictid"=>4,"abbr"=>"【无】","replace"=>"ind"],
  20. ["dictid"=>18,"abbr"=>"cf.","replace"=>"cf"],
  21. ["dictid"=>18,"abbr"=>"m.","replace"=>"m"],
  22. ["dictid"=>18,"abbr"=>"f.","replace"=>"f"],
  23. ["dictid"=>18,"abbr"=>"n.","replace"=>"nt"],
  24. ["dictid"=>18,"abbr"=>"BSk.","replace"=>"bsk"],
  25. ["dictid"=>18,"abbr"=>"Bsk.","replace"=>"bsk"],
  26. ["dictid"=>18,"abbr"=>"Sk.","replace"=>"sk"],
  27. ["dictid"=>18,"abbr"=>"a.","replace"=>"adj"],
  28. ["dictid"=>18,"abbr"=>"aor.","replace"=>"aor"],
  29. ["dictid"=>18,"abbr"=>"pp.","replace"=>"pp"],
  30. ["dictid"=>18,"abbr"=>"ger.","replace"=>"ger"],
  31. ["dictid"=>18,"abbr"=>"gen.","replace"=>"gen"],
  32. ["dictid"=>18,"abbr"=>"opt.","replace"=>"opt"],
  33. ["dictid"=>18,"abbr"=>"adv.","replace"=>"adv"]
  34. ]);