diff options
author | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-01-17 21:56:25 +0200 |
---|---|---|
committer | Halil İbrahim Kalkan <hikalkan@gmail.com> | 2013-01-17 21:56:25 +0200 |
commit | f5d582f795149e4a1555ecaf858cfc40d5484770 (patch) | |
tree | 47e13ba5a9242833cc533805bb923c9c1f91e6db /lib/localization/jquery.jtable.vi.js | |
parent | 17df83e7d9b6846f7ee0b44381c02b5043e68330 (diff) | |
download | jtable-f5d582f795149e4a1555ecaf858cfc40d5484770.zip jtable-f5d582f795149e4a1555ecaf858cfc40d5484770.tar.gz jtable-f5d582f795149e4a1555ecaf858cfc40d5484770.tar.bz2 |
jTable v2.0.1
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 |