View file bootstrap-checkbox-1.2.14-dist/js/i18n/pt.js
/*!
* Bootstrap-checkbox v1.2.14 (http://vsn4ik.github.io/bootstrap-checkbox)
* Copyright 2013-2015 Vasily A. (https://github.com/vsn4ik)
* Licensed under the MIT license
*/
'use strict';
(function($) {
$.extend($.fn.checkboxpicker.defaults, {
offLabel: 'Não',
onLabel: 'Sim',
warningMessage: 'Elementos do tipo label não são suportados dentro do Bootstrap-checkbox.'
});
})(jQuery);