-
Notifications
You must be signed in to change notification settings - Fork 633
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
43 changed files
with
227 additions
and
20 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
Resources/Locale/en-US/ss14-ru/prototypes/corvax/entities/mobs/npcs/human.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,2 @@ | ||
ent-MobSyndicateSmuggler = syndicate smuggler | ||
.desc = { ent-BaseMobHuman.desc } |
48 changes: 48 additions & 0 deletions
48
Resources/Locale/en-US/ss14-ru/prototypes/entities/clothing/multiple/towel.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,48 @@ | ||
ent-BaseTowel = base towel | ||
.desc = If you want to survive out here, you gotta know where your towel is. | ||
ent-TowelColorWhite = white towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorPurple = purple towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorRed = red towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorBlue = blue towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorDarkBlue = dark blue towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorLightBlue = light blue towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorTeal = teal towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorBrown = brown towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorLightBrown = light brown towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorGray = gray towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorGreen = green towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorDarkGreen = dark green towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorGold = gold towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorOrange = orange towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorBlack = black towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorPink = pink towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorYellow = yellow towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorMaroon = maroon towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorSilver = silver towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorMime = silent towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorNT = NanoTrasen brand towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorCentcom = centcom towel | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorSyndicate = syndicate towel | ||
.desc = { ent-BaseTowel.desc } |
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
2 changes: 1 addition & 1 deletion
2
Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/admin_ghost.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
4 changes: 3 additions & 1 deletion
4
Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/observer.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
4 changes: 2 additions & 2 deletions
4
Resources/Locale/en-US/ss14-ru/prototypes/entities/mobs/player/replay_observer.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,2 +1,2 @@ | ||
ent-ReplayObserver = { ent-MobObserver } | ||
.desc = { ent-MobObserver.desc } | ||
ent-ReplayObserver = { ent-MobObserverBase } | ||
.desc = { ent-MobObserverBase.desc } |
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
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/en-US/ss14-ru/prototypes/entities/objects/fun/spectral_locator.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-SpectralLocatorUnpowered = spectral locator | ||
.desc = Appears to be a modified anomaly locator. Seems very old. | ||
.suffix = Unpowered | ||
ent-SpectralLocator = { ent-SpectralLocatorUnpowered } | ||
.suffix = Powered | ||
.desc = { ent-SpectralLocatorUnpowered.desc } | ||
ent-SpectralLocatorEmpty = { ent-SpectralLocator } | ||
.suffix = Empty | ||
.desc = { ent-SpectralLocator.desc } |
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
4 changes: 2 additions & 2 deletions
4
Resources/Locale/ru-RU/nutrition/components/cream-pied-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
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,2 +1,3 @@ | ||
server-updates-received = Обновление получено, сервер автоматически перезапустится для обновления в конце этого раунда. | ||
server-updates-shutdown = Сервер выключается для обновления и будет автоматически перезапущен. | ||
server-updates-shutdown-uptime = Server is shutting down for periodic cleanup and will automatically restart. |
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,12 @@ | ||
# FTLdiskburner | ||
cmd-ftldisk-desc = Creates an FTL coordinates disk to sail to the map the given EntityID is/on | ||
cmd-ftldisk-help = ftldisk [EntityID] | ||
cmd-ftldisk-no-transform = Entity { $destination } has no Transform Component! | ||
cmd-ftldisk-no-map = Entity { $destination } has no map! | ||
cmd-ftldisk-no-map-comp = Entity { $destination } is somehow on map { $map } with no map component. | ||
cmd-ftldisk-map-not-init = Entity { $destination } is on map { $map } which is not initialized! Check it's safe to initialize, then initialize the map first or the players will be stuck in place! | ||
cmd-ftldisk-map-paused = Entity { $desintation } is on map { $map } which is paused! Please unpause the map first or the players will be stuck in place. | ||
cmd-ftldisk-planet = Entity { $desintation } is on planet map { $map } and will require an FTL point. It may already exist. | ||
cmd-ftldisk-already-dest-not-enabled = Entity { $destination } is on map { $map } that already has an FTLDestinationComponent, but it is not Enabled! Set this manually for safety. | ||
cmd-ftldisk-requires-ftl-point = Entity { $destination } is on map { $map } that requires a FTL point to travel to! It may already exist. | ||
cmd-ftldisk-hint = Map netID |
3 changes: 2 additions & 1 deletion
3
Resources/Locale/ru-RU/ss14-ru/prototypes/corvax/entities/mobs/npcs/human.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 +1,2 @@ | ||
ent-MobSyndicateSmuggler = контрабандист Синдиката | ||
ent-MobSyndicateSmuggler = контрабандист Синдиката | ||
.desc = { ent-BaseMobHuman.desc } |
Oops, something went wrong.