Skip to content

Commit

Permalink
Ludeon#1611 Add Furniture Lighting description
Browse files Browse the repository at this point in the history
  • Loading branch information
xBLOKx committed Apr 16, 2024
1 parent 9211603 commit a0ec368
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Core/DefInjected/ThingDef/Buildings_Furniture.xml
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,16 @@
<!-- EN: Off for plant resting period -->
<SunLamp.comps.CompSchedule.offMessage>Отключена во время сна растений</SunLamp.comps.CompSchedule.offMessage>

<!-- EN: wall lamp -->
<WallLamp.label>настенный светильник</WallLamp.label>
<!-- EN: A wall-mounted lamp that lights an area using electricity. It is less powerful than a standing lamp, but can be mounted on walls. -->
<WallLamp.description>Настенный светильник, освещающий помещение с помощью электричества. Она менее мощная, чем обычная лампа, но может крепиться к стене.</WallLamp.description>

<!-- EN: flood light -->
<FloodLight.label>прожектор</FloodLight.label>
<!-- EN: A high-intensity light that's good for large outdoor spaces. -->
<FloodLight.description>Мощный светильник, подходящий для освещения большой территории.</FloodLight.description>

<!-- EN: table (1x2) -->
<Table1x2c.label>стол (1x2)</Table1x2c.label>
<!-- EN: People eat off tables when chairs are placed facing them. -->
Expand All @@ -143,4 +153,9 @@
<!-- EN: A wooden torch for lighting an area. People need light to move and work at full speed. Can be automatically refueled with wood. Produces a small amount of heat. -->
<TorchLamp.description>Деревянный факел для освещения ближайшей области. Свет нужен людям для работы и удобства передвижения. Для того, чтобы поддерживать огонь, потребуется дерево. Производит небольшое количество тепла.</TorchLamp.description>

<!-- EN: wall torch lamp -->
<TorchWallLamp.label>настенный факел</TorchWallLamp.label>
<!-- EN: A wall-mounted wooden torch for lighting an area. It is not as bright as a regular torch lamp, but it can be mounted on walls. Produces a small amount of heat. -->
<TorchWallLamp.description>Настенный деревянный факел для освещения территории. Он не такой яркий, как обычный факел, но его можно крепить на стены. Выделяет небольшое количество тепла.</TorchWallLamp.description>

</LanguageData>

1 comment on commit a0ec368

@xBLOKx
Copy link
Owner Author

@xBLOKx xBLOKx commented on a0ec368 Apr 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Устарел / дубликат / не знаю как удалить.

Please sign in to comment.