Skip to content
This repository was archived by the owner on Jan 5, 2025. It is now read-only.

Commit d634e35

Browse files
committed
日本語訳に際しての情報追記 (#66)
1 parent 06be054 commit d634e35

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

scripts/mkdoc.py

Lines changed: 19 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ def make_lean_user_main_import_file():
7272
import_file.write(f"import MIL.Common\n")
7373

7474
index_file_start = """
75-
Mathematics in Lean
76-
===================
75+
Mathematics in Lean 日本語訳
76+
============================
7777
7878
.. toctree::
7979
:numbered:
@@ -86,6 +86,23 @@ def make_lean_user_main_import_file():
8686
:hidden:
8787
8888
genindex
89+
90+
この翻訳について
91+
----------------
92+
93+
この翻訳は有志による **非公式** 翻訳です.翻訳に際して分かりやすさのために表現を大きく変えた箇所があります.また,用語の訳が一般的でない・誤りを含む可能性があります.必要に応じて原文 `Mathematics in Lean <https://leanprover-community.github.io/mathematics_in_lean/index.html>`_ ( `GitHub <https://github.com/avigad/mathematics_in_lean_source>`_ )をご覧ください.
94+
95+
原文にはライセンスが無かったため,原著者より許諾をいただいて翻訳させていただいています.( `Zulip chat <https://leanprover.zulipchat.com/#narrow/stream/270676-lean4/topic/.E2.9C.94.20Translating.20.60Mathematics.20in.20Lean.60.20to.20Japanese/near/395294386>`_ )
96+
97+
誤字脱字・内容の誤りの指摘・フォークからのPull Request・フォークによる翻訳の改変等歓迎いたします.ご指摘は `当該リポジトリ <https://github.com/lean-ja/mathematics_in_lean_source>`_ にてIssue・Pull Requestで受け付けております.
98+
99+
翻訳に際して,機械翻訳サービス `DeepL翻訳 <https://www.deepl.com/ja/translator>`_ を参考にしました.
100+
101+
バージョン情報
102+
--------------
103+
104+
この翻訳は原文のcommit `2bba5592ebfb3075ca1fd4d12843d2bf197bb0d1 <https://github.com/lean-ja/mathematics_in_lean_source/commit/2bba5592ebfb3075ca1fd4d12843d2bf197bb0d1>`_ に基づいています.
105+
89106
"""
90107

91108
def make_sphinx_index_file():

sphinx_source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# -- Project information -----------------------------------------------------
1818

19-
project = 'Mathematics in Lean'
19+
project = 'Mathematics in Lean 日本語訳'
2020
copyright = '2020, Jeremy Avigad, Patrick Massot'
2121
author = 'Jeremy Avigad, Patrick Massot'
2222

0 commit comments

Comments
 (0)