Skip to content

Commit

Permalink
Localisation
Browse files Browse the repository at this point in the history
  • Loading branch information
Vonsant committed Aug 7, 2024
1 parent fd94447 commit 178a36d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ent-HappyHonkCargo = закуски каргонии
ent-HappyHonkMcCargo = закуски каргонии
.desc = { ent-HappyHonk.desc }
ent-HappyHonkCargoFood = { ent-HappyHonkCargo }
.desc = { ent-HappyHonkCargo.desc }
ent-HappyHonkMcCargoFood = { ent-HappyHonkMcCargo }
.desc = { ent-HappyHonkMcCargo.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,6 @@ ent-AirlockNfsdGlass = { ent-AirlockGlass }
ent-AirlockExternalGlassShuttleTransit = { ent-AirlockGlassShuttle }
.suffix = Внешний, Транспортный, Стеклянный, Стыковочный
.desc = { ent-AirlockGlassShuttle.desc }
ent-AirlockExternalGlassShuttleMcCargo = { ent-AirlockGlassShuttle }
.suffix = Внешний, Каргония, Стеклянный, Стыковочный
.desc = { ent-AirlockGlassShuttle.desc }
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,6 @@ ent-FaxMachineNFNfsd = { ent-FaxMachineBase }
ent-FaxMachineNFNfsdLawyer = { ent-FaxMachineBase }
.suffix = POI, Адвокат ДСБФ
.desc = { ent-FaxMachineBase.desc }
ent-FaxMachineShipMcCargo = { ent-FaxMachineBase }
.suffix = Шаттл, Каргония
.desc = { ent-FaxMachineBase.desc }
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
ent-JukeboxShip = { ent-Jukebox }
.suffix = Шаттл
.desc = { ent-Jukebox .desc }
ent-JukeboxWallmount = { ent-Jukebox }
.suffix = Настенный
.desc = { ent-Jukebox .desc }
ent-JukeboxWallmountShip = { ent-Jukebox }
.suffix = Настенный, Шаттл
.desc = { ent-Jukebox .desc }
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ent-LockerWallBase = { ent-BaseStructureUnanchorable }
ent-BaseWallmount = { ent-BaseStructureUnanchorable }
.desc = { ent-BaseStructureUnanchorable.desc }
ent-LockerWallChemistry = настенный шкаф химика
.desc = { ent-LockerWallMedical.desc }
Expand Down

0 comments on commit 178a36d

Please sign in to comment.