浏览代码

Update common.json in Vietnamese

The Cong Doan 3 年之前
父节点
当前提交
47e3b7bc7a
共有 1 个文件被更改,包括 46 次插入46 次删除
  1. 46 46
      src/locales/vi/common.json

+ 46 - 46
src/locales/vi/common.json

@@ -1,56 +1,56 @@
 {
   "common": {
-    "dashboard": "Dashboard",
-    "workflow": "Workflow | Workflows",
-    "collection": "Collection | Collections",
-    "log": "Log | Logs",
-    "block": "Block | Blocks",
-    "docs": "Documentation",
-    "search": "Search",
-    "import": "Import",
-    "export": "Export",
-    "rename": "Rename",
-    "execute": "Execute",
-    "delete": "Delete",
-    "cancel": "Cancel",
-    "settings": "Settings",
-    "options": "Options",
-    "confirm": "Confirm",
-    "name": "Name",
-    "all": "All",
-    "add": "Add",
-    "save": "Save",
-    "data": "data",
-    "stop": "Stop",
-    "editor": "Editor",
-    "running": "Running",
-    "globalData": "Global data",
-    "fileName": "File name",
-    "description": "Description",
-    "disable": "Disable",
-    "disabled": "Disabled",
-    "enable": "Enable",
-    "fallback": "Fallback",
-    "update": "Update"
+    "dashboard": "Bảng điều khiển",
+    "workflow": "Quy trình | Các quy trình",
+    "collection": "Bộ sưu tập | Các bộ sưu tập",
+    "log": "Nhật ký | Nhật ký",
+    "block": "Khối | Khối",
+    "docs": "Tài liệu",
+    "search": "Tìm kiếm",
+    "import": "Nhập",
+    "export": "Xuất",
+    "rename": "Đổi tên",
+    "execute": "Thực thi",
+    "delete": "Xóa",
+    "cancel": "Hủy",
+    "settings": "Cài đặt",
+    "options": "Tùy chọn",
+    "confirm": "Xác nhận",
+    "name": "Tên",
+    "all": "Tất cả",
+    "add": "Thêm",
+    "save": "Lưu",
+    "data": "dữ liệu",
+    "stop": "Dừng lại",
+    "editor": "Trình biên tập",
+    "running": "Đang chạy",
+    "globalData": "Dữ liệu chung",
+    "fileName": "Tên file",
+    "description": "Mô tả",
+    "disable": "Vô hiệu hóa",
+    "disabled": "Đã vô hiệu hóa",
+    "enable": "Kích hoạt",
+    "fallback": "Dự phòng",
+    "update": "Cập nhật"
   },
   "message": {
-    "noBlock": "No block",
-    "noData": "No data to show",
-    "noTriggerBlock": "Can't find a trigger block",
-    "useDynamicData": "Learn how to add dynamic data",
-    "delete": "Are you sure want to delete \"{name}\"?",
-    "empty": "Oppss... It's looks like you don't have any items",
-    "notSaved": "Do you really want to leave? you have unsaved changes!",
-    "maxSizeExceeded": "The file size is the exceeded maximum allowed",
+    "noBlock": "Không có khối",
+    "noData": "Không có dữ liệu để hiển thị",
+    "noTriggerBlock": "Không thể tìm thấy khối kích hoạt",
+    "useDynamicData": "Tìm hiểu cách thêm dữ liệu động",
+    "delete": "Bạn có chắc chắn muốn xóa \"{name}\"?",
+    "empty": "Mục này của bạn có vẻ đang bị trống",
+    "notSaved": "Bạn thực sự muốn thoát? Bạn có một số thay đổi chưa được lưu!",
+    "maxSizeExceeded": "Kích thước tệp vượt quá mức tối đa cho phép",
   },
   "sort": {
-    "sortBy": "Sort by",
-    "name": "Name",
-    "createdAt": "Created date"
+    "sortBy": "Sắp xếp theo",
+    "name": "Tên",
+    "createdAt": "Ngày tạo"
   },
   "logStatus": {
-    "stopped": "stopped",
-    "error": "error",
-    "success": "success"
+    "stopped": "đã dừng lại",
+    "error": "bị lỗi",
+    "success": "thành công"
   },
 }