| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- 'use strict';
- Object.defineProperty(exports, '__esModule', { value: true });
- var ro = {
- name: "ro",
- el: {
- breadcrumb: {
- label: "Breadcrumb"
- },
- colorpicker: {
- confirm: "OK",
- clear: "\u0218terge",
- 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: "Acum",
- today: "Azi",
- cancel: "Anuleaz\u0103",
- clear: "\u0218terge",
- confirm: "OK",
- 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: "Selecteaz\u0103 data",
- selectTime: "Selecteaz\u0103 ora",
- startDate: "Data de \xEEnceput",
- startTime: "Ora de \xEEnceput",
- endDate: "Data de sf\xE2r\u0219it",
- endTime: "Ora de sf\xE2r\u0219it",
- prevYear: "Anul trecut",
- nextYear: "Anul urm\u0103tor",
- prevMonth: "Luna trecut\u0103",
- nextMonth: "Luna urm\u0103toare",
- year: "",
- month1: "Ianuarie",
- month2: "Februarie",
- month3: "Martie",
- month4: "Aprilie",
- month5: "Mai",
- month6: "Iunie",
- month7: "Iulie",
- month8: "August",
- month9: "Septembrie",
- month10: "Octombrie",
- month11: "Noiembrie",
- month12: "Decembrie",
- weeks: {
- sun: "Du",
- mon: "Lu",
- tue: "Ma",
- wed: "Mi",
- thu: "Jo",
- fri: "Vi",
- sat: "S\xE2"
- },
- weeksFull: {
- sun: "Sunday",
- mon: "Monday",
- tue: "Tuesday",
- wed: "Wednesday",
- thu: "Thursday",
- fri: "Friday",
- sat: "Saturday"
- },
- months: {
- jan: "Ian",
- feb: "Feb",
- mar: "Mar",
- apr: "Apr",
- may: "Mai",
- jun: "Iun",
- jul: "Iul",
- aug: "Aug",
- sep: "Sep",
- oct: "Oct",
- nov: "Noi",
- dec: "Dec"
- }
- },
- inputNumber: {
- decrease: "decrease number",
- increase: "increase number"
- },
- select: {
- loading: "Se \xEEncarc\u0103",
- noMatch: "Nu exist\u0103 date potrivite",
- noData: "Nu exist\u0103 date",
- placeholder: "Selecteaz\u0103"
- },
- mention: {
- loading: "Se \xEEncarc\u0103"
- },
- dropdown: {
- toggleDropdown: "Toggle Dropdown"
- },
- cascader: {
- noMatch: "Nu exist\u0103 date potrivite",
- loading: "Se \xEEncarc\u0103",
- placeholder: "Selecteaz\u0103",
- noData: "Nu exist\u0103 date"
- },
- pagination: {
- goto: "Go to",
- pagesize: "/pagina",
- 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: "Deprecated usages detected, please refer to the el-pagination documentation for more details"
- },
- dialog: {
- close: "Close this dialog"
- },
- drawer: {
- close: "Close this dialog"
- },
- messagebox: {
- title: "Mesaj",
- confirm: "OK",
- cancel: "Anuleaz\u0103",
- error: "Date introduse eronate",
- close: "Close this dialog"
- },
- upload: {
- deleteTip: "ap\u0103sa\u021Bi pe \u0219terge\u021Bi pentru a elimina",
- delete: "\u0219terge",
- preview: "previzualizare",
- continue: "continu\u0103"
- },
- slider: {
- defaultLabel: "slider between {min} and {max}",
- defaultRangeStartLabel: "pick start value",
- defaultRangeEndLabel: "pick end value"
- },
- table: {
- emptyText: "Nu exist\u0103 date",
- confirmFilter: "Confirm\u0103",
- resetFilter: "Reseteaz\u0103",
- clearFilter: "Tot",
- sumText: "Suma"
- },
- tour: {
- next: "Next",
- previous: "Previous",
- finish: "Finish",
- close: "Close this dialog"
- },
- tree: {
- emptyText: "Nu exist\u0103 date"
- },
- transfer: {
- noMatch: "Nu exist\u0103 date potrivite",
- noData: "Nu exist\u0103 date",
- titles: ["Lista 1", "Lista 2"],
- filterPlaceholder: "Introduce\u021Bi cuv\xE2ntul cheie",
- noCheckedFormat: "{total} elemente",
- hasCheckedFormat: "{checked}/{total} verificate"
- },
- image: {
- error: "FAILED"
- },
- pageHeader: {
- title: "Back"
- },
- popconfirm: {
- confirmButtonText: "Yes",
- cancelButtonText: "No"
- },
- carousel: {
- leftArrow: "Carousel arrow left",
- rightArrow: "Carousel arrow right",
- indicator: "Carousel switch to index {index}"
- }
- }
- };
- exports["default"] = ro;
- //# sourceMappingURL=ro.js.map
|