UNPKG

element-plus

Version:

A Component Library for Vue 3

272 lines (267 loc) 7.77 kB
/*! Element Plus v2.13.2 */ (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.ElementPlusLocalePt = factory()); })(this, (function () { 'use strict'; var pt = { name: "pt", el: { breadcrumb: { label: "Breadcrumb" // to be translated }, colorpicker: { confirm: "Confirmar", clear: "Limpar", defaultLabel: "color picker", // to be translated description: "current color is {color}. press enter to select a new color.", // to be translated alphaLabel: "pick alpha value", // to be translated alphaDescription: "alpha {alpha}, current color is {color}", // to be translated hueLabel: "pick hue value", // to be translated hueDescription: "hue {hue}, current color is {color}", // to be translated svLabel: "pick saturation and brightness value", // to be translated svDescription: "saturation {saturation}, brightness {brightness}, current color is {color}", // to be translated predefineDescription: "select {value} as the color" // to be translated }, datepicker: { now: "Agora", today: "Hoje", cancel: "Cancelar", clear: "Limpar", confirm: "Confirmar", dateTablePrompt: "Use the arrow keys and enter to select the day of the month", // to be translated monthTablePrompt: "Use the arrow keys and enter to select the month", // to be translated yearTablePrompt: "Use the arrow keys and enter to select the year", // to be translated selectedDate: "Selected date", // to be translated selectDate: "Selecione a data", selectTime: "Selecione a hora", startDate: "Data de inicio", startTime: "Hora de inicio", endDate: "Data de fim", endTime: "Hora de fim", prevYear: "Previous Year", // to be translated nextYear: "Next Year", // to be translated prevMonth: "Previous Month", // to be translated nextMonth: "Next Month", // to be translated year: "", month1: "Janeiro", month2: "Fevereiro", month3: "Mar\xE7o", month4: "Abril", month5: "Maio", month6: "Junho", month7: "Julho", month8: "Agosto", month9: "Setembro", month10: "Outubro", month11: "Novembro", month12: "Dezembro", weeks: { sun: "Dom", mon: "Seg", tue: "Ter", wed: "Qua", thu: "Qui", fri: "Sex", sat: "Sab" }, weeksFull: { sun: "Sunday", // to be translated mon: "Monday", // to be translated tue: "Tuesday", // to be translated wed: "Wednesday", // to be translated thu: "Thursday", // to be translated fri: "Friday", // to be translated sat: "Saturday" // to be translated }, months: { jan: "Jan", feb: "Fev", mar: "Mar", apr: "Abr", may: "Mai", jun: "Jun", jul: "Jul", aug: "Ago", sep: "Set", oct: "Out", nov: "Nov", dec: "Dez" } }, inputNumber: { decrease: "decrease number", // to be translated increase: "increase number" // to be translated }, select: { loading: "A carregar", noMatch: "Sem correspond\xEAncia", noData: "Sem dados", placeholder: "Selecione" }, mention: { loading: "A carregar" }, dropdown: { toggleDropdown: "Toggle Dropdown" // to be translated }, cascader: { noMatch: "Sem correspond\xEAncia", loading: "A carregar", placeholder: "Selecione", noData: "Sem dados" }, pagination: { goto: "Ir para", pagesize: "/pagina", total: "Total {total}", pageClassifier: "", page: "Page", // to be translated prev: "Go to previous page", // to be translated next: "Go to next page", // to be translated currentPage: "page {pager}", // to be translated prevPages: "Previous {pager} pages", // to be translated nextPages: "Next {pager} pages", // to be translated deprecationWarning: "Deprecated usages detected, please refer to the el-pagination documentation for more details" // to be translated }, dialog: { close: "Close this dialog" // to be translated }, drawer: { close: "Close this dialog" // to be translated }, messagebox: { title: "Mensagem", confirm: "Confirmar", cancel: "Cancelar", error: "Erro!", close: "Close this dialog" // to be translated }, upload: { deleteTip: "press delete to remove", // to be translated delete: "Apagar", preview: "Previsualizar", continue: "Continuar" }, slider: { defaultLabel: "slider between {min} and {max}", // to be translated defaultRangeStartLabel: "pick start value", // to be translated defaultRangeEndLabel: "pick end value" // to be translated }, table: { emptyText: "Sem dados", confirmFilter: "Confirmar", resetFilter: "Limpar", clearFilter: "Todos", sumText: "Sum", // to be translated selectAllLabel: "Select all rows", // to be translated selectRowLabel: "Select this row", // to be translated expandRowLabel: "Expand this row", // to be translated collapseRowLabel: "Collapse this row", // to be translated sortLabel: "Sort by {column}", // to be translated filterLabel: "Filter by {column}" // to be translated }, tag: { close: "Close this tag" // to be translated }, tour: { next: "Next", // to be translated previous: "Previous", // to be translated finish: "Finish", // to be translated close: "Close this dialog" // to be translated }, tree: { emptyText: "Sem dados" }, transfer: { noMatch: "Sem correspond\xEAncia", noData: "Sem dados", titles: ["List 1", "List 2"], // to be translated filterPlaceholder: "Enter keyword", // to be translated noCheckedFormat: "{total} items", // to be translated hasCheckedFormat: "{checked}/{total} checked" // to be translated }, image: { error: "FAILED" // to be translated }, pageHeader: { title: "Back" // to be translated }, popconfirm: { confirmButtonText: "Yes", // to be translated cancelButtonText: "No" // to be translated }, carousel: { leftArrow: "Carousel arrow left", // to be translated rightArrow: "Carousel arrow right", // to be translated indicator: "Carousel switch to index {index}" // to be translated } } }; return pt; }));