/lang-ja.conf

https://github.com/edusantana/asciidoc · Config · 61 lines · 49 code · 12 blank · 0 comment · 0 complexity · b697b16888c88dca64117e31465a4e21 MD5 · raw file

  1. #
  2. # AsciiDoc Japanese language configuration file.
  3. # Originally written by 渡邊裕貴 (WATANABE Yuki)
  4. #
  5. [attributes]
  6. # Left and right single and double quote characters.
  7. lsquo=
  8. rsquo=
  9. ldquo=
  10. rdquo=
  11. # Captions, used by (X)HTML backends.
  12. # Captions on RHS are displayed in outputs.
  13. ifdef::basebackend-html[]
  14. caution-caption=注意
  15. important-caption=重要
  16. note-caption=
  17. tip-caption=補足
  18. warning-caption=警告
  19. figure-caption=
  20. table-caption=
  21. example-caption=
  22. toc-title=目次
  23. appendix-caption=付録
  24. # Man page NAME section title.
  25. manname-title=名前
  26. [footer-text]
  27. バージョン {revnumber}{basebackend-xhtml11?<br />}{basebackend-xhtml11=<br>}
  28. {docdate} {doctime} 更新
  29. endif::basebackend-html[]
  30. [specialsections]
  31. # DocBook special sections.
  32. # The regular expression on LHS is matched against source titles.
  33. ifdef::basebackend-docbook[]
  34. ifdef::doctype-article[]
  35. ^概要$=abstract
  36. endif::doctype-article[]
  37. ifdef::doctype-book[]
  38. ^奥付け?$=colophon
  39. ^献辞$=dedication
  40. ^(前書き?|まえがき)$=preface
  41. endif::doctype-book[]
  42. ^索引$=index
  43. ^(参考|引用)(書目|文献)$=bibliography
  44. ^用語集$=glossary
  45. ^付録 [A-Z][:.](?P<title>.*)$=appendix
  46. endif::basebackend-docbook[]
  47. ifdef::doctype-manpage[]
  48. ^書式$=synopsis
  49. endif::doctype-manpage[]