-
Notifications
You must be signed in to change notification settings - Fork 616
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
lapatison
committed
Sep 1, 2024
1 parent
21890eb
commit b6586bd
Showing
5 changed files
with
24 additions
and
24 deletions.
There are no files selected for viewing
4 changes: 2 additions & 2 deletions
4
Resources/Locale/ru-RU/components/station-anchor-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,2 +1,2 @@ | ||
station-anchor-unanchoring-failed = Can't unanchor an active station anchor | ||
station-anchor-window-title = Station Anchor | ||
station-anchor-unanchoring-failed = Невозможно открепить активный станционный якорь | ||
station-anchor-window-title = Станционный якорь |
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
24 changes: 12 additions & 12 deletions
24
Resources/Locale/ru-RU/power/components/power-charging-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,24 +1,24 @@ | ||
## UI field names | ||
|
||
power-charge-window-status = Status: | ||
power-charge-window-power = Power: | ||
power-charge-window-eta = ETA: | ||
power-charge-window-charge = Charge: | ||
power-charge-window-status = Статус: | ||
power-charge-window-power = Питание: | ||
power-charge-window-eta = Оставшееся время: | ||
power-charge-window-charge = Заряд: | ||
## UI statuses | ||
|
||
power-charge-window-status-fully-charged = Fully Charged | ||
power-charge-window-status-off = Off | ||
power-charge-window-status-charging = Charging | ||
power-charge-window-status-discharging = Discharging | ||
power-charge-window-status-fully-charged = Полностью заряжен | ||
power-charge-window-status-off = Выключен | ||
power-charge-window-status-charging = Заряжается | ||
power-charge-window-status-discharging = Разряжается | ||
## UI Power Buttons | ||
|
||
power-charge-window-power-on = On | ||
power-charge-window-power-off = Off | ||
power-charge-window-power-label = { $draw } / { $max } W | ||
power-charge-window-power-on = Вкл | ||
power-charge-window-power-off = Выкл | ||
power-charge-window-power-label = { $draw } / { $max } Вт | ||
## UI ETA label | ||
|
||
power-charge-window-eta-none = N/A | ||
power-charge-window-eta-none = Н/Д | ||
power-charge-window-eta-value = { TOSTRING($left, "m\\:ss") } |
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
10 changes: 5 additions & 5 deletions
10
Resources/Locale/ru-RU/ss14-ru/prototypes/entities/structures/shuttles/station_anchor.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,7 +1,7 @@ | ||
ent-StationAnchorBase = station anchor | ||
.desc = Prevents stations from moving | ||
ent-StationAnchorBase = станционный якорь | ||
.desc = Предотвращает смещение станций. | ||
ent-StationAnchorIndestructible = { ent-StationAnchorBase } | ||
.suffix = Indestructible, Unpowered | ||
.suffix = Неразрушимый, Не требует питания | ||
.desc = { ent-StationAnchorBase.desc } | ||
ent-StationAnchor = station anchor | ||
.desc = Prevents stations from moving | ||
ent-StationAnchor = станционный якорь | ||
.desc = Предотвращает смещение станций. |