Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Robotics translation #1628

Merged
merged 24 commits into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from 7 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
ccec4d3
Перевод модулей для мехов , часть описаний мехов и часть интерфейса ф…
don-pardon42 Oct 27, 2024
7ef6815
полный перевод описаний мехов
don-pardon42 Oct 28, 2024
190cc8b
Исправление ошибок тут и там
don-pardon42 Oct 28, 2024
6dba6b5
Добавлены падежи
don-pardon42 Oct 30, 2024
7f630e0
Исправлены ошибки связанные с [chassis] и [H.glasses]
don-pardon42 Oct 30, 2024
2b0ce01
Исправлено ещё два бага :V
don-pardon42 Oct 30, 2024
9c6435a
Merge branch 'translate' into robotics-translation
AyIong Nov 1, 2024
13bb979
Apply suggestions from code review
don-pardon42 Nov 2, 2024
359be6b
Apply suggestions from code review
don-pardon42 Nov 2, 2024
33ccfcb
Правки правки правки!
don-pardon42 Nov 2, 2024
b70e30c
Правки
don-pardon42 Nov 3, 2024
2381f1a
Правки. Я слишком не внимательный.
don-pardon42 Nov 4, 2024
2761157
Правки. Надеюсь окончательные.
don-pardon42 Nov 7, 2024
491ecf7
Apply suggestions from code review
don-pardon42 Nov 7, 2024
dac3139
Декленты и капиталайзы для очков
don-pardon42 Nov 8, 2024
27f07af
Merge branch 'robotics-translation' of https://github.com/don-pardon4…
don-pardon42 Nov 8, 2024
8642102
Окончательно убрал перевод логов
don-pardon42 Nov 8, 2024
b057170
Исправление конфликста. Надеюсь.
don-pardon42 Nov 8, 2024
3449b76
Поправил кол-во строк.
don-pardon42 Nov 12, 2024
73c3ddd
Merge branch 'translate' into robotics-translation
don-pardon42 Nov 12, 2024
ff2c23a
Правки правки правки (20 шт.)
don-pardon42 Nov 16, 2024
9911515
Боже, храни larentoun
don-pardon42 Nov 18, 2024
6957ab4
Update code/game/mecha/equipment/weapons/weapons.dm
larentoun Nov 18, 2024
0a66aab
Merge branch 'translate' into robotics-translation
AyIong Nov 23, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 11 additions & 11 deletions code/game/mecha/combat/durand.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/mecha/combat/durand
desc = "A heavily armored exosuit designed for front-line combat."
desc = "Тяжело бронированный экзокостюм, разработанный для боевых действий на передовой."
name = "Durand Mk. II"
icon_state = "durand"
initial_icon = "durand"
Expand Down Expand Up @@ -30,15 +30,15 @@

/obj/mecha/combat/durand/examine_more(mob/user)
. = ..()
. += "<i>A durable heavyweight combat mech designed and produced by Defiance Arms. \
The Durand is an outdated design among Defiance's line of battlemechs and was initially created to fulfill the role of a combat spearhead, breaking into enemy combat formations. \
Supplanted by newer, more advanced models, these old machines found themselves on the open market and are popular among corporations, private security firms, and planetary militia.</i>"
. += "<i>Надежный тяжелый боевой робот, разработанный и произведенный Defiance Arms. \
Дюранд является устаревшей моделью среди боевых мехов Defiance Arms и изначально создавался для прорыва обороны противника. \
Вытесненные более новыми, более совершенными моделями, эти старые экзокостюмы оказались на открытом рынке и пользуются популярностью среди корпораций, частных охранных фирм и планетарной милиции.</i>"
. += ""
. += "<i>Able to bear a wide array of heavy weapons and defensive tools, Nanotrasen found a use for the Durand as a machine to counter biohazards and hostile alien lifeforms, using it to secure new research installations or to fend off hostile fauna and bioforms. \
As with all station-side mechs, Nanotrasen has purchased the license to produce the Durand in their facilities.</i>"
. += "<i>Способный нести широкий спектр тяжелого оружия и защитных инструментов, Nanotrasen использует Дюранд в качестве машины для противодействия биологическим опасностям, враждебным инопланетным формам жизни, а так же для защиты новых исследовательских станций или для отражения враждебной фауны и флоры. \
don-pardon42 marked this conversation as resolved.
Show resolved Hide resolved
Как и все станционные мехи, Nanotrasen приобрела лицензию на производство Дюранда на своих предприятиях.</i>"
don-pardon42 marked this conversation as resolved.
Show resolved Hide resolved

