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

Update ru_ru.json #325

Merged
merged 1 commit into from
Dec 17, 2024
Merged
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
6 changes: 6 additions & 0 deletions common/src/main/resources/assets/moreculling/lang/ru_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,16 @@
"moreculling.title": "Отбраковка",
"moreculling.config.category.general": "Основная отбраковка",
"moreculling.config.category.compat": "Совместимость с модами",
"moreculling.config.option.dontCull": "Не отбраковывать",
"moreculling.config.option.dontCull.tooltip": "Введите ID блока здесь, чтобы предотвратить его отбраковку. Например, minecraft:bamboo",
"moreculling.config.option.cloudCulling": "Отбраковка облаков",
"moreculling.config.option.cloudCulling.tooltip": "Меняет порядок обхода OpenGL, чтобы применить отбраковку граней.",
"moreculling.config.option.signTextCulling": "Отбраковка текста табличек",
"moreculling.config.option.signTextCulling.tooltip": "Отбраковывает текст табличек, чтобы он не отображался в тех случаях, когда вы его не видите.",
"moreculling.config.option.rainCulling": "Отбраковка дождя/снега",
"moreculling.config.option.rainCulling.tooltip": "Использовать отбраковку вне видимой области для дождя и снега.",
"moreculling.config.option.beaconBeamCulling": "Отбраковка луча маяка",
"moreculling.config.option.beaconBeamCulling.tooltip": "Применяет отбраковку вне видимой области для лучей маяка",
"moreculling.config.option.entityModelCulling": "Отсечение граней сущностей",
"moreculling.config.option.entityModelCulling.tooltip": "Будет полезным только в случае ограниченности ГП и при наличии свободных мощностей у ЦП.",
"moreculling.config.option.blockStateCulling": "Отбраковка состояний блоков",
Expand All @@ -35,6 +39,8 @@
"moreculling.config.option.includeMangroveRoots.tooltip": "Применять к блокам мангровых корней те же способы отбраковки, что и к листьям. Не работает для отбраковки по состоянию блока.",
"moreculling.config.option.powderSnowCulling": "Отбраковка рыхлого снега",
"moreculling.config.option.powderSnowCulling.tooltip": "Исправляет отсутствие отбраковки примыкающих к твёрдым блокам граней рыхлого снега.",
"moreculling.config.option.endGatewayCulling": "Отработка портала в Энд",
"moreculling.config.option.endGatewayCulling.tooltip": "Позволяет другим блокам отбраковывать портал в Энд",
"moreculling.config.option.useOnModdedBlocks": "Отбраковка состояний блоков модов",
"moreculling.config.option.useOnModdedBlocks.tooltip": "Отбраковка по состоянию блока работает с модифицированными блоками по умолчанию.",
"moreculling.config.options.blockstate": "По состоянию",
Expand Down