mirror of https://github.com/ElemeFE/element
locale: Fix ru-RU popconfirm translation (#19220)
parent
f89fa65442
commit
abb16771a5
|
@ -113,8 +113,8 @@ export default {
|
||||||
title: 'Back' // to be translated
|
title: 'Back' // to be translated
|
||||||
},
|
},
|
||||||
popconfirm: {
|
popconfirm: {
|
||||||
confirmButtonText: 'Yes', // to be translated
|
confirmButtonText: 'OK',
|
||||||
cancelButtonText: 'No' // to be translated
|
cancelButtonText: 'Отмена'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue