Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing localization for the Russian language #332

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 19 additions & 19 deletions src/i18n/ru/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ export default {
Blockquote: {
buttons: {
blockquote: {
tooltip: 'Блок цитаты'
tooltip: 'Цитата'
}
}
},
Expand Down Expand Up @@ -38,24 +38,24 @@ export default {
History: {
buttons: {
undo: {
tooltip: 'Назад'
tooltip: 'Отменить'
},
redo: {
tooltip: 'Вперед'
tooltip: 'Вернуть'
}
}
},
HorizontalRule: {
buttons: {
horizontalRule: {
tooltip: 'Горизонтальная линия'
tooltip: 'Разделитель'
}
}
},
Italic: {
buttons: {
italic: {
tooltip: 'Курсивный'
tooltip: 'Курсив'
}
}
},
Expand All @@ -76,14 +76,14 @@ export default {
Strike: {
buttons: {
strike: {
tooltip: 'Перечерктнутый'
tooltip: 'Зачеркнутый'
}
}
},
Underline: {
buttons: {
underline: {
tooltip: 'Подчерктнутый'
tooltip: 'Подчеркнутый'
}
}
},
Expand All @@ -100,13 +100,13 @@ export default {
tooltip: 'Изменить ссылку'
},
notActive: {
tooltip: 'Добавить ссылку'
tooltip: 'Вставить ссылку'
}
},
window: {
title: 'Управление ссылкой',
title: 'Ссылка',
form: {
hrefLabel: 'Href'
hrefLabel: 'URL'
},
buttons: {
close: 'Закрыть',
Expand All @@ -117,28 +117,28 @@ export default {
},
Image: {
buttons: {
tooltip: 'Картинка'
tooltip: 'Вставить изображение'
},
window: {
title: 'Добавить картинку',
title: 'Добавить изображение',
form: {
sourceLink: 'Ссылка на картинку',
altText: 'Альтернативный текст',
addImage: 'Добавить картинку'
sourceLink: 'Ссылка на изображение',
altText: 'Описание',
addImage: 'Добавить'
},
imageUpload: {
instruction: 'Выберите файл (ы) или перетащите его (их) сюда.'
instruction: 'Выберите файл(ы) или перетащите его(их) сюда.'
},
buttons: {
close: 'Закрыть',
apply: 'Применить'
close: 'Отменить',
apply: 'Вставить'
}
}
},
TodoList: {
buttons: {
todoList: {
tooltip: 'Список дел'
tooltip: 'Список задач'
}
}
}
Expand Down