mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-04-23 07:35:16 +02:00
Update Russian translation
This commit is contained in:
parent
2055671732
commit
dd4b73128d
2 changed files with 8 additions and 8 deletions
mods/ITEMS/mcl_itemframes
|
@ -2,13 +2,13 @@
|
|||
Item frames are decorative blocks in which items can be placed.=Рамки это декоративные блоки, в которые можно помещать предметы.
|
||||
Just place any item on the item frame. Use the item frame again to retrieve the item.=Просто поместите в рамку любой предмет. Используйте рамку вновь, чтобы забрать из неё предмет обратно.
|
||||
Item Frame=Рамка
|
||||
Can hold an item=
|
||||
Glow Item Frame=
|
||||
Can hold an item and glows=
|
||||
Invisible Item Frame=
|
||||
Can hold an item but is invisible=
|
||||
Invisible Glow Item Frame=
|
||||
Can hold an item and glows but is invisible=
|
||||
Can hold an item=Может хранить предмет
|
||||
Glow Item Frame=Светящаяся рамка
|
||||
Can hold an item and glows=Светится и может хранить предмет
|
||||
Invisible Item Frame=Невидимая рамка
|
||||
Can hold an item but is invisible=Невидима и может хранить предмет
|
||||
Invisible Glow Item Frame=Невидимая светящаяся рамка
|
||||
Can hold an item and glows but is invisible=Невидима, светится и может хранить предмет
|
||||
Glow and Behold!=Сияй и созерцай!
|
||||
Craft a glow item frame.=Создайте светящуюся рамку.
|
||||
|
||||
|
|
|
@ -48,7 +48,7 @@ awards.register_achievement("mcl_itemframes:glowframe", {
|
|||
icon = "mcl_itemframes_glow_item_frame.png",
|
||||
trigger = {
|
||||
type = "craft",
|
||||
item = "mcl_itemframes:glow_item_frame",
|
||||
item = "mcl_itemframes:glow_frame",
|
||||
target = 1
|
||||
},
|
||||
type = "Advancement",
|
||||
|
|
Loading…
Add table
Reference in a new issue