Skip to content

Commit

Permalink
ERTuplink locale fix
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserMaus committed Dec 25, 2024
1 parent 4ce9062 commit ce74927
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 19 deletions.
11 changes: 11 additions & 0 deletions Resources/Locale/en-US/_strings/_sunrise/store/categories.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,14 @@ shop-disease-category-symptoms = Symptoms
shop-disease-category-evolution = Evolution
# Uplink
store-category-objectives = Objectives
# ntUplink
store-category-ntautogun = AutoGun
store-category-ntlasers = Lasers
store-category-ntmedicine = Medicine
store-category-ntpistols = Pistols
store-category-ntadditional = Additional
store-category-ntsanitary = Sanitary
store-category-ntengineering = Engineering
store-category-ntmechs = Mechs
store-category-ntammo = Ammo
store-category-ntequipment = Equipment Экипировка
11 changes: 11 additions & 0 deletions Resources/Locale/ru-RU/_strings/_sunrise/store/categories.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,14 @@ shop-disease-category-evolution = Улучшение
# Uplink
store-category-objectives = Цели
store-category-mechs = Мехи
# ntUplink
store-category-ntautogun = Автоматы
store-category-ntlasers = Лазерное оружие
store-category-ntmedicine = Медицина
store-category-ntpistols = Пистолеты
store-category-ntadditional = Дополнительное
store-category-ntsanitary = Санитария
store-category-ntengineering = Инженерия
store-category-ntmechs = Мехи
store-category-ntammo = Боеприпасы
store-category-ntequipment = Экипировка
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@

- type: entity
name: сrystallite
name: crystallite
parent: BaseItem
id: Crystallite
suffix: 100 С
suffix: 100 C
description: It seems to shimmer with a attractive energy.
components:
- type: Sprite
Expand All @@ -26,8 +26,8 @@
- type: entity
parent: Crystallite
id: Crystallite1
suffix: 1 С
name: сrystallite
suffix: 1 C
name: crystallite
description: It seems to shimmer with a attractive energy.
components:
- type: Stack
Expand All @@ -36,8 +36,8 @@
- type: entity
parent: Crystallite
id: Crystallite25
suffix: 25 С
name: сrystallite
suffix: 25 C
name: crystallite
description: It seems to shimmer with a attractive energy.
components:
- type: Stack
Expand All @@ -46,8 +46,8 @@
- type: entity
parent: Crystallite
id: Crystallite50
suffix: 50 С
name: сrystallite
suffix: 50 C
name: crystallite
description: It seems to shimmer with a attractive energy.
components:
- type: Stack
Expand Down
22 changes: 11 additions & 11 deletions Resources/Prototypes/_Sunrise/Store/categories.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,53 +127,53 @@
name: store-category-lootbox
priority: 11

#ERTuplink categoires #KaiserEdit
#ERTuplink categoires
- type: storeCategory
id: NTAutoGun
name: Автоматы
name: store-category-ntautogun
priority: 0

- type: storeCategory
id: NTLasers
name: Лазерное оружие
name: store-category-ntlasers
priority: 1

- type: storeCategory
id: NTMedicine
name: Медицина
name: store-category-ntmedicine
priority: 4

- type: storeCategory
id: NTPistols
name: Пистолеты
name: store-category-ntpistols
priority: 2

- type: storeCategory
id: NTAdditional
name: Дополнительное
name: store-category-ntadditional
priority: 5

- type: storeCategory
id: NTSanitary
name: Санитария
name: store-category-ntsanitary
priority: 6

- type: storeCategory
id: NTEngineering
name: Инженерия
name: store-category-ntengineering
priority: 7

- type: storeCategory
id: NTMechs
name: Мехи
name: store-category-ntmechs
priority: 9

- type: storeCategory
id: NTAmmo
name: Боеприпасы
name: store-category-ntammo
priority: 3

- type: storeCategory
id: NTEquipment
name: Экипировка
name: store-category-ntequipment
priority: 8

0 comments on commit ce74927

Please sign in to comment.