mirror of https://github.com/Fabio286/antares.git
Merge branch 'Fabio286:master' into master
This commit is contained in:
commit
63f8b9b6a1
|
@ -120,7 +120,11 @@ module.exports = {
|
||||||
new: 'Mới',
|
new: 'Mới',
|
||||||
history: 'Lịch sử',
|
history: 'Lịch sử',
|
||||||
select: 'Chọn',
|
select: 'Chọn',
|
||||||
passphrase: 'Cụm mật khẩu'
|
passphrase: 'Cụm mật khẩu',
|
||||||
|
filter: 'Bộ lọc',
|
||||||
|
disabled: 'Đã tắt',
|
||||||
|
enable: 'Bật',
|
||||||
|
disable: 'Tắt'
|
||||||
},
|
},
|
||||||
message: {
|
message: {
|
||||||
appWelcome: 'Chào bạn đến với Antares SQL Client!',
|
appWelcome: 'Chào bạn đến với Antares SQL Client!',
|
||||||
|
@ -244,7 +248,10 @@ module.exports = {
|
||||||
newTriggerFunction: 'Chức năng kích hoạt mới',
|
newTriggerFunction: 'Chức năng kích hoạt mới',
|
||||||
thereIsNoQueriesYet: 'Không có truy vấn nào',
|
thereIsNoQueriesYet: 'Không có truy vấn nào',
|
||||||
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',
|
||||||
|
goToDownloadPage: 'Tới trang tải về',
|
||||||
|
readOnlyMode: 'Chế độ chỉ đọc'
|
||||||
},
|
},
|
||||||
faker: {
|
faker: {
|
||||||
address: 'Địa chỉ',
|
address: 'Địa chỉ',
|
||||||
|
|
Loading…
Reference in New Issue