Skip to content

docs: update Japanese row adding and editing topics#463

Open
mkamiishi wants to merge 3 commits into
vnextfrom
docs/update-ja-row-adding-editing
Open

docs: update Japanese row adding and editing topics#463
mkamiishi wants to merge 3 commits into
vnextfrom
docs/update-ja-row-adding-editing

Conversation

@mkamiishi

Copy link
Copy Markdown
Contributor

Summary

Updated the Japanese Row Adding and Row Editing documentation to better align with the current English source.

Changes

  • Updated the Japanese Row Adding topic.
  • Updated the Japanese Row Editing topic.
  • Removed outdated or duplicated text.
  • Added missing translated descriptions from the English source.
  • Preserved code snippets, component names, property names, event names, and API names.

Testing

  • Compared the Japanese Row Adding topic with the English source.
  • Compared the Japanese Row Editing topic with the English source.
  • Verified the Japanese Web Components pages locally with npm run xplat:dev:web-components:jp.
  • Confirmed that code snippets, component names, property names, event names, and API names are preserved.

Checklist:

  • check topic's TOC/menu and paragraph headings
  • Include TOC topic labels in the topic content when it has a valuable update, is new, or is considered preview / beta
  • link to other topics using ./page.mdx or ../relative/path.mdx (.mdx extension required)
  • at the References section at the end of the topic add links to topics, samples, etc
  • reference API documentation instead of adding a section with API

  • use valid component names - [Data] Grid, IgxSelectComponent, <igx-combo>
  • use spell checker tool (VS Code, Grammarly, Microsoft Editor)
  • add inline code blocks for the names of classes / tags / properties
  • add language descriptor for the code blocks
  • check if links function by running the check-api/mdx npm commands
  • check if sample is working and fully visible in the topic
  • check if sample is working and fully visible in the StackBlitz
  • check if code blocks match the code in StackBlitz demo
  • add or update meaningful llms.description metadata and run npm run check:llms-metadata


  • do not resolve requested changes (leave that to the reviewer)

@IG-Mori
IG-Mori self-requested a review July 23, 2026 06:25

行追加 UI は、<ApiLink type="ActionStrip" /> の編集アクション ボタン、編集エディターとオーバーレイ、さらに新規追加行へスクロールするためのスナックバーで構成されています。これらのスタイル設定は、各トピックのガイドを参照してください。

- [{ComponentTitle} 行の編集](row-editing.mdx#styling)

@IG-Mori IG-Mori Jul 23, 2026

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.

AIより以下のコメントがありました。他のページでどうなっているのか確認する必要がありそうです。

アンカーを row-editing.mdx#スタイル設定 に変更する。
row-editing.mdx 側の該当見出し(Angular用)は本PRで ## スタイリング に翻訳されており、このサイトの既存翻訳ファイル(例: column-selection.mdx の #api-リファレンス, row-selection.mdx の #行の番号付けデモ)では見出しの日本語テキストがそのままアンカーIDになる規則のため、英語のままの #styling は壊れたリンクになる可能性が高い。

@IG-Mori IG-Mori Jul 23, 2026

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://jp.infragistics.com/products/ignite-ui-angular/angular/components/grid/row-editing#%E3%82%B9%E3%82%BF%E3%82%A4%E3%83%AB%E8%A8%AD%E5%AE%9A

このページに同様のリンクありました。(#スタイル設定)
#styling のままだと、アンカーが効かずでしたので修正の必要あります。

行追加 UI は、<ApiLink type="ActionStrip" /> の編集アクション ボタン、編集エディターとオーバーレイ、さらに新規追加行へスクロールするためのスナックバーで構成されています。これらのスタイル設定は、各トピックのガイドを参照してください。

- [{ComponentTitle} 行の編集](row-editing.mdx#styling)
- [Snackbar](../../notifications/snackbar.mdx#styling)

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.

先と同様の件
AIより以下のコメントがありました。他のページでどうなっているのか確認する必要がありそうです。

アンカーを ../../notifications/snackbar.mdx#スタイル設定 に変更する。snackbar.mdx の見出しは既存訳で ## スタイル設定 であり、#styling のままでは一致しない。

@IG-Mori IG-Mori Jul 23, 2026

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.

こちらも #styling のままではアンカーリンクが効かない。
#スタイル設定 にする

<PlatformBlock for="Angular">

## Styling
## スタイリング

@IG-Mori IG-Mori Jul 23, 2026

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.

AI より

用語統一の観点で参考情報: 同一サイト内の button.mdx/banner.mdx/cell-editing.mdx/snackbar.mdx は同じ見出しを ## スタイル設定 と訳しており表記ゆれがある。

  • A案(採用案): 今回は「スタイリング」のまま残し、これを参照する全リンクのアンカーを実際の見出しに合わせて修正する(R061, R062, R080, R083, および row-adding.mdx R026 参照)。
  • B案(代替案): 統一のため見出し自体を「スタイル設定」に変更し、同様に参照アンカーを修正する。

B案がよいと思います。他のページも Styling は スタイル設定 と翻訳されていました。

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.

2 participants