diff options
Diffstat (limited to 'lib/localization/jquery.jtable.vi.js')
-rw-r--r-- | lib/localization/jquery.jtable.vi.js | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/lib/localization/jquery.jtable.vi.js b/lib/localization/jquery.jtable.vi.js new file mode 100644 index 0000000..505841c --- /dev/null +++ b/lib/localization/jquery.jtable.vi.js @@ -0,0 +1,26 @@ +/*
+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 field {0}!',
+ pagingInfo: 'Hiện từ {0} Đến {1} Của {2} Records',
+ canNotDeletedRecords: 'Không thể xóa {0} Records của {1} Records!',
+ deleteProggress: 'Đã Xóa Được {0} Của {1} Records, Đang Xử Lý...'
+ });
+})(jQuery);
\ No newline at end of file |