Skip to content

Commit

Permalink
Respackopts
Browse files Browse the repository at this point in the history
  • Loading branch information
RushanM committed Jul 19, 2024
1 parent abe4a90 commit e1579f9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
16 changes: 9 additions & 7 deletions 1.20/assets/minecraft/lang/ru_ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -247,14 +247,16 @@
"rpo.modsru.general.translateModNamesOnAdvancements": "Перевод названий модов в достижениях",
"rpo.modsru.general.translateModNamesOnAdvancements.tooltip": "Включить перевод названий модов в достижениях. Не зависит от параметра выше.",
"rpo.modsru.general.yourModloader": "Используемый загрузчик модов",
"rpo.modsru.general.yourModloader.fabric": "§aFabric§r или §dQuilt§r",
"rpo.modsru.general.yourModloader.forge": "§a(Neo)Forge§r",
"rpo.modsru.general.yourModloader.none": "Любой",
"rpo.modsru.general.yourModloader.any": "Любой",
"rpo.modsru.general.yourModloader.fabricOrQuilt": "§aFabric§r или §dQuilt§r",
"rpo.modsru.general.yourModloader.neoforgeOrForge": "§a(Neo)Forge§r",
"rpo.modsru.general.yourModloader.tooltip": "Перевод в наборе универсален. Определите, для какого загрузчика адаптировать переводы.",
"rpo.modsru.specific": "Настройки конкретных модов",
"rpo.modsru.specific.cobblemon": "§aCobblemon§r",
"rpo.modsru.specific.cobblemon.apricornInsteadOfAbrizhyolud": "«§aАприкорн§r»",
"rpo.modsru.specific.cobblemon.apricornInsteadOfAbrizhyolud.tooltip": "Заменить адаптацию «§aабрижёлудь§r» в §dCobblemon§r на транслитерацию «§aаприкорн§r»",
"rpo.modsru.specific.cobblemon.apricornInsteadOfAbrizholud": "«§aАприкорн§r»",
"rpo.modsru.specific.cobblemon.apricornInsteadOfAbrizholud.tooltip": "Заменить адаптацию «§aабрижёлудь§r» в §dCobblemon§r на транслитерацию «§aаприкорн§r»",
"rpo.modsru.specific.cobblemon.naturaInsteadOfKharakter": "«§aНатура§r»",
"rpo.modsru.specific.cobblemon.naturaInsteadOfKharakter.tooltip": "Заменить популярный вариант перевода §anature§r как «§dхарактер§r» на «§aнатура§r»",
"rpo.modsru.specific.cobblemon.pokemonNamesTranslationStyle": "Имена покемонов",
"rpo.modsru.specific.cobblemon.pokemonNamesTranslationStyle.sienduk": "Сыендук",
"rpo.modsru.specific.cobblemon.pokemonNamesTranslationStyle.tooltip": "Определите, хотите вы играть со скучной транслитерацией или гениальной адаптацией Сыендука",
Expand All @@ -266,7 +268,7 @@
"rpo.modsru.specific.materialEnergyInsteadOfMatterEnergy.tooltip": "Заменить «§dэнергия материи§r» в §aApplied Energistics 2§r на «§dматериальная энергия§r»",
"rpo.modsru.specific.modMenuEasterEggsFormalStyle": "Формальный стиль пасхалок (§aMod Menu§r)",
"rpo.modsru.specific.modMenuEasterEggsFormalStyle.tooltip": "Включить более грамматически правильное написание текстов пасхалок §dMod Menu§r",
"rpo.modsru.specific.shortResetAll": "«§aСброс всего§r» (§dControlling§r)",
"rpo.modsru.specific.shortResetAll.tooltip": "Уместить «§dСбросить всё§r» в кнопку §aControlling§r сокращением до «§dСброс всего§r»",
"rpo.modsru.specific.shortResetAllForControlling": "«§aСброс всего§r» (§dControlling§r)",
"rpo.modsru.specific.shortResetAllForControlling.tooltip": "Уместить «§dСбросить всё§r» в кнопку §aControlling§r сокращением до «§dСброс всего§r»",
"rpo.modsru.specific.tooltip": "Настройки, касающиеся определённых модов"
}
11 changes: 6 additions & 5 deletions 1.20/respackopts.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
translateModNamesOnAdvancements: false,
translateJokes: true,
yourModloader: [
"none",
"forge",
"fabric"
"any",
"neoforgeOrForge",
"fabricOrQuilt"
],
modsCreativeTabsStyle: [
"modItems",
Expand All @@ -32,9 +32,10 @@
"translit",
"sienduk"
],
apricornInsteadOfAbrizhyolud: false
naturaInsteadOfKharakter: false,
apricornInsteadOfAbrizholud: false
},
shortResetAll: true,
shortResetAllForControlling: true,
enigmaticLegacyColoredTabs: true,
modMenuEasterEggsFormalStyle: true
}
Expand Down

0 comments on commit e1579f9

Please sign in to comment.