/docs/reference/model/figure/の再翻訳#408
Open
gomazarashi wants to merge 7 commits into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
/docs/reference/model/figure/(Figure要素)のv0.14.0更新に伴う再翻訳を進め、翻訳状況表示を更新するPRです(Issue #342対応)。
Changes:
FigureElemのアクセシビリティ節とalt関連の説明を日本語化figureのkind関連ドキュメント内のexampleタイトル等を日本語化- 翻訳状況を
partially_translated→translatedへ更新
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| website/translation-status.json | /docs/reference/model/figure/の翻訳ステータスを更新 |
| crates/typst-library/src/model/figure.rs | Figure要素のドキュメントコメント(主にアクセシビリティ/カウンター周辺)を日本語化 |
ultimatile
reviewed
Jun 20, 2026
ultimatile
reviewed
Jun 20, 2026
ultimatile
reviewed
Jun 20, 2026
ultimatile
reviewed
Jun 20, 2026
ultimatile
reviewed
Jun 20, 2026
Co-authored-by: ultimatile <ultimatile@users.noreply.github.com>
Co-authored-by: ultimatile <ultimatile@users.noreply.github.com>
Co-authored-by: ultimatile <ultimatile@users.noreply.github.com>
ultimatile
reviewed
Jun 20, 2026
| /// is purely decorative and does not have a semantic meaning, consider wrapping | ||
| /// it in [`pdf.artifact`] instead, which will hide it from AT when exporting to | ||
| /// PDF. | ||
| /// 独自の`alt`パラメーターを持たないパス、図形、 |
Contributor
There was a problem hiding this comment.
間違いではないですが、以下の方が自然かもしれません。
図表を使用すれば、独自の`alt`パラメーターを持たないパス、図形、または視覚化に代替説明を追加できます。
ultimatile
reviewed
Jun 20, 2026
| /// PDF. | ||
| /// 独自の`alt`パラメーターを持たないパス、図形、 | ||
| /// または視覚化に代替説明を追加したい場合は図表を使用できます。 | ||
| /// グラフィックが純粋に装飾目的であり、セマンティックな役割を持たない場合は、 |
Contributor
There was a problem hiding this comment.
https://typst-jp.github.io/docs/reference/visualize/#accessibility との表現の一貫性を考えるとこの辺りは
「セマンティックな意味」の方が良いかもしれません。
https://typst-jp.github.io/docs/guides/accessibility には1箇所だけ「セマンティックな役割」があり、他は「セマンティックな意味」でした。
Suggested change
| /// グラフィックが純粋に装飾目的であり、セマンティックな役割を持たない場合は、 | |
| /// グラフィックが純粋に装飾目的であり、セマンティックな意味を持たない場合は、 |
ultimatile
reviewed
Jun 20, 2026
| /// または視覚化に代替説明を追加したい場合は図表を使用できます。 | ||
| /// グラフィックが純粋に装飾目的であり、セマンティックな役割を持たない場合は、 | ||
| /// 代わりに[`pdf.artifact`]で囲むことを検討してください。 | ||
| /// これにより、PDFにエクスポートする際にATから隠されます。 |
Contributor
There was a problem hiding this comment.
L105と同じ理由です。ただこれは好みに近いのでお任せします。
Suggested change
| /// これにより、PDFにエクスポートする際にATから隠されます。 | |
| /// これにより、PDFにエクスポートする際にATから認識されなくなります。 |
Contributor
|
翻訳お疲れ様です。修正対応もありがとうございました。一通りコメントし終わりました。 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #342