mirror of https://github.com/Fabio286/antares.git
Added missing translations for vi-VN
This commit is contained in:
parent
a93e71d751
commit
e0f85f469f
|
@ -80,6 +80,7 @@ module.exports = {
|
|||
deterministic: 'Xác định',
|
||||
context: 'Context',
|
||||
export: 'Xuất',
|
||||
import: 'Nhập',
|
||||
returns: 'Returns',
|
||||
timing: 'Thời gian',
|
||||
state: 'Trạng thái',
|
||||
|
@ -122,9 +123,23 @@ module.exports = {
|
|||
select: 'Chọn',
|
||||
passphrase: 'Cụm mật khẩu',
|
||||
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',
|
||||
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: {
|
||||
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',
|
||||
killProcess: 'Huỷ quá trình',
|
||||
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ề',
|
||||
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: {
|
||||
address: 'Địa chỉ',
|
||||
|
|
Loading…
Reference in New Issue