Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Фикс локали. #892

Merged
merged 1 commit into from
Dec 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@ ent-ClothingHeadHatCapAdjutant = adjutant cap
.desc = Blue and white, suspiciously reminiscent of the captain's.
ent-ClothingHeadHatWithPaces = Hat with paces
.desc = A black hat with paces, usually worn by Jews.
ent-ClothingHeadHatSingulo = Singulo Crown
.desc = The greatest achievement of engineers and scientists - a compact singularity installation that allows the owner to demonstrate their status and uniqueness on the station.
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ ent-NitrousOxideCanisterBroken = { ent-GasCanisterBrokenBase }
.desc = { ent-GasCanisterBrokenBase.desc }
ent-FrezonCanisterBroken = { ent-GasCanisterBrokenBase }
.desc = { ent-GasCanisterBrokenBase.desc }
ent-BZCanister = BZ Canister
.desc = A canister that can contain any type of gas. This one presumably contains BZ. Can be attached to a connector port using a wrench.
ent-HealiumCanister = Healium Canister
.desc = A canister that can contain any type of gas. This one presumably contains Healium. Can be attached to a connector port using a wrench.
ent-BZCanisterBroken = Broken BZ Canister
ent-HealiumCanisterBroken = Broken Healium Canister
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,5 @@ ent-ClothingHeadHatWithPaces = Шляпа с пейсами
.desc = Чёрная шляпа с пейсами, обычно такую носят евреи.
ent-ClothingHeadHatPatologonatHat = шапочка патологоаната
.desc = Черная шапочка пропитанная запахом гнили
ent-ClothingHeadHatSingulo = корона Сингуло
.desc = Величайшее достижение инженеров и ученых - компактная установка сингулярности, позволяющая владельцу продемонстрировать свой статус и уникальность на станции.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ent-CrateCybersunJuggernautBundle = набор джаггернаута Cybersun
.suffix = Заполненный
ent-CrateAmmokitBundle = ящик супер набора боеприпасов синдиката
.desc = Содержит все виды и наборы патронов, исключая боеприпасов для больших пушек.
.suffix = Filled
.suffix = Заполненный
ent-CrateSyndicateSuperSurplusBundle = ящик суперприпасов синдиката
.desc = Содержит случайное снаряжение Синдиката, общей стоимостью в 125 телекристаллов.
ent-CrateCybersunDarkGygaxBundle = набор Cybersun "Гигакс"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,9 @@ ent-NitrousOxideCanisterBroken = { ent-GasCanisterBrokenBase }
.desc = { ent-GasCanisterBrokenBase.desc }
ent-FrezonCanisterBroken = { ent-GasCanisterBrokenBase }
.desc = { ent-GasCanisterBrokenBase.desc }
ent-BZCanister = Канистра БЗ
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится БЗ. Можно прикрепить к порту коннектора с помощью гаечного ключа.
ent-HealiumCanister = Канистра хилиума
.desc = Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится хилиум. Можно прикрепить к порту коннектора с помощью гаечного ключа.
ent-BZCanisterBroken = Сломанная канистра БЗ
ent-HealiumCanisterBroken = Сломанная канистра хилиума
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@
- type: entity
parent: ClothingHeadBase
id: ClothingHeadHatSingulo
name: корона Сингуло
description: Величайшее достижение инженеров и ученых - компактная установка сингулярности, позволяющая владельцу продемонстрировать свой статус и уникальность на станции.
name: Singulo Crown
description: The greatest achievement of engineers and scientists - a compact singularity installation that allows the owner to demonstrate their status and uniqueness on the station.
components:
- type: Sprite
sprite: _Sunrise/Clothing/Head/Hats/crown_singulo_icon.rsi
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
- type: entity
parent: GasCanister
id: BZCanister
name: канистра БЗ
description: Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится БЗ. Можно прикрепить к порту коннектора с помощью гаечного ключа.
name: BZ Canister
description: A canister that can contain any type of gas. This one presumably contains BZ. Can be attached to a connector port using a wrench.
components:
- type: Sprite
sprite: _Sunrise/Structures/Storage/canister.rsi
Expand Down Expand Up @@ -52,8 +52,8 @@
- type: entity
parent: GasCanister
id: HealiumCanister
name: канистра хилиума
description: Канистра, в которой может содержаться газ любого вида. В этой, предположительно, содержится хилиум. Можно прикрепить к порту коннектора с помощью гаечного ключа.
name: Healium Canister
description: A canister that can contain any type of gas. This one presumably contains Healium. Can be attached to a connector port using a wrench.
components:
- type: Sprite
sprite: _Sunrise/Structures/Storage/canister.rsi
Expand Down Expand Up @@ -119,4 +119,4 @@
components:
- type: Sprite
sprite: _Sunrise/Structures/Storage/canister.rsi
state: healium-1
state: healium-1
7 changes: 5 additions & 2 deletions Tools/_sunrise/Schemas/ignore_list.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ignore_list:
- 'orange'
- '$count'
- 'v1'
- 'Nanotrasen'
- 'Nanotrasen'
- 'float'
- '$open'
- '$rate'
Expand Down Expand Up @@ -135,6 +135,9 @@ ignore_list:
- 'Telegram'
- 'AMLG-90'
- 'TR-263'
- 'LAW-12' # Для ent-WeaponShotgunSPAS12
- 'AKM' # Для ent-WeaponRifleAKM
- 'MG-342' # Для ent-WeaponMachineGunMG42

ignore_files:
- 'italian.ftl'
Expand All @@ -147,4 +150,4 @@ ignore_files:
- 'german.ftl'
- 'southern.ftl'
- 'tts-voices-sunrise.ftl'
- 'lobby.ftl'
- 'lobby.ftl'
Loading