187 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			187 lines
		
	
	
		
			4.7 KiB
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
'use strict';
 | 
						|
 | 
						|
Object.defineProperty(exports, '__esModule', { value: true });
 | 
						|
 | 
						|
var mg = {
 | 
						|
  name: "mg",
 | 
						|
  el: {
 | 
						|
    breadcrumb: {
 | 
						|
      label: "Breadcrumb"
 | 
						|
    },
 | 
						|
    colorpicker: {
 | 
						|
      confirm: "ENY",
 | 
						|
      clear: "Fafana",
 | 
						|
      defaultLabel: "color picker",
 | 
						|
      description: "current color is {color}. press enter to select a new color.",
 | 
						|
      alphaLabel: "pick alpha value"
 | 
						|
    },
 | 
						|
    datepicker: {
 | 
						|
      now: "Zao",
 | 
						|
      today: "Androany",
 | 
						|
      cancel: "Hanafoana",
 | 
						|
      clear: "Fafana",
 | 
						|
      confirm: "ENY",
 | 
						|
      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: "Misafidy daty",
 | 
						|
      selectTime: "Misafidy ora",
 | 
						|
      startDate: "Daty fanombohana",
 | 
						|
      startTime: "Ora fanombohana",
 | 
						|
      endDate: "Daty farany",
 | 
						|
      endTime: "Ora farany",
 | 
						|
      prevYear: "Taona teo aloha",
 | 
						|
      nextYear: "Taona manaraka",
 | 
						|
      prevMonth: "Volana teo aloha",
 | 
						|
      nextMonth: "Volana manaraka",
 | 
						|
      year: "",
 | 
						|
      month1: "Janoary",
 | 
						|
      month2: "Febroary",
 | 
						|
      month3: "Martsa",
 | 
						|
      month4: "Aprily",
 | 
						|
      month5: "May",
 | 
						|
      month6: "Jona",
 | 
						|
      month7: "Jolay",
 | 
						|
      month8: "Aogositra",
 | 
						|
      month9: "Septambra",
 | 
						|
      month10: "Oktobra",
 | 
						|
      month11: "Novambra",
 | 
						|
      month12: "Desambra",
 | 
						|
      weeks: {
 | 
						|
        sun: "Lad",
 | 
						|
        mon: "Ala",
 | 
						|
        tue: "Tal",
 | 
						|
        wed: "Lar",
 | 
						|
        thu: "Lak",
 | 
						|
        fri: "Zom",
 | 
						|
        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: "May",
 | 
						|
        jun: "Jon",
 | 
						|
        jul: "Jol",
 | 
						|
        aug: "Aog",
 | 
						|
        sep: "Sep",
 | 
						|
        oct: "Okt",
 | 
						|
        nov: "Nov",
 | 
						|
        dec: "Des"
 | 
						|
      }
 | 
						|
    },
 | 
						|
    inputNumber: {
 | 
						|
      decrease: "decrease number",
 | 
						|
      increase: "increase number"
 | 
						|
    },
 | 
						|
    select: {
 | 
						|
      loading: "Eo ampiandrasana",
 | 
						|
      noMatch: "Tsy misy angona mifanentana",
 | 
						|
      noData: "Tsy misy angona",
 | 
						|
      placeholder: "Safidy"
 | 
						|
    },
 | 
						|
    mention: {
 | 
						|
      loading: "Eo ampiandrasana"
 | 
						|
    },
 | 
						|
    dropdown: {
 | 
						|
      toggleDropdown: "Toggle Dropdown"
 | 
						|
    },
 | 
						|
    cascader: {
 | 
						|
      noMatch: "Tsy misy angona mifanentana",
 | 
						|
      loading: "Eo ampiandrasana",
 | 
						|
      placeholder: "Safidy",
 | 
						|
      noData: "Tsy misy angona"
 | 
						|
    },
 | 
						|
    pagination: {
 | 
						|
      goto: "Mandeha any",
 | 
						|
      pagesize: "/page",
 | 
						|
      total: "Totaly {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: "Fampiasana tsy ampiasaina intsony no hita, azafady mba jereo ny tahirin-kevitra el-pagination raha mila fanazavana fanampiny"
 | 
						|
    },
 | 
						|
    dialog: {
 | 
						|
      close: "Close this dialog"
 | 
						|
    },
 | 
						|
    drawer: {
 | 
						|
      close: "Close this dialog"
 | 
						|
    },
 | 
						|
    messagebox: {
 | 
						|
      title: "Hafatra",
 | 
						|
      confirm: "ENY",
 | 
						|
      cancel: "Hanafoana",
 | 
						|
      error: "Fampidirana tsy ara-dal\xE0na",
 | 
						|
      close: "Close this dialog"
 | 
						|
    },
 | 
						|
    upload: {
 | 
						|
      deleteTip: "tsindrio fafana raha hanala",
 | 
						|
      delete: "Fafana",
 | 
						|
      preview: "Topi-maso",
 | 
						|
      continue: "Hanoy"
 | 
						|
    },
 | 
						|
    slider: {
 | 
						|
      defaultLabel: "slider between {min} and {max}",
 | 
						|
      defaultRangeStartLabel: "pick start value",
 | 
						|
      defaultRangeEndLabel: "pick end value"
 | 
						|
    },
 | 
						|
    table: {
 | 
						|
      emptyText: "Tsy misy angona",
 | 
						|
      confirmFilter: "Manamarina",
 | 
						|
      resetFilter: "Averina",
 | 
						|
      clearFilter: "Rehetra",
 | 
						|
      sumText: "Atambatra"
 | 
						|
    },
 | 
						|
    tour: {
 | 
						|
      next: "Next",
 | 
						|
      previous: "Previous",
 | 
						|
      finish: "Finish",
 | 
						|
      close: "Close this dialog"
 | 
						|
    },
 | 
						|
    tree: {
 | 
						|
      emptyText: "Tsy misy angona"
 | 
						|
    },
 | 
						|
    transfer: {
 | 
						|
      noMatch: "Tsy misy angona mifanentana",
 | 
						|
      noData: "Tsy misy angona",
 | 
						|
      titles: ["Lisitra 1", "Lisitra 2"],
 | 
						|
      filterPlaceholder: "Ampidiro teny fanalahidy",
 | 
						|
      noCheckedFormat: "{total} zavatra",
 | 
						|
      hasCheckedFormat: "{checked}/{total} voamarina"
 | 
						|
    },
 | 
						|
    image: {
 | 
						|
      error: "TSY NAHOMBY"
 | 
						|
    },
 | 
						|
    pageHeader: {
 | 
						|
      title: "Miverina"
 | 
						|
    },
 | 
						|
    popconfirm: {
 | 
						|
      confirmButtonText: "Eny",
 | 
						|
      cancelButtonText: "Tsy"
 | 
						|
    },
 | 
						|
    carousel: {
 | 
						|
      leftArrow: "Carousel arrow left",
 | 
						|
      rightArrow: "Carousel arrow right",
 | 
						|
      indicator: "Carousel switch to index {index}"
 | 
						|
    }
 | 
						|
  }
 | 
						|
};
 | 
						|
 | 
						|
exports["default"] = mg;
 | 
						|
//# sourceMappingURL=mg.js.map
 |