Files
element-plus/packages/locale/lang/ro.ts
qiang 0842235dd9 feat(components): [color-picker-panel] hue-slider a11y (#22258)
* feat(components): [color-picker] hue-slider a11y

* chore: sync locale

* chore: lint

* chore: rename

* chore: rename
2025-10-14 19:06:08 +08:00

186 lines
5.6 KiB
TypeScript

export default {
name: 'ro',
el: {
breadcrumb: {
label: 'Breadcrumb', // to be translated
},
colorpicker: {
confirm: 'OK',
clear: 'Șterge',
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
},
datepicker: {
now: 'Acum',
today: 'Azi',
cancel: 'Anulează',
clear: 'Șterge',
confirm: 'OK',
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: 'Selectează data',
selectTime: 'Selectează ora',
startDate: 'Data de început',
startTime: 'Ora de început',
endDate: 'Data de sfârșit',
endTime: 'Ora de sfârșit',
prevYear: 'Anul trecut',
nextYear: 'Anul următor',
prevMonth: 'Luna trecută',
nextMonth: 'Luna următoare',
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â',
},
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: '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', // to be translated
increase: 'increase number', // to be translated
},
select: {
loading: 'Se încarcă',
noMatch: 'Nu există date potrivite',
noData: 'Nu există date',
placeholder: 'Selectează',
},
mention: {
loading: 'Se încarcă',
},
dropdown: {
toggleDropdown: 'Toggle Dropdown', // to be translated
},
cascader: {
noMatch: 'Nu există date potrivite',
loading: 'Se încarcă',
placeholder: 'Selectează',
noData: 'Nu există date',
},
pagination: {
goto: 'Go to',
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: 'Mesaj',
confirm: 'OK',
cancel: 'Anulează',
error: 'Date introduse eronate',
close: 'Close this dialog', // to be translated
},
upload: {
deleteTip: 'apăsați pe ștergeți pentru a elimina',
delete: 'șterge',
preview: 'previzualizare',
continue: 'continuă',
},
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: 'Nu există date',
confirmFilter: 'Confirmă',
resetFilter: 'Resetează',
clearFilter: 'Tot',
sumText: 'Suma',
},
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: 'Nu există date',
},
transfer: {
noMatch: 'Nu există date potrivite',
noData: 'Nu există date',
titles: ['Lista 1', 'Lista 2'],
filterPlaceholder: 'Introduceți cuvântul cheie',
noCheckedFormat: '{total} elemente',
hasCheckedFormat: '{checked}/{total} verificate',
},
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
},
},
}