Enhance school creation functionality by introducing support for name sets in the API and UI. Update the catalog to include skills, traits, body attributes, needs, and name sets, improving character generation capabilities. Revise localization strings for better user guidance and update tests to validate the new name set functionality and ensure robustness in school creation processes.
ci / server (push) Failing after 3m45s
ci / client (push) Successful in 17s

This commit is contained in:
Leonid Pershin
2026-08-18 18:57:01 +03:00
parent 38afbcad36
commit e6182e0e45
56 changed files with 3706 additions and 9 deletions
@@ -44,4 +44,52 @@
"ComputerLab": "Компьютерный класс",
"GymHall": "Спортивный зал",
"ChangingRoom": "Раздевалка",
"Mathematics": "Математика",
"RussianLanguage": "Русский язык",
"Literature": "Литература",
"Physics": "Физика",
"History": "История",
"PhysicalEducation": "Физкультура",
"Biology": "Биология",
"Chemistry": "Химия",
"Geography": "География",
"Informatics": "Информатика",
"ForeignLanguage": "Иностранный язык",
"Agility": "Ловкость",
"Strength": "Сила",
"Endurance": "Выносливость",
"Diligent": "Усидчивый",
"AbsentMinded": "Рассеянный",
"Bully": "Задира",
"Quiet": "Тихоня",
"Leader": "Лидер",
"Lazy": "Лентяй",
"Curious": "Любопытный",
"HotTempered": "Вспыльчивый",
"Kind": "Добрый",
"Neat": "Аккуратный",
"Height": "Рост",
"Weight": "Вес",
"HairColor": "Цвет волос",
"EyeColor": "Цвет глаз",
"BlackHair": "Чёрные",
"BrownHair": "Каштановые",
"BlondHair": "Русые",
"RedHair": "Рыжие",
"GrayHair": "Седые",
"BrownEyes": "Карие",
"BlueEyes": "Голубые",
"GrayEyes": "Серые",
"GreenEyes": "Зелёные",
"HazelEyes": "Ореховые",
"Sleep": "Сон",
"Hunger": "Голод",
"Toilet": "Туалет",
"Social": "Общение",
"Slavic": "Славянский",
"Skinny": "Худощавое",
"Average": "Обычное",
"Athletic": "Атлетическое",
"Heavy": "Плотное",
"Obese": "Полное",
}