Skip to content

Commit

Permalink
[Fix] Починил названия и описания блюд.
Browse files Browse the repository at this point in the history
  • Loading branch information
AwareFoxy committed Nov 26, 2024
1 parent bfcc656 commit b9d52dd
Show file tree
Hide file tree
Showing 6 changed files with 28 additions and 28 deletions.
6 changes: 3 additions & 3 deletions Resources/Locale/ru-RU/_corvaxnext/seeds/seeds.ftl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
seeds-cucumber-name = огурцы
seeds-cucumber-display-name = огуречный куст
seeds-shashamber-name = ... что это?
seeds-shashamber-display-name = я не знаю что это
seeds-cucumber-display-name = Огурцы.
seeds-shashamber-name = что это?
seeds-shashamber-display-name = Я не знаю что энаю такое, если бы мы зна-..
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ent-FoodCucumber = огурец
.desc = длинный и толстый...
ent-FoodShashamber = что это?
.desc = у меня созрел вопрос...
.desc = Длинный и толстый.
ent-FoodWhatumber = что это?
.desc = У меня созрел вопрос...
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
ent-FoodBakedPotatosCutlets = пюрешка с котлетками
.desc = ты потаропись... у нас щас котлетки...
ent-FoodPickles = соленный огурец
.desc = влажный... Самое то с водкой
ent-FoodGOOOOLsoup = медвежий суп
.desc = доигрался в карты....
ent-FoodOkroshkasoup = окрошка
.desc = салат с квасом? че
ent-FoodOlivielsoup = оливье
.desc = у меня столько майонеза, сколько и не снилось моему отцу!
ent-FoodSolankasoup = солянка
.desc = мээээ.....
ent-FoodBakedPotatoesCutlets = котлетки с пюрешкой.
.desc = Ты поторопись... у нас сейчас котлетки...
ent-FoodPickles = солёный огурец
.desc = Влажный... Самое то с водкой!
ent-FoodBearSoup = медвежий суп
.desc = Доигрался в карты....
ent-FoodOkroshkaSoup = окрошка
.desc = Салат с квасом? Чего.
ent-FoodOlivier = оливье
.desc = У меня столько майонеза, сколько и не снилось моему отцу!
ent-FoodSolankaSoup = солянка
.desc = Самое то после водки!
ent-FoodPlow = плов
.desc = ой васа, пловъ просто пушка, отвечаю!
.desc = Ой вася, плов просто пушка, отвечаю!
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
name: mashed potatoes with cutlets
parent: FoodBakedBase
id: FoodBakedPotatosCutlets
id: FoodBakedPotatoesCutlets
description: You hurry up, we have cutlets right now...
components:
- type: Sprite
Expand Down Expand Up @@ -47,4 +47,4 @@
- salty
- type: Tag
tags:
- Fruit
- Fruit
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
- type: entity
name: shashamber
parent: [FoodProduceBase]
id: FoodShashamber
id: FoodWhatumber
description: what?
components:
- type: FlavorProfile
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
- type: entity
name: footbear soup
parent: FoodBowlBase
id: FoodGOOOOLsoup
id: FoodBearSoup
description: I don't think we're playing cards...
components:
- type: FlavorProfile
Expand Down Expand Up @@ -30,7 +30,7 @@
- type: entity
name: okroshka soup
parent: FoodBowlBase
id: FoodOkroshkasoup
id: FoodOkroshkaSoup
description: Salad with kvass and sour cream.. what
components:
- type: FlavorProfile
Expand Down Expand Up @@ -63,7 +63,7 @@
- type: entity
name: oliviel soup
parent: FoodBowlBase
id: FoodOlivielsoup
id: FoodOlivier
description: My father never dreamed of so much mayonnaise!
components:
- type: FlavorProfile
Expand Down Expand Up @@ -92,7 +92,7 @@
- type: entity
name: solanka soup
parent: FoodBowlBase
id: FoodSolankasoup
id: FoodSolankaSoup
description: Meehhh.....
components:
- type: FlavorProfile
Expand All @@ -118,7 +118,7 @@
- Meat

- type: entity
name: plow
name: plow
parent: FoodBowlBase
id: FoodPlow
description: Oh, Vasya, rice is fire
Expand All @@ -144,4 +144,4 @@
- type: Tag
tags:
- Soup
- Meat
- Meat

0 comments on commit b9d52dd

Please sign in to comment.