-
Notifications
You must be signed in to change notification settings - Fork 47
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
1 parent
a33181a
commit 9e88257
Showing
8 changed files
with
499 additions
and
0 deletions.
There are no files selected for viewing
59 changes: 59 additions & 0 deletions
59
Resources/Locale/ru-RU/ADT/prototypes/Entities/Structures/Lighting/base_shuttle_lighting.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,59 @@ | ||
ent-ADTAlwaysPoweredShuttleLight = фара шаттла | ||
.desc = Всегда работающая фара шаттла. | ||
.suffix = Всегда запитанный | ||
ent-ADTPoweredShuttleLightEmpty = фара шаттла | ||
.desc = Осветительный прибор. Потребляет энергию и излучает свет, если оснащён лампой-трубкой. | ||
.suffix = Пустой | ||
ent-ADTPoweredShuttleLight = { ent-ADTPoweredShuttleLightEmpty } | ||
.desc = Осветительный прибор. Потребляет энергию и излучает свет, если оснащён лампой-трубкой. | ||
ent-ADTAlwaysPoweredShuttleLightLED = { ent-ADTAlwaysPoweredShuttleLight } | ||
.suffix = Всегда запитанный, LED, Светодиод | ||
.desc = { ent-ADTAlwaysPoweredShuttleLight.desc } | ||
ent-ADTPoweredShuttleLightLED = { ent-ADTPoweredShuttleLight } | ||
.desc = Осветительный прибор. Потребляет энергию и излучает свет, если оснащён лампой-трубкой. | ||
.suffix = LED, Светодиод | ||
ent-ADTAlwaysPoweredShuttleLightSodium = { ent-ADTAlwaysPoweredShuttleLight } | ||
.suffix = Всегда запитанный, Натриевый | ||
.desc = { ent-ADTAlwaysPoweredShuttleLight.desc } | ||
ent-ADTPoweredShuttleLightSodium = { ent-ADTPoweredShuttleLight } | ||
.desc = Осветительный прибор. Потребляет энергию и излучает свет, если оснащён лампой-трубкой. | ||
.suffix = Натриевый | ||
ent-ADTPoweredShuttleLightCyan = { ent-ADTPoweredShuttleLight } | ||
.suffix = Голубой | ||
.desc = { ent-ADTPoweredShuttleLight.desc } | ||
ent-AlwaysADTPoweredShuttleLightCyan = { ent-ADTAlwaysPoweredShuttleLight } | ||
.suffix = Всегда запитанный, Голубой | ||
.desc = { ent-ADTAlwaysPoweredShuttleLight.desc } | ||
ent-ADTPoweredShuttleLightBlue = { ent-ADTPoweredShuttleLight } | ||
.suffix = Синий | ||
.desc = { ent-ADTPoweredShuttleLight.desc } | ||
ent-AlwaysADTPoweredShuttleLightBlue = { ent-ADTAlwaysPoweredShuttleLight } | ||
.suffix = Всегда запитанный, Синий | ||
.desc = { ent-ADTAlwaysPoweredShuttleLight.desc } | ||
ent-ADTPoweredShuttleLightPink = { ent-ADTPoweredShuttleLight } | ||
.suffix = Розовый | ||
.desc = { ent-ADTPoweredShuttleLight.desc } | ||
ent-AlwaysADTPoweredShuttleLightPink = { ent-ADTAlwaysPoweredShuttleLight } | ||
.suffix = Всегда запитанный, Розовый | ||
.desc = { ent-ADTAlwaysPoweredShuttleLight.desc } | ||
ent-ADTPoweredShuttleLightOrange = { ent-ADTPoweredShuttleLight } | ||
.suffix = Оранжевый | ||
.desc = { ent-ADTPoweredShuttleLight.desc } | ||
ent-AlwaysADTPoweredShuttleLightOrange = { ent-ADTAlwaysPoweredShuttleLight } | ||
.suffix = Всегда запитанный, Оранжевый | ||
.desc = { ent-ADTAlwaysPoweredShuttleLight.desc } | ||
ent-ADTPoweredShuttleLightRed = { ent-ADTPoweredShuttleLight } | ||
.suffix = Красный | ||
.desc = { ent-ADTPoweredShuttleLight.desc } | ||
ent-AlwaysADTPoweredShuttleLightRed = { ent-ADTAlwaysPoweredShuttleLight } | ||
.suffix = Всегда запитанный, Красный | ||
.desc = { ent-ADTAlwaysPoweredShuttleLight.desc } | ||
ent-ADTPoweredShuttleLightGreen = { ent-ADTPoweredShuttleLight } | ||
.suffix = Зелёный | ||
.desc = { ent-ADTPoweredShuttleLight.desc } | ||
ent-AlwaysADTPoweredShuttleLightGreen = { ent-ADTAlwaysPoweredShuttleLight } | ||
.suffix = Всегда запитанный, Зелёный | ||
.desc = { ent-ADTAlwaysPoweredShuttleLight.desc } |
Oops, something went wrong.