Skip to content

Commit 8ce2db9

Browse files
committed
docs: update homepage translation
1 parent 18cddbb commit 8ce2db9

File tree

1 file changed

+9
-20
lines changed

1 file changed

+9
-20
lines changed

.vitepress/theme/components/Home.vue

Lines changed: 9 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ import SponsorsGroup from './SponsorsGroup.vue';
88
<h1 class="tagline">
99
Framework JavaScript
1010
<br />
11-
<span class="accent">Linh Động</span>
11+
<span class="accent">linh động</span>
1212
</h1>
13-
<p class="description">
14-
Một framework gần gũi, mạnh mẽ và linh hoạt để xây dựng giao diện người dùng web.
15-
</p>
13+
<p
14+
class="description"
15+
>Một framework gần gũi, mạnh mẽ và linh hoạt để xây dựng giao diện người dùng trên nền tảng web.</p>
1616
<p class="actions">
1717
<a class="get-started" href="/guide/introduction.html">
1818
Bắt đầu
@@ -38,12 +38,7 @@ import SponsorsGroup from './SponsorsGroup.vue';
3838
<a href="https://www.dcloud.io/hbuilderx.html?hmsr=vue-en&hmpl=&hmcu=&hmkw=&hmci=">
3939
<picture>
4040
<source type="image/avif" srcset="/images/sponsors/hbuilder.avif" />
41-
<img
42-
alt="hbuilder logo"
43-
width="97"
44-
height="36"
45-
src="/images/sponsors/hbuilder.png"
46-
/>
41+
<img alt="hbuilder logo" width="97" height="36" src="/images/sponsors/hbuilder.png" />
4742
</picture>
4843
</a>
4944
<span>Advanced IDE for Vue</span>
@@ -52,21 +47,15 @@ import SponsorsGroup from './SponsorsGroup.vue';
5247
<section id="highlights" class="vt-box-container">
5348
<div class="vt-box">
5449
<h2>Gần gũi</h2>
55-
<p>
56-
Xây dựng dựa trên HTML, CSS và JavaScript tiêu chuẩn với API trực quan và tài liệu tốt nhất.
57-
</p>
50+
<p>Xây dựng dựa trên HTML, CSS và JavaScript, với API trực quan và tài liệu đẳng cấp thế giới.</p>
5851
</div>
5952
<div class="vt-box">
6053
<h2>Mạnh mẽ</h2>
61-
<p>
62-
Thật sự reactive, trình biên dịch được tối ưu để render hệ thống mà hiếm khi cần tới tối ưu hóa thủ công.
63-
</p>
54+
<p>Hệ thống render hoàn toàn reactive và được tối ưu hóa từ bước biên dịch, hiếm khi cần đến tối ưu thủ công.</p>
6455
</div>
6556
<div class="vt-box">
66-
<h2>Đa năng</h2>
67-
<p>
68-
Một hệ sinh thái linh hoạt với các thành phần từ cơ bản đến nâng cao, từ một thư viện đơn giản đến một framework đầy đủ tính năng.
69-
</p>
57+
<h2>Linh hoạt</h2>
58+
<p>Một hệ sinh thái phong phú từ cơ bản đến nâng cao, từ một thư viện đơn giản đến một framework đầy đủ tính năng.</p>
7059
</div>
7160
</section>
7261

0 commit comments

Comments
 (0)