docs(FR-2624): translate remaining English headings in ja and th docs#6846
Merged
graphite-app[bot] merged 1 commit intomainfrom Apr 22, 2026
Conversation
This was referenced Apr 21, 2026
Contributor
Author
4 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
This PR aims to localize remaining English section headings in the Japanese (ja/) and Thai (th/) Backend.AI WebUI user manual so the generated PDF TOC is fully translated and consistent.
Changes:
- Translated many previously-English H1–H4 headings across 5 docs in
src/ja/andsrc/th/. - Preserved existing HTML anchor IDs (
<a id="..."></a>) to keep cross-references stable. - Updated a few inline comment/heading strings related to SFTP/SSH setup sections.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| packages/backend.ai-webui-docs/src/th/vfolder/vfolder.md | Translates additional Thai headings in vfolder doc (pipeline/automount sections). |
| packages/backend.ai-webui-docs/src/th/sftp_to_container/sftp_to_container.md | Translates Thai headings for platform-specific SFTP/SSH instructions and client package setup. |
| packages/backend.ai-webui-docs/src/th/sessions_all/sessions_all.md | Translates several Thai headings in the session creation/management guide. |
| packages/backend.ai-webui-docs/src/th/chat/chat.md | Translates Thai page title and section headings for the Chat page. |
| packages/backend.ai-webui-docs/src/th/admin_menu/admin_menu.md | Translates Thai admin menu section headings (resource policies, quota, system/server settings, etc.). |
| packages/backend.ai-webui-docs/src/ja/vfolder/vfolder.md | Translates additional Japanese headings in vfolder doc (pipeline/automount sections). |
| packages/backend.ai-webui-docs/src/ja/sftp_to_container/sftp_to_container.md | Translates Japanese headings for platform-specific SFTP/SSH instructions and client package setup. |
| packages/backend.ai-webui-docs/src/ja/sessions_all/sessions_all.md | Translates many Japanese headings in the session creation/management guide. |
| packages/backend.ai-webui-docs/src/ja/chat/chat.md | Translates Japanese page title and section headings for the Chat page. |
| packages/backend.ai-webui-docs/src/ja/admin_menu/admin_menu.md | Translates Japanese admin menu section headings (resource policies, quota, system/server settings, etc.). |
0c956d4 to
b1df6b1
Compare
7469bb2 to
36a0f74
Compare
b1df6b1 to
f8571cd
Compare
36a0f74 to
774580f
Compare
Base automatically changed from
04-21-docs_fr-2623_reorganize_admin_model_serving_docs_and_remove_clone_references
to
main
April 22, 2026 04:08
f8571cd to
bf2dcd6
Compare
Merge activity
|
…#6846) Resolves #6845 ([FR-2624](https://lablup.atlassian.net/browse/FR-2624)) ## Summary The generated PDF TOC showed many Japanese and Thai section headings in English, for example chapter 12 (Compute セッション) whose 13 subsection titles were all still English. A full audit found ~38 untranslated headings per language across five files. The Korean docs were used as the reference for translation style. - Translated all H1/H2/H3/H4 headings in the Japanese docs across `admin_menu.md`, `chat.md`, `sessions_all.md`, `sftp_to_container.md`, and `vfolder.md`. - Translated the corresponding headings in the Thai docs across the same five files. - Kept product/technical names in English per `TRANSLATION-GUIDE.md` (Backend.AI, Jupyter, FileBrowser, SFTP, SSH, GPU, CPU, API, Docker, Python, CLI, etc.). - Preserved the existing `<a id=\"...\"></a>` HTML anchors above each translated heading so cross-references from other pages keep resolving. ## Test Plan - [ ] Rebuild the ja and th PDFs locally and confirm the TOC now reads in the target language - [ ] Verify all cross-references (e.g. `[...](#start-a-new-session)`) still resolve in ja and th - [ ] Spot-check `admin_menu.md`, `chat.md`, `sessions_all.md`, `sftp_to_container.md`, and `vfolder.md` for both ja and th [FR-2624]: https://lablup.atlassian.net/browse/FR-2624?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
bf2dcd6 to
b941120
Compare
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.

Resolves #6845 (FR-2624)
Summary
The generated PDF TOC showed many Japanese and Thai section headings in English, for example chapter 12 (Compute セッション) whose 13 subsection titles were all still English. A full audit found ~38 untranslated headings per language across five files. The Korean docs were used as the reference for translation style.
admin_menu.md,chat.md,sessions_all.md,sftp_to_container.md, andvfolder.md.TRANSLATION-GUIDE.md(Backend.AI, Jupyter, FileBrowser, SFTP, SSH, GPU, CPU, API, Docker, Python, CLI, etc.).<a id=\"...\"></a>HTML anchors above each translated heading so cross-references from other pages keep resolving.Test Plan
[...](#start-a-new-session)) still resolve in ja and thadmin_menu.md,chat.md,sessions_all.md,sftp_to_container.md, andvfolder.mdfor both ja and th