-
Notifications
You must be signed in to change notification settings - Fork 13
/docs/reference/introspection/counter
の翻訳
#317
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
/docs/reference/introspection/counter
の翻訳
#317
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR translates the documentation for the counter
introspection function from English to Japanese. The translation covers comprehensive documentation including function descriptions, usage examples, and parameter explanations.
- Translates all documentation comments and function parameter descriptions from English to Japanese
- Updates the translation status for
/docs/reference/introspection/counter/
from "untranslated" to "translated" - Maintains all code examples and technical formatting while translating explanatory text
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
website/translation-status.json | Updates translation status to mark counter documentation as translated |
crates/typst-library/src/introspection/counter.rs | Complete Japanese translation of counter function documentation and parameter descriptions |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
3ab5d04
to
5ba871a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
細かいコメントを入れました。採否はおまかせいたします。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ご対応ありがとうございました。
/// useful kinds of selectors for this are [labels]($label) and | ||
/// [locations]($location). | ||
/// `selector`は文書中で厳密に1つだけの要素にマッチしなければなりません。 | ||
/// この目的で最も便利なセレクターは[ラベル]($label)と[位置]($location)です。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/// この目的で最も便利なセレクターは[ラベル]($label)と[位置]($location)です。 | |
/// この目的で最も便利なセレクターは[ラベル]($label)と[ロケーション]($location)です。 |
今サジェストしている場所以外に |
|
||
/// Retrieves the value of the counter at the current location. Always | ||
/// returns an array of integers, even if the counter has just one number. | ||
/// 現在の位置でのカウンターの値を取得。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
counter.at(here())
と等価なので常にロケーションでした。
/// 現在の位置でのカウンターの値を取得。 | |
/// 現在のロケーションでのカウンター値を取得。 |
introspection/counterの翻訳です。
locationの翻訳は暫定的に「位置」にしてあります。