Skip to content

spellcheck: Перевод ревенанта, демонов, морфа #6667

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

Open
wants to merge 2 commits into
base: master220
Choose a base branch
from

Conversation

anon1mka
Copy link
Contributor

@anon1mka anon1mka commented Mar 15, 2025

Описание

Перевод ревенанта, демонов(резни/смеха/тени) и морфа, перевод связанных с ними спеллов. Мелкие правки в голопаразитах и борерах.
Добавлен свой текст у демона смеха (ранее у него был стандартный текст демона резни).

Причина создания ПР / Почему это хорошо для игры

Демонстрация изменений

image

Тесты

Заспавнил ревенанта/демонов/морфа. Потрогал кнопочки.

@anon1mka anon1mka changed the title spellcheck: Перевод ревенанта, демонов spellcheck: Перевод ревенанта, демонов, морфа Mar 15, 2025
@anon1mka anon1mka marked this pull request as ready for review March 15, 2025 20:38
@PlayerUnknown14 PlayerUnknown14 added the Локализация Съешь же ещё этих мягких французских булок, да выпей чаю label Mar 16, 2025
@github-actions github-actions bot added the Merge Conflict This doesn't seem right label Mar 19, 2025
INSTRUMENTAL = "обычным демоном",
PREPOSITIONAL = "обычном демоне"
)
desc = "Вы не должны это читать, отправьте отчёт на GitHub."

Choose a reason for hiding this comment

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

На гитхабе пишем отчёты aga


/mob/living/simple_animal/demon/slaughter/cult/attempt_objectives()
return


/obj/effect/proc_holder/spell/sense_victims
name = "Sense Victims"
desc = "Sense the location of heretics"
name = "Охота за Душами"

Choose a reason for hiding this comment

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

Так "Чувствовать жертв" или "Охота за Душами"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

"Чувствовать жертв" звучит как-то всрато.

return

var/confirm = tgui_alert(owner, "Are you sure you want replace your guardian's player?", "Confirm", list("Yes", "No"))
if(confirm != "Yes")
var/confirm = tgui_alert(owner, "Вы уверены, что хотите заменить игрока вашего хранителя?", "Подтверждение", list("Да", "Нет"))

Choose a reason for hiding this comment

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

"игрока вашего хранителя"(срал йода там) может "вашего игрока-хранителя"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Однохуйственно, но первый вариант звучит более понятно.

@@ -127,23 +144,23 @@
/mob/living/simple_animal/hostile/morph/proc/try_eat(atom/movable/item)
var/food_value = calc_food_gained(item)
if(food_value + gathered_food < 0)
to_chat(src, "<span class='warning'>You can't force yourself to eat more disgusting items. Eat some living things first.</span>")
to_chat(src, span_warning("Вы не можете заставить себя съесть что-то более отвратительное. Сначала съешьте что-то живое."))

Choose a reason for hiding this comment

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

"более отвратительное" чем что? может "больше отвратительных вещей"/"больше отвратительного"?

if(do_after(src, 3 SECONDS, item))
if(food_value + gathered_food < 0)
to_chat(src, "<span class='warning'>You can't force yourself to eat more disgusting items. Eat some living things first.</span>")
to_chat(src, span_warning("Вы не можете заставить себя съесть что-то более отвратительное. Сначала съешьте что-то живое."))

Choose a reason for hiding this comment

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

Аналогично тому, что выше

if(do_after(src, 2 SECONDS, target, DEFAULT_DOAFTER_IGNORE|DA_IGNORE_HELD_ITEM)) //how about now
if(!target.stat)
to_chat(src, span_revenwarning("They are now powerful enough to fight off your draining."))
to_chat(target, span_boldannounceic("You feel something tugging across your body before subsiding."))
to_chat(src, span_revenwarning("Теперь они достаточно сильны, чтобы сопротивляться вашему поглощению."))

Choose a reason for hiding this comment

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

"поглощению"? может "истощению"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Поглощение души, имеется в виду

@@ -243,8 +241,8 @@

//Overload Light: Breaks a light that's online and sends out lightning bolts to all nearby people.
/obj/effect/proc_holder/spell/aoe/revenant/overload
name = "Overload Lights"
desc = "Directs a large amount of essence into nearby electrical lights, causing lights to shock those nearby."
name = "Перегрузить сеть"

Choose a reason for hiding this comment

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

При чём тут сеть?

Copy link
Contributor

Choose a reason for hiding this comment

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

Типо электрическая сеть, что в целом звучит не плохо и смысл вроде близкий, но на мой взгляд лучше перегрузить лампы

@anon1mka anon1mka force-pushed the translate-miniantags branch from 61e0453 to 0409e68 Compare March 19, 2025 22:47
@github-actions github-actions bot removed the Merge Conflict This doesn't seem right label Mar 19, 2025
@github-actions github-actions bot added the Merge Conflict This doesn't seem right label May 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Merge Conflict This doesn't seem right Локализация Съешь же ещё этих мягких французских булок, да выпей чаю
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants