diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/localization/jquery.jtable.ca.js | 30 | ||||
-rw-r--r-- | lib/localization/jquery.jtable.hr.js | 30 | ||||
-rw-r--r-- | lib/localization/jquery.jtable.id.js | 30 | ||||
-rw-r--r-- | lib/localization/jquery.jtable.pt-PT.js | 4 | ||||
-rw-r--r-- | lib/localization/jquery.jtable.ro.js | 30 | ||||
-rw-r--r-- | lib/localization/jquery.jtable.se.js | 30 | ||||
-rw-r--r-- | lib/localization/jquery.jtable.vi.js | 32 |
7 files changed, 168 insertions, 18 deletions
diff --git a/lib/localization/jquery.jtable.ca.js b/lib/localization/jquery.jtable.ca.js new file mode 100644 index 0000000..4e58119 --- /dev/null +++ b/lib/localization/jquery.jtable.ca.js @@ -0,0 +1,30 @@ +/* + jTable localization file for 'Catalan' language. + Author: Manel Zaera +*/ +(function ($) { + + $.extend(true, $.hik.jtable.prototype.options.messages, { + serverCommunicationError: 'Ha hagut un error en la comunicació amb el servidor.', + loadingMessage: 'Carregant registres...', + noDataAvailable: 'No hi ha dades disponibles', + addNewRecord: 'Crea un nou registre', + editRecord: 'Edita registre', + areYouSure: 'Esteu segur?', + deleteConfirmation: 'El registre s\'eliminarà. Esteu segur?', + save: 'Desa', + saving: 'Desant', + cancel: 'Cancel·a', + deleteText: 'Elimina', + deleting: 'Eliminant', + error: 'Error', + close: 'Tanca', + cannotLoadOptionsFor: 'No es poden carregar les opcions per al camp {0}', + pagingInfo: 'Visualitzant registres {0} a {1} de {2}', + canNotDeletedRecords: 'No es pot(den) eliminar registre(s) {0} de {1}', + deleteProggress: 'Eliminant {0} de {1} registres...', + pageSizeChangeLabel: 'Registres per pàgina', + gotoPageLabel: 'Ves a la pàgina' + }); + +})(jQuery); diff --git a/lib/localization/jquery.jtable.hr.js b/lib/localization/jquery.jtable.hr.js new file mode 100644 index 0000000..bac56a0 --- /dev/null +++ b/lib/localization/jquery.jtable.hr.js @@ -0,0 +1,30 @@ +/* + jTable localization file for 'Croatian' language. + Author: Nikola Novak +*/ +(function ($) { + + $.extend(true, $.hik.jtable.prototype.options.messages, { + serverCommunicationError: 'Greška prilikom komunikacije sa serverom.', + loadingMessage: 'Učitavanje zapisa...', + noDataAvailable: 'Nema dostupnih podataka', + addNewRecord: 'Dodaj zapis', + editRecord: 'Izmijeni zapis', + areYouSure: 'Jeste li sigurni?', + deleteConfirmation: 'Jeste li sigurni da želite obrisati ovaj zapis?', + save: 'Spremi', + saving: 'Spremanje', + cancel: 'Odustani', + deleteText: 'Obriši', + deleting: 'Brisanje', + error: 'Greška', + close: 'Zatvori', + cannotLoadOptionsFor: 'Ne mogu se učitati opcije za polje {0}', + pagingInfo: 'Prikazuje se {0}-{1} od {2}', + pageSizeChangeLabel: 'Broj zapisa', + gotoPageLabel: 'Idi na stranicu', + canNotDeletedRecords: 'Nije bilo moguće obrisati {0} od {1} zapisa!', + deleteProggress: 'Obrisano {0} od {1} zapisa, u tijeku...' + }); + +})(jQuery);
\ No newline at end of file diff --git a/lib/localization/jquery.jtable.id.js b/lib/localization/jquery.jtable.id.js new file mode 100644 index 0000000..1954fcf --- /dev/null +++ b/lib/localization/jquery.jtable.id.js @@ -0,0 +1,30 @@ +/* + jTable localization file for 'Bahasa (Indonesian)' language. + Author: Heribertus Kristianto +*/ +(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: 'Error', + close: 'Tutup', + cannotLoadOptionsFor: 'Tidak dapat membaca opsi untuk kolom {0}', + pagingInfo: 'Menampilkan {0}-{1} of {2}', + canNotDeletedRecords: 'Gagal menghapus {0} of {1} data!', + deleteProggress: 'Menghapus {0} of {1} data, memproses...', + pageSizeChangeLabel: 'Jumlah data', + gotoPageLabel: 'Maju ke halaman' + }); + +})(jQuery); diff --git a/lib/localization/jquery.jtable.pt-PT.js b/lib/localization/jquery.jtable.pt-PT.js index c04dda8..aa8ead5 100644 --- a/lib/localization/jquery.jtable.pt-PT.js +++ b/lib/localization/jquery.jtable.pt-PT.js @@ -22,8 +22,8 @@ pagingInfo: 'Registos {0} a {1} de {2}', canNotDeletedRecords: 'Não foi possível eliminar o(s) registo(s) {0} de {1}!', deleteProggress: 'A eliminar {0} de {1} registos ...', - pageSizeChangeLabel: 'Row count', //New. Must be localized. - gotoPageLabel: 'Go to page' //New. Must be localized. + pageSizeChangeLabel: 'Linhas', + gotoPageLabel: 'Ir para a página' }); })(jQuery); diff --git a/lib/localization/jquery.jtable.ro.js b/lib/localization/jquery.jtable.ro.js new file mode 100644 index 0000000..02dc5ec --- /dev/null +++ b/lib/localization/jquery.jtable.ro.js @@ -0,0 +1,30 @@ +/* + jTable localization file for 'Romanian' language. + Author: Cristian CIOFU +*/ +(function ($) { + + $.extend(true, $.hik.jtable.prototype.options.messages, { + serverCommunicationError: 'Eroare la comunicarea cu serverul.', + loadingMessage: 'Încãrcare date...', + noDataAvailable: 'Nu existã înregistrãri !', + addNewRecord: 'Adauga', + editRecord: 'Editare', + areYouSure: 'Sunteti sigur ?', + deleteConfirmation: 'Înregistrarea va fi ştearsã. Continuaţi ?', + save: 'Salveaza', + saving: 'Salvare in curs...', + cancel: 'Anuleaza', + deleteText: 'Sterge', + deleting: 'Stergere in curs...', + error: 'Eroare', + close: 'Inchide', + cannotLoadOptionsFor: 'Imposibil de încãrcat datele câmpului {0}', + pagingInfo: 'Înregistrarile {0} - {1} din {2}', + canNotDeletedRecords: 'Imposibil de şters {0} din {1} înregistrãri!', + deleteProggress: 'Ştergere: {0} din {1} înregistrãri, în curs de execuţie...', + pageSizeChangeLabel: 'Numãr de înregistrãri', + gotoPageLabel: 'Mergi la pagina' + }); + +})(jQuery); diff --git a/lib/localization/jquery.jtable.se.js b/lib/localization/jquery.jtable.se.js new file mode 100644 index 0000000..91bcf8c --- /dev/null +++ b/lib/localization/jquery.jtable.se.js @@ -0,0 +1,30 @@ +/* + jTable localization file for 'Swedish' language. + Author: Mikael Holgersson +*/ +(function ($) { + + $.extend(true, $.hik.jtable.prototype.options.messages, { + serverCommunicationError: 'Ett fel uppstod i kommunikationen med servern.', + loadingMessage: 'Laddar...', + noDataAvailable: 'Data saknas', + addNewRecord: 'Lägg till ny post', + editRecord: 'Redigera post', + areYouSure: 'Är du säker?', + deleteConfirmation: 'Denna posten kommer att raderas. Är du säker?', + save: 'Spara', + saving: 'Sparar...', + cancel: 'Avbryt', + deleteText: 'Radera', + deleting: 'Raderar...', + error: 'Fel', + close: 'Stäng', + cannotLoadOptionsFor: 'Kan inte ladda alternativ för fält {0}', + pagingInfo: 'Visar {0} - {1} av {2}', + canNotDeletedRecords: 'Kan inte radera {0} av {1} poster!', + deleteProggress: 'Raderat {0} av {1} poster, bearbetar...', + pageSizeChangeLabel: 'Antal poster per sida', + gotoPageLabel: 'Gå till sida' + }); + +})(jQuery); diff --git a/lib/localization/jquery.jtable.vi.js b/lib/localization/jquery.jtable.vi.js index 7956bd3..c324871 100644 --- a/lib/localization/jquery.jtable.vi.js +++ b/lib/localization/jquery.jtable.vi.js @@ -4,25 +4,25 @@ */
(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?',
+ 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',
+ saving: 'Đang lưu',
cancel: 'Hủy',
deleteText: 'Xóa',
- deleting: 'Đang 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ý...',
- pageSizeChangeLabel: 'Row count', //New. Must be localized.
- gotoPageLabel: 'Go to page' //New. Must be localized.
+ 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);
\ No newline at end of file +})(jQuery);
|