Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 7 additions & 8 deletions docs/reference/library/introspection.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
Interactions between document parts.
文書内の相互作用。

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

Most of the functions are _contextual._ It is recommended to read the chapter on
[context]($context) before continuing here.
ほとんどの関数が *コンテキスト依存*です。
先に進む前に[コンテキスト]($context)の章を読むことをおすすめします。
2 changes: 1 addition & 1 deletion website/translation-status.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"/docs/reference/visualize/square/": "untranslated",
"/docs/reference/visualize/stroke/": "untranslated",
"/docs/reference/visualize/tiling/": "untranslated",
"/docs/reference/introspection/": "untranslated",
"/docs/reference/introspection/": "translated",
"/docs/reference/introspection/counter/": "untranslated",
"/docs/reference/introspection/here/": "untranslated",
"/docs/reference/introspection/locate/": "untranslated",
Expand Down