Skip to content

Commit

Permalink
review
Browse files Browse the repository at this point in the history
  • Loading branch information
larentoun committed Jul 12, 2024
1 parent 7941ebc commit 063d8d4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions tgui/packages/tgui/interfaces/PersonalCrafting.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,7 @@ export const PersonalCrafting = (props) => {
/>
<Button.Checkbox
fluid
content="Компактный лист"
content="Компактный список"
checked={display_compact}
onClick={() => act('toggle_compact')}
/>
Expand Down Expand Up @@ -1034,19 +1034,19 @@ const CATEGORY_NAMES = {
Equipment: 'Снаряжение',
Containers: 'Контейнеры',
Tools: 'Инструменты',
Entertainment: 'Развлечение',
'Blood Cult': 'Кровавый культ',
Entertainment: 'Развлечения',
'Blood Cult': 'Культ крови',
Breads: 'Хлебобулочное',
Burgers: 'Бургеры',
Cakes: 'Торты',
'Egg-Based Food': 'Яица',
'Egg-Based Food': 'На основе яиц',
Frozen: 'Замороженное',
'Lizard Food': 'Ящерское',
Meats: 'Мясное',
'Mexican Food': 'Мексиканское',
'Misc. Food': 'Прочее',
'Mothic Food': 'Молиное',
Pastries: 'Кондитерское',
Pastries: 'Кондитерские изделия',
Pies: 'Пироги',
Pizzas: 'Пиццы',
Salads: 'Салаты',
Expand Down

0 comments on commit 063d8d4

Please sign in to comment.