Skip to content

Conversation

@ef81sp
Copy link
Contributor

@ef81sp ef81sp commented Sep 21, 2025

関連Issue

レビュワーに見てもらいたい箇所

翻訳チェックリスト

  • html要素にlang="ja"属性を付与する
  • h1要素の直下に翻訳元リビジョンを記載する

@netlify
Copy link

netlify bot commented Sep 21, 2025

Deploy Preview for waic-apg ready!

Name Link
🔨 Latest commit 0f91899
🔍 Latest deploy log https://app.netlify.com/projects/waic-apg/deploys/693025d34d6a250008bc6ca7
😎 Deploy Preview https://deploy-preview-159--waic-apg.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@ef81sp ef81sp self-assigned this Sep 21, 2025
@ef81sp ef81sp requested a review from Copilot September 21, 2025 04:25
Copy link

Copilot AI left a 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 pull request translates the disclosure pattern documentation and examples from English to Japanese. It includes updating the language attribute to lang="ja" and translating all text content while maintaining the technical structure and accessibility features.

  • Updates language attributes to Japanese across all HTML files
  • Translates pattern documentation, example descriptions, and accessibility features
  • Translates keyboard interaction tables and ARIA attribute descriptions

Reviewed Changes

Copilot reviewed 8 out of 8 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
disclosure-pattern.html Translates main pattern documentation to Japanese
disclosure-navigation.html Translates navigation disclosure example
disclosure-navigation-hybrid.html Translates hybrid navigation example with top-level links
disclosure-image-description.html Translates image description disclosure example
disclosure-faq.html Translates FAQ disclosure example
role-coverage.csv Updates alert example references to Japanese
prop-coverage.csv Updates property coverage references to Japanese
coverage-and-quality-report.html Updates coverage report references to Japanese

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@ef81sp ef81sp moved this from 未着手 to レビュー中 in APG日本語訳 Sep 25, 2025
@ef81sp ef81sp force-pushed the rikegami/disclosure-ja branch from fe0c27c to 09862f3 Compare December 3, 2025 11:37
@ef81sp ef81sp moved this from レビュー中 to 翻訳中 in APG日本語訳 Dec 3, 2025
Copy link
Contributor Author

@ef81sp ef81sp left a comment

Choose a reason for hiding this comment

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

Patternsまで

When the controlled content is hidden, the button is often styled as a typical push button with a right-pointing arrow or triangle to hint that activating the button will display additional content.
When the content is visible, the arrow or triangle typically points down.
ディスクロージャーは、コンテンツを折りたたんだり(非表示)、展開したり(表示)できるウィジェットです。
ディスクロージャー<a href="../button/button-pattern.html">ボタン</a>と、ボタンによって表示/非表示が制御されるコンテンツのセクションの 2 つの要素があります。
Copy link
Contributor Author

Choose a reason for hiding this comment

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

theを訳出した方がわかりやすいでしょう

Suggested change
ディスクロージャー<a href="../button/button-pattern.html">ボタン</a>と、ボタンによって表示/非表示が制御されるコンテンツのセクションの 2 つの要素があります。
ディスクロージャー<a href="../button/button-pattern.html">ボタン</a>と、そのボタンによって表示/非表示が制御されるコンテンツのセクションの 2 つの要素があります。

Comment on lines +45 to +46
<li><kbd>Enter</kbd>: ディスクロージャーコントロールを作動させ、ディスクロージャーコンテンツの表示/非表示を切り替えます。</li>
<li><kbd>Space</kbd>: ディスクロージャーコントロールを作動させ、ディスクロージャーコンテンツの表示/非表示を切り替えます。</li>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

visibilityの訳ですね。直訳で「可視性」などでもよいですが、「表示/非表示」の方がわかりやすく感じます。このままでよいのではないでしょうか。

</li>
<li>
Optionally, the element with role <code>button</code> has a value specified for <a href="#aria-controls" class="property-reference">aria-controls</a> that refers to the element that contains all the content that is shown or hidden.
任意で、<code>button</code> ロールを持つ要素には、表示又は非表示にされるすべてのコンテンツを含む要素を参照する <a href="#aria-controls" class="property-reference">aria-controls</a> に値が指定されています。
Copy link
Contributor Author

Choose a reason for hiding this comment

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

直訳の方がわかりやすく感じます

Suggested change
任意で、<code>button</code> ロールを持つ要素には、表示又は非表示にされるすべてのコンテンツを含む要素を参照する <a href="#aria-controls" class="property-reference">aria-controls</a> に値が指定されています
任意で、<code>button</code> ロールを持つ要素は、表示又は非表示にされるすべてのコンテンツを含む要素を参照する <a href="#aria-controls" class="property-reference">aria-controls</a> 向けに指定された値を持っています

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

Labels

None yet

Projects

Status: 翻訳中

Development

Successfully merging this pull request may close these issues.

Disclosure (Show/Hide)

2 participants