translate: Phase 3 - Essentials (13 pages)#11
Conversation
|
Translator's notes for reviewers: Terminology decisions to double-check A few terms where I made judgment calls — happy to revisit any of these:
Scope Code comments inside code blocks were intentionally left in English. They mirror the upstream Known rough spots
|
…n reactivity-fundamentals.md
…xamples in list.md
Manual review analysis + completeness fixThis comment covers two things: (1) what the manual editing pass changed and why, and (2) the completeness fixes that followed. What the manual review changedThe manual pass ( Heading style
Bilingual glossing
English tech vocab preferred over full Vietnamese
Code translated
Prose tightened
This style is consistent with how docs-zh-cn and docs-ja handle the same tension between readability and technical precision. Worth codifying in GLOSSARY.md or a STYLE.md for future phases. Formatting bugs introduced by the editorThe editor used to write the manual review introduced some structural damage:
All fixed. Missing content found and restoredA sentence-by-sentence comparison against the upstream English source ( Severe (entire sections missing):
Moderate:
Minor:
12 fix commits total, all on this PR. |
Summary
This PR completes Phase 3 – Essentials, translating all 13 core guide pages to Vietnamese. These pages cover the fundamental building blocks every Vue developer needs to know.
Pages translated
src/guide/essentials/application.mdsrc/guide/essentials/lifecycle.mdsrc/guide/essentials/class-and-style.mdsrc/guide/essentials/conditional.mdsrc/guide/essentials/computed.mdsrc/guide/essentials/template-syntax.mdsrc/guide/essentials/template-refs.mdsrc/guide/essentials/event-handling.mdsrc/guide/essentials/list.mdsrc/guide/essentials/reactivity-fundamentals.mdsrc/guide/essentials/watchers.mdsrc/guide/essentials/forms.mdsrc/guide/essentials/component-basics.mdTranslation approach
GLOSSARY.mdapplied consistently throughout{#section-name}), playground links, and frontmatter left unchangedWhat's next (Phase 4)
Components In-Depth — 8 pages covering Vue's component model (props, events, slots, v-model, provide/inject, async components).
Test plan
pnpm dev— spot-check rendered pages in the browser