forked from new-frontiers-14/frontier-station-14
-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Фикс secret-stash и капля переводов.
- Loading branch information
Succuberry
authored and
Succuberry
committed
Oct 16, 2024
1 parent
43fc9f4
commit 72505f2
Showing
4 changed files
with
37 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
9 changes: 9 additions & 0 deletions
9
Resources/Locale/ru-RU/ss14-ru/prototypes/entities/objects/tools/crowbars.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
ent-CrowbarGreen = зелёная монтировка | ||
.desc = { ent-BaseCrowbar.desc } | ||
ent-CrowbarYellow = жёлтая монтировка | ||
.desc = { ent-BaseCrowbar.desc } | ||
ent-CrowbarOrange = оранжевая монтировка | ||
.desc = { ent-BaseCrowbar.desc } | ||
ent-CrowbarYellow = жёлтая монтировка | ||
.desc = { ent-BaseCrowbar.desc } | ||
ent-CrowbarPocket = карманная монтировка |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 24 additions & 8 deletions
32
Resources/Locale/ru-RU/storage/components/secret-stash-component.ftl
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,26 @@ | ||
### Secret stash component. Stuff like potted plants, comfy chair cushions, etc... | ||
|
||
comp-secret-stash-secret-part-name = { $name } | ||
comp-secret-stash-action-hide-success = Вы спрятали { $item } в { $this } | ||
comp-secret-stash-action-hide-container-not-empty = Здесь уже что-то есть?! | ||
comp-secret-stash-action-hide-item-too-big = { $item } слишком большой, чтобы поместиться в { $stash }! | ||
comp-secret-stash-action-get-item-found-something = Внутри { $stash } что-то было! | ||
comp-secret-stash-on-examine-found-hidden-item = Внутри что-то спрятано. | ||
secret-stash-part-plant = растение | ||
secret-stash-part-toilet = бачок унитаза | ||
comp-secret-stash-action-hide-success = Вы прячете { $item } в { $stashname }. | ||
comp-secret-stash-action-hide-container-not-empty = Тут уже что-то есть!? | ||
comp-secret-stash-action-hide-item-too-big = { CAPITALIZE($item) } слишком большой, чтобы поместиться в { $stashname }. | ||
comp-secret-stash-action-get-item-found-something = Внутри { $stashname } что-то было! | ||
comp-secret-stash-on-examine-found-hidden-item = Внутри { $stashname } что-то спрятано! | ||
comp-secret-stash-on-destroyed-popup = Что-то выпадает из { $stashname }! | ||
### Verbs | ||
|
||
comp-secret-stash-verb-insert-into-stash = Спрятать предмет | ||
comp-secret-stash-verb-insert-message-item-already-inside = Внутри { $stashname } уже есть предмет. | ||
comp-secret-stash-verb-insert-message-no-item = Спрятать { $item } в { $stashname }. | ||
comp-secret-stash-verb-take-out-item = Взять предмет | ||
comp-secret-stash-verb-take-out-message-something = Достать содержимое { $stashname }. | ||
comp-secret-stash-verb-take-out-message-nothing = Внутри { $stashname } пусто. | ||
comp-secret-stash-verb-close = Закрыть | ||
comp-secret-stash-verb-cant-close = Вы не можете закрыть { $stashname } с помощью этого. | ||
comp-secret-stash-verb-open = Открыть | ||
### Stash names | ||
|
||
secret-stash-plant = растение | ||
secret-stash-toilet = туалетный бачок | ||
secret-stash-plushie = plushie |