Skip to content

Commit 2af48cf

Browse files
authored
vi: Translate Welcome Day 2 and Day 3 (#2448)
Translate `Welcome to Day 2` and `Welcome to Day 3` to Vietnamese.
1 parent 86334bf commit 2af48cf

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

po/vi.po

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4785,34 +4785,38 @@ msgstr ""
47854785

47864786
#: src/welcome-day-2.md
47874787
msgid "Welcome to Day 2"
4788-
msgstr ""
4788+
msgstr "Chào mừng tới Ngày 2"
47894789

47904790
#: src/welcome-day-2.md
47914791
msgid ""
47924792
"Now that we have seen a fair amount of Rust, today will focus on Rust's type "
47934793
"system:"
47944794
msgstr ""
4795+
"Chúng ta đã có kiến thức tổng quan về Rust, hôm nay sẽ tập trung vào hệ "
4796+
"thống kiểu trong Rust:"
47954797

47964798
#: src/welcome-day-2.md
47974799
msgid "Pattern matching: extracting data from structures."
4798-
msgstr ""
4800+
msgstr "So khớp mẫu (Pattern matching): trích xuất dữ liệu từ các cấu trúc."
47994801

48004802
#: src/welcome-day-2.md
48014803
msgid "Methods: associating functions with types."
4802-
msgstr ""
4804+
msgstr "Phương thức (Methods): liên kết hàm với các kiểu dữ liệu."
48034805

48044806
#: src/welcome-day-2.md
48054807
msgid "Traits: behaviors shared by multiple types."
4806-
msgstr ""
4808+
msgstr "Traits: hành vi được chia sẻ bởi nhiều kiểu dữ liệu."
48074809

48084810
#: src/welcome-day-2.md
48094811
msgid "Generics: parameterizing types on other types."
4810-
msgstr ""
4812+
msgstr "Generics: tham số hóa các kiểu dữ liệu trên các kiểu khác nhau."
48114813

48124814
#: src/welcome-day-2.md
48134815
msgid ""
48144816
"Standard library types and traits: a tour of Rust's rich standard library."
48154817
msgstr ""
4818+
"Các kiểu thư viện chuẩn và traits: sơ bộ về thư viện chuẩn phong phú của "
4819+
"Rust."
48164820

48174821
#: src/welcome-day-2.md src/welcome-day-4-afternoon.md
48184822
msgid ""
@@ -7113,21 +7117,24 @@ msgstr ""
71137117

71147118
#: src/welcome-day-3.md
71157119
msgid "Welcome to Day 3"
7116-
msgstr ""
7120+
msgstr "Chào mừng tới Ngày 3"
71177121

71187122
#: src/welcome-day-3.md
71197123
msgid "Today, we will cover:"
7120-
msgstr ""
7124+
msgstr "Chủ đề chúng ta sẽ học hôm nay là:"
71217125

71227126
#: src/welcome-day-3.md
71237127
msgid ""
71247128
"Memory management, lifetimes, and the borrow checker: how Rust ensures "
71257129
"memory safety."
71267130
msgstr ""
7131+
"Quản lý bộ nhớ, vòng đời (lifetimes), và quá trình kiểm mượn (the borrow "
7132+
"checker): cách mà Rust đảm bảo được tính an toàn bộ nhớ."
71277133

71287134
#: src/welcome-day-3.md
71297135
msgid "Smart pointers: standard library pointer types."
71307136
msgstr ""
7137+
"Con trỏ thông minh (smart pointers): các kiểu con trỏ trong thư viện chuẩn."
71317138

71327139
#: src/welcome-day-3.md
71337140
msgid ""

0 commit comments

Comments
 (0)