| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- '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",
- alphaDescription: "alpha {alpha}, current color is {color}",
- hueLabel: "pick hue value",
- hueDescription: "hue {hue}, current color is {color}",
- svLabel: "pick saturation and brightness value",
- svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}",
- predefineDescription: "select {value} as the color"
- },
- 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
|