powerdns-admin/app/static/global/plugins/bootstrap-gtreetable/languages/bootstrap-gtreetable.tr.js
2015-12-13 16:34:12 +07:00

30 lines
1.1 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/* =========================================================
* bootstrap-gtreetable v2.2.1-alpha
* https://github.com/gilek/bootstrap-gtreetable
* =========================================================
* Copyright 2014 Maciej Kłak
* Licensed under MIT (https://github.com/gilek/bootstrap-gtreetable/blob/master/LICENSE)
* ========================================================= */
(function( $ ) {
$.fn.gtreetable.defaults.languages.tr = {
save: 'Kaydet',
cancel: 'Vazgeç',
action: 'İşlem',
actions: {
createBefore: 'Öncesine ekle',
createAfter: 'Sonrasına ekle',
createFirstChild: 'İlk alt öğeyi oluştur',
createLastChild: 'Son alt öğeyi oluştur',
update: 'Güncelle',
'delete': 'Sil'
},
messages: {
onDelete: 'Silmek istediğinize emin misiniz?',
onNewRootNotAllowed: 'Yeni ana öğe eklenemez.',
onMoveInDescendant: 'Taşınacak öğe alt öğe olmamalıdır.',
onMoveAsRoot: 'Hedef ana öğe olmamalıdır.'
}
};
}( jQuery ));