Skip to content

Commit

Permalink
Update ru_ru.json & en_us.json (#877)
Browse files Browse the repository at this point in the history
  • Loading branch information
mpustovoi authored Sep 24, 2024
1 parent 6e31b24 commit cd10a0b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 2 additions & 0 deletions common/src/main/resources/assets/toughasnails/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
"effect.toughasnails.internal_chill.description": "Provides a slight decrease in body temperature for the duration. Will not cause hypothermia.",
"enchantment.toughasnails.thermal_tuning": "Thermal Tuning",
"enchantment.toughasnails.water_cleansing": "Water Cleansing",
"enchantment.toughasnails.thermal_tuning.desc": "A Chestplate with Thermal Tuning will completely neutralize the player's body temperature, regardless of the current environmental temperature.",
"enchantment.toughasnails.water_cleansing.desc": "A Canteen with Water Cleansing will automatically purify any water put into it.",

"block.toughasnails.rain_collector": "Rain Collector",
"block.toughasnails.temperature_gauge": "Temperature Gauge",
Expand Down
10 changes: 7 additions & 3 deletions common/src/main/resources/assets/toughasnails/lang/ru_ru.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"itemGroup.toughasnails": "Крепкие как гвозди",
"itemGroup.toughasnails": "Крепкие Как Гвозди",

"container.toughasnails.thermoregulator": "Терморегулятор",
"container.toughasnails.water_purifier": "Водоочиститель",
Expand Down Expand Up @@ -32,6 +32,9 @@
"effect.toughasnails.internal_chill.description": "Обеспечивает небольшое снижение температуры тела на время. Не вызывает переохлаждения.",
"enchantment.toughasnails.thermal_tuning": "Терморегуляция",
"enchantment.toughasnails.water_cleansing": "Водоочистка",
"enchantment.toughasnails.thermal_tuning.desc": "Полностью нейтрализует температуру тела игрока, независимо от текущей температуры окружающей среды. Применяется к нагруднику.",
"enchantment.toughasnails.water_cleansing.desc": "Автоматически очищает любую воду, налитую во флягу. Применяется к флягам.",


"block.toughasnails.rain_collector": "Дождесборник",
"block.toughasnails.temperature_gauge": "Датчик температуры",
Expand Down Expand Up @@ -77,7 +80,7 @@
"item.toughasnails.pumpkin_juice": "Тыквенный сок",
"item.toughasnails.purified_water_bottle": "Бутылка чистой воды",
"item.toughasnails.sweet_berry_juice": "Сок из сладких ягод",
"item.toughasnails.tan_icon": "Иконка «Крепкие как гвозди»",
"item.toughasnails.tan_icon": "Иконка «Крепкие Как Квозди»",
"item.toughasnails.thermometer": "Термометр",
"item.toughasnails.wool_boots": "Шерстяные ботинки",
"item.toughasnails.wool_chestplate": "Шерстяная куртка",
Expand All @@ -93,5 +96,6 @@
"item.minecraft.tipped_arrow.effect.ice_resistance": "Стрела лёдостойкости",
"item.minecraft.tipped_arrow.effect.long_ice_resistance": "Стрела лёдостойкости",

"entity.minecraft.villager.toughasnails.climatologist": "Климатолог"
"entity.minecraft.villager.toughasnails.climatologist": "Климатолог",
"entity.minecraft.villager.climatologist": "Климатолог"
}

0 comments on commit cd10a0b

Please sign in to comment.