Skip to content

Commit

Permalink
Translate some materials (#588)
Browse files Browse the repository at this point in the history
## About The Pull Request
Ру-неймит основные материалы
  • Loading branch information
larentoun authored Oct 16, 2024
1 parent 9539ea8 commit 3801761
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
10 changes: 10 additions & 0 deletions code/game/objects/items/stacks/sheets/glass.dm
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ GLOBAL_LIST_INIT(glass_recipes, list ( \

/obj/item/stack/sheet/glass
name = "glass"
RU_NAMES_LIST_INIT("glass", "стекло", "стекла", "стеклу", "стекло", "стеклом", "стекле")
desc = "HOLY SHEET! That is a lot of glass."
singular_name = "glass sheet"
icon_state = "sheet-glass"
Expand Down Expand Up @@ -92,6 +93,7 @@ GLOBAL_LIST_INIT(pglass_recipes, list ( \

/obj/item/stack/sheet/plasmaglass
name = "plasma glass"
RU_NAMES_LIST_INIT("plasma glass", "плазменное стекло", "плазменного стекла", "плазменному стеклу", "плазменное стекло", "плазменным стеклом", "плазменном стекле")
desc = "A glass sheet made out of a plasma-silicate alloy. It looks extremely tough and heavily fire resistant."
singular_name = "plasma glass sheet"
icon_state = "sheet-pglass"
Expand Down Expand Up @@ -153,6 +155,7 @@ GLOBAL_LIST_INIT(reinforced_glass_recipes, list ( \

/obj/item/stack/sheet/rglass
name = "reinforced glass"
RU_NAMES_LIST_INIT("reinforced glass", "усиленное стекло", "усиленного стекла", "усиленному стеклу", "усиленное стекло", "усиленным стеклом", "усиленном стекле")
desc = "Glass which seems to have rods or something stuck in them."
singular_name = "reinforced glass sheet"
icon_state = "sheet-rglass"
Expand Down Expand Up @@ -191,6 +194,7 @@ GLOBAL_LIST_INIT(prglass_recipes, list ( \

/obj/item/stack/sheet/plasmarglass
name = "reinforced plasma glass"
RU_NAMES_LIST_INIT("reinforced plasma glass", "усиленное плазменное стекло", "усиленного плазменного стекла", "усиленному плазменному стеклу", "усиленное плазменное стекло", "усиленным плазменным стеклом", "усиленном плазменном стекле")
desc = "A glass sheet made out of a plasma-silicate alloy and a rod matrix. It looks hopelessly tough and nearly fire-proof!"
singular_name = "reinforced plasma glass sheet"
icon_state = "sheet-prglass"
Expand Down Expand Up @@ -226,6 +230,7 @@ GLOBAL_LIST_INIT(titaniumglass_recipes, list(

/obj/item/stack/sheet/titaniumglass
name = "titanium glass"
RU_NAMES_LIST_INIT("titanium glass", "титановое стекло", "титанового стекла", "титановому стеклу", "титановое стекло", "титановым стеклом", "титановом стекле")
desc = "A glass sheet made out of a titanium-silicate alloy."
singular_name = "titanium glass sheet"
icon_state = "sheet-titaniumglass"
Expand Down Expand Up @@ -257,6 +262,7 @@ GLOBAL_LIST_INIT(plastitaniumglass_recipes, list(

/obj/item/stack/sheet/plastitaniumglass
name = "plastitanium glass"
RU_NAMES_LIST_INIT("titanium glass", "пластитановое стекло", "пластитанового стекла", "пластитановому стеклу", "пластитановое стекло", "пластитановым стеклом", "пластитановом стекле")
desc = "A glass sheet made out of a plasma-titanium-silicate alloy."
singular_name = "plastitanium glass sheet"
icon_state = "sheet-plastitaniumglass"
Expand Down Expand Up @@ -284,6 +290,7 @@ GLOBAL_LIST_INIT(plastitaniumglass_recipes, list(

/obj/item/shard
name = "shard"
RU_NAMES_LIST_INIT("shard", "осколок", "осколка", "осколку", "осколок", "осколком", "осколоке")
desc = "A nasty looking shard of glass."
icon = 'icons/obj/debris.dmi'
icon_state = "large"
Expand Down Expand Up @@ -408,6 +415,7 @@ GLOBAL_LIST_INIT(plastitaniumglass_recipes, list(

/obj/item/shard/plasma
name = "purple shard"
RU_NAMES_LIST_INIT("purple shard", "фиолетовый осколок", "фиолетового осколка", "фиолетовому осколку", "фиолетовый осколок", "фиолетовым осколком", "фиолетовом осколоке")
desc = "A nasty looking shard of plasma glass."
force = 6
throwforce = 11
Expand All @@ -421,6 +429,7 @@ GLOBAL_LIST_INIT(plastitaniumglass_recipes, list(

/obj/item/shard/titanium
name = "bright shard"
RU_NAMES_LIST_INIT("bright shard", "яркий осколок", "яркого осколка", "яркому осколку", "яркий осколок", "ярким осколком", "ярком осколоке")
desc = "A nasty looking shard of titanium infused glass."
throwforce = 12
icon_state = "titaniumlarge"
Expand All @@ -433,6 +442,7 @@ GLOBAL_LIST_INIT(plastitaniumglass_recipes, list(

/obj/item/shard/plastitanium
name = "dark shard"
RU_NAMES_LIST_INIT("dark shard", "темный осколок", "темного осколка", "темному осколку", "темный осколок", "темным осколком", "темном осколоке")
desc = "A nasty looking shard of titanium infused plasma glass."
force = 7
throwforce = 12
Expand Down
10 changes: 10 additions & 0 deletions code/game/objects/items/stacks/sheets/mineral.dm
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ GLOBAL_LIST_INIT(sandbag_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/diamond
name = "diamond"
RU_NAMES_LIST_INIT("diamond", "алмаз", "алмаза", "алмазу", "алмаз", "алмазом", "алмазе")
icon_state = "sheet-diamond"
inhand_icon_state = "sheet-diamond"
singular_name = "diamond"
Expand Down Expand Up @@ -121,6 +122,7 @@ GLOBAL_LIST_INIT(diamond_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/uranium
name = "uranium"
RU_NAMES_LIST_INIT("uranium", "уран", "урана", "урану", "уран", "ураном", "уране")
icon_state = "sheet-uranium"
inhand_icon_state = "sheet-uranium"
singular_name = "uranium sheet"
Expand Down Expand Up @@ -152,6 +154,7 @@ GLOBAL_LIST_INIT(uranium_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/plasma
name = "solid plasma"
RU_NAMES_LIST_INIT("solid plasma", "твёрдая плазма", "твёрдой плазмы", "твёрдой плазме", "твёрдую плазму", "твёрдой плазмой", "твёрдой плазме")
icon_state = "sheet-plasma"
inhand_icon_state = "sheet-plasma"
singular_name = "plasma sheet"
Expand Down Expand Up @@ -189,6 +192,7 @@ GLOBAL_LIST_INIT(plasma_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/gold
name = "gold"
RU_NAMES_LIST_INIT("gold", "золото", "золота", "золоту", "золото", "золотом", "золоте")
icon_state = "sheet-gold"
inhand_icon_state = "sheet-gold"
singular_name = "gold bar"
Expand Down Expand Up @@ -216,6 +220,7 @@ GLOBAL_LIST_INIT(gold_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/silver
name = "silver"
RU_NAMES_LIST_INIT("silver", "серебро", "серебра", "серебру", "серебро", "серебром", "серебре")
icon_state = "sheet-silver"
inhand_icon_state = "sheet-silver"
singular_name = "silver bar"
Expand All @@ -242,6 +247,7 @@ GLOBAL_LIST_INIT(silver_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/bananium
name = "bananium"
RU_NAMES_LIST_INIT("bananium", "бананиум", "бананиума", "бананиуму", "бананиум", "бананиумом", "бананиуме")
icon_state = "sheet-bananium"
inhand_icon_state = null
singular_name = "bananium sheet"
Expand Down Expand Up @@ -269,6 +275,7 @@ GLOBAL_LIST_INIT(bananium_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/titanium
name = "titanium"
RU_NAMES_LIST_INIT("titanium", "титан", "титана", "титану", "титан", "титаном", "титане")
icon_state = "sheet-titanium"
inhand_icon_state = "sheet-titanium"
singular_name = "titanium sheet"
Expand Down Expand Up @@ -302,6 +309,7 @@ GLOBAL_LIST_INIT(titanium_recipes, list ( \
*/
/obj/item/stack/sheet/mineral/plastitanium
name = "plastitanium"
RU_NAMES_LIST_INIT("plastitanium", "пластитан", "пластитана", "пластитану", "пластитан", "пластитаном", "пластитане")
icon_state = "sheet-plastitanium"
inhand_icon_state = "sheet-plastitanium"
singular_name = "plastitanium sheet"
Expand Down Expand Up @@ -372,6 +380,7 @@ GLOBAL_LIST_INIT(adamantine_recipes, list(

/obj/item/stack/sheet/mineral/adamantine
name = "adamantine"
RU_NAMES_LIST_INIT("adamantine", "адамантин", "адамантина", "адамантину", "адамантин", "адамантином", "адамантине")
icon_state = "sheet-adamantine"
inhand_icon_state = "sheet-adamantine"
singular_name = "adamantine sheet"
Expand Down Expand Up @@ -402,6 +411,7 @@ GLOBAL_LIST_INIT(adamantine_recipes, list(
*/
/obj/item/stack/sheet/mineral/mythril
name = "mythril"
RU_NAMES_LIST_INIT("mythril", "мифрил", "мифрила", "мифрилу", "мифрил", "мифрилом", "мифриле")
icon_state = "sheet-mythril"
inhand_icon_state = "sheet-mythril"
singular_name = "mythril sheet"
Expand Down
3 changes: 3 additions & 0 deletions code/game/objects/items/stacks/sheets/sheet_types.dm
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,7 @@ GLOBAL_LIST_INIT(plasteel_recipes, list ( \

/obj/item/stack/sheet/plasteel
name = "plasteel"
RU_NAMES_LIST_INIT("plasteel", "пласталь", "пластали", "пластали", "пласталь", "пласталью", "пластали")
singular_name = "plasteel sheet"
desc = "This sheet is an alloy of iron and plasma."
icon_state = "sheet-plasteel"
Expand Down Expand Up @@ -372,6 +373,7 @@ GLOBAL_LIST_INIT(wood_recipes, list ( \

/obj/item/stack/sheet/mineral/wood
name = "wooden plank"
RU_NAMES_LIST_INIT("wooden plank", "деревянная доска", "деревянной доски", "деревянной доске", "деревянную доску", "деревянной доской", "деревянной доске")
desc = "One can only guess that this is a bunch of wood."
singular_name = "wood plank"
icon_state = "sheet-wood"
Expand Down Expand Up @@ -856,6 +858,7 @@ GLOBAL_LIST_INIT(plastic_recipes, list(

/obj/item/stack/sheet/plastic
name = "plastic"
RU_NAMES_LIST_INIT("plastic", "пластик", "пластика", "пластику", "пластик", "пластиком", "пластике")
desc = "Compress dinosaur over millions of years, then refine, split and mold, and voila! You have plastic."
singular_name = "plastic sheet"
icon_state = "sheet-plastic"
Expand Down
1 change: 1 addition & 0 deletions code/game/objects/items/stacks/sheets/sheets.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/obj/item/stack/sheet
name = "sheet"
RU_NAMES_LIST_INIT("sheet", "лист", "листа", "листу", "лист", "листом", "листу")
lefthand_file = 'icons/mob/inhands/items/sheets_lefthand.dmi'
righthand_file = 'icons/mob/inhands/items/sheets_righthand.dmi'
icon_state = "sheet-metal_3"
Expand Down

0 comments on commit 3801761

Please sign in to comment.