Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Фишки снаряжения #165

Merged
merged 6 commits into from
Jul 2, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Content.Client/Lobby/UI/HumanoidProfileEditor.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ private void OpenLoadout(JobPrototype? jobProto, RoleLoadout roleLoadout, RoleLo

_loadoutWindow = new LoadoutWindow(Profile, roleLoadout, roleLoadoutProto, _playerManager.LocalSession, collection, _sponsorsMgr)
{
Title = jobProto?.ID + "-loadout",
Title = Loc.GetString($"{jobProto?.ID}-loadout"),
};

// Refresh the buttons etc.
Expand Down
59 changes: 59 additions & 0 deletions Resources/Locale/ru-RU/_sunrise/loadout/loadouts.ftl
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
# Centcomm
CentCommOperator-loadout = Снаряжение оператора Центком
# Command
Captain-loadout = Снаряжение капитана
HeadOfPersonnel-loadout = Снаряжение главы персонала
ChiefEngineer-loadout = Снаряжение старшого инженера
ChiefMedicalOfficer-loadout = Снаряжение главного врача
HeadOfSecurity-loadout = Снаряжение главы сб
Quartermaster-loadout = Снаряжение квартирмейстра
ResearchDirector-loadout = Снаряжение научного руководителя
# Law
IAA-loadout = Снаряжение агента внутренних дел
Lawyer-loadout = Снаряжение юриста
Magistrate-loadout = Снаряжение магистрата
# Blueshield
Blueshield-loadout = Снаряжение офицера «синий щит»
# Security
Brigmedic-loadout = Снаряжение бригмедика
Detective-loadout = Снаряжение детектива
SecurityCadet-loadout = Снаряжение кадета СБ
SecurityOfficer-loadout = Снаряжение офицера СБ
SeniorOfficer-loadout = Снаряжение инструктора СБ
Warden-loadout = Снаряжение смотрителя
# Engineering
AtmosphericTechnician-loadout = Снаряжение атмосферного техника
SeniorEngineer-loadout = Снаряжение ведущего инженера
StationEngineer-loadout = Снаряжение инженера
TechnicalAssistant-loadout = Снаряжение технического ассистента
# Not on all stations
Boxer-loadout = Снаряжение боксёра
Psychologist-loadout = Снаряжение психолога
Reporter-loadout = Снаряжение репортёра
Zookeeper-loadout = Снаряжение зоотехника
# Supply
CargoTechnician-loadout = Снаряжение грузчика
SalvageSpecialist-loadout = Снаряжение утилизатора
# Medical
Chemist-loadout = Снаряжение химика
MedicalDoctor-loadout = Снаряжение врача
MedicalIntern-loadout = Снаряжение интерна
Paramedic-loadout = Снаряжение парамедика
SeniorPhysician-loadout = Снаряжение ведущего врача
# Researching
ResearchAssistant-loadout = Снаряжение научного ассистента
Roboticist-loadout = Снаряжение робототехника
Scientist-loadout = Снаряжение учёного
SeniorResearcher-loadout = Снаряжение ведущего учёного
# Service
Bartender-loadout = Снаряжение бармена
Botanist-loadout = Снаряжение ботаника
Chaplain-loadout = Снаряжение священника
Chef-loadout = Снаряжение шеф-повара
Clown-loadout = Снаряжение клоуна
Janitor-loadout = Снаряжение уборщика
Librarian-loadout = Снаряжение библиотекаря
Mime-loadout = Снаряжение мима
Musician-loadout = Снаряжение музыканта
Passenger-loadout = Снаряжение пассажира
ServiceWorker-loadout = Снаряжение сервисного работника
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
outerClothing: ClothingOuterCoatRobo
id: RoboticistPDA
gloves: ClothingHandsGlovesRobohands
eyes: ClothingEyesGlassesWelding
belt: ClothingBeltUtilityEngineering
ears: ClothingHeadsetRobotics
pocket1: Nanopaste
Expand Down
Loading