diff --git a/src/main/resources/assets/coroutil/lang/ru_ru.json b/src/main/resources/assets/coroutil/lang/ru_ru.json new file mode 100644 index 00000000..e23d0d73 --- /dev/null +++ b/src/main/resources/assets/coroutil/lang/ru_ru.json @@ -0,0 +1,3 @@ +{ + "itemGroup.weather2": "Погода 2: предметы" +} \ No newline at end of file diff --git a/src/main/resources/assets/weather2/lang/ru_ru.json b/src/main/resources/assets/weather2/lang/ru_ru.json new file mode 100644 index 00000000..5b74c91e --- /dev/null +++ b/src/main/resources/assets/weather2/lang/ru_ru.json @@ -0,0 +1,16 @@ +{ + "itemGroup.weather2": "Погода 2: предметы", + "block.weather2.tornado_sensor": "Датчик торнадо", + "block.weather2.tornado_siren": "Погодная сирена", + "block.weather2.tornado_siren_manual": "Ручная редстоуновая сирена", + "block.weather2.wind_vane": "Флюгер", + "block.weather2.wind_turbine": "Ветряная турбина", + "block.weather2.weather_forecast": "Ппрогноз погоды", + "block.weather2.weather_machine": "Погодная машина (ПКМ, чтобы выполнить цикл)", + "block.weather2.weather_deflector": "Погодный отражатель", + "block.weather2.anemometer": "Анемометр", + "block.weather2.sand_layer": "Слой песка", + "item.weather2.weather_item": "Погодный предмет", + "item.weather2.sand_layer_placeable": "Слой песка", + "item.weather2.pocket_sand": "Карманный песок" +} \ No newline at end of file