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

Commit b3f7867

Browse files
committed
翻訳準備(2回目) (#16)
* 翻訳準備完了(2回目) * linterではじかれていたZulipを無視するよう設定
1 parent 2f61158 commit b3f7867

24 files changed

+437
-407
lines changed

.vale/styles/config/ignore/names.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ Selsam
1111
Simons
1212
Ullrich
1313
Wadler
14+
Zulip

GLOSSARY.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
| command elaboration | コマンドエラボレーション | |
3838
| compilation | コンパイル | |
3939
| completion | 補完 | |
40+
| configuration item | 設定項目 | |
4041
| confluence | 合流性 | |
4142
| conjunction | 連言 | |
4243
| consistency | 一貫性 | |

Manual.lean

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ file := some "the-index"
142142

143143
翻訳に際して、機械翻訳サービス [DeepL翻訳](https://www.deepl.com/ja/translator) を参考にしました。
144144

145-
この翻訳は原文のcommit [2fbf58d9210323e4ebc0a002d9f761074da462cf](https://github.com/leanprover/reference-manual/commit/2fbf58d9210323e4ebc0a002d9f761074da462cf) に基づいています。
145+
この翻訳は原文のcommit [ade9c553a5ab008113cf33f88ced657c5146fe24](https://github.com/leanprover/reference-manual/commit/ade9c553a5ab008113cf33f88ced657c5146fe24) に基づいています。
146146

147147
::::::draft
148148

Manual/BasicTypes.lean

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -116,47 +116,47 @@ tag := "Float"
116116

117117
:::comment
118118
# Characters
119+
:::
120+
121+
# 文字(Characters)
119122
%%%
120123
tag := "Char"
121124
%%%
122125

123126

124-
:::
125-
126-
# 文字(Characters)
127127

128128
{docstring Char}
129129

130130
:::comment
131131
## Syntax
132+
:::
133+
134+
## 構文(Syntax)
132135
%%%
133136
tag := "char-syntax"
134137
%%%
135138

136139

137-
:::
138-
139-
## 構文(Syntax)
140140

141141
:::comment
142142
## Logical Model
143+
:::
144+
145+
## 論理モデル(Logical Model)
143146
%%%
144147
tag := "char-model"
145148
%%%
146149

147-
:::
148-
149-
## 論理モデル(Logical Model)
150150

151151
:::comment
152152
## Run-Time Representation
153+
:::
154+
155+
## ランタイム表現(Run-Time Representation)
153156
%%%
154157
tag := "char-runtime"
155158
%%%
156159

157-
:::
158-
159-
## ランタイム表現(Run-Time Representation)
160160

161161
:::comment
162162
In monomorphic contexts, characters are represented as 32-bit immediate values. In other words, a field of a constructor or structure of type `Char` does not require indirection to access. In polymorphic contexts, characters are boxed.
@@ -168,25 +168,25 @@ In monomorphic contexts, characters are represented as 32-bit immediate values.
168168

169169
:::comment
170170
## API Reference
171+
:::
172+
173+
## API リファレンス(API Reference)
171174
%%%
172175
tag := "char-api"
173176
%%%
174177

175178

176-
:::
177-
178-
## API リファレンス(API Reference)
179179

180180
:::comment
181181
### Character Classes
182+
:::
183+
184+
### 文字クラス(Character Classes)
182185
%%%
183186
tag := "char-api-classes"
184187
%%%
185188

186189

187-
:::
188-
189-
### 文字クラス(Character Classes)
190190

191191
{docstring Char.isAlpha}
192192

0 commit comments

Comments
 (0)