mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-13 14:11:49 +03:00
Merge commit '8997d5b1ff
' as 'jtable'
This commit is contained in:
commit
d90fb0d2a6
155 changed files with 22323 additions and 0 deletions
31
jtable/lib/localization/jquery.jtable.id.js
Normal file
31
jtable/lib/localization/jquery.jtable.id.js
Normal file
|
@ -0,0 +1,31 @@
|
|||
/*
|
||||
jTable localization file for 'Bahasa (Indonesian)' language.
|
||||
Author: Heribertus Kristianto
|
||||
Author: Willy Sudiarto Raharjo
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Gagal terhubung ke server.',
|
||||
loadingMessage: 'Proses membaca data...',
|
||||
noDataAvailable: 'Data tidak tersedia',
|
||||
addNewRecord: 'Tambah Data Baru',
|
||||
editRecord: 'Ubah data',
|
||||
areYouSure: 'Apakah Anda yakin?',
|
||||
deleteConfirmation: 'Data akan dihapus, apakah Anda yakin?',
|
||||
save: 'Simpan',
|
||||
saving: 'Menyimpan...',
|
||||
cancel: 'Batal',
|
||||
deleteText: 'Hapus',
|
||||
deleting: 'Menghapus...',
|
||||
error: 'Kesalahan',
|
||||
close: 'Tutup',
|
||||
cannotLoadOptionsFor: 'Tidak dapat membaca opsi untuk kolom {0}',
|
||||
pagingInfo: 'Menampilkan {0}-{1} dari {2}',
|
||||
canNotDeletedRecords: 'Gagal menghapus {0} dari {1} data!',
|
||||
deleteProggress: 'Menghapus {0} dari {1} data, memproses...',
|
||||
pageSizeChangeLabel: 'Jumlah data',
|
||||
gotoPageLabel: 'Ke halaman'
|
||||
});
|
||||
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue