mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-24 00:24:07 +03:00
Merge commit '8997d5b1ff
' as 'jtable'
This commit is contained in:
commit
d90fb0d2a6
155 changed files with 22323 additions and 0 deletions
28
jtable/lib/localization/jquery.jtable.vi.js
Normal file
28
jtable/lib/localization/jquery.jtable.vi.js
Normal file
|
@ -0,0 +1,28 @@
|
|||
/*
|
||||
jTable localization file for 'Vietnamese' language.
|
||||
Author: Lê Hoàng Hiếu
|
||||
*/
|
||||
(function ($) {
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Có lỗi khi giao tiếp với máy chủ.',
|
||||
loadingMessage: 'Đang tải dữ liệu...',
|
||||
noDataAvailable: 'Không có dữ liệu!',
|
||||
addNewRecord: '+ Thêm dữ liệu',
|
||||
editRecord: 'Chỉnh sửa',
|
||||
areYouSure: 'Bạn có chắc không?',
|
||||
deleteConfirmation: 'Dữ liệu này sẽ bị xóa! Bạn có chắc không?',
|
||||
save: 'Lưu',
|
||||
saving: 'Đang lưu',
|
||||
cancel: 'Hủy',
|
||||
deleteText: 'Xóa',
|
||||
deleting: 'Đang xóa',
|
||||
error: 'Lỗi',
|
||||
close: 'Đóng',
|
||||
cannotLoadOptionsFor: 'Không thể tải các tùy chọn cho trường {0}!',
|
||||
pagingInfo: 'Hiện từ {0} đến {1} của {2} bản ghi',
|
||||
canNotDeletedRecords: 'Không thể xóa {0} bản ghi của {1} bản ghi!',
|
||||
deleteProggress: 'Đã xóa được {0} của {1} bản ghi. Đang xử lý...',
|
||||
pageSizeChangeLabel: 'Số bản ghi', //New. Must be localized.
|
||||
gotoPageLabel: 'Tới trang' //New. Must be localized.
|
||||
});
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue