Commit 90edfcc0 authored by Emil Yangirov's avatar Emil Yangirov Committed by GitHub

fix: Update Russian locale (ru-RU.js) (#19451)

parent b4aa2637
...@@ -85,7 +85,7 @@ export default { ...@@ -85,7 +85,7 @@ export default {
upload: { upload: {
deleteTip: 'Нажмите [Удалить] для удаления', deleteTip: 'Нажмите [Удалить] для удаления',
delete: 'Удалить', delete: 'Удалить',
preview: 'Превью', preview: 'Предпросмотр',
continue: 'Продолжить' continue: 'Продолжить'
}, },
table: { table: {
...@@ -107,10 +107,10 @@ export default { ...@@ -107,10 +107,10 @@ export default {
hasCheckedFormat: '{checked}/{total} выбрано' hasCheckedFormat: '{checked}/{total} выбрано'
}, },
image: { image: {
error: 'FAILED' // to be translated error: 'Произошла ошибка'
}, },
pageHeader: { pageHeader: {
title: 'Back' // to be translated title: 'Назад'
}, },
popconfirm: { popconfirm: {
confirmButtonText: 'OK', confirmButtonText: 'OK',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment