aboutsummaryrefslogtreecommitdiff
path: root/files/vi/glossary
diff options
context:
space:
mode:
Diffstat (limited to 'files/vi/glossary')
-rw-r--r--files/vi/glossary/ajax/index.html3
-rw-r--r--files/vi/glossary/algorithm/index.html3
-rw-r--r--files/vi/glossary/array/index.html3
-rw-r--r--files/vi/glossary/attribute/index.html3
-rw-r--r--files/vi/glossary/bandwidth/index.html3
-rw-r--r--files/vi/glossary/boolean/index.html3
-rw-r--r--files/vi/glossary/browser/index.html3
-rw-r--r--files/vi/glossary/cache/index.html3
-rw-r--r--files/vi/glossary/callback_function/index.html3
-rw-r--r--files/vi/glossary/cdn/index.html3
-rw-r--r--files/vi/glossary/computer_programming/index.html3
-rw-r--r--files/vi/glossary/css/index.html3
-rw-r--r--files/vi/glossary/dynamic_programming_language/index.html3
-rw-r--r--files/vi/glossary/falsy/index.html3
-rw-r--r--files/vi/glossary/general_header/index.html3
-rw-r--r--files/vi/glossary/head/index.html3
-rw-r--r--files/vi/glossary/hoisting/index.html3
-rw-r--r--files/vi/glossary/html/index.html3
-rw-r--r--files/vi/glossary/identifier/index.html3
-rw-r--r--files/vi/glossary/index.html3
-rw-r--r--files/vi/glossary/jquery/index.html3
-rw-r--r--files/vi/glossary/json/index.html3
-rw-r--r--files/vi/glossary/metadata/index.html3
-rw-r--r--files/vi/glossary/null/index.html3
-rw-r--r--files/vi/glossary/operand/index.html3
-rw-r--r--files/vi/glossary/php/index.html3
-rw-r--r--files/vi/glossary/primitive/index.html3
-rw-r--r--files/vi/glossary/responsive_web_design/index.html3
-rw-r--r--files/vi/glossary/svg/index.html3
-rw-r--r--files/vi/glossary/truthy/index.html3
-rw-r--r--files/vi/glossary/type_conversion/index.html3
-rw-r--r--files/vi/glossary/undefined/index.html3
-rw-r--r--files/vi/glossary/xml/index.html3
33 files changed, 66 insertions, 33 deletions
diff --git a/files/vi/glossary/ajax/index.html b/files/vi/glossary/ajax/index.html
index c111812954..ce804dea38 100644
--- a/files/vi/glossary/ajax/index.html
+++ b/files/vi/glossary/ajax/index.html
@@ -1,7 +1,8 @@
---
title: AJAX
-slug: Tu-dien-thuat-ngu/AJAX
+slug: Glossary/AJAX
translation_of: Glossary/AJAX
+original_slug: Tu-dien-thuat-ngu/AJAX
---
<p>AJAX (Asynchronous {{glossary("JavaScript")}} And {{glossary("XML")}}) là một kỹ thuật lập trình kết hợp {{glossary("HTML")}}, {{glossary("CSS")}}, {{glossary("JavaScript")}}, {{glossary("DOM")}}, và đối tượng XMLHttpRequest để xây dựng các trang web phức tạp hơn. Điều mà AJAX cho phép bạn thực hiện chỉ là cập nhật một số thành phần của trang web thay vì phải tải lại toàn bộ trang. AJAX cũng cho phép bạn làm việc bất đồng bộ, có nghĩa là mã nguồn của bạn tiếp tục chạy trong khi những thành phần đó sẽ cố gắng tải lại (còn đồng bộ sẽ không cho mã nguồn của bạn chạy cho đến khi các thành phần của trang web tải lại xong).</p>
diff --git a/files/vi/glossary/algorithm/index.html b/files/vi/glossary/algorithm/index.html
index 79accd5810..93fcf4df29 100644
--- a/files/vi/glossary/algorithm/index.html
+++ b/files/vi/glossary/algorithm/index.html
@@ -1,9 +1,10 @@
---
title: Thuật Toán
-slug: Tu-dien-thuat-ngu/Algorithm
+slug: Glossary/Algorithm
tags:
- thuật toán
translation_of: Glossary/Algorithm
+original_slug: Tu-dien-thuat-ngu/Algorithm
---
<p>Thuật toán là một chuỗi khép kín những hướng dẫn để thực hiện một chức năng.</p>
diff --git a/files/vi/glossary/array/index.html b/files/vi/glossary/array/index.html
index d701cf9623..ff005daae5 100644
--- a/files/vi/glossary/array/index.html
+++ b/files/vi/glossary/array/index.html
@@ -1,7 +1,8 @@
---
title: Array
-slug: Tu-dien-thuat-ngu/array
+slug: Glossary/array
translation_of: Glossary/array
+original_slug: Tu-dien-thuat-ngu/array
---
<p>Một array (mảng) là một tập hợp sắp xếp các dữ liệu {{Glossary("primitive")}} hoặc {{Glossary("object")}}. Dựa vào các vị trí của nó trong array, mỗi item (phần tử trong mảng) dữ liệu có một số index (chỉ mục, thứ tự vị trí của các phần tử, bắt đầu từ vị trí đầu tiên có giá trị là 0), thông qua index này mà bạn có thể truy cập tới các {{glossary("giá trị")}} ({{glossary("value")}}) chứa trong mảng. {{jsxref("array")}} cũng là các đối tượng, mà nó có thể được dùng bởi nhiều phương thức khác nhau. ({{jsxref("array")}}s are also objects that can be manipulated with various {{Glossary("Method", "methods")}}.)</p>
diff --git a/files/vi/glossary/attribute/index.html b/files/vi/glossary/attribute/index.html
index 50079a0e56..8fe616d567 100644
--- a/files/vi/glossary/attribute/index.html
+++ b/files/vi/glossary/attribute/index.html
@@ -1,10 +1,11 @@
---
title: Thuộc tính
-slug: Tu-dien-thuat-ngu/Attribute
+slug: Glossary/Attribute
tags:
- HTML
- Từ điển thuật ngữ
translation_of: Glossary/Attribute
+original_slug: Tu-dien-thuat-ngu/Attribute
---
<p><span class="glossaryLink new">Một <strong>thuộc tính </strong></span>mở rộng một {{Glossary("thẻ")}}, thay đổi hành vi của thẻ đó hoặc cung cấp thông tin/dữ liệu về nó. Một thuộc tính luôn luôn có dạng <code>name=value</code> (tên của một thuộc tính được đặt theo các thuộc tính liên quan).</p>
diff --git a/files/vi/glossary/bandwidth/index.html b/files/vi/glossary/bandwidth/index.html
index 50bee3a7cd..6db7ad3983 100644
--- a/files/vi/glossary/bandwidth/index.html
+++ b/files/vi/glossary/bandwidth/index.html
@@ -1,7 +1,8 @@
---
title: Bandwidth
-slug: Tu-dien-thuat-ngu/Bandwidth
+slug: Glossary/Bandwidth
translation_of: Glossary/Bandwidth
+original_slug: Tu-dien-thuat-ngu/Bandwidth
---
<p> </p>
diff --git a/files/vi/glossary/boolean/index.html b/files/vi/glossary/boolean/index.html
index 9d227fa486..2800146bfd 100644
--- a/files/vi/glossary/boolean/index.html
+++ b/files/vi/glossary/boolean/index.html
@@ -1,6 +1,6 @@
---
title: Boolean
-slug: Tu-dien-thuat-ngu/Boolean
+slug: Glossary/Boolean
tags:
- Boolean
- JavaScript
@@ -8,6 +8,7 @@ tags:
- Ngôn ngữ lập trình
- Thuật ngữ
translation_of: Glossary/Boolean
+original_slug: Tu-dien-thuat-ngu/Boolean
---
<p>Trong khoa học máy tính, Boolean (phiên âm /bu-li-ờn/) là loại dữ liệu logic chỉ có giá trị <code>true</code>/đúng hoặc <code>false</code>/sai. Ví dụ, trong JavaScript, điều kiện Boolean thường sử dụng để quyết định đoạn mã nào được thực thi (như trong {{jsxref("Statements/if...else", "lệnh if")}}) hay lặp lại (trong {{jsxref("Statements/for", "vòng lặp for")}}).</p>
diff --git a/files/vi/glossary/browser/index.html b/files/vi/glossary/browser/index.html
index 147573222b..bf9179c482 100644
--- a/files/vi/glossary/browser/index.html
+++ b/files/vi/glossary/browser/index.html
@@ -1,10 +1,11 @@
---
title: Trình Duyệt
-slug: Tu-dien-thuat-ngu/trinh-duyet
+slug: Glossary/Browser
tags:
- Thuật ngữ
- Từ điển
translation_of: Glossary/Browser
+original_slug: Tu-dien-thuat-ngu/trinh-duyet
---
<p><strong>Trình duyệt Web</strong> hay <strong>trình duyệt</strong> là một chương trình có chức năng tải và hiển thị các trang {{Glossary("World Wide Web","Web")}}, và cho phép người dùng truy cập những trang web khác thông qua {{Glossary("hyperlink","hyperlinks")}}. Trình duyệt chính là những {{Glossary("user agent")}} phổ biến nhất.</p>
diff --git a/files/vi/glossary/cache/index.html b/files/vi/glossary/cache/index.html
index d496389bba..dd5159d4ea 100644
--- a/files/vi/glossary/cache/index.html
+++ b/files/vi/glossary/cache/index.html
@@ -1,10 +1,11 @@
---
title: Cache
-slug: Tu-dien-thuat-ngu/Cache
+slug: Glossary/Cache
tags:
- HTTP
- Thuật ngữ
translation_of: Glossary/Cache
+original_slug: Tu-dien-thuat-ngu/Cache
---
<p><strong>Cache </strong>(web cache hay HTTP cache, phiên âm /kát-sờ/) là một thành phần lưu trữ phản hồi HTTP tạm thời từ đó máy tính có thể sử dụng nó cho những yêu cầu HTTP tiếp theo miễn nó đạt được những điều kiện nhất định.</p>
diff --git a/files/vi/glossary/callback_function/index.html b/files/vi/glossary/callback_function/index.html
index 5aabc5fcc4..3692c5a6c9 100644
--- a/files/vi/glossary/callback_function/index.html
+++ b/files/vi/glossary/callback_function/index.html
@@ -1,7 +1,8 @@
---
title: Callback function
-slug: Tu-dien-thuat-ngu/Callback_function
+slug: Glossary/Callback_function
translation_of: Glossary/Callback_function
+original_slug: Tu-dien-thuat-ngu/Callback_function
---
<p>Hàm gọi lại là một hàm được truyền vào một hàm khác dưới dạng đối số, sau đó được gọi bên trong hàm bên ngoài để hoàn thành một số loại quy trình hoặc hành động.  Đây là một ví dụ nhanh:</p>
diff --git a/files/vi/glossary/cdn/index.html b/files/vi/glossary/cdn/index.html
index 9f54fcb5b4..bd3bf5fff6 100644
--- a/files/vi/glossary/cdn/index.html
+++ b/files/vi/glossary/cdn/index.html
@@ -1,10 +1,11 @@
---
title: CDN
-slug: Tu-dien-thuat-ngu/CDN
+slug: Glossary/CDN
tags:
- Cơ sở hạ tầng
- Thuật ngữ
translation_of: Glossary/CDN
+original_slug: Tu-dien-thuat-ngu/CDN
---
<p><strong>CDN </strong>(Mạng lưới Phân phối Nội dung / Content Delivery Network) là một nhóm các máy chủ phân bổ trên nhiều vị trí địa lý. Những máy chủ này chứa các bản sao dữ liệu để nó có thể cung cấp dữ liệu được yêu cầu dựa trên máy chủ gần nhất so với người-dùng-cuối tương ứng. Các CDN giúp cho dịch vụ tốc ít bị ảnh hưởng bởi lưu lượng cao.</p>
diff --git a/files/vi/glossary/computer_programming/index.html b/files/vi/glossary/computer_programming/index.html
index 27c03c6afb..abafd80811 100644
--- a/files/vi/glossary/computer_programming/index.html
+++ b/files/vi/glossary/computer_programming/index.html
@@ -1,9 +1,10 @@
---
title: Lập Trình Máy Tính
-slug: Tu-dien-thuat-ngu/Computer_Programming
+slug: Glossary/Computer_Programming
tags:
- Lập trình máy tính
translation_of: Glossary/Computer_Programming
+original_slug: Tu-dien-thuat-ngu/Computer_Programming
---
<p>Lập trình máy tính là một quá trình xây dựng và sắp xếp một bộ gồm các hướng dẫn. Những hướng dẫn này sẽ nói cho máy tính/ phần mềm biết nó phải làm gì bằng ngôn ngữ mà máy hiểu được. Hướng dẫn được viết bằng rất nhiều ngôn ngữ, như là C++, Java, JavaScript, HTML, Python, Ruby, and Rust.</p>
diff --git a/files/vi/glossary/css/index.html b/files/vi/glossary/css/index.html
index 4c6d127406..61ef0bca16 100644
--- a/files/vi/glossary/css/index.html
+++ b/files/vi/glossary/css/index.html
@@ -1,7 +1,8 @@
---
title: CSS
-slug: Tu-dien-thuat-ngu/CSS
+slug: Glossary/CSS
translation_of: Glossary/CSS
+original_slug: Tu-dien-thuat-ngu/CSS
---
<p><span class="seoSummary"><strong>CSS</strong> (Cascading Style Sheets) là một ngôn ngữ khai báo mà điều chỉnh trang web sẽ nhìn như thế nào trong {{glossary("trình duyệt")}}.</span> Trình duyệt gắn kiểu khai báo trong CSS vào những elements dược chọn để hiển thị nó đúng chính xác. Một kiểu khai báo bao gồm những thuộc tính và giá trị của các elements, cái mà xác định trang web sẽ nhìn như thế nào.</p>
diff --git a/files/vi/glossary/dynamic_programming_language/index.html b/files/vi/glossary/dynamic_programming_language/index.html
index 7babbc04e7..e8a8dd07dc 100644
--- a/files/vi/glossary/dynamic_programming_language/index.html
+++ b/files/vi/glossary/dynamic_programming_language/index.html
@@ -1,7 +1,8 @@
---
title: Ngôn ngữ lập trình động
-slug: Tu-dien-thuat-ngu/Dynamic_programming_language
+slug: Glossary/Dynamic_programming_language
translation_of: Glossary/Dynamic_programming_language
+original_slug: Tu-dien-thuat-ngu/Dynamic_programming_language
---
<p><strong>Ngôn ngữ lập trình động</strong> là ngôn ngữ lập trình trong đó các thao tác được thực hiện tại thời gian biên dịch có thể được thực hiện trong thời gian chạy. Ví dụ: trong JavaScript, có thể thay đổi loại biến hoặc thêm các thuộc tính hoặc phương thức mới vào một đối tượng trong khi chương trình đang chạy.</p>
diff --git a/files/vi/glossary/falsy/index.html b/files/vi/glossary/falsy/index.html
index c71e9cc197..7b39f3e98b 100644
--- a/files/vi/glossary/falsy/index.html
+++ b/files/vi/glossary/falsy/index.html
@@ -1,7 +1,8 @@
---
title: Falsy
-slug: Tu-dien-thuat-ngu/Falsy
+slug: Glossary/Falsy
translation_of: Glossary/Falsy
+original_slug: Tu-dien-thuat-ngu/Falsy
---
<p id="Summary">Giá trị <strong>falsy</strong> là giá trị được hiểu là <em>false</em> trong ngữ cảnh {{Glossary("Boolean")}}.</p>
diff --git a/files/vi/glossary/general_header/index.html b/files/vi/glossary/general_header/index.html
index e6ac4493a9..318407154d 100644
--- a/files/vi/glossary/general_header/index.html
+++ b/files/vi/glossary/general_header/index.html
@@ -1,9 +1,10 @@
---
title: General header
-slug: Tu-dien-thuat-ngu/General_header
+slug: Glossary/General_header
tags:
- C++
translation_of: Glossary/General_header
+original_slug: Tu-dien-thuat-ngu/General_header
---
<p>A <strong>general header</strong> is an {{glossary('Header', 'HTTP header')}} that can be used in both request and response messages but doesn't apply to the content itself. Depending on the context they are used in, general headers are either {{glossary("Response header", "response")}} or {{glossary("request header", "request headers")}}. However, they are not {{glossary("entity header", "entity headers")}}.</p>
diff --git a/files/vi/glossary/head/index.html b/files/vi/glossary/head/index.html
index c53ed73844..af4f9c9532 100644
--- a/files/vi/glossary/head/index.html
+++ b/files/vi/glossary/head/index.html
@@ -1,7 +1,8 @@
---
title: Head
-slug: Tu-dien-thuat-ngu/Head
+slug: Glossary/Head
translation_of: Glossary/Head
+original_slug: Tu-dien-thuat-ngu/Head
---
<p><strong>Head</strong><strong> </strong>là một phần của một  văn bản {{glossary("HTML")}} chứa {{glossary("metadata")}} về văn bản đó, như tác giả, mô tả, và liên kết đến các tập tin {{glossary("CSS")}} hay {{glossary("JavaScript")}} được áp dụng vào văn bản HTML.</p>
diff --git a/files/vi/glossary/hoisting/index.html b/files/vi/glossary/hoisting/index.html
index b12a7f94cc..2f1f2a67c8 100644
--- a/files/vi/glossary/hoisting/index.html
+++ b/files/vi/glossary/hoisting/index.html
@@ -1,9 +1,10 @@
---
title: Hoisting
-slug: Tu-dien-thuat-ngu/Hoisting
+slug: Glossary/Hoisting
tags:
- JavaScript
translation_of: Glossary/Hoisting
+original_slug: Tu-dien-thuat-ngu/Hoisting
---
<p>Hoisting là một thuật ngữ mà bạn sẽ không tìm thấy cách sử dụng trong bất cứ văn bản đặc tả quy chuẩn nào trước <a href="http://www.ecma-international.org/ecma-262/6.0/index.html">ECMAScript® 2015 Language Specification</a>. Hoisting được nghĩ đến như một cách chung trong việc thực thi các ngữ cảnh (đặc biệt là giai đoạn tạo và thực thi) làm việc như thế nào trong JavaScript. Nhưng, hoisting có thể dẫn đến nhiều sự hiểu lầm. Ví dụ, hoisting dạy rằng định nghĩa biến và hàm được chuyển tới đầu đoạn mã của bạn, nhưng đây không hẳn là tất cả những gì xảy ra. Chuyện gì xảy ra khi các định nghĩa biến và hàm đó được lưu vào bộ nhớ trong suốt giai đoạn biên dịch, nhưng ở chính xác nơi bạn đã gõ nó trong đoạn mã của bạn?</p>
diff --git a/files/vi/glossary/html/index.html b/files/vi/glossary/html/index.html
index 68a5ba4c81..616d2ffed4 100644
--- a/files/vi/glossary/html/index.html
+++ b/files/vi/glossary/html/index.html
@@ -1,7 +1,8 @@
---
title: HTML
-slug: Tu-dien-thuat-ngu/HTML
+slug: Glossary/HTML
translation_of: Glossary/HTML
+original_slug: Tu-dien-thuat-ngu/HTML
---
<p>HTML (Ngôn ngữ đánh dấu siêu văn bản), là một ngôn ngữ mang tính miêu tả chỉ dành riêng cho cấu trúc trang web.</p>
diff --git a/files/vi/glossary/identifier/index.html b/files/vi/glossary/identifier/index.html
index 36b044a73c..7ceace454b 100644
--- a/files/vi/glossary/identifier/index.html
+++ b/files/vi/glossary/identifier/index.html
@@ -1,7 +1,8 @@
---
title: Identifier
-slug: Tu-dien-thuat-ngu/Identifier
+slug: Glossary/Identifier
translation_of: Glossary/Identifier
+original_slug: Tu-dien-thuat-ngu/Identifier
---
<p><strong>Định danh</strong> là chuỗi ký tự trong mã nguồn để xác định {{glossary("variable")}}, {{glossary("function")}}, hoặc {{glossary("property")}}.</p>
diff --git a/files/vi/glossary/index.html b/files/vi/glossary/index.html
index 053ad9b274..ef14a9a45b 100644
--- a/files/vi/glossary/index.html
+++ b/files/vi/glossary/index.html
@@ -1,11 +1,12 @@
---
title: Từ điển thuật ngữ
-slug: Tu-dien-thuat-ngu
+slug: Glossary
tags:
- Index
- Người mới
- Từ điển
translation_of: Glossary
+original_slug: Tu-dien-thuat-ngu
---
<div style="max-width: 300px; float: right; margin: 0 0 .5em 1em;">{{LearnBox({"title":"Có thể bạn chưa biết"})}}</div>
diff --git a/files/vi/glossary/jquery/index.html b/files/vi/glossary/jquery/index.html
index 1477abfb66..9b9ea78ce0 100644
--- a/files/vi/glossary/jquery/index.html
+++ b/files/vi/glossary/jquery/index.html
@@ -1,7 +1,8 @@
---
title: jQuery
-slug: Tu-dien-thuat-ngu/jQuery
+slug: Glossary/jQuery
translation_of: Glossary/jQuery
+original_slug: Tu-dien-thuat-ngu/jQuery
---
<p><span class="seoSummary"><strong>jQuery</strong> là một {{Glossary("JavaScript")}} {{Glossary("Library")}} </span>tập trung vào việc đơn giản hóa<span class="seoSummary"> thao tác vơi {{Glossary("DOM")}}, gọi {{Glossary("AJAX")}}, và điều khiển {{Glossary("Event")}}.</span></p>
diff --git a/files/vi/glossary/json/index.html b/files/vi/glossary/json/index.html
index 8158b09c63..ec99e9294a 100644
--- a/files/vi/glossary/json/index.html
+++ b/files/vi/glossary/json/index.html
@@ -1,7 +1,8 @@
---
title: JSON
-slug: Tu-dien-thuat-ngu/JSON
+slug: Glossary/JSON
translation_of: Glossary/JSON
+original_slug: Tu-dien-thuat-ngu/JSON
---
<p><em>JavaScript Object Notation</em> (<strong>JSON</strong>) là một data-interchange format. Mặc dù không phải là một strict subset, JSON lại rất giống với một subset theo cú pháp của {{Glossary("JavaScript")}}.</p>
diff --git a/files/vi/glossary/metadata/index.html b/files/vi/glossary/metadata/index.html
index ff72a21192..4bf2499a8a 100644
--- a/files/vi/glossary/metadata/index.html
+++ b/files/vi/glossary/metadata/index.html
@@ -1,7 +1,8 @@
---
title: Metadata
-slug: Tu-dien-thuat-ngu/Metadata
+slug: Glossary/Metadata
translation_of: Glossary/Metadata
+original_slug: Tu-dien-thuat-ngu/Metadata
---
<p><strong>Metadata (Siêu dữ liệu) </strong>là — in its very simplest definition — dữ liệu mô tả dữ liệu. Chẳng hạn, tài liệu {{glossary("HTML")}} là dữ liệu, nhưng HTML có thể chứa metadata trong phần tử {{htmlelement("head")}} để mô tả tài liệu đó — như là ai viết nó, và tóm lược trang web.</p>
diff --git a/files/vi/glossary/null/index.html b/files/vi/glossary/null/index.html
index 4baec6b2e6..c5ae5f3e9c 100644
--- a/files/vi/glossary/null/index.html
+++ b/files/vi/glossary/null/index.html
@@ -1,7 +1,8 @@
---
title: 'Null'
-slug: Tu-dien-thuat-ngu/Null
+slug: Glossary/Null
translation_of: Glossary/Null
+original_slug: Tu-dien-thuat-ngu/Null
---
<p>Trong khoa học máy tính, giá trị <strong><code>null</code></strong> đại điện cho một tham chiếu trỏ tới, thường là cố tình, {{glossary("object")}} hoặc địa chỉ không tồn tại hoặc không hợp lệ. Ý nghĩa của null tuỳ theo từng ngôn ngữ.</p>
diff --git a/files/vi/glossary/operand/index.html b/files/vi/glossary/operand/index.html
index 407d9c03d0..5971b6cf59 100644
--- a/files/vi/glossary/operand/index.html
+++ b/files/vi/glossary/operand/index.html
@@ -1,7 +1,8 @@
---
title: Toán hạng
-slug: Tu-dien-thuat-ngu/Operand
+slug: Glossary/Operand
translation_of: Glossary/Operand
+original_slug: Tu-dien-thuat-ngu/Operand
---
<p><strong>Toán hạng</strong> là một phần trong câu lệnh biểu diễn thao tác dữ liệu bởi {{glossary("operator")}}. Chẳng hạn, khi bạn cộng hai số, hai số đó là toán hạng và "+" là toán tử.</p>
diff --git a/files/vi/glossary/php/index.html b/files/vi/glossary/php/index.html
index f75d0f07e7..b09ede6365 100644
--- a/files/vi/glossary/php/index.html
+++ b/files/vi/glossary/php/index.html
@@ -1,7 +1,8 @@
---
title: PHP
-slug: Tu-dien-thuat-ngu/PHP
+slug: Glossary/PHP
translation_of: Glossary/PHP
+original_slug: Tu-dien-thuat-ngu/PHP
---
<p>PHP (a recursive initialism for PHP: Hypertext Preprocessor) is an open-source server-side scripting language that can be embedded into HTML to build web applications and dynamic websites.</p>
diff --git a/files/vi/glossary/primitive/index.html b/files/vi/glossary/primitive/index.html
index b65302eab7..cc4a15e2b3 100644
--- a/files/vi/glossary/primitive/index.html
+++ b/files/vi/glossary/primitive/index.html
@@ -1,7 +1,8 @@
---
title: Primitive
-slug: Tu-dien-thuat-ngu/Primitive
+slug: Glossary/Primitive
translation_of: Glossary/Primitive
+original_slug: Tu-dien-thuat-ngu/Primitive
---
<p><span class="seoSummary">Trong {{Glossary("JavaScript")}}, <strong>một bản nguyên</strong> (giá trị nguyên thủy, giá trị sơ khai, kiểu dữ liệu sơ khai) là dữ liệu mà dữ liệu này không phải {{Glossary("object")}} và không có {{glossary("method","phương thức")}}. Có 7 kiểu dữ liệu bản nguyên: {{Glossary("string")}}, {{Glossary("number")}},</span> {{Glossary("bigint")}},<span class="seoSummary"> {{Glossary("boolean")}}, {{Glossary("null")}}, {{Glossary("undefined")}}, {{Glossary("symbol")}} (mới thêm vào trong {{Glossary("ECMAScript")}} 2015).</span></p>
diff --git a/files/vi/glossary/responsive_web_design/index.html b/files/vi/glossary/responsive_web_design/index.html
index ba3cae0d1c..4e46368fb9 100644
--- a/files/vi/glossary/responsive_web_design/index.html
+++ b/files/vi/glossary/responsive_web_design/index.html
@@ -1,11 +1,12 @@
---
title: Responsive web design
-slug: Tu-dien-thuat-ngu/Responsive_web_design
+slug: Glossary/Responsive_web_design
tags:
- Khả năng tiếp cận
- Thiết kế
- Thuật ngữ
translation_of: Glossary/Responsive_web_design
+original_slug: Tu-dien-thuat-ngu/Responsive_web_design
---
<p><em>Responsive Web Design </em>(<strong>RWD</strong>) (<em>Thiết kế web linh hoạt</em>) là khái niệm trong lập trình Web hướng tới tạo ra website có vẻ ngoài và cơ chế vận hành tối ưu trên tất cả thiết bị tính toán cá nhân, từ desktop (cố định) tới mobile (di động).</p>
diff --git a/files/vi/glossary/svg/index.html b/files/vi/glossary/svg/index.html
index d73e8f0d9d..e514deba43 100644
--- a/files/vi/glossary/svg/index.html
+++ b/files/vi/glossary/svg/index.html
@@ -1,7 +1,8 @@
---
title: SVG
-slug: Tu-dien-thuat-ngu/SVG
+slug: Glossary/SVG
translation_of: Glossary/SVG
+original_slug: Tu-dien-thuat-ngu/SVG
---
<p><em>Scalable Vector Graphics</em> (<strong>SVG</strong>) là một định dạng hình ảnh véc tơ 2D dựa trên cú pháp của {{Glossary("XML")}}.</p>
diff --git a/files/vi/glossary/truthy/index.html b/files/vi/glossary/truthy/index.html
index e9b5b23291..db73ea562d 100644
--- a/files/vi/glossary/truthy/index.html
+++ b/files/vi/glossary/truthy/index.html
@@ -1,7 +1,8 @@
---
title: Truthy
-slug: Tu-dien-thuat-ngu/Truthy
+slug: Glossary/Truthy
translation_of: Glossary/Truthy
+original_slug: Tu-dien-thuat-ngu/Truthy
---
<p>Trong {{Glossary("JavaScript")}}, <strong>truthy</strong> là giá trị được hiểu là <code>true</code> trong ngữ cảnh {{Glossary("Boolean")}}. Tất cả mọi giá trị đều là truthy, trừ phi chúng được định nghĩa là {{Glossary("Falsy", "falsy")}} (tức là, ngoại trừ <code>false</code>, <code>0</code>, <code>""</code>, <code>null</code>, <code>undefined</code>, và <code>NaN</code>).</p>
diff --git a/files/vi/glossary/type_conversion/index.html b/files/vi/glossary/type_conversion/index.html
index c3d2ca07c9..1b32be0968 100644
--- a/files/vi/glossary/type_conversion/index.html
+++ b/files/vi/glossary/type_conversion/index.html
@@ -1,7 +1,8 @@
---
title: Type Conversion
-slug: Tu-dien-thuat-ngu/Type_Conversion
+slug: Glossary/Type_Conversion
translation_of: Glossary/Type_Conversion
+original_slug: Tu-dien-thuat-ngu/Type_Conversion
---
<p>Chuyển đổi kiểu (hay ép kiểu) tức là truyền dữ liệu từ kiểu dữ liệu này sang kiểu dữ liệu khác. <em>Chuyển kiểu ngầm</em> xảy ra khi bộ biên dịch tự động gán kiểu dữ liệu, song mã nguồn vẫn có thể thực hiện chuyển kiểu theo cách <em>tường minh</em>. Chẳng hạn, đoạn lệnh <code>5+2.0</code>, số thực dấu phẩy động <code>2.0</code> được ép kiểu ngầm sang số nguyên, nhưng với lệnh <code>Number("0x11")</code>, xâu ký tự "0x11" được ép kiểu tường minh sang số 17.</p>
diff --git a/files/vi/glossary/undefined/index.html b/files/vi/glossary/undefined/index.html
index 6cad2c4b1b..5bc6e40c1d 100644
--- a/files/vi/glossary/undefined/index.html
+++ b/files/vi/glossary/undefined/index.html
@@ -1,7 +1,8 @@
---
title: undefined
-slug: Tu-dien-thuat-ngu/undefined
+slug: Glossary/undefined
translation_of: Glossary/undefined
+original_slug: Tu-dien-thuat-ngu/undefined
---
<p><span class="seoSummary"><strong><code>undefined</code></strong></span> là một giá trị nguyên thủy được gán tự động cho các biến vừa được khai báo hoặc cho các đối số chính thức không có đối số thực tế.</p>
diff --git a/files/vi/glossary/xml/index.html b/files/vi/glossary/xml/index.html
index f76d106d37..39b44b4290 100644
--- a/files/vi/glossary/xml/index.html
+++ b/files/vi/glossary/xml/index.html
@@ -1,7 +1,8 @@
---
title: XML
-slug: Tu-dien-thuat-ngu/XML
+slug: Glossary/XML
translation_of: Glossary/XML
+original_slug: Tu-dien-thuat-ngu/XML
---
<p>eXtensible Markup Language (XML) là ngôn ngữ đánh dấu chung được W3C đặc tả. Ngành Công nghệ thông tin (IT) sử dụng nhiều ngôn ngữ dựa trên XML như là ngôn ngữ mô tả dữ liệu.</p>