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

Changed translate interface for Russian language #581

Merged
merged 1 commit into from
May 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
28 changes: 15 additions & 13 deletions src/assets/translations/ru.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,32 @@
{
"tooltips": {
"placeMarker": "Щелкните, чтобы поместить маркер",
"firstVertex": "Нажмите, чтобы поместить первый объект",
"placeMarker": "Нажмите, чтобы нанести маркер",
"firstVertex": "Нажмите, чтобы нанести первый объект",
"continueLine": "Нажмите, чтобы продолжить рисование",
"finishLine": "Щелкните любой существующий маркер для завершения",
"finishLine": "Нажмите любой существующий маркер для завершения",
"finishPoly": "Выберите первую точку, чтобы закончить",
"finishRect": "Нажмите, чтобы закончить",
"startCircle": "Нажмите чтобы добавить круг",
"finishCircle": "Нажмите чтобы закончить круг",
"placeCircleMarker": "Click to place circle marker"
"startCircle": "Нажмите, чтобы добавить центр круга",
"finishCircle": "Нажмите, чтобы задать радиус",
"placeCircleMarker": "Нажмите, чтобы нанести круговой маркер"
},
"actions": {
"finish": "Заканчивать",
"cancel": "Отмена",
"removeLastVertex": "Удалить последний объект на карте"
"finish": "Завершить",
"cancel": "Отменить",
"removeLastVertex": "Отменить последнее действие"
},
"buttonTitles": {
"drawMarkerButton": "Добавить маркер",
"drawPolyButton": "Рисовать полигон",
"drawLineButton": "Рисовать Полилинию",
"drawLineButton": "Рисовать кривую",
"drawCircleButton": "Рисовать круг",
"drawRectButton": "Рисовать Прямоугольник",
"drawRectButton": "Рисовать прямоугольник",
"editButton": "Редактировать слой",
"dragButton": "Перетаскивать слой",
"dragButton": "Перенести слой",
"cutButton": "Вырезать слой",
"deleteButton": "Удалить слой",
"placeCircleMarker": "Щелкните, чтобы поместить маркер"
"drawCircleMarkerButton": "Добавить круговой маркер",
"snappingButton": "Привязать перетаскиваемый маркер к другим слоям и вершинам",
"pinningButton": "Связать общие точки вместе"
}
}