Skip to content

/docs/reference/model/figure/の再翻訳#408

Open
gomazarashi wants to merge 7 commits into
typst-jp:mainfrom
gomazarashi:translate/figure
Open

/docs/reference/model/figure/の再翻訳#408
gomazarashi wants to merge 7 commits into
typst-jp:mainfrom
gomazarashi:translate/figure

Conversation

@gomazarashi

Copy link
Copy Markdown
Contributor

Closes #342

@gomazarashi gomazarashi marked this pull request as ready for review June 20, 2026 02:04
@ultimatile ultimatile requested a review from Copilot June 20, 2026 04:51

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

/docs/reference/model/figure/(Figure要素)のv0.14.0更新に伴う再翻訳を進め、翻訳状況表示を更新するPRです(Issue #342対応)。

Changes:

  • FigureElemのアクセシビリティ節とalt関連の説明を日本語化
  • figurekind関連ドキュメント内のexampleタイトル等を日本語化
  • 翻訳状況をpartially_translatedtranslatedへ更新

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要素のドキュメントコメント(主にアクセシビリティ/カウンター周辺)を日本語化

Comment thread website/translation-status.json
Comment thread crates/typst-library/src/model/figure.rs Outdated
Comment thread crates/typst-library/src/model/figure.rs Outdated
Comment thread crates/typst-library/src/model/figure.rs Outdated
Comment thread crates/typst-library/src/model/figure.rs Outdated
Comment thread crates/typst-library/src/model/figure.rs Outdated
Comment thread crates/typst-library/src/model/figure.rs
gomazarashi and others added 5 commits June 20, 2026 19:16
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>
/// 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`パラメーターを持たないパス、図形、

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

間違いではないですが、以下の方が自然かもしれません。

図表を使用すれば、独自の`alt`パラメーターを持たないパス、図形、または視覚化に代替説明を追加できます。

/// PDF.
/// 独自の`alt`パラメーターを持たないパス、図形、
/// または視覚化に代替説明を追加したい場合は図表を使用できます。
/// グラフィックが純粋に装飾目的であり、セマンティックな役割を持たない場合は、

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://typst-jp.github.io/docs/reference/visualize/#accessibility との表現の一貫性を考えるとこの辺りは
「セマンティックな意味」の方が良いかもしれません。
https://typst-jp.github.io/docs/guides/accessibility には1箇所だけ「セマンティックな役割」があり、他は「セマンティックな意味」でした。

Suggested change
/// グラフィックが純粋に装飾目的であり、セマンティックな役割を持たない場合は
/// グラフィックが純粋に装飾目的であり、セマンティックな意味を持たない場合は

/// または視覚化に代替説明を追加したい場合は図表を使用できます。
/// グラフィックが純粋に装飾目的であり、セマンティックな役割を持たない場合は、
/// 代わりに[`pdf.artifact`]で囲むことを検討してください。
/// これにより、PDFにエクスポートする際にATから隠されます。

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

L105と同じ理由です。ただこれは好みに近いのでお任せします。

Suggested change
/// これにより、PDFにエクスポートする際にATから隠されます
/// これにより、PDFにエクスポートする際にATから認識されなくなります

@ultimatile

Copy link
Copy Markdown
Contributor

翻訳お疲れ様です。修正対応もありがとうございました。一通りコメントし終わりました。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

v0.14.0への更新に伴う/docs/reference/model/figure/の再翻訳

3 participants