fix: add missing translations for ru_RU (#51619)

This commit is contained in:
Ivan Avvakumov 2024-11-13 18:04:36 +03:00 committed by GitHub
parent 70c93e56f1
commit 9b6b85f91e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;