Skip to content

Commit

Permalink
fix: Update Russian locale (ru-RU.js) (#19451)
Browse files Browse the repository at this point in the history
  • Loading branch information
yangirov authored Oct 27, 2020
1 parent b4aa263 commit 90edfcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/locale/lang/ru-RU.js
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ export default {
upload: {
deleteTip: 'Нажмите [Удалить] для удаления',
delete: 'Удалить',
preview: 'Превью',
preview: 'Предпросмотр',
continue: 'Продолжить'
},
table: {
Expand All @@ -107,10 +107,10 @@ export default {
hasCheckedFormat: '{checked}/{total} выбрано'
},
image: {
error: 'FAILED' // to be translated
error: 'Произошла ошибка'
},
pageHeader: {
title: 'Back' // to be translated
title: 'Назад'
},
popconfirm: {
confirmButtonText: 'OK',
Expand Down

0 comments on commit 90edfcc

Please sign in to comment.