Skip to content

Commit

Permalink
refactor: Small Vietnamese translation update (#1162)
Browse files Browse the repository at this point in the history
* refactor: Small Vietnamese translation fix

* Update edit.js

* Update task.js
  • Loading branch information
CDzungx authored Mar 24, 2023
1 parent ff312df commit c80102c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion src/shared/locales/vi/edit.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ export default {
'copy': 'Sao chép',
'paste': 'Dán',
'delete': 'Xóa',
'select-all': 'Chọn cả'
'select-all': 'Chọn tất cả'
}
4 changes: 2 additions & 2 deletions src/shared/locales/vi/preferences.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default {
'session-reset': 'Đặt lại phiên tải xuống',
'factory-reset': 'Khôi phục cài đặt gốc',
'factory-reset-confirm': 'Bạn có chắc chắn muốn khôi phục cài đặt gốc?',
'lab-warning': '⚠️ Kích hoạt các tính năng trong phòng thí nghiệm có thể dẫn đến sự cố ứng dụng hoặc mất dữ liệu, bạn hãy cân nhắc cho quyết định của mình!',
'lab-warning': '⚠️ Kích hoạt các tính năng trong phòng thí nghiệm có thể dẫn đến sự cố ứng dụng hoặc mất dữ liệu, hãy cân nhắc cho quyết định của mình!',
'download-protocol': 'Các giao thức',
'protocols-default-client': 'Đặt làm máy khách mặc định cho các giao thức sau',
'protocols-magnet': 'Magnet [ magnet:// ]',
Expand All @@ -78,6 +78,6 @@ export default {
'auto-update': 'Tự động cập nhật',
'auto-check-update': 'Tự động kiểm tra cập nhật',
'last-check-update-time': 'Kiểm tra cập nhật lần cuối',
'not-saved': 'Tùy chọn không được lưu',
'not-saved': 'Tùy chọn chưa được lưu',
'not-saved-confirm': 'Các tùy chọn đã sửa đổi sẽ bị mất, bạn có chắc chắn thoát không?'
}
10 changes: 5 additions & 5 deletions src/shared/locales/vi/task.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
export default {
'active': 'Đang tải về',
'waiting': 'Đang đợi',
'waiting': 'Đang chờ',
'stopped': 'Ngừng',
'new-task': 'Tác vụ mới',
'new-bt-task': 'Tác vụ BT mới',
'open-file': 'Mở tập tin Torrent...',
'open-file': 'Mở tệp Torrent...',
'uri-task': 'URL',
'torrent-task': 'Torrent',
'uri-task-tips': 'Mỗi URL Tác vụ một dòng (hỗ trợ magnet)',
'uri-task-tips': 'Mỗi URL tác vụ một dòng (hỗ trợ magnet)',
'thunder-link-tips': 'Mẹo: Liên kết Thunder có thể không tải được sau khi giải mã',
'new-task-uris-required': 'Vui lòng nhập ít nhất một url tài nguyên hợp lệ',
'new-task-torrent-required': 'Vui lòng chọn tập tin Torrent',
'new-task-torrent-required': 'Vui lòng chọn tệp Torrent',
'file-name': 'Tên',
'file-extension': 'Loại',
'file-size': 'Kích thước',
Expand Down Expand Up @@ -100,7 +100,7 @@ export default {
'opening-task-message': 'Đang mở "{{taskName}}" ...',
'get-task-name': 'Lấy tên tác vụ....',
'remaining-prefix': 'Còn lại',
'select-torrent': 'Kéo thả tập tin torrent vào đây hoặc nhấp để chọn',
'select-torrent': 'Kéo thả tệp torrent vào đây hoặc nhấp để chọn',
'task-detail-title': 'Thông tin tác vụ',
'task-info-dialog-title': '{{title}} Chi tiết',
'download-start-message': 'Bắt đầu tải xuống {{taskName}}',
Expand Down

0 comments on commit c80102c

Please sign in to comment.