mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-28 05:05:48 +08:00
chore: improve ru_RU locale for DatePicker (#47705)
* Update ru_RU.ts Signed-off-by: anykobz <66529344+anykobz@users.noreply.github.com> * Update components/date-picker/locale/ru_RU.ts Signed-off-by: afc163 <afc163@gmail.com> * chore: update snapshot --------- Signed-off-by: anykobz <66529344+anykobz@users.noreply.github.com> Signed-off-by: afc163 <afc163@gmail.com> Co-authored-by: anykobz <66529344+anykobz@users.noreply.github.com>
This commit is contained in:
parent
4fafb40147
commit
015c459975
@ -16,6 +16,8 @@ const locale: PickerLocale = {
|
||||
rangeYearPlaceholder: ['Начальный год', 'Год окончания'],
|
||||
rangeMonthPlaceholder: ['Начальный месяц', 'Конечный месяц'],
|
||||
rangeWeekPlaceholder: ['Начальная неделя', 'Конечная неделя'],
|
||||
shortWeekDays: ['Вскр', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сбб'],
|
||||
shortMonths: ['Янв', 'Фев', 'Мар', 'Апр', 'Май', 'Июн', 'Июл', 'Авг', 'Сен', 'Окт', 'Ноя', 'Дек'],
|
||||
...CalendarLocale,
|
||||
},
|
||||
timePickerLocale: {
|
||||
|
@ -281867,7 +281867,7 @@ exports[`Locale Provider should display the text as ru 1`] = `
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
сент.
|
||||
Сен
|
||||
</button>
|
||||
<button
|
||||
class="ant-picker-year-btn"
|
||||
@ -281905,25 +281905,25 @@ exports[`Locale Provider should display the text as ru 1`] = `
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
пн
|
||||
Пн
|
||||
</th>
|
||||
<th>
|
||||
вт
|
||||
Вт
|
||||
</th>
|
||||
<th>
|
||||
ср
|
||||
Ср
|
||||
</th>
|
||||
<th>
|
||||
чт
|
||||
Чт
|
||||
</th>
|
||||
<th>
|
||||
пт
|
||||
Пт
|
||||
</th>
|
||||
<th>
|
||||
сб
|
||||
Сбб
|
||||
</th>
|
||||
<th>
|
||||
вс
|
||||
Вскр
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -284086,7 +284086,7 @@ exports[`Locale Provider should display the text as ru 1`] = `
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
сент.
|
||||
Сен
|
||||
</button>
|
||||
<button
|
||||
class="ant-picker-year-btn"
|
||||
@ -284126,25 +284126,25 @@ exports[`Locale Provider should display the text as ru 1`] = `
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
пн
|
||||
Пн
|
||||
</th>
|
||||
<th>
|
||||
вт
|
||||
Вт
|
||||
</th>
|
||||
<th>
|
||||
ср
|
||||
Ср
|
||||
</th>
|
||||
<th>
|
||||
чт
|
||||
Чт
|
||||
</th>
|
||||
<th>
|
||||
пт
|
||||
Пт
|
||||
</th>
|
||||
<th>
|
||||
сб
|
||||
Сбб
|
||||
</th>
|
||||
<th>
|
||||
вс
|
||||
Вскр
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -284624,7 +284624,7 @@ exports[`Locale Provider should display the text as ru 1`] = `
|
||||
tabindex="-1"
|
||||
type="button"
|
||||
>
|
||||
окт.
|
||||
Окт
|
||||
</button>
|
||||
<button
|
||||
class="ant-picker-year-btn"
|
||||
@ -284662,25 +284662,25 @@ exports[`Locale Provider should display the text as ru 1`] = `
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
пн
|
||||
Пн
|
||||
</th>
|
||||
<th>
|
||||
вт
|
||||
Вт
|
||||
</th>
|
||||
<th>
|
||||
ср
|
||||
Ср
|
||||
</th>
|
||||
<th>
|
||||
чт
|
||||
Чт
|
||||
</th>
|
||||
<th>
|
||||
пт
|
||||
Пт
|
||||
</th>
|
||||
<th>
|
||||
сб
|
||||
Сбб
|
||||
</th>
|
||||
<th>
|
||||
вс
|
||||
Вскр
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
@ -285719,9 +285719,9 @@ exports[`Locale Provider should display the text as ru 1`] = `
|
||||
</span>
|
||||
<span
|
||||
class="ant-select-selection-item"
|
||||
title="сент."
|
||||
title="Сен"
|
||||
>
|
||||
сент.
|
||||
Сен
|
||||
</span>
|
||||
</div>
|
||||
<span
|
||||
@ -285811,25 +285811,25 @@ exports[`Locale Provider should display the text as ru 1`] = `
|
||||
<thead>
|
||||
<tr>
|
||||
<th>
|
||||
пн
|
||||
Пн
|
||||
</th>
|
||||
<th>
|
||||
вт
|
||||
Вт
|
||||
</th>
|
||||
<th>
|
||||
ср
|
||||
Ср
|
||||
</th>
|
||||
<th>
|
||||
чт
|
||||
Чт
|
||||
</th>
|
||||
<th>
|
||||
пт
|
||||
Пт
|
||||
</th>
|
||||
<th>
|
||||
сб
|
||||
Сбб
|
||||
</th>
|
||||
<th>
|
||||
вс
|
||||
Вскр
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
|
Loading…
Reference in New Issue
Block a user