mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-03 12:38:58 +08:00
fix: add missed translation in uk_UA (#50178)
* Update uk_UA.ts Signed-off-by: Andrii Milishchuk <andrewmilishchuk@gmail.com> * Update index.test.tsx.snap Signed-off-by: lijianan <574980606@qq.com> --------- Signed-off-by: Andrii Milishchuk <andrewmilishchuk@gmail.com> Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: lijianan <574980606@qq.com>
This commit is contained in:
parent
9484dd3d1e
commit
4b09f30e8e
@ -7,15 +7,35 @@ import type { PickerLocale } from '../generatePicker';
|
|||||||
const locale: PickerLocale = {
|
const locale: PickerLocale = {
|
||||||
lang: {
|
lang: {
|
||||||
placeholder: 'Оберіть дату',
|
placeholder: 'Оберіть дату',
|
||||||
|
yearPlaceholder: 'Оберіть рік',
|
||||||
|
quarterPlaceholder: 'Оберіть квартал',
|
||||||
|
monthPlaceholder: 'Оберіть місяць',
|
||||||
|
weekPlaceholder: 'Оберіть тиждень',
|
||||||
rangePlaceholder: ['Початкова дата', 'Кінцева дата'],
|
rangePlaceholder: ['Початкова дата', 'Кінцева дата'],
|
||||||
|
rangeYearPlaceholder: ['Початковий рік', 'Кінцевий рік'],
|
||||||
|
rangeMonthPlaceholder: ['Початковий місяць', 'Кінцевий місяць'],
|
||||||
|
rangeWeekPlaceholder: ['Початковий тиждень', 'Кінцевий тиждень'],
|
||||||
|
shortWeekDays: ['Нд', 'Пн', 'Вт', 'Ср', 'Чт', 'Пт', 'Сб'],
|
||||||
|
shortMonths: [
|
||||||
|
'Січ',
|
||||||
|
'Лют',
|
||||||
|
'Бер',
|
||||||
|
'Кві',
|
||||||
|
'Тра',
|
||||||
|
'Чер',
|
||||||
|
'Лип',
|
||||||
|
'Сер',
|
||||||
|
'Вер',
|
||||||
|
'Жов',
|
||||||
|
'Лис',
|
||||||
|
'Гру',
|
||||||
|
],
|
||||||
...CalendarLocale,
|
...CalendarLocale,
|
||||||
},
|
},
|
||||||
timePickerLocale: {
|
timePickerLocale: {
|
||||||
...TimePickerLocale,
|
...TimePickerLocale,
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
// All settings at:
|
// All settings at:
|
||||||
// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json
|
// https://github.com/ant-design/ant-design/blob/master/components/date-picker/locale/example.json
|
||||||
|
|
||||||
export default locale;
|
export default locale;
|
||||||
|
@ -336349,7 +336349,7 @@ exports[`Locale Provider should display the text as uk 1`] = `
|
|||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
вер
|
Вер
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
aria-label="year panel"
|
aria-label="year panel"
|
||||||
@ -336390,25 +336390,25 @@ exports[`Locale Provider should display the text as uk 1`] = `
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
пн
|
Пн
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
вт
|
Вт
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ср
|
Ср
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
чт
|
Чт
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
пт
|
Пт
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
сб
|
Сб
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
нд
|
Нд
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -338574,7 +338574,7 @@ exports[`Locale Provider should display the text as uk 1`] = `
|
|||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
вер
|
Вер
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
aria-label="year panel"
|
aria-label="year panel"
|
||||||
@ -338617,25 +338617,25 @@ exports[`Locale Provider should display the text as uk 1`] = `
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
пн
|
Пн
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
вт
|
Вт
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ср
|
Ср
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
чт
|
Чт
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
пт
|
Пт
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
сб
|
Сб
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
нд
|
Нд
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -339118,7 +339118,7 @@ exports[`Locale Provider should display the text as uk 1`] = `
|
|||||||
tabindex="-1"
|
tabindex="-1"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
жовт
|
Жов
|
||||||
</button>
|
</button>
|
||||||
<button
|
<button
|
||||||
aria-label="year panel"
|
aria-label="year panel"
|
||||||
@ -339159,25 +339159,25 @@ exports[`Locale Provider should display the text as uk 1`] = `
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
пн
|
Пн
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
вт
|
Вт
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ср
|
Ср
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
чт
|
Чт
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
пт
|
Пт
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
сб
|
Сб
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
нд
|
Нд
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
@ -340222,9 +340222,9 @@ exports[`Locale Provider should display the text as uk 1`] = `
|
|||||||
</span>
|
</span>
|
||||||
<span
|
<span
|
||||||
class="ant-select-selection-item"
|
class="ant-select-selection-item"
|
||||||
title="вер"
|
title="Вер"
|
||||||
>
|
>
|
||||||
вер
|
Вер
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
<span
|
<span
|
||||||
@ -340314,25 +340314,25 @@ exports[`Locale Provider should display the text as uk 1`] = `
|
|||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th>
|
<th>
|
||||||
пн
|
Пн
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
вт
|
Вт
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
ср
|
Ср
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
чт
|
Чт
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
пт
|
Пт
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
сб
|
Сб
|
||||||
</th>
|
</th>
|
||||||
<th>
|
<th>
|
||||||
нд
|
Нд
|
||||||
</th>
|
</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
|
@ -6,7 +6,7 @@ import Calendar from '../calendar/locale/uk_UA';
|
|||||||
import DatePicker from '../date-picker/locale/uk_UA';
|
import DatePicker from '../date-picker/locale/uk_UA';
|
||||||
import TimePicker from '../time-picker/locale/uk_UA';
|
import TimePicker from '../time-picker/locale/uk_UA';
|
||||||
|
|
||||||
const typeTemplate = '${label} не є типом ${type}';
|
const typeTemplate: string = '${label} не є типом ${type}';
|
||||||
|
|
||||||
const localeValues: Locale = {
|
const localeValues: Locale = {
|
||||||
locale: 'uk',
|
locale: 'uk',
|
||||||
|
@ -2,6 +2,7 @@ import type { TimePickerLocale } from '../index';
|
|||||||
|
|
||||||
const locale: TimePickerLocale = {
|
const locale: TimePickerLocale = {
|
||||||
placeholder: 'Оберіть час',
|
placeholder: 'Оберіть час',
|
||||||
|
rangePlaceholder: ['Початковий час', 'Кінцевий час'],
|
||||||
};
|
};
|
||||||
|
|
||||||
export default locale;
|
export default locale;
|
||||||
|
Loading…
Reference in New Issue
Block a user