192 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			192 lines
		
	
	
		
			5.2 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
/*! Element Plus v2.11.3 */
 | 
						|
 | 
						|
(function (global, factory) {
 | 
						|
  typeof exports === 'object' && typeof module !== 'undefined' ? module.exports = factory() :
 | 
						|
  typeof define === 'function' && define.amd ? define(factory) :
 | 
						|
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.ElementPlusLocaleId = factory());
 | 
						|
})(this, (function () { 'use strict';
 | 
						|
 | 
						|
  var id = {
 | 
						|
    name: "id",
 | 
						|
    el: {
 | 
						|
      breadcrumb: {
 | 
						|
        label: "Breadcrumb"
 | 
						|
      },
 | 
						|
      colorpicker: {
 | 
						|
        confirm: "Pilih",
 | 
						|
        clear: "Kosongkan",
 | 
						|
        defaultLabel: "color picker",
 | 
						|
        description: "current color is {color}. press enter to select a new color.",
 | 
						|
        alphaLabel: "pick alpha value"
 | 
						|
      },
 | 
						|
      datepicker: {
 | 
						|
        now: "Sekarang",
 | 
						|
        today: "Hari ini",
 | 
						|
        cancel: "Batal",
 | 
						|
        clear: "Kosongkan",
 | 
						|
        confirm: "Ya",
 | 
						|
        dateTablePrompt: "Use the arrow keys and enter to select the day of the month",
 | 
						|
        monthTablePrompt: "Use the arrow keys and enter to select the month",
 | 
						|
        yearTablePrompt: "Use the arrow keys and enter to select the year",
 | 
						|
        selectedDate: "Selected date",
 | 
						|
        selectDate: "Pilih tanggal",
 | 
						|
        selectTime: "Pilih waktu",
 | 
						|
        startDate: "Tanggal Mulai",
 | 
						|
        startTime: "Waktu Mulai",
 | 
						|
        endDate: "Tanggal Selesai",
 | 
						|
        endTime: "Waktu Selesai",
 | 
						|
        prevYear: "Tahun Sebelumnya",
 | 
						|
        nextYear: "Tahun Selanjutnya",
 | 
						|
        prevMonth: "Bulan Sebelumnya",
 | 
						|
        nextMonth: "Bulan Selanjutnya",
 | 
						|
        year: "Tahun",
 | 
						|
        month1: "Januari",
 | 
						|
        month2: "Februari",
 | 
						|
        month3: "Maret",
 | 
						|
        month4: "April",
 | 
						|
        month5: "Mei",
 | 
						|
        month6: "Juni",
 | 
						|
        month7: "Juli",
 | 
						|
        month8: "Agustus",
 | 
						|
        month9: "September",
 | 
						|
        month10: "Oktober",
 | 
						|
        month11: "November",
 | 
						|
        month12: "Desember",
 | 
						|
        weeks: {
 | 
						|
          sun: "Min",
 | 
						|
          mon: "Sen",
 | 
						|
          tue: "Sel",
 | 
						|
          wed: "Rab",
 | 
						|
          thu: "Kam",
 | 
						|
          fri: "Jum",
 | 
						|
          sat: "Sab"
 | 
						|
        },
 | 
						|
        weeksFull: {
 | 
						|
          sun: "Sunday",
 | 
						|
          mon: "Monday",
 | 
						|
          tue: "Tuesday",
 | 
						|
          wed: "Wednesday",
 | 
						|
          thu: "Thursday",
 | 
						|
          fri: "Friday",
 | 
						|
          sat: "Saturday"
 | 
						|
        },
 | 
						|
        months: {
 | 
						|
          jan: "Jan",
 | 
						|
          feb: "Feb",
 | 
						|
          mar: "Mar",
 | 
						|
          apr: "Apr",
 | 
						|
          may: "Mei",
 | 
						|
          jun: "Jun",
 | 
						|
          jul: "Jul",
 | 
						|
          aug: "Agu",
 | 
						|
          sep: "Sep",
 | 
						|
          oct: "Okt",
 | 
						|
          nov: "Nov",
 | 
						|
          dec: "Des"
 | 
						|
        }
 | 
						|
      },
 | 
						|
      inputNumber: {
 | 
						|
        decrease: "decrease number",
 | 
						|
        increase: "increase number"
 | 
						|
      },
 | 
						|
      select: {
 | 
						|
        loading: "Memuat",
 | 
						|
        noMatch: "Tidak ada data yg cocok",
 | 
						|
        noData: "Tidak ada data",
 | 
						|
        placeholder: "Pilih"
 | 
						|
      },
 | 
						|
      mention: {
 | 
						|
        loading: "Memuat"
 | 
						|
      },
 | 
						|
      dropdown: {
 | 
						|
        toggleDropdown: "Toggle Dropdown"
 | 
						|
      },
 | 
						|
      cascader: {
 | 
						|
        noMatch: "Tidak ada data yg cocok",
 | 
						|
        loading: "Memuat",
 | 
						|
        placeholder: "Pilih",
 | 
						|
        noData: "Tidak ada data"
 | 
						|
      },
 | 
						|
      pagination: {
 | 
						|
        goto: "Pergi ke",
 | 
						|
        pagesize: "/halaman",
 | 
						|
        total: "Total {total}",
 | 
						|
        pageClassifier: "",
 | 
						|
        page: "Page",
 | 
						|
        prev: "Go to previous page",
 | 
						|
        next: "Go to next page",
 | 
						|
        currentPage: "page {pager}",
 | 
						|
        prevPages: "Previous {pager} pages",
 | 
						|
        nextPages: "Next {pager} pages",
 | 
						|
        deprecationWarning: "Penggunaan yang tidak akan digunakan lagi terdeteksi, silakan lihat dokumentasi el-pagination untuk lebih jelasnya"
 | 
						|
      },
 | 
						|
      dialog: {
 | 
						|
        close: "Close this dialog"
 | 
						|
      },
 | 
						|
      drawer: {
 | 
						|
        close: "Close this dialog"
 | 
						|
      },
 | 
						|
      messagebox: {
 | 
						|
        title: "Pesan",
 | 
						|
        confirm: "Ya",
 | 
						|
        cancel: "Batal",
 | 
						|
        error: "Masukan ilegal",
 | 
						|
        close: "Close this dialog"
 | 
						|
      },
 | 
						|
      upload: {
 | 
						|
        deleteTip: "Tekan hapus untuk melanjutkan",
 | 
						|
        delete: "Hapus",
 | 
						|
        preview: "Pratinjau",
 | 
						|
        continue: "Lanjutkan"
 | 
						|
      },
 | 
						|
      slider: {
 | 
						|
        defaultLabel: "slider between {min} and {max}",
 | 
						|
        defaultRangeStartLabel: "pick start value",
 | 
						|
        defaultRangeEndLabel: "pick end value"
 | 
						|
      },
 | 
						|
      table: {
 | 
						|
        emptyText: "Tidak ada data",
 | 
						|
        confirmFilter: "Konfirmasi",
 | 
						|
        resetFilter: "Atur ulang",
 | 
						|
        clearFilter: "Semua",
 | 
						|
        sumText: "Jumlah"
 | 
						|
      },
 | 
						|
      tour: {
 | 
						|
        next: "Next",
 | 
						|
        previous: "Previous",
 | 
						|
        finish: "Finish",
 | 
						|
        close: "Close this dialog"
 | 
						|
      },
 | 
						|
      tree: {
 | 
						|
        emptyText: "Tidak ada data"
 | 
						|
      },
 | 
						|
      transfer: {
 | 
						|
        noMatch: "Tidak ada data yg cocok",
 | 
						|
        noData: "Tidak ada data",
 | 
						|
        titles: ["Daftar 1", "Daftar 2"],
 | 
						|
        filterPlaceholder: "Masukan kata kunci",
 | 
						|
        noCheckedFormat: "{total} item",
 | 
						|
        hasCheckedFormat: "{checked}/{total} terpilih"
 | 
						|
      },
 | 
						|
      image: {
 | 
						|
        error: "GAGAL"
 | 
						|
      },
 | 
						|
      pageHeader: {
 | 
						|
        title: "Kembali"
 | 
						|
      },
 | 
						|
      popconfirm: {
 | 
						|
        confirmButtonText: "Ya",
 | 
						|
        cancelButtonText: "Tidak"
 | 
						|
      },
 | 
						|
      carousel: {
 | 
						|
        leftArrow: "Carousel arrow left",
 | 
						|
        rightArrow: "Carousel arrow right",
 | 
						|
        indicator: "Carousel switch to index {index}"
 | 
						|
      }
 | 
						|
    }
 | 
						|
  };
 | 
						|
 | 
						|
  return id;
 | 
						|
 | 
						|
}));
 |