fix: 韓国語翻訳の完成とi18n・UsersGuideの表記ゆれ修正 - #368
Open
ymrl wants to merge 2 commits into
Open
Conversation
- ko: 未翻訳のまま残っていたメッセージ(状態表示・リスト構造エラーなど約50件)をすべて翻訳し、UsersGuideの用語(라벨・폼 컨트롤 등)に統一。「연결되지 없음」の誤記を修正 - ja: チップラベルの「表」を「テーブル」に統一、「入力欄等」を「フォームコントロール等」に統一、丁寧語が混在していた2件を常体化、「それらまとめる」の脱字を修正 - en: "Langage"の綴りミス、"Settings has been"の文法ミス、role後の余分なアポストロフィ、チップラベルの大文字化ゆれを修正 - docs: 日英韓のUsersGuideが引用するチップ名を実際のメッセージ文言に一致させ、ja版のボタン名「再表示」を「再実行」に修正 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
- チップの「テーブルヘッダー」「テーブルのサイズ」を「表見出し」「表のサイズ」に変更(「Table size」メッセージも「表のサイズ」に統一) - 設定の「フォームコントロール」を「入力欄」に変更 - 「フォームコントロール等と紐付けされていない」を「入力欄等と紐付けされていない」に変更(label要素はbutton要素等とも紐付け可能なため「等」は残す) - UsersGuide(ja)とchangesetを追従 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
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.
概要
中途半端なままになっていた韓国語(ko)の言語ファイルを完全に翻訳し、あわせて日英韓の言語ファイルと UsersGuide の表記ゆれ・誤記を修正しました。日本語はオーバーレイ上の表示領域を抑えるため、短い表現を採用しています。
変更内容
韓国語(ko.json)
Checked/Expanded/Pressedなどの状態表示、リスト構造のエラー、listType、ポップアップのアイコンラベルなど)docs/ko/UsersGuide.mdを第二の基準として統一(이름(레이블) → 이름(라벨)、href속성 → href 속성 など)日本語(ja.json)
label要素はbutton要素等とも紐付け可能なため、「入力欄等と紐付けされていない」の「等」は維持)英語(en.json)
Langage→Languageの綴りミス、Settings has been→Settings have beenの文法ミスを修正"Not inside \"menu\" role'"等の末尾に紛れ込んでいた余分なアポストロフィを削除speed→SpeedUsersGuide(docs/)
テスト
pnpm test全パス(1967件)pnpm lint-fix実行済み🤖 Generated with Claude Code