mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Merge commit '8997d5b1ff
' as 'jtable'
This commit is contained in:
commit
d90fb0d2a6
155 changed files with 22323 additions and 0 deletions
30
jtable/lib/localization/jquery.jtable.ar.js
Normal file
30
jtable/lib/localization/jquery.jtable.ar.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'French' language.
|
||||
Author: Guillaume Vernet
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'خطأ الإتصال بالخادم',
|
||||
loadingMessage: 'تحميل البيانات ...',
|
||||
noDataAvailable: 'لا توجد بيانات !',
|
||||
addNewRecord: 'إضافة',
|
||||
editRecord: 'تعديل',
|
||||
areYouSure: 'هل انت متاكد؟',
|
||||
deleteConfirmation: 'هل تريد حذف السجل فعلا؟',
|
||||
save: 'حفظ',
|
||||
saving: 'جاري الحفظ ...',
|
||||
cancel: 'إلغاء',
|
||||
deleteText: 'حذف',
|
||||
deleting: 'جاري الحذف ...',
|
||||
error: 'خطأ',
|
||||
close: 'إغلاق',
|
||||
cannotLoadOptionsFor: ' {0} تعذر تحميل البيانات من الحقل ',
|
||||
pagingInfo: 'عرض {0} إلى {1} من {2}',
|
||||
canNotDeletedRecords: 'لا يمكن حذف {0} من {1} سجل(سجلات) !',
|
||||
deleteProggress: 'جاري حذف {0} من {1} سجل (سجلات) ...',
|
||||
pageSizeChangeLabel: 'رقم السجل',
|
||||
gotoPageLabel: 'اذهب إلى الصفحة'
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.bd.js
Normal file
30
jtable/lib/localization/jquery.jtable.bd.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Bengali' language.
|
||||
Author: Abu Naim Mohammad Nazmul Huda
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'সার্ভারে যোগাযোগ ত্রুটি',
|
||||
loadingMessage: 'বার্তা বোঝাই করা হচ্ছে',
|
||||
noDataAvailable: 'কোন তথ্য পাওযা যাচ্ছে না',
|
||||
addNewRecord: 'নতুন তথ্য যোগ করুন',
|
||||
editRecord: 'তথ্য সম্পাদন/সংশোধন করুন',
|
||||
areYouSure: 'আপনি কি নিশ্চিত?',
|
||||
deleteConfirmation: 'মুছে ফেলা নিশ্চিতকরণ',
|
||||
save: 'রক্ষা করা',
|
||||
saving: 'রক্ষা করা হচ্ছে',
|
||||
cancel: 'বাতিল করা',
|
||||
deleteText: 'পাঠ মুছে দিন',
|
||||
deleting: 'মুছে ফেলা হচ্ছে',
|
||||
error: 'ভুল',
|
||||
close: 'ঘনিষ্ঠ',
|
||||
cannotLoadOptionsFor: 'বিকল্প বোঝাই করা যাবে না',
|
||||
pagingInfo: 'পত্রাঙ্ক তথ্য',
|
||||
canNotDeletedRecords: 'তথ্য মুছে ফেলা যাবে না',
|
||||
deleteProggress: 'অগ্রগতি মুছে ফেলা',
|
||||
pageSizeChangeLabel: 'পাতার আয়তন পরিবর্তন মোড়ক',
|
||||
gotoPageLabel: 'পাতা মোড়কে যান'
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.ca.js
Normal file
30
jtable/lib/localization/jquery.jtable.ca.js
Normal file
|
@ -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);
|
30
jtable/lib/localization/jquery.jtable.cz.js
Normal file
30
jtable/lib/localization/jquery.jtable.cz.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Czech' language.
|
||||
Author: Jakub Stajner
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Chyba připojení k serveru.',
|
||||
loadingMessage: 'Načítám...',
|
||||
noDataAvailable: 'Žádné záznamy',
|
||||
addNewRecord: 'Přidat nový záznam',
|
||||
editRecord: 'Upravit',
|
||||
areYouSure: 'Jsi si jistý?',
|
||||
deleteConfirmation: 'Opravdu smazat?',
|
||||
save: 'Uložit',
|
||||
saving: 'Ukládám...',
|
||||
cancel: 'Zrušit',
|
||||
deleteText: 'Smazat',
|
||||
deleting: 'Mažu...',
|
||||
error: 'Chyba',
|
||||
close: 'Zavřít',
|
||||
cannotLoadOptionsFor: 'Nastavení pro {0} nelze načíst',
|
||||
pagingInfo: 'Zobrazeno {0} - {1} z {2}',
|
||||
canNotDeletedRecords: '{0} z {1} záznamů nemohlo být odstraněno!',
|
||||
deleteProggress: 'Odstraňuje se {0} z {1} ...',
|
||||
pageSizeChangeLabel: 'Záznamů na stránku',
|
||||
gotoPageLabel: 'Jdi na stránku'
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.de.js
Normal file
30
jtable/lib/localization/jquery.jtable.de.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'German' language.
|
||||
Author: Max Grass
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Bei der Verbindung mit dem Server ist ein Fehler aufgetreten.',
|
||||
loadingMessage: 'Wird geladen...',
|
||||
noDataAvailable: 'Keine Einträge',
|
||||
addNewRecord: 'Neuen Eintrag hinzufügen',
|
||||
editRecord: 'Bearbeiten',
|
||||
areYouSure: 'Sicher?',
|
||||
deleteConfirmation: 'Eintrag wirklich löschen?',
|
||||
save: 'Speichern',
|
||||
saving: 'Wird gespeichert...',
|
||||
cancel: 'Abbrechen',
|
||||
deleteText: 'Löschen',
|
||||
deleting: 'Wird gelöscht...',
|
||||
error: 'Fehler',
|
||||
close: 'Schließen',
|
||||
cannotLoadOptionsFor: 'Die Einstellungen für {0} konnten nicht geladen werden',
|
||||
pagingInfo: '{0} - {1} von {2} wird angezeigt',
|
||||
canNotDeletedRecords: '{0} von {1} Einträge konnten nicht gelöscht werden!',
|
||||
deleteProggress: '{0} von {1} wird gelöscht...',
|
||||
pageSizeChangeLabel: 'Anzahl der Einträge',
|
||||
gotoPageLabel: 'Auf der Seite'
|
||||
});
|
||||
|
||||
})(jQuery);
|
29
jtable/lib/localization/jquery.jtable.el.js
Normal file
29
jtable/lib/localization/jquery.jtable.el.js
Normal file
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
jTable localization file for 'Greek' language.
|
||||
Author: Nouvakis Petros
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Παρουσιάστηκε σφάλμα στην προσπάθεια σύνδεσης στο διακομιστή.',
|
||||
loadingMessage: 'φορτώνονται οι εγγραφές...',
|
||||
noDataAvailable: 'Δεν υπάρχουν δεδομένα',
|
||||
addNewRecord: 'Νέα εγγραφή',
|
||||
editRecord: 'Διόρθωση',
|
||||
areYouSure: 'Είστε σίγουρος;',
|
||||
deleteConfirmation: 'Η εγγραφή θα διαγραφεί. Να προχωρήσω;',
|
||||
save: 'Αποθήκευση',
|
||||
saving: 'αποθηκεύονται οι εγγραφές...',
|
||||
cancel: 'Άκυρο',
|
||||
deleteText: 'Διαγραφή',
|
||||
deleting: 'Διαγράφονται εγγραφές...',
|
||||
error: 'ΛΑΘΟΣ',
|
||||
close: 'Κλείσιμο',
|
||||
cannotLoadOptionsFor: 'Δεν είναι δυνατή η φόρτωση επιλογών για το πεδίο {0}',
|
||||
pagingInfo: 'Εμφανίζονται {0} - {1} από {2}',
|
||||
canNotDeletedRecords: 'Δεν είναι δυνατή η διαγραφή {0} από {1}',
|
||||
deleteProggress: 'Διαγράφεται {0} από {1}...',
|
||||
pageSizeChangeLabel: 'Εγγραφές ανά σελίδα',
|
||||
gotoPageLabel: 'Πήγαινε στη σελίδα'
|
||||
});
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.es.js
Normal file
30
jtable/lib/localization/jquery.jtable.es.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Spanish' language.
|
||||
Author: Guillermo Bisheimer
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Ocurrió un error en la comunicación con el servidor.',
|
||||
loadingMessage: 'Cargando registros...',
|
||||
noDataAvailable: 'No hay datos disponibles!',
|
||||
addNewRecord: 'Crear nuevo registro',
|
||||
editRecord: 'Editar registro',
|
||||
areYouSure: '¿Está seguro?',
|
||||
deleteConfirmation: 'El registro será eliminado. ¿Está seguro?',
|
||||
save: 'Guardar',
|
||||
saving: 'Guardando',
|
||||
cancel: 'Cancelar',
|
||||
deleteText: 'Eliminar',
|
||||
deleting: 'Eliminando',
|
||||
error: 'Error',
|
||||
close: 'Cerrar',
|
||||
cannotLoadOptionsFor: 'No se pueden cargar las opciones para el campo {0}',
|
||||
pagingInfo: 'Mostrando registros {0} a {1} de {2}',
|
||||
canNotDeletedRecords: 'No se puede borrar registro(s) {0} de {1}!',
|
||||
deleteProggress: 'Eliminando {0} de {1} registros, procesando...',
|
||||
pageSizeChangeLabel: 'Registros por página',
|
||||
gotoPageLabel: 'Ir a página'
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.fa.js
Normal file
30
jtable/lib/localization/jquery.jtable.fa.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Persian (Farsi)' language.
|
||||
Author: Ehsan Chavoshi
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'خطا در برقراری ارتباط با سرور!',
|
||||
loadingMessage: 'بارگزاری اطلاعات ...',
|
||||
noDataAvailable: 'هیچ داده ای موجود نیست!!',
|
||||
addNewRecord: 'رکورد جدید',
|
||||
editRecord: 'ویرایش',
|
||||
areYouSure: 'آیا اطمینان دارید ؟',
|
||||
deleteConfirmation: 'آیا از حذف این رکورد اطمینان دارید ؟',
|
||||
save: 'ذخیره',
|
||||
saving: 'در حال ذخیره',
|
||||
cancel: 'انصراف',
|
||||
deleteText: 'حذف',
|
||||
deleting: 'در حال حذف',
|
||||
error: 'خطا',
|
||||
close: 'بستن',
|
||||
cannotLoadOptionsFor: 'امکان بارگذاری انتخابها نیست برای فیلد {0}',
|
||||
pagingInfo: 'نمایش {0}-{1} از {2}',
|
||||
canNotDeletedRecords: 'نمیتوان {0} از {1} رکورد را حذف کرد!',
|
||||
deleteProggress: 'حذف {0} از {1} رکورد,در حال پردازش ...',
|
||||
pageSizeChangeLabel: 'تعداد خطوط',
|
||||
gotoPageLabel: 'برو به صفحه',
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.fr.js
Normal file
30
jtable/lib/localization/jquery.jtable.fr.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'French' language.
|
||||
Author: Guillaume Vernet
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Erreur de communication avec le serveur.',
|
||||
loadingMessage: 'Chargement des données...',
|
||||
noDataAvailable: 'Aucune donnée !',
|
||||
addNewRecord: 'Ajouter',
|
||||
editRecord: 'Editer',
|
||||
areYouSure: 'Etes-vous sûr ?',
|
||||
deleteConfirmation: 'Cet enregistrement sera supprimé. Continuer ?',
|
||||
save: 'Sauvegarder',
|
||||
saving: 'Sauvegarde en cours...',
|
||||
cancel: 'Annuler',
|
||||
deleteText: 'Supprimer',
|
||||
deleting: 'Supression en cours...',
|
||||
error: 'Erreur',
|
||||
close: 'Fermer',
|
||||
cannotLoadOptionsFor: 'Impossible de charger les données du champ {0}',
|
||||
pagingInfo: 'Afficher {0} à {1} de {2}',
|
||||
canNotDeletedRecords: 'Impossible de supprimer {0} sur {1} enregistrement(s)!',
|
||||
deleteProggress: 'Supression {0} sur {1} enregistrement(s), en cours d\'exécution...',
|
||||
pageSizeChangeLabel: 'Nombre d\'enregistrement',
|
||||
gotoPageLabel: 'Aller à la page'
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.hr.js
Normal file
30
jtable/lib/localization/jquery.jtable.hr.js
Normal file
|
@ -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);
|
30
jtable/lib/localization/jquery.jtable.hu.js
Normal file
30
jtable/lib/localization/jquery.jtable.hu.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Hungarian' language.
|
||||
Author: Erik Berman
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Adatbázis hiba',
|
||||
loadingMessage: 'Adatok betöltése...',
|
||||
noDataAvailable: 'Nincs elérhető adat!',
|
||||
addNewRecord: '+ Új hozzáadása',
|
||||
editRecord: 'Módosít',
|
||||
areYouSure: 'Biztos benne?',
|
||||
deleteConfirmation: 'Az adat véglegesen törlődik. Biztos benne?',
|
||||
save: 'Mentés',
|
||||
saving: 'Mentés',
|
||||
cancel: 'Mégse',
|
||||
deleteText: 'Töröl',
|
||||
deleting: 'Törlés',
|
||||
error: 'Hiba',
|
||||
close: 'Bezár',
|
||||
cannotLoadOptionsFor: '{0} mező opciói nem elérhetőek!',
|
||||
pagingInfo: 'Megjelenítve: {0} - {1} / Összesen: {2}',
|
||||
canNotDeletedRecords: '{1} tételből {0} nem törölhető!',
|
||||
deleteProggress: '{1} tételből {0} törölve, feldolgozás...',
|
||||
pageSizeChangeLabel: 'Row count', //New. Must be localized.
|
||||
gotoPageLabel: 'Go to page' //New. Must be localized.
|
||||
});
|
||||
|
||||
})(jQuery);
|
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);
|
30
jtable/lib/localization/jquery.jtable.it.js
Normal file
30
jtable/lib/localization/jquery.jtable.it.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Italian' language.
|
||||
Author: Mauro Rulli
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Si è verificato un errore di comunicazione con il server.',
|
||||
loadingMessage: 'Caricamento dei record...',
|
||||
noDataAvailable: 'Non ci sono dati disponibili!',
|
||||
addNewRecord: '+ Crea un nuovo record',
|
||||
editRecord: 'Modifica record',
|
||||
areYouSure: 'Sei sicuro?',
|
||||
deleteConfirmation: 'Il record verrà eliminato. Sei sicuro?',
|
||||
save: 'Salva',
|
||||
saving: 'Salvataggio',
|
||||
cancel: 'Annulla',
|
||||
deleteText: 'Elimina',
|
||||
deleting: 'Eliminazione',
|
||||
error: 'Errore',
|
||||
close: 'Chiudi',
|
||||
cannotLoadOptionsFor: 'Opzioni non disponibili per il campo {0}',
|
||||
pagingInfo: 'Visualizzazione record da {0} a {1} su {2}',
|
||||
canNotDeletedRecords: 'Impossibile eliminare il record {0} di {1}!',
|
||||
deleteProggress: 'Eliminazione di {0} di {1} record in corso...',
|
||||
pageSizeChangeLabel: 'Righe per pagina',
|
||||
gotoPageLabel: 'Vai alla pagina'
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.kr.js
Normal file
30
jtable/lib/localization/jquery.jtable.kr.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Korean' language.
|
||||
Author: Donggill Shin
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: '서버와 통신 중에 오류가 발생했습니다.',
|
||||
loadingMessage: '데이터를 불러오는 중입니다...',
|
||||
noDataAvailable: '조회된 데이터가 없습니다.',
|
||||
addNewRecord: '신규',
|
||||
editRecord: '수정',
|
||||
areYouSure: '계속하시겠습니까?',
|
||||
deleteConfirmation: '자료가 삭제됩니다. 계속하시겠습니까?',
|
||||
save: '저장',
|
||||
saving: '저장 중입니다.',
|
||||
cancel: '취소',
|
||||
deleteText: '삭제',
|
||||
deleting: '삭제 중입니다.',
|
||||
error: '오류',
|
||||
close: '닫기',
|
||||
cannotLoadOptionsFor: '{0} 필드의 설정을 불러올 수 없습니다.',
|
||||
pagingInfo: '전체 자료 {2}건 중 현재 {0}-{1} 조회 중',
|
||||
canNotDeletedRecords: '{1}건의 자료 중 {0}건을 삭제할 수 없습니다.',
|
||||
deleteProggress: '삭제중 {1}건 중 {0}번째 자료, 진행 중...',
|
||||
pageSizeChangeLabel: '페이지당 조회수',
|
||||
gotoPageLabel: '페이지 이동'
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.lt.js
Normal file
30
jtable/lib/localization/jquery.jtable.lt.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Lithuanian' language.
|
||||
Author: Vygandas Šimkus
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Klaida bandant susisiekti su serveriu.',
|
||||
loadingMessage: 'Informacija kraunama...',
|
||||
noDataAvailable: 'Nėra duomenų!',
|
||||
addNewRecord: '+ Pridėti naują',
|
||||
editRecord: 'Redaguoti',
|
||||
areYouSure: 'Ar tikrai?',
|
||||
deleteConfirmation: 'Įrašas bus ištrintas. Ar tęsti?',
|
||||
save: 'Išsaugoti',
|
||||
saving: 'Saugojama',
|
||||
cancel: 'Atšaukti',
|
||||
deleteText: 'Ištrinti',
|
||||
deleting: 'Trinama',
|
||||
error: 'Klaida',
|
||||
close: 'Uždaryti',
|
||||
cannotLoadOptionsFor: 'Nepavyko užkrauti "{0}" pasirinkimo!',
|
||||
pagingInfo: '{0}-{1} iš {2}',
|
||||
canNotDeletedRecords: 'Nepavyko pašalinti {0} iš {1} įrašų!',
|
||||
deleteProggress: 'Šalinamas {0} iš {1} įrašų, prašome palaukti...',
|
||||
pageSizeChangeLabel: 'Eilutės',
|
||||
gotoPageLabel: 'Į puslapį'
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.nl-NL.js
Normal file
30
jtable/lib/localization/jquery.jtable.nl-NL.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Dutch - The Netherlands' language.
|
||||
Author: Bert Janssen
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Fout bij het communiceren met de server',
|
||||
loadingMessage: 'Laden...',
|
||||
noDataAvailable: 'Geen gegevens beschikbaar!',
|
||||
addNewRecord: '+ Toevoegen',
|
||||
editRecord: 'Bewerken',
|
||||
areYouSure: 'Weet u het zeker?',
|
||||
deleteConfirmation: 'Gegevens verwijderen?',
|
||||
save: 'Opslaan',
|
||||
saving: 'Gegevens opslaan',
|
||||
cancel: 'Annuleren',
|
||||
deleteText: 'Wissen',
|
||||
deleting: 'Gegevens wissen',
|
||||
error: 'Er is een fout opgetreden!',
|
||||
close: 'Sluiten',
|
||||
cannotLoadOptionsFor: 'Kan de instellingen voor {0} niet laden',
|
||||
pagingInfo: 'Pagina {0} tot {1} van {2}',
|
||||
canNotDeletedRecords: 'Kan gegevens {0} van {1} niet wissen!',
|
||||
deleteProggress: 'Gegevens {0} van {1} wissen...',
|
||||
pageSizeChangeLabel: 'Row count', //New. Must be localized.
|
||||
gotoPageLabel: 'Go to page' //New. Must be localized.
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.no.js
Normal file
30
jtable/lib/localization/jquery.jtable.no.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Norwegian' language.
|
||||
Author: Tobias Flatin
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'En feil oppsto i kommunikasjonen med serveren.',
|
||||
loadingMessage: 'Laster...',
|
||||
noDataAvailable: 'Ingen data',
|
||||
addNewRecord: 'Legg til ny post',
|
||||
editRecord: 'Rediger post',
|
||||
areYouSure: 'Er du sikker?',
|
||||
deleteConfirmation: 'Denne posten kommer å slettes. Er du sikker?',
|
||||
save: 'Lagre',
|
||||
saving: 'Lagrer...',
|
||||
cancel: 'Avbryt',
|
||||
deleteText: 'Slett',
|
||||
deleting: 'Sletter...',
|
||||
error: 'Feil',
|
||||
close: 'Lukk',
|
||||
cannotLoadOptionsFor: 'Kan ikke laste alternativ for felt {0}',
|
||||
pagingInfo: 'Viser {0} - {1} av {2}',
|
||||
canNotDeletedRecords: 'Kan ikke slette {0} av {1} poster!',
|
||||
deleteProggress: 'Slettet {0} av {1} poster, bearbeider...',
|
||||
pageSizeChangeLabel: 'Antall poster per side',
|
||||
gotoPageLabel: 'Gå til side'
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.pl.js
Normal file
30
jtable/lib/localization/jquery.jtable.pl.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Polish' language.
|
||||
Author: Grzegorz Zbucki
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Wystąpił błąd komunikacji z serwerem.',
|
||||
loadingMessage: 'Ładowanie...',
|
||||
noDataAvailable: 'Brak rekordów!',
|
||||
addNewRecord: '+ Dodaj nowy wpis',
|
||||
editRecord: 'Edytuj',
|
||||
areYouSure: 'Czy jesteś tego pewien?',
|
||||
deleteConfirmation: 'Ten wpis zostanie usunięty. Kontynuować?',
|
||||
save: 'Zapisz',
|
||||
saving: 'Zapisywanie',
|
||||
cancel: 'Anuluj',
|
||||
deleteText: 'Usuń',
|
||||
deleting: 'Usuwanie',
|
||||
error: 'Błąd',
|
||||
close: 'Zamknij',
|
||||
cannotLoadOptionsFor: 'Nie można wczytać opcji dla pola {0}!',
|
||||
pagingInfo: 'Wyświetlanie od {0} do {1} z {2} rekordów',
|
||||
canNotDeletedRecords: 'Nie można usunąć {0} z {1} rekordów!',
|
||||
deleteProggress: 'Usunięto {0} z {1} rekordów, Trwa usuwanie...',
|
||||
pageSizeChangeLabel: 'Liczba rekordów',
|
||||
gotoPageLabel: 'Idź do strony'
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.pt-BR.js
Normal file
30
jtable/lib/localization/jquery.jtable.pt-BR.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Portuguese - Brazilian' language.
|
||||
Authors: Renato Bigliazzi, Paulo Soriano
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Erro durante comunicação com o servidor.',
|
||||
loadingMessage: 'Carregando registros...',
|
||||
noDataAvailable: 'Nenhum dado disponível!',
|
||||
addNewRecord: 'Adicionar novo registro',
|
||||
editRecord: 'Editar registro',
|
||||
areYouSure: 'Você tem certeza?',
|
||||
deleteConfirmation: 'Este registro será excluído. Você tem certeza?',
|
||||
save: 'Salvar',
|
||||
saving: 'Salvando...',
|
||||
cancel: 'Cancelar',
|
||||
deleteText: 'Excluir',
|
||||
deleting: 'Excluindo...',
|
||||
error: 'Erro',
|
||||
close: 'Fechar',
|
||||
cannotLoadOptionsFor: 'Não foi possível carregar opções para o campo {0}!',
|
||||
pagingInfo: 'Exibindo {0}-{1} de {2}',
|
||||
canNotDeletedRecords: 'Não foi possível excluir registro(s) {0} de {1}!',
|
||||
deleteProggress: 'Excluindo {0} de {1} registros, processando...',
|
||||
pageSizeChangeLabel: 'Linhas',
|
||||
gotoPageLabel: 'Ir para página'
|
||||
});
|
||||
|
||||
})(jQuery);
|
29
jtable/lib/localization/jquery.jtable.pt-PT.js
Normal file
29
jtable/lib/localization/jquery.jtable.pt-PT.js
Normal file
|
@ -0,0 +1,29 @@
|
|||
/*
|
||||
jTable localization file for 'Portuguese - Portugal' language.
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Erro na ligação ao servidor.',
|
||||
loadingMessage: 'A ler dados ...',
|
||||
noDataAvailable: 'Não existem dados!',
|
||||
addNewRecord: 'Novo',
|
||||
editRecord: 'Editar',
|
||||
areYouSure: 'Tem a certeza?',
|
||||
deleteConfirmation: 'Confirma eliminação?',
|
||||
save: 'Salvar',
|
||||
saving: 'A salvar ...',
|
||||
cancel: 'Cancelar',
|
||||
deleteText: 'Eliminar',
|
||||
deleting: 'A eliminar ...',
|
||||
error: 'Erro',
|
||||
close: 'Fechar',
|
||||
cannotLoadOptionsFor: 'Não foi possivel carregar opções para o campo {0}!',
|
||||
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: 'Linhas',
|
||||
gotoPageLabel: 'Ir para a página'
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.ro.js
Normal file
30
jtable/lib/localization/jquery.jtable.ro.js
Normal file
|
@ -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);
|
31
jtable/lib/localization/jquery.jtable.ru.js
Normal file
31
jtable/lib/localization/jquery.jtable.ru.js
Normal file
|
@ -0,0 +1,31 @@
|
|||
/*
|
||||
jTable localization file for 'Russian' language.
|
||||
Author: Stanislav Reznikov
|
||||
Updated: Andrei Lukovenko
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Ошибка связи с сервером.',
|
||||
loadingMessage: 'Загрузка...',
|
||||
noDataAvailable: 'Данные отсутствуют',
|
||||
addNewRecord: 'Добавить',
|
||||
editRecord: 'Изменить',
|
||||
areYouSure: 'Вы уверены?',
|
||||
deleteConfirmation: 'Удалить запись?',
|
||||
save: 'Сохранить',
|
||||
saving: 'Сохранение...',
|
||||
cancel: 'Отмена',
|
||||
deleteText: 'Удалить',
|
||||
deleting: 'Удаление...',
|
||||
error: 'Ошибка',
|
||||
close: 'Закрыть',
|
||||
cannotLoadOptionsFor: 'Невозможно загрузить варианты для поля {0}',
|
||||
pagingInfo: 'Записи с {0} по {1} из {2}',
|
||||
canNotDeletedRecords: 'Невозможно удалить записи: {0} из {1}!',
|
||||
deleteProggress: 'Удаление {0} из {1} записей...',
|
||||
pageSizeChangeLabel: 'Строк',
|
||||
gotoPageLabel: 'На страницу'
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.se.js
Normal file
30
jtable/lib/localization/jquery.jtable.se.js
Normal file
|
@ -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);
|
30
jtable/lib/localization/jquery.jtable.tr.js
Normal file
30
jtable/lib/localization/jquery.jtable.tr.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Turkish' language.
|
||||
Author: Halil İbrahim Kalkan
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Sunucu ile iletişim kurulurken bir hata oluştu.',
|
||||
loadingMessage: 'Kayıtlar yükleniyor...',
|
||||
noDataAvailable: 'Hiç kayıt bulunmamaktadır!',
|
||||
addNewRecord: 'Yeni kayıt ekle',
|
||||
editRecord: 'Kayıt düzenle',
|
||||
areYouSure: 'Emin misiniz?',
|
||||
deleteConfirmation: 'Bu kayıt silinecektir. Emin misiniz?',
|
||||
save: 'Kaydet',
|
||||
saving: 'Kaydediyor',
|
||||
cancel: 'İptal',
|
||||
deleteText: 'Sil',
|
||||
deleting: 'Siliyor',
|
||||
error: 'Hata',
|
||||
close: 'Kapat',
|
||||
cannotLoadOptionsFor: '{0} alanı için seçenekler yüklenemedi!',
|
||||
pagingInfo: 'Gösterilen: {0}-{1}, Toplam: {2}',
|
||||
canNotDeletedRecords: '{1} kayıttan {0} adedi silinemedi!',
|
||||
deleteProggress: '{1} kayıttan {0} adedi silindi, devam ediliyor...',
|
||||
pageSizeChangeLabel: 'Satır sayısı',
|
||||
gotoPageLabel: 'Sayfaya git'
|
||||
});
|
||||
|
||||
})(jQuery);
|
30
jtable/lib/localization/jquery.jtable.ua.js
Normal file
30
jtable/lib/localization/jquery.jtable.ua.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Ukrainian' language.
|
||||
Author: Volodymyr Sokolov
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Помилка зв’язку з сервером.',
|
||||
loadingMessage: 'Завантаження...',
|
||||
noDataAvailable: 'Дані відсутні',
|
||||
addNewRecord: 'Додати',
|
||||
editRecord: 'Змінити',
|
||||
areYouSure: 'Ви впевнені?',
|
||||
deleteConfirmation: 'Видалити запис?',
|
||||
save: 'Зберегти',
|
||||
saving: 'Збереження...',
|
||||
cancel: 'Відміна',
|
||||
deleteText: 'Видалити',
|
||||
deleting: 'Видалення...',
|
||||
error: 'Помилка',
|
||||
close: 'Закрити',
|
||||
cannotLoadOptionsFor: 'Неможливо завантажити варіанти для поля {0}',
|
||||
pagingInfo: 'Записи від {0} по {1} з {2}',
|
||||
canNotDeletedRecords: 'Неможливо видалити записи: {0} з {1}!',
|
||||
deleteProggress: 'Видалення {0} з {1} записів...',
|
||||
pageSizeChangeLabel: 'Рядків',
|
||||
gotoPageLabel: 'На сторінку'
|
||||
});
|
||||
|
||||
})(jQuery);
|
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);
|
30
jtable/lib/localization/jquery.jtable.zh-CN.js
Normal file
30
jtable/lib/localization/jquery.jtable.zh-CN.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Chinese' language.
|
||||
Author: monkeycraps
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: '服务器请求错误。',
|
||||
loadingMessage: '加载中...',
|
||||
noDataAvailable: '没有数据!',
|
||||
addNewRecord: '+ 新建',
|
||||
editRecord: '编辑',
|
||||
areYouSure: '确定?',
|
||||
deleteConfirmation: '确定删除这行数据?',
|
||||
save: '保存',
|
||||
saving: '保存中',
|
||||
cancel: '取消',
|
||||
deleteText: '删除',
|
||||
deleting: '删除中',
|
||||
error: '错误',
|
||||
close: '关闭',
|
||||
cannotLoadOptionsFor: '无法加载对象属性 {0}',
|
||||
pagingInfo: '显示 {0} 至 {1} 共 {2}',
|
||||
canNotDeletedRecords: '删除失败 {0} 至 {1}!',
|
||||
deleteProggress: '正在删除 {0} 至 {1} 记录, 进心中...',
|
||||
pageSizeChangeLabel: '每页显示',
|
||||
gotoPageLabel: '跳转到'
|
||||
});
|
||||
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue