mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-23 18:50:06 +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: 'Копировать',
|
||||
copied: 'Скопировано',
|
||||
expand: 'Раскрыть',
|
||||
collapse: "Свернуть",
|
||||
},
|
||||
Form: {
|
||||
optional: '(необязательно)',
|
||||
@ -138,6 +139,12 @@ const localeValues: Locale = {
|
||||
expired: 'QR-код устарел',
|
||||
refresh: 'Обновить',
|
||||
},
|
||||
ColorPicker: {
|
||||
presetEmpty: 'Пустой',
|
||||
transparent: 'Прозрачный',
|
||||
singleColor: 'Один цвет',
|
||||
gradientColor: 'Градиент',
|
||||
}
|
||||
};
|
||||
|
||||
export default localeValues;
|
||||
|
Loading…
Reference in New Issue
Block a user