mirror of https://github.com/dani/vroom.git
Video conf based on SimpleWebRTC https://vroom.fws.fr/documentation
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
717 B
16 lines
717 B
/**
|
|
* Portuguese translation for bootstrap-datepicker
|
|
* Original code: Cauan Cabral <cauan@radig.com.br>
|
|
* Tiago Melo <tiago.blackcode@gmail.com>
|
|
*/
|
|
;(function($){
|
|
$.fn.datepicker.dates['pt'] = {
|
|
days: ["Domingo", "Segunda", "Terça", "Quarta", "Quinta", "Sexta", "Sábado", "Domingo"],
|
|
daysShort: ["Dom", "Seg", "Ter", "Qua", "Qui", "Sex", "Sáb", "Dom"],
|
|
daysMin: ["Do", "Se", "Te", "Qu", "Qu", "Se", "Sa", "Do"],
|
|
months: ["Janeiro", "Fevereiro", "Março", "Abril", "Maio", "Junho", "Julho", "Agosto", "Setembro", "Outubro", "Novembro", "Dezembro"],
|
|
monthsShort: ["Jan", "Fev", "Mar", "Abr", "Mai", "Jun", "Jul", "Ago", "Set", "Out", "Nov", "Dez"],
|
|
today: "Hoje",
|
|
clear: "Limpar"
|
|
};
|
|
}(jQuery));
|
|
|