-
Notifications
You must be signed in to change notification settings - Fork 13
docs: Guidesの日本語訳を追加 #235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Guidesの日本語訳を追加 #235
Conversation
Co-authored-by: Copilot <[email protected]>
ccbbfeb to
d8090a5
Compare
There was a problem hiding this 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 PR adds Japanese translations for the Guides section of the Typst documentation. The changes update the translation status to reflect completed Japanese translations and provide localized content for guide pages.
- Updates translation status for the guides section from "untranslated" to "translated"
- Adds Japanese URL mappings for guide-related pages
- Translates guide page titles, descriptions, and navigation content into Japanese
Reviewed Changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| website/translation-status.json | Marks the guides section as translated |
| docs/src/lib.rs | Updates URL mappings with Japanese guide titles |
| docs/guides/welcome.md | Translates the main guides landing page content |
| docs/guides/tables.md | Translates table guide title and description |
| docs/guides/page-setup.md | Translates page setup guide title and description |
| docs/guides/guide-for-latex-users.md | Translates LaTeX users guide title and description |
Comments suppressed due to low confidence (3)
docs/src/lib.rs:838
- The old Chinese mapping for "指南" is being removed but should be preserved alongside the new Japanese mapping "ガイド" to maintain support for existing Chinese translations.
"ガイド" => "guides".into(),
docs/src/lib.rs:839
- The old Chinese mapping for "LaTeX 用户指南" is being removed but should be preserved alongside the new Japanese mapping to maintain support for existing Chinese translations.
"LaTeXユーザー向けガイド" => "guide-for-latex-users".into(),
docs/src/lib.rs:840
- The old Chinese mapping for "页面设置指南" is being removed but should be preserved alongside the new Japanese mapping. Also note the URL mapping inconsistency: the original maps to "page-setup" but the new Japanese version maps to "page-setup-guide".
"ページ設定ガイド" => "page-setup-guide".into(),
docs/guides/tables.md
Outdated
| description: | | ||
| Not sure how to change table strokes? Need to rotate a table? This guide | ||
| explains all you need to know about tables in Typst. | ||
| テーブルの罫線の変更方法がわからない?テーブルを回転したい?このガイドでは、Typstでテーブルを扱うために必要な知識をすべて解説します。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
テーブルではなくて表、と思ったのですが、他のページだと表とテーブルが混在していますね...
「表ガイド」は違和感すごいですし(裏ガイドがありそう)、どうしましょう...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
タイトルを「表(テーブル)ガイド」みたいに補足するというのはどうでしょうか?見た目が悪い?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
組版ツールの文脈であれば「表」を「おもて」と解釈することはあまりなさそうなので、「表ガイド」でも十分自然だと思います。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
それならやはり「表」で統一しましょうか
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます!
No description provided.