@@ -284,15 +284,15 @@ export function Footer() {
284
284
< div
285
285
className = "text-xs text-left rtl:text-right mt-2 pe-0.5"
286
286
dir = "ltr" >
287
- Copyright © Meta Platforms, Inc
287
+ Bản quyền © Meta Platforms, Inc
288
288
</ div >
289
289
< div
290
290
className = "uwu-visible text-xs cursor-pointer hover:text-link hover:dark:text-link-dark hover:underline"
291
291
onClick = { ( ) => {
292
292
// @ts -ignore
293
293
window . __setUwu ( false ) ;
294
294
} } >
295
- no uwu plz
295
+ tắt uwu
296
296
</ div >
297
297
< div
298
298
className = "uwu-hidden text-xs cursor-pointer hover:text-link hover:dark:text-link-dark hover:underline"
@@ -303,7 +303,7 @@ export function Footer() {
303
303
uwu?
304
304
</ div >
305
305
< div className = "uwu-visible text-xs" >
306
- Logo by
306
+ Logo bởi
307
307
< ExternalLink
308
308
className = "ms-1"
309
309
href = "https://twitter.com/sawaratsuki1004" >
@@ -313,50 +313,48 @@ export function Footer() {
313
313
</ div >
314
314
< div className = "flex flex-col" >
315
315
< FooterLink href = "/learn" isHeader = { true } >
316
- Learn React
317
- </ FooterLink >
318
- < FooterLink href = "/learn/" > Quick Start</ FooterLink >
319
- < FooterLink href = "/learn/installation" > Installation</ FooterLink >
320
- < FooterLink href = "/learn/describing-the-ui" >
321
- Describing the UI
316
+ Học React
322
317
</ FooterLink >
318
+ < FooterLink href = "/learn/" > Bắt Đầu Nhanh</ FooterLink >
319
+ < FooterLink href = "/learn/installation" > Cài Đặt</ FooterLink >
320
+ < FooterLink href = "/learn/describing-the-ui" > Mô Tả UI</ FooterLink >
323
321
< FooterLink href = "/learn/adding-interactivity" >
324
- Adding Interactivity
322
+ Thêm Tính Tương Tác
323
+ </ FooterLink >
324
+ < FooterLink href = "/learn/managing-state" >
325
+ Quản Lý Trạng Thái
325
326
</ FooterLink >
326
- < FooterLink href = "/learn/managing-state" > Managing State</ FooterLink >
327
- < FooterLink href = "/learn/escape-hatches" > Escape Hatches</ FooterLink >
327
+ < FooterLink href = "/learn/escape-hatches" > Các Lối Thoát</ FooterLink >
328
328
</ div >
329
329
< div className = "flex flex-col" >
330
330
< FooterLink href = "/reference/react" isHeader = { true } >
331
- API Reference
331
+ Tham Khảo API
332
332
</ FooterLink >
333
333
< FooterLink href = "/reference/react" > React APIs</ FooterLink >
334
334
< FooterLink href = "/reference/react-dom" > React DOM APIs</ FooterLink >
335
335
</ div >
336
336
< div className = "md:col-start-2 xl:col-start-4 flex flex-col" >
337
337
< FooterLink href = "/community" isHeader = { true } >
338
- Community
338
+ Cộng Đồng
339
339
</ FooterLink >
340
340
< FooterLink href = "https://github.com/facebook/react/blob/main/CODE_OF_CONDUCT.md" >
341
- Code of Conduct
341
+ Quy Tắc Ứng Xử
342
342
</ FooterLink >
343
- < FooterLink href = "/community/team" > Meet the Team </ FooterLink >
343
+ < FooterLink href = "/community/team" > Gặp Gỡ Đội Ngũ </ FooterLink >
344
344
< FooterLink href = "/community/docs-contributors" >
345
- Docs Contributors
346
- </ FooterLink >
347
- < FooterLink href = "/community/acknowledgements" >
348
- Acknowledgements
345
+ Người Đóng Góp Tài Liệu
349
346
</ FooterLink >
347
+ < FooterLink href = "/community/acknowledgements" > Lời Cảm Ơn</ FooterLink >
350
348
</ div >
351
349
< div className = "flex flex-col" >
352
- < FooterLink isHeader = { true } > More </ FooterLink >
350
+ < FooterLink isHeader = { true } > Thêm </ FooterLink >
353
351
< FooterLink href = "/blog" > Blog</ FooterLink >
354
352
< FooterLink href = "https://reactnative.dev/" > React Native</ FooterLink >
355
353
< FooterLink href = "https://opensource.facebook.com/legal/privacy" >
356
- Privacy
354
+ Quyền Riêng Tư
357
355
</ FooterLink >
358
356
< FooterLink href = "https://opensource.fb.com/legal/terms/" >
359
- Terms
357
+ Điều Khoản
360
358
</ FooterLink >
361
359
< div className = "flex flex-row items-center mt-8 gap-x-2" >
362
360
< ExternalLink
0 commit comments