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.
This commit is contained in:
@@ -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": "Полное",
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user