Skip to content

Commit ae384e9

Browse files
committed
/docs/reference/introspectionの翻訳
1 parent 43ca3e3 commit ae384e9

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
Interactions between document parts.
1+
文書内の相互作用。
22

3-
This category is home to Typst's introspection capabilities: With the `counter`
4-
function, you can access and manipulate page, section, figure, and equation
5-
counters or create custom ones. Meanwhile, the `query` function lets you search
6-
for elements in the document to construct things like a list of figures or
7-
headers which show the current chapter title.
3+
このカテゴリーはTypstの内省機能に関するものです。
4+
`counter`関数を用いると、ページ、節、図表、数式のカウンターにアクセスしたり操作したりできます。
5+
また、独自のカウンターも作成できます。
6+
一方、`query`関数を用いると、図表のリストや現在の章タイトルを表示する見出しなどを作成するために、文書内の要素を探せます。
87

9-
Most of the functions are _contextual._ It is recommended to read the chapter on
10-
[context]($context) before continuing here.
8+
ほとんどの関数が *コンテキスト依存*です。
9+
先に進む前に[コンテキスト]($context)の章を読むことをおすすめします。

website/translation-status.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@
143143
"/docs/reference/visualize/square/": "untranslated",
144144
"/docs/reference/visualize/stroke/": "untranslated",
145145
"/docs/reference/visualize/tiling/": "untranslated",
146-
"/docs/reference/introspection/": "untranslated",
146+
"/docs/reference/introspection/": "translated",
147147
"/docs/reference/introspection/counter/": "untranslated",
148148
"/docs/reference/introspection/here/": "untranslated",
149149
"/docs/reference/introspection/locate/": "untranslated",

0 commit comments

Comments
 (0)