From c4e9c54e67e072c00e72abb5a31622d93e55e4a4 Mon Sep 17 00:00:00 2001 From: "DESKTOP-5BDKKQS\\peter" Date: Wed, 13 Mar 2024 09:45:25 +0100 Subject: [PATCH] Add new words --- hu/description_machines.json | 12 ++++++++ hu/machines.json | 12 ++++++++ hu/misc.json | 32 +++++++++++++++++++++ hu/parts.json | 56 ++++++++++++++++++++++++++++++++++++ 4 files changed, 112 insertions(+) diff --git a/hu/description_machines.json b/hu/description_machines.json index bd857c3..ac885e4 100644 --- a/hu/description_machines.json +++ b/hu/description_machines.json @@ -434,5 +434,17 @@ [ "RailStation", "" + ], + [ + "BiElectricEngine", + "" + ], + [ + "SmallSolarPanel", + "" + ], + [ + "CableBundle", + "" ] ] \ No newline at end of file diff --git a/hu/machines.json b/hu/machines.json index 1c28f1e..be8fec2 100644 --- a/hu/machines.json +++ b/hu/machines.json @@ -426,5 +426,17 @@ [ "RailStation", "Vasútállomás" + ], + [ + "BiElectricEngine", + "Kétirányú villanymotor" + ], + [ + "SmallSolarPanel", + "Kicsi napelem" + ], + [ + "CableBundle", + "Kábelköteg" ] ] \ No newline at end of file diff --git a/hu/misc.json b/hu/misc.json index 3c22fcb..a807ddd 100644 --- a/hu/misc.json +++ b/hu/misc.json @@ -298,5 +298,37 @@ [ "PaintCyan", "Cián festék" + ], + [ + "ConcreteRamp", + "Beton rámpa" + ], + [ + "ConcreteRamp2", + "Beton rámpa 2" + ], + [ + "ConcreteRamp3", + "Beton rámpa 3" + ], + [ + "ConcreteBeam", + "Beton gerenda" + ], + [ + "ConcreteBeam2", + "Beton gerenda 2" + ], + [ + "HighPressureSteampack", + "Nagynyomású gőzhajtómű" + ], + [ + "HighCapacitySteampack", + "Nagy kapacitású gőzhajtómű" + ], + [ + "AdvancedSteampack", + "Fejlett gőzhajtómű" ] ] \ No newline at end of file diff --git a/hu/parts.json b/hu/parts.json index 68ff96a..6b78f65 100644 --- a/hu/parts.json +++ b/hu/parts.json @@ -894,5 +894,61 @@ [ "RocketFuel", "Rakéta üzemanyag" + ], + [ + "CopperGearbox", + "Réz sebességváltó" + ], + [ + "SteelGearbox", + "Acél sebességváltó" + ], + [ + "AluminiumGearbox", + "Alumínium sebességváltó" + ], + [ + "StainlessSteelGearbox", + "Rozsdamentes acél sebességváltó" + ], + [ + "TitaniumGearbox", + "Titán sebességváltó" + ], + [ + "HardMetalGearbox", + "Kemény fém sebességváltó" + ], + [ + "NeutroniumGearbox", + "Neutrónium sebességváltó" + ], + [ + "AluminiumSolarCell", + "Alumínium napcella" + ], + [ + "StainlessSteelSolarCell", + "Rozsdamentes acél napcella" + ], + [ + "TitaniumSolarCell", + "Titán napcella" + ], + [ + "HardMetalSolarCell", + "Kemény fém napcella" + ], + [ + "NeutroniumSolarCell", + "Neutrónium napcella" + ], + [ + "Drain", + "Lefolyó" + ], + [ + "Percent", + "Százalék" ] ] \ No newline at end of file