From a7b1b31a725fc37124ae308185ab9a8e8b079ad1 Mon Sep 17 00:00:00 2001 From: Korben <92390626+mpustovoi@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:28:41 +0300 Subject: [PATCH 1/2] Create ru_ru.json --- src/main/resources/assets/coroutil/lang/ru_ru.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/main/resources/assets/coroutil/lang/ru_ru.json 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 From 2d725544e6b9cd0b74258a670e2e78cc0e89532e Mon Sep 17 00:00:00 2001 From: Korben <92390626+mpustovoi@users.noreply.github.com> Date: Wed, 27 Mar 2024 15:31:43 +0300 Subject: [PATCH 2/2] Create ru_ru.json --- .../resources/assets/weather2/lang/ru_ru.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 src/main/resources/assets/weather2/lang/ru_ru.json 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