forked from SerbiaStrong-220/space-station-14
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Translate Upstream space-wizards#2718 (space-wizards#2719)
Co-authored-by: NotSoDamn <75203942+NotSoDana@users.noreply.github.com> Co-authored-by: mhamster <81412348+mhamsterr@users.noreply.github.com> Co-authored-by: lapatison <100279397+lapatison@users.noreply.github.com>
- Loading branch information
Showing
28 changed files
with
167 additions
and
25 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
server-updates-received = Обновление получено, сервер автоматически перезапустится для обновления в конце этого раунда. | ||
server-updates-shutdown = Сервер выключается для обновления и будет автоматически перезапущен. | ||
server-updates-shutdown-uptime = Сервер выключается для периодической очистки и будет автоматически перезапущен. |
48 changes: 48 additions & 0 deletions
48
Resources/Locale/ru-RU/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 = базовое полотенце | ||
.desc = Если вы хотите выжить здесь, вы должны знать, где находится ваше полотенце. | ||
ent-TowelColorWhite = белое полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorPurple = фиолетовое полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorRed = красное полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorBlue = синее полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorDarkBlue = тёмно-синее полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorLightBlue = голубое полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorTeal = аквамариновое полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorBrown = коричневое полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorLightBrown = светло-коричневое полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorGray = серое полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorGreen = зелёное полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorDarkGreen = тёмно-зелёное полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorGold = золотое полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorOrange = оранжевое полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorBlack = чёрное полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorPink = розовое полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorYellow = жёлтое полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorMaroon = бордовое полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorSilver = серебряное полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorMime = бесшумное полотенце | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorNT = полотенце марки Nanotrasen | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorCentcom = полотенце Центком | ||
.desc = { ent-BaseTowel.desc } | ||
ent-TowelColorSyndicate = полотенце Синдиката | ||
.desc = { ent-BaseTowel.desc } |
2 changes: 1 addition & 1 deletion
2
Resources/Locale/ru-RU/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/ru-RU/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
2 changes: 2 additions & 0 deletions
2
Resources/Locale/ru-RU/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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
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/ru-RU/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 = спектральный локатор | ||
.desc = Похоже, это модифицированный локатор аномалий. Выглядит очень старым. | ||
.suffix = Не требует питания | ||
ent-SpectralLocator = { ent-SpectralLocatorUnpowered } | ||
.suffix = Заряжен | ||
.desc = { ent-SpectralLocatorUnpowered.desc } | ||
ent-SpectralLocatorEmpty = { ent-SpectralLocator } | ||
.suffix = Пустой | ||
.desc = { ent-SpectralLocator.desc } |
Oops, something went wrong.