-
Notifications
You must be signed in to change notification settings - Fork 44
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
Translate: Explanation text of antag objectives #900
base: translate
Are you sure you want to change the base?
Translate: Explanation text of antag objectives #900
Conversation
какой нах тгуи |
@@ -307,7 +307,7 @@ | |||
|
|||
/datum/objective/convert_brother | |||
name = "convert brother" | |||
explanation_text = "Convert a brainwashable person using your flash on them directly. Any handheld flash will work if you lose or break your starting flash." | |||
explanation_text = "Конвертируйте лицо, поддающееся промывке мозгов, используя вашу флешку на него. Любая портативная флешка подойдет, если вы потеряете или сломаете свою." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Вспышка, не флешка. Перепроверь в ru_names.toml
@@ -78,9 +78,9 @@ | |||
|
|||
/datum/objective/sacrifice/update_explanation_text() | |||
if(target) | |||
explanation_text = "Sacrifice [target], [job_title_ru(target.assigned_role.title)], via invoking an Offer rune with [target.p_them()] on it and three acolytes around it." | |||
explanation_text = "Принесите в жертву [target], [job_title_ru(target.assigned_role.title)], с помощью использования руны Offer с [target.ru_p_theirs()] на ней и трёх послушниках вокруг руны." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"с ней на ней", перефразировать бы
@@ -20,7 +20,7 @@ | |||
/datum/antagonist/fugitive_hunter/forge_objectives() //this isn't an actual objective because it's about round end rosters | |||
var/datum/objective/capture = new /datum/objective | |||
capture.owner = owner | |||
capture.explanation_text = "Capture the fugitives in the station and put them into the bluespace capture machine on your ship." | |||
capture.explanation_text = "Отловите беглецов на станции и поместите их в bluespace capture machine на вашем корабле." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
параллельно бы ПР, который бы добавлял перевод хотя бы для названий
@@ -72,14 +72,14 @@ | |||
|
|||
/datum/objective/loot | |||
var/obj/machinery/computer/piratepad_control/cargo_hold | |||
explanation_text = "Acquire valuable loot and store it in the designated area." | |||
explanation_text = "Соберите ценную добычу и храните ее в специально отведенном месте." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
explanation_text = "Соберите ценную добычу и храните ее в специально отведенном месте." | |
explanation_text = "Соберите ценную добычу и храните её в специально отведенном месте." |
@@ -19,7 +19,7 @@ | |||
if(target_team) | |||
explanation_text = "Make sure no member of [target_team] ([target_team.department.department_name]) nation escapes alive!" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Пропустили перевод?
@@ -21,12 +21,12 @@ | |||
owner.announce_objectives() | |||
|
|||
/datum/objective/spider | |||
explanation_text = "Spread the infestation." | |||
explanation_text = "Распространяйте инфекцию." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Разве не заражение? Инфекция, скорее, к болезням относится, а не к "куче тараканов"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Мне кажется тут вообще не про что-то медицинское
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ну в том то и суть, что "инфекция" - это чисто медицинское, а заражение может быть и как для болезни ("я заразился простудой"), так и для заражений паразитами ("дом заражен тараканами"). Если есть другое слово для этих "тараканов", то я не смог вспомнить
@@ -15,7 +15,7 @@ | |||
owner.announce_objectives() | |||
|
|||
/datum/objective/venus_human_trap | |||
explanation_text = "Spread the infestation." | |||
explanation_text = "Распространяйте инфекцию." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Тоже самое, заражение
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Да откуда вы взяли что это как-то связано с медициной?
else | ||
explanation_text += " someone." | ||
explanation_text += " кого-либо." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
explanation_text += " кого-либо." | |
explanation_text += " кого угодно." |
@@ -15,7 +15,7 @@ | |||
owner.announce_objectives() | |||
|
|||
/datum/objective/pyro_slime | |||
explanation_text = "All I know fire. I speak in tongues of flame. Why is everyone so cold?" | |||
explanation_text = "Все, что я знаю, - это огонь. Я говорю на языках пламени. Почему все такие холодные?" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
explanation_text = "Все, что я знаю, - это огонь. Я говорю на языках пламени. Почему все такие холодные?" | |
explanation_text = "Всё что я знаю, - это огонь. Я говорю на языках пламени. Почему все такие холодные?" |
@@ -21,12 +21,12 @@ | |||
owner.announce_objectives() | |||
|
|||
/datum/objective/spider | |||
explanation_text = "Spread the infestation." | |||
explanation_text = "Распространяйте инфекцию." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Мне кажется тут вообще не про что-то медицинское
@@ -15,7 +15,7 @@ | |||
owner.announce_objectives() | |||
|
|||
/datum/objective/venus_human_trap | |||
explanation_text = "Spread the infestation." | |||
explanation_text = "Распространяйте инфекцию." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Да откуда вы взяли что это как-то связано с медициной?
@@ -65,5 +65,5 @@ | |||
|
|||
/datum/antagonist/slaughter/laughter | |||
name = "Laughter demon" | |||
objective_verb = "Hug and Tickle" | |||
objective_verb = "Обнимите и защекотайте" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
objective_verb = "Обнимите и защекотайте" | |
objective_verb = "Обнимайте и щекочите" |
This PR has been inactive for long enough to be automatically marked as stale. This means it is at risk of being auto closed in ~ 7 days, please address any outstanding review items and ensure your PR is finished, if these are all true and you are auto-staled anyway, you need to actively ask maintainers if your PR will be merged. Once you have done any of the previous actions then you should request a maintainer remove the stale label on your PR, to reset the stale timer. If you feel no maintainer will respond in that time, you may wish to close this PR youself, while you seek maintainer comment, as you will then be able to reopen the PR yourself |
Доперевод целек