mirror of
https://github.com/Fabio286/antares.git
synced 2025-06-05 21:59:22 +02:00
Added missing translations for vi-VN
This commit is contained in:
@@ -80,6 +80,7 @@ module.exports = {
|
|||||||
deterministic: 'Xác định',
|
deterministic: 'Xác định',
|
||||||
context: 'Context',
|
context: 'Context',
|
||||||
export: 'Xuất',
|
export: 'Xuất',
|
||||||
|
import: 'Nhập',
|
||||||
returns: 'Returns',
|
returns: 'Returns',
|
||||||
timing: 'Thời gian',
|
timing: 'Thời gian',
|
||||||
state: 'Trạng thái',
|
state: 'Trạng thái',
|
||||||
@@ -122,9 +123,23 @@ module.exports = {
|
|||||||
select: 'Chọn',
|
select: 'Chọn',
|
||||||
passphrase: 'Cụm mật khẩu',
|
passphrase: 'Cụm mật khẩu',
|
||||||
filter: 'Bộ lọc',
|
filter: 'Bộ lọc',
|
||||||
|
change: 'Thay đổi',
|
||||||
|
views: 'Xem',
|
||||||
|
triggers: 'Trình kích hoạt',
|
||||||
|
routines: 'Routines',
|
||||||
|
functions: 'Functions',
|
||||||
|
schedulers: 'Lên lịch',
|
||||||
|
includes: 'Includes',
|
||||||
|
drop: 'Drop',
|
||||||
|
completed: 'Completed',
|
||||||
|
aborted: 'Aborted',
|
||||||
disabled: 'Đã tắt',
|
disabled: 'Đã tắt',
|
||||||
enable: 'Bật',
|
enable: 'Bật',
|
||||||
disable: 'Tắt'
|
disable: 'Tắt',
|
||||||
|
commit: 'Cam kết',
|
||||||
|
rollback: 'Hoàn nguyên',
|
||||||
|
connectionString: 'Chuỗi kết nối',
|
||||||
|
contributors: 'Người đóng góp'
|
||||||
},
|
},
|
||||||
message: {
|
message: {
|
||||||
appWelcome: 'Chào bạn đến với Antares SQL Client!',
|
appWelcome: 'Chào bạn đến với Antares SQL Client!',
|
||||||
@@ -250,8 +265,32 @@ module.exports = {
|
|||||||
searchForQueries: 'Tìm kiếm truy vấn',
|
searchForQueries: 'Tìm kiếm truy vấn',
|
||||||
killProcess: 'Huỷ quá trình',
|
killProcess: 'Huỷ quá trình',
|
||||||
closeTab: 'Đóng tab',
|
closeTab: 'Đóng tab',
|
||||||
|
exportSchema: 'Xuất lược đồ',
|
||||||
|
importSchema: 'Nhập lược đồ',
|
||||||
|
directoryPath: 'Đường dẫn thu mục',
|
||||||
|
newInserStmtEvery: 'Câu lệnh INSERT mới mỗi',
|
||||||
|
processingTableExport: 'Đang tiến hành {table}',
|
||||||
|
fechingTableExport: 'Đang lấy dữ liệu {table}',
|
||||||
|
writingTableExport: 'Đang ghi dữ liệu {table}',
|
||||||
|
checkAllTables: 'Chọn tất cả các bảng',
|
||||||
|
uncheckAllTables: 'Bỏ chọn tất cả các bảng',
|
||||||
goToDownloadPage: 'Tới trang tải về',
|
goToDownloadPage: 'Tới trang tải về',
|
||||||
readOnlyMode: 'Chế độ chỉ đọc'
|
readOnlyMode: 'Chế độ chỉ đọc',
|
||||||
|
killQuery: 'Hủy truy vấn',
|
||||||
|
insertRow: 'Chèn hàng | Chèn hàng',
|
||||||
|
commitMode: 'Chế độ cam kết',
|
||||||
|
autoCommit: 'Cam kết tự động',
|
||||||
|
manualCommit: 'Cam kết thủ công',
|
||||||
|
actionSuccessful: '{action} thành công',
|
||||||
|
importQueryErrors: 'Cảnh báo: {n} lỗi đã xảy ra | Carh báo: {n} lỗi đã xảy ra',
|
||||||
|
executedQueries: '{n} truy vấn đã chạy | {n} truy vấn đã chạy',
|
||||||
|
ourputFormat: 'Định dạng đầu ra',
|
||||||
|
singleFile: 'Một tệp {ext}',
|
||||||
|
zipCompressedFile: 'Tệp nén zip {ext}',
|
||||||
|
disableBlur: 'Tắt làm mờ',
|
||||||
|
untrustedConnection: 'Kết nối không đáng tin cậy',
|
||||||
|
missingOrIncompleteTranslation: 'Bản dịch thiếu hoặc không đầy đủ?',
|
||||||
|
findOutHowToContribute: 'Tìm hiểu cách đóng góp'
|
||||||
},
|
},
|
||||||
faker: {
|
faker: {
|
||||||
address: 'Địa chỉ',
|
address: 'Địa chỉ',
|
||||||
|
Reference in New Issue
Block a user