added Russian translations
This commit is contained in:
parent
1421b7cce0
commit
c344d873e8
@ -1,39 +1,39 @@
|
|||||||
# technic_chests translation template
|
# textdomain: technic_chests
|
||||||
|
|
||||||
%s Chest =
|
@1 Chest=@1 Сундук
|
||||||
%s Locked Chest =
|
@1 Locked Chest=@1 Запертый сундук
|
||||||
%s Locked Chest (owned by %s) =
|
@1 Locked Chest (owned by @2)=@1 Запертый сундук (принадлежит @2)
|
||||||
Color Filter: %s =
|
Color Filter: @1=Цветовой фильтр: @1
|
||||||
Edit chest description: =
|
Edit chest description:=Редактировать описание сундука:
|
||||||
|
|
||||||
# Colors
|
# Colors
|
||||||
Black = Черный
|
Black=Черный
|
||||||
Blue =
|
Blue=Синий
|
||||||
Brown =
|
Brown=Коричневый
|
||||||
Cyan =
|
Cyan=Голубой
|
||||||
Dark Green =
|
Dark Green=Темно-зеленый
|
||||||
Dark Grey =
|
Dark Grey=Темно-серый
|
||||||
Green =
|
Green=Зеленый
|
||||||
Grey =
|
Grey=Серый
|
||||||
Magenta =
|
Magenta=Пурпурный
|
||||||
Orange =
|
Orange=Оранжевый
|
||||||
Pink =
|
Pink=Розовый
|
||||||
Red =
|
Red=Красный
|
||||||
Violet =
|
Violet=Фиолетовый цвет
|
||||||
White =
|
White=Белый
|
||||||
Yellow =
|
Yellow=Желтый
|
||||||
None =
|
None=Не выбран
|
||||||
|
|
||||||
# Materials
|
# Materials
|
||||||
Copper =
|
Copper=Медный
|
||||||
Gold=Золото
|
Gold=Золотой
|
||||||
Iron=Железо
|
Iron=Железный
|
||||||
Mithril =
|
Mithril=Мифриловый
|
||||||
Silver =
|
Silver=Серебреный
|
||||||
Wooden =
|
Wooden=Деревянный
|
||||||
|
|
||||||
# Sorting
|
# Sorting
|
||||||
Sort=Сортировать
|
Sort=Сортировать
|
||||||
Auto-sort is %s =
|
Auto-sort is @1=Автоматическая сортировка равна @1
|
||||||
Off =
|
Off=Выключен
|
||||||
On =
|
On=Включон
|
@ -133,7 +133,7 @@ local function set_formspec(pos, data, page)
|
|||||||
else
|
else
|
||||||
colorName = S("None")
|
colorName = S("None")
|
||||||
end
|
end
|
||||||
fs[#fs + 1] = "label["..(data.coleft+0.2)..","..(data.lotop+3)..";"..S("Color Filter: %s"):format(colorName).."]"
|
fs[#fs + 1] = "label["..(data.coleft+0.2)..","..(data.lotop+3)..";"..S("Color Filter: @1", colorName).."]"
|
||||||
end
|
end
|
||||||
meta:set_string("formspec", table.concat(fs))
|
meta:set_string("formspec", table.concat(fs))
|
||||||
end
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user