diff --git a/src/data/generatorData.json b/src/data/generatorData.json index e2693cc..77886ed 100644 --- a/src/data/generatorData.json +++ b/src/data/generatorData.json @@ -57,7 +57,8 @@ "wheat": ["206Sh_PKP_Ugpps:wheat_3", "206Sh_PKPC_Ugpps:wheat_3"], "corn": ["206Sh_PKP_Ugpps:corn_3", "206Sh_PKPC_Ugpps:corn_3"], "fodder": ["206Sh_PKP_Ugpps:forage_3", "206Sh_PKPC_Ugpps:forage_3"], - "vehicles": ["426Z:tank_01", "426Z:truck_01", "426Z:vehicles_01"], + "military": ["426Z:tank_01", "426Z:truck_01", "426Z:vehicles_01"], + "vehicles_nysa": ["424Z:vehicles_nysa", "426Z:vehicles_02"], "carbide": ["421S:carbide_01"], "sensitive": ["425S:all", "421S:carbide_01"], "steel": ["401Ze:steel_01", "401Ze:steel_02"], diff --git a/src/locales/en.json b/src/locales/en.json index c815722..31543c3 100644 --- a/src/locales/en.json +++ b/src/locales/en.json @@ -251,7 +251,8 @@ "corn": "corn", "fodder": "fodder", "carbide": "carbide", - "vehicles": "vehicles", + "vehicles_nysa": "vehicles (nysa)", + "military": "vehicles (military)", "sensitive": "sensitive", "steel": "steel", "gas": "gas", diff --git a/src/locales/pl.json b/src/locales/pl.json index af12cac..f6362b8 100644 --- a/src/locales/pl.json +++ b/src/locales/pl.json @@ -251,7 +251,8 @@ "corn": "kukurydza", "fodder": "pasza", "carbide": "karbid", - "vehicles": "pojazdy", + "vehicles_nysa": "pojazdy (nysa)", + "military": "pojazdy (wojsko)", "sensitive": "wrażliwe", "steel": "stal", "gas": "gaz",