Skip to content

Commit

Permalink
Add missing Russian translations for new config settings
Browse files Browse the repository at this point in the history
Signed-off-by: Octol1ttle <[email protected]>
  • Loading branch information
Octol1ttle committed Feb 13, 2024
1 parent 0d62cc9 commit f90c546
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions src/main/resources/assets/flightassistant/lang/ru_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,29 @@
"config.flightassistant.hud.color.advisory": "Цвет указывающих элементов",
"config.flightassistant.hud.color.caution": "Цвет предупреждений",
"config.flightassistant.hud.color.warning": "Цвет опасности",
"config.flightassistant.hud.speed": "Скорость",
"config.flightassistant.hud.speed.scale": "Показывать шкалу скорости",
"config.flightassistant.hud.speed.readout": "Показывать значение скорости",
"config.flightassistant.hud.altitude": "Высота",
"config.flightassistant.hud.altitude.scale": "Показывать шкалу высоты",
"config.flightassistant.hud.altitude.readout": "Показывать значение высоты",
"config.flightassistant.hud.altitude.ground": "Показывать высоту над землёй",
"config.flightassistant.hud.heading": "Курс",
"config.flightassistant.hud.heading.scale": "Показывать шкалу курса",
"config.flightassistant.hud.heading.readout": "Показывать значение курса",
"config.flightassistant.hud.automation": "Автоматизация",
"config.flightassistant.hud.automation.firework": "Показывать режим фейерверков",
"config.flightassistant.hud.automation.vertical": "Показывать вертикальный режим",
"config.flightassistant.hud.automation.lateral": "Показывать горизонтальный режим",
"config.flightassistant.hud.automation.status": "Показывать статус автоматизации",
"config.flightassistant.hud.info": "Информация",
"config.flightassistant.hud.info.alerts": "Показывать предупреждения",
"config.flightassistant.hud.info.firework_count": "Показывать счётчик фейерверков",
"config.flightassistant.hud.misc": "Прочее",
"config.flightassistant.hud.misc.pitch_ladder": "Показывать индикатор тангажа",
"config.flightassistant.hud.misc.flight_path": "Показывать иконку пути полёта",
"config.flightassistant.hud.misc.coordinates": "Показывать координаты",
"config.flightassistant.hud.misc.elytra_health": "Показывать здоровье элитр",

"commands.flightassistant.no_such_waypoint": "На указанной позиции нет точки назначения",
"commands.flightassistant.nothing_to_clear": "Нет точек назначения для очищения",
Expand Down

0 comments on commit f90c546

Please sign in to comment.