require(["jquery"],function(a){a("#translator-translate-modal").on("show.bs.modal",function(){a(".translate-check").removeAttr("checked");a(".translate-all").removeAttr("checked");a(".translate-submit").prop("disabled",!0)});a(".translate-check").on("click",function(b){a(".translate-all").removeAttr("checked");a(".translate-submit").prop("disabled",!0);a(".translate-check").each(function(d,c){a(c).prop("checked")&&a(".translate-submit").prop("disabled",!1)})});a(".translate-all").on("click",function(b){this.checked?
(a(".translate-check").prop("checked",!0),a(".translate-submit").prop("disabled",!1)):(a(".translate-check").removeAttr("checked"),a(".translate-submit").prop("disabled",!0))})});