1 line
9.6 KiB
Plaintext
1 line
9.6 KiB
Plaintext
|
|
{"version":3,"file":"ru.min.mjs","sources":["../../../../packages/locale/lang/ru.ts"],"sourcesContent":["export default {\n name: 'ru',\n el: {\n breadcrumb: {\n label: 'Хлебные крошки',\n },\n colorpicker: {\n confirm: 'Ок',\n clear: 'Очистить',\n defaultLabel: 'color picker', // to be translated\n description:\n 'current color is {color}. press enter to select a new color.', // to be translated\n alphaLabel: 'pick alpha value', // to be translated\n alphaDescription: 'alpha {alpha}, current color is {color}', // to be translated\n hueLabel: 'pick hue value', // to be translated\n hueDescription: 'hue {hue}, current color is {color}', // to be translated\n },\n datepicker: {\n now: 'Сейчас',\n today: 'Сегодня',\n cancel: 'Отмена',\n clear: 'Очистить',\n confirm: 'Ок',\n dateTablePrompt:\n 'Use the arrow keys and enter to select the day of the month', // to be translated\n monthTablePrompt: 'Use the arrow keys and enter to select the month', // to be translated\n yearTablePrompt: 'Use the arrow keys and enter to select the year', // to be translated\n selectedDate: 'Selected date', // to be translated\n selectDate: 'Выбрать дату',\n selectTime: 'Выбрать время',\n startDate: 'Дата начала',\n startTime: 'Время начала',\n endDate: 'Дата окончания',\n endTime: 'Время окончания',\n prevYear: 'Предыдущий год',\n nextYear: 'Следующий год',\n prevMonth: 'Предыдущий месяц',\n nextMonth: 'Следующий месяц',\n year: '',\n month1: 'Январь',\n month2: 'Февраль',\n month3: 'Март',\n month4: 'Апрель',\n month5: 'Май',\n month6: 'Июнь',\n month7: 'Июль',\n month8: 'Август',\n month9: 'Сентябрь',\n month10: 'Октябрь',\n month11: 'Ноябрь',\n month12: 'Декабрь',\n weeks: {\n sun: 'Вс',\n mon: 'Пн',\n tue: 'Вт',\n wed: 'Ср',\n thu: 'Чт',\n fri: 'Пт',\n sat: 'Сб',\n },\n weeksFull: {\n sun: 'Sunday', // to be translated\n mon: 'Monday', // to be translated\n tue: 'Tuesday', // to be translated\n wed: 'Wednesday', // to be translated\n thu: 'Thursday', // to be translated\n fri: 'Friday', // to be translated\n sat: 'Saturday', // to be translated\n },\n months: {\n jan: 'Янв',\n feb: 'Фев',\n mar: 'Мар',\n apr: 'Апр',\n may: 'Май',\n jun: 'Июн',\n jul: 'Июл',\n aug: 'Авг',\n sep: 'Сен',\n oct: 'Окт',\n nov: 'Ноя',\n dec: 'Дек',\n },\n },\n inputNumber: {\n decrease: 'decrease number', // to be translated\n increase: 'increase number', // to be translated\n },\n select: {\n loading: 'Загрузка',\n noMatch: 'Совпадений не найдено',\n noData: 'Нет данных',\n placeholder: 'Выбрать',\n },\n mention: {\n loading: 'Загрузка',\n },\n dropdown: {\n toggleDropdown: 'Toggle Dropdown', // to be translated\n },\n cascader: {\n noMatch: 'Совпадений не найдено',\n loading: 'Загрузка',\n placeholder: 'Выбрать',\n noData: 'Нет данных',\n },\n pagination: {\n goto: 'Перейти',\n pagesize: ' на странице',\n total: 'Всего {total}',\n pageClassifier: '',\n page: 'Страница',\n prev: 'Перейти на предыдущую страницу',\n next: 'Перейти на следующую страницу',\n currentPage: 'страница {pager}',\n prevPages: 'Предыд<D18B>
|