| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189 |
- /*! Element Plus v2.13.6 */
- (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.ElementPlusLocaleRu = factory()));
- })(this, function() {
- //#region ../../packages/locale/lang/ru.ts
- var ru_default = {
- name: "ru",
- el: {
- breadcrumb: { label: "Хлебные крошки" },
- colorpicker: {
- confirm: "Ок",
- clear: "Очистить",
- 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: "Сейчас",
- today: "Сегодня",
- cancel: "Отмена",
- clear: "Очистить",
- confirm: "Ок",
- 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: "Выбрать дату",
- selectTime: "Выбрать время",
- startDate: "Дата начала",
- startTime: "Время начала",
- endDate: "Дата окончания",
- endTime: "Время окончания",
- prevYear: "Предыдущий год",
- nextYear: "Следующий год",
- prevMonth: "Предыдущий месяц",
- nextMonth: "Следующий месяц",
- year: "",
- month1: "Январь",
- month2: "Февраль",
- month3: "Март",
- month4: "Апрель",
- month5: "Май",
- month6: "Июнь",
- month7: "Июль",
- month8: "Август",
- month9: "Сентябрь",
- month10: "Октябрь",
- month11: "Ноябрь",
- month12: "Декабрь",
- weeks: {
- sun: "Вс",
- mon: "Пн",
- tue: "Вт",
- wed: "Ср",
- thu: "Чт",
- fri: "Пт",
- sat: "Сб"
- },
- weeksFull: {
- sun: "Sunday",
- mon: "Monday",
- tue: "Tuesday",
- wed: "Wednesday",
- thu: "Thursday",
- fri: "Friday",
- sat: "Saturday"
- },
- months: {
- jan: "Янв",
- feb: "Фев",
- mar: "Мар",
- apr: "Апр",
- may: "Май",
- jun: "Июн",
- jul: "Июл",
- aug: "Авг",
- sep: "Сен",
- oct: "Окт",
- nov: "Ноя",
- dec: "Дек"
- }
- },
- inputNumber: {
- decrease: "decrease number",
- increase: "increase number"
- },
- select: {
- loading: "Загрузка",
- noMatch: "Совпадений не найдено",
- noData: "Нет данных",
- placeholder: "Выбрать"
- },
- mention: { loading: "Загрузка" },
- dropdown: { toggleDropdown: "Toggle Dropdown" },
- cascader: {
- noMatch: "Совпадений не найдено",
- loading: "Загрузка",
- placeholder: "Выбрать",
- noData: "Нет данных"
- },
- pagination: {
- goto: "Перейти",
- pagesize: " на странице",
- total: "Всего {total}",
- pageClassifier: "",
- page: "Страница",
- prev: "Перейти на предыдущую страницу",
- next: "Перейти на следующую страницу",
- currentPage: "страница {pager}",
- prevPages: "Предыдущие {pager} страниц",
- nextPages: "Следующие {pager} страниц",
- 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: "Сообщение",
- confirm: "Ок",
- cancel: "Отмена",
- error: "Недопустимый ввод данных",
- close: "Close this dialog"
- },
- upload: {
- deleteTip: "Нажмите [Удалить] для удаления",
- delete: "Удалить",
- preview: "Превью",
- continue: "Продолжить"
- },
- slider: {
- defaultLabel: "slider between {min} and {max}",
- defaultRangeStartLabel: "pick start value",
- defaultRangeEndLabel: "pick end value"
- },
- table: {
- emptyText: "Нет данных",
- confirmFilter: "Ок",
- resetFilter: "Сбросить",
- clearFilter: "Все",
- sumText: "Сумма",
- selectAllLabel: "Select all rows",
- selectRowLabel: "Select this row",
- expandRowLabel: "Expand this row",
- collapseRowLabel: "Collapse this row",
- sortLabel: "Sort by {column}",
- filterLabel: "Filter by {column}"
- },
- tag: { close: "Close this tag" },
- tour: {
- next: "Далее",
- previous: "Назад",
- finish: "Завершить",
- close: "Close this dialog"
- },
- tree: { emptyText: "Нет данных" },
- transfer: {
- noMatch: "Совпадений не найдено",
- noData: "Нет данных",
- titles: ["Список 1", "Список 2"],
- filterPlaceholder: "Введите ключевое слово",
- noCheckedFormat: "{total} пунктов",
- hasCheckedFormat: "{checked}/{total} выбрано"
- },
- image: { error: "ОШИБКА" },
- pageHeader: { title: "Назад" },
- popconfirm: {
- confirmButtonText: "Ок",
- cancelButtonText: "Отмена"
- },
- carousel: {
- leftArrow: "Слайдер стрелка влево",
- rightArrow: "Слайдер стрелка вправо",
- indicator: "Слайдер перейти на страницу под номером {index}"
- }
- }
- };
- //#endregion
- return ru_default;
- });
|