mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-08 01:53:34 +08:00
fix: add missing translations for ru_RU (#51619)
This commit is contained in:
parent
70c93e56f1
commit
9b6b85f91e
@ -80,6 +80,7 @@ const localeValues: Locale = {
|
|||||||
copy: 'Копировать',
|
copy: 'Копировать',
|
||||||
copied: 'Скопировано',
|
copied: 'Скопировано',
|
||||||
expand: 'Раскрыть',
|
expand: 'Раскрыть',
|
||||||
|
collapse: "Свернуть",
|
||||||
},
|
},
|
||||||
Form: {
|
Form: {
|
||||||
optional: '(необязательно)',
|
optional: '(необязательно)',
|
||||||
@ -138,6 +139,12 @@ const localeValues: Locale = {
|
|||||||
expired: 'QR-код устарел',
|
expired: 'QR-код устарел',
|
||||||
refresh: 'Обновить',
|
refresh: 'Обновить',
|
||||||
},
|
},
|
||||||
|
ColorPicker: {
|
||||||
|
presetEmpty: 'Пустой',
|
||||||
|
transparent: 'Прозрачный',
|
||||||
|
singleColor: 'Один цвет',
|
||||||
|
gradientColor: 'Градиент',
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
export default localeValues;
|
export default localeValues;
|
||||||
|
Loading…
Reference in New Issue
Block a user