-
Notifications
You must be signed in to change notification settings - Fork 11
/docs/reference/math/cases
の翻訳
#225
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
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 /docs/reference/math/cases
documentation from English to Japanese. The change involves translating the documentation comments and descriptions for the CasesElem
struct and its properties in the Typst library's math module.
- Translates struct documentation from English to Japanese for the math cases functionality
- Updates translation status to mark the cases documentation as translated
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 status from "untranslated" to "translated" for math/cases documentation |
crates/typst-library/src/math/matrix.rs | Translates all documentation comments for CasesElem struct and its properties from English to Japanese |
/// the right delimiter is inferred. Otherwise, can be an array containing a | ||
/// left and a right delimiter. | ||
/// 一文字の場合は、右区切り文字を推論可能な左区切り文字を指定できます。 | ||
/// それ以外の場合は、左右の区切り文字を有する配列が指定可能です。 |
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.
[nitpick] 「有する」は硬い表現です。「含む」または「を持つ」の方が自然な日本語になります。
/// それ以外の場合は、左右の区切り文字を有する配列が指定可能です。 | |
/// それ以外の場合は、左右の区切り文字を含む配列が指定可能です。 |
Copilot uses AI. Check for mistakes.
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.
LGTM!
Co-authored-by: 3w36zj6 <[email protected]>
Co-authored-by: 3w36zj6 <[email protected]>
math/casesの翻訳です。