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.
15 lines
629 B
15 lines
629 B
/**
|
|
* Bahasa translation for bootstrap-datepicker
|
|
* Azwar Akbar <azwar.akbar@gmail.com>
|
|
*/
|
|
;(function($){
|
|
$.fn.datepicker.dates['id'] = {
|
|
days: ["Minggu", "Senin", "Selasa", "Rabu", "Kamis", "Jumat", "Sabtu"],
|
|
daysShort: ["Mgu", "Sen", "Sel", "Rab", "Kam", "Jum", "Sab"],
|
|
daysMin: ["Mg", "Sn", "Sl", "Ra", "Ka", "Ju", "Sa"],
|
|
months: ["Januari", "Februari", "Maret", "April", "Mei", "Juni", "Juli", "Agustus", "September", "Oktober", "November", "Desember"],
|
|
monthsShort: ["Jan", "Feb", "Mar", "Apr", "Mei", "Jun", "Jul", "Ags", "Sep", "Okt", "Nov", "Des"],
|
|
today: "Hari Ini",
|
|
clear: "Kosongkan"
|
|
};
|
|
}(jQuery));
|
|
|