/obj/mecha/combat/durand/old
desc = "A retired, third-generation combat exosuit designed by Defiance Arms. Originally developed to combat hostile alien lifeforms"
desc = "Списанный экзокостюм третьего поколения, разработанный компанией Defiance Arms для боевых действий. Изначально создан для борьбы с враждебными инопланетными формами жизни."
name = "Old Durand"
icon_state = "old_durand"
initial_icon = "old_durand"
Expand All @@ -55,8 +55,8 @@
/obj/mecha/combat/durand/old/examine_more(mob/user)
..()
. = list()
. += "<i>A relic of a mech, once produced by Defiance Arms in the decade of 2470. \
It is now sought after by collectors and museums alike and has found its way into the hands of many a black market over the decades since its later versions replaced it.</i>"
. += "<i>Настоящая реликвия среди мехов, когда-то произведенная Defiance Arms в 2470 годах. \
don-pardon42 marked this conversation as resolved.
Show resolved Hide resolved
Сейчас его ищут как коллекционеры, так и музеи, и за десятилетия, прошедшие с тех пор, как его заменили более поздние версии, он попал в руки многих черных рынков.</i>"
. += ""
. += "<i>Built initially to break into and destroy Xenomorph infestations, bigger and better war machines exist. \
But many still uphold this version of the Durand as an unstoppable classic, and finding one intact and functional has become increasingly rare.</i>"
. += "<i>Созданные изначально для уничтожения нашествий ксеноморфов, существуют более крупные и эффективные боевые экзокостюмы. \
Но многие до сих пор считают эту версию Дюранда непреодолимой классикой, и найти такую ​​неповрежденную и функциональную модель становится все сложнее.</i>"
24 changes: 12 additions & 12 deletions code/game/mecha/combat/gygax.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/mecha/combat/gygax
desc = "A lightweight security exosuit. Popular among private and corporate security."
desc = "Легкий боевой экзокостюм. Популярен среди частных и корпоративных служб безопасности"
name = "Gygax"
icon_state = "gygax"
initial_icon = "gygax"
Expand Down Expand Up @@ -35,16 +35,16 @@

/obj/mecha/combat/gygax/examine_more(mob/user)
. = ..()
. += "<i>A light, fast and cheap combat mech designed and produced by Shellguard Munitions. \
Originally developed as a mobile flanker for open combat scenarios, a substantial flaw in the mech's Leg Overdrive systems caused poor sales. \
When using this system, the legs of the Gygax are prone to overheating and damaging the rest of the machine, leading overzealous pilots to harm themselves more than the enemy.</i>"
. += "<i>Легкий, быстрый и дешевый боевой экзокостюм, разработанный и произведенный Shellguard Munitions. \
Первоначально разработанный как мобильный истребитель для сценариев открытого боя, существенный недостаток в системе ускорения ног привёл к плохим продажам. \
don-pardon42 marked this conversation as resolved.
Show resolved Hide resolved
При использовании этой системы ноги Гигакса склонны к перегреву и повреждению остальной части экзокостюма, в результате чего чрезмерно усердные пилоты наносят больше вреда себе, чем противнику.</i>"
. += ""
. += "<i>Despite this flaw, Shellguard was able to reconsider the use of the mech and instead marketed it as a civil defence and policing mech. \
Popularity soared, especially among corporations like Nanotrasen, who were seeking a light, fast, cheap design to use to equip their security teams. \
As with all station-side mechs, Nanotrasen has purchased the license to produce the Gygax in their facilities.</i>"
. += "<i>Несмотря на этот недостаток, Shellguard Munitions смогли пересмотреть использование этого робота и начали рекламировать его как экзокостюм для гражданской обороны и полиции. \
Популярность резко возросла, особенно среди таких корпораций, как Nanotrasen, которые искали легкую, быструю и дешевую конструкцию для оснащения своих служб безопасности. \
Как и все станционные мехи, Nanotrasen приобрела лицензию на производство Гигакса на своих предприятиях.</i>"

/obj/mecha/combat/gygax/dark
desc = "A lightweight exosuit, painted in a dark scheme. This model appears to have some modifications."
desc = "Легкий экзокостюм, окрашенный в темные тона. Эта модель, похоже, имеет некоторые модификации."
name = "Dark Gygax"
icon_state = "darkgygax"
initial_icon = "darkgygax"
Expand Down Expand Up @@ -82,8 +82,8 @@
/obj/mecha/combat/gygax/dark/examine_more(mob/user)
..()
. = list()
. += "<i>A light, fast and cheap combat mech designed and produced by Shellguard Munitions, though this one appears to be modified. \
With minor alterations to the loadout, armor, and a slick black paint job, this variant strikes a menacing silhouette, its owner clearly being someone you should not mess with.</i>"
. += "<i>Легкий, быстрый и дешевый боевой экзокостюм, разработанный и произведенный Shellguard Munitions, хотя он выглядит модифицированным. \
С небольшими изменениями в снаряжении, броне и гладкой черной окраске этот вариант выглядит угрожающе, а его владелец явно не из тех, с кем вам следует связываться.</i>"
. += ""
. += "<i>Despite the flaws of the base model, this modified Gygax has no trouble being a speedy, dangerous killing machine. \
Alterations such as this are common amongst fringe users and outlaw groups, and the upgrades are most certainly illegal. Don't cut yourself.</i>"
. += "<i>Несмотря на недостатки базовой модели, этот модифицированный Гагакс является быстрй и опасной машиной для убийств. \
don-pardon42 marked this conversation as resolved.
Show resolved Hide resolved
Подобные модели распространены среди преступных группировок, и модицикации, безусловно, являются незаконными.</i>"
don-pardon42 marked this conversation as resolved.
Show resolved Hide resolved
10 changes: 5 additions & 5 deletions code/game/mecha/combat/honker.dm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/obj/mecha/combat/honker
desc = "Produced by \"Tyranny of Honk, INC\", this exosuit is designed as heavy clown-support. Used to spread the fun and joy of life. HONK!"
desc = "Созданный компанией \"Tyranny of Honk, INC\", этот экзокостюм предназначен для мощной поддержки клоунов. Используется для распространения веселья и радости жизни. ХОНК!"
name = "H.O.N.K"
icon_state = "honker"
initial_icon = "honker"
Expand Down Expand Up @@ -140,8 +140,8 @@

/obj/mecha/combat/honker/examine_more(mob/user)
. = ..()
. += "<i>A cheerful, colorful modification of a Durand chassis, the Honk mech is designed as heavy laughterfield support for producing mass honking casualties. \
Built and perfected by some of the most skilled Clowns ever known to the galaxy, with materials and labor provided by Donk Co, the Honk has somehow managed to have its design smuggled aboard almost ever Nanotrasen station, to the imminent laughter (screams) and joy (despair) of it's crew!</i>"
. += "<i>Веселая и яркая модификация Дюранда, экзокостюм Х.О.Н.К. спроектирован для поддержки весёлой атмосферы. \
don-pardon42 marked this conversation as resolved.
Show resolved Hide resolved
Построенный и усовершенствованный одними из самых опытных клоунов, когда-либо известных в галактике, с использованием материалов и рабочей силы, предоставленных Donk Co, Х.О.Н.К. каким-то образом удалось проникнуть на борт почти каждой станции Nanotrasen, для распространения неминуемого смеха (крика) и радости (страданий) всему экипажу!</i>"
. += ""
. += "<i>Equipped with a massive HoNkER BlAsT 5000 horn and long range mortars capable of firing both slippery banana peels and dangerous mousetraps, the Honk is well equipped to provide a Clown with everything they need to 'entertain' a station's crew, and to draw the ire of any nearby Security. \
Honk!</i>"
. += "<i>Оборудованный массивным гудком ХоНКоВзРыВ 5000 и минометами дальнего действия, способными стрелять как скользкими банановыми кожурами, так и опасными мышеловками. Х.О.Н.К. хорошо оснащен, для обеспечения клоуна всем необходимым, чтобы «развлечь» экипаж станции и вызвать гнев сотрудников безопасности. \
don-pardon42 marked this conversation as resolved.
Show resolved Hide resolved
ХОНК!</i>"
Loading
Loading