Skip to content

Translate PAI and xeno egg report#2483

Open
CallmeHouston wants to merge 12 commits into
ss220club:masterfrom
CallmeHouston:translate-roundstart-report
Open

Translate PAI and xeno egg report#2483
CallmeHouston wants to merge 12 commits into
ss220club:masterfrom
CallmeHouston:translate-roundstart-report

Conversation

@CallmeHouston

Copy link
Copy Markdown
Collaborator

Что этот PR делает

Переводит тгуи меню ПИИ, меню загрузки ПИИ в гостах. И раундстартовый репорт о ксено яичке.

Почему это хорошо для игры

Перевод круто

Изображения изменений

Screenshot_44 Screenshot_45

Тестирование

Локалка не сломалась

Changelog

🆑
translation: Переведёно меню ПИИ в гостах и устройстве ПИИ.
translation: Переведёно уведомление о наличие ксено яйца в раундстарт репорте от ЦК.
/:cl:

@github-actions github-actions Bot added 📝 Перевод Фаргус® Полностью на русском языке TGUI Добавление или изменение существующего интерфейса на базе фреймворка TGUI :finnadie: НЕ МОДУЛЬНО Па-ху-ю. labels May 16, 2026
@ss220app ss220app Bot added the 📜 CL валиден Этот чейнджлог будет успешно опубликован label May 16, 2026

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Code Review

Данный Pull Request выполняет перевод на русский язык интерфейсов и системных сообщений персонального ИИ (ПИИ), а также описаний объектов доставки ксенобиологических образцов. В ходе проверки обнаружена критическая ошибка: попытка применения capitalize() напрямую к объекту моба, что вызовет сбой во время выполнения. Также зафиксированы нарушения правил оформления кода при использовании функции склонения declent_ru() и пропущенный перевод заголовка в одном из уведомлений для игроков.

Comment thread code/modules/pai/card.dm Outdated
Comment thread code/modules/pai/card.dm Outdated
Comment thread code/modules/pai/card.dm Outdated

@NatWak NatWak left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

🌭

Comment thread code/modules/pai/card.dm Outdated
Comment thread code/modules/pai/card.dm Outdated
Comment thread tgui/packages/tgui/interfaces/PaiCard.tsx Outdated
footnote.message = "We have entrusted your crew with a research specimen in [get_area(src)]. \
Remember to follow all safety precautions when dealing with the specimen."
footnote.signature = "Central Command"
footnote.message = "Мы доверили вашей команде исследовательский образец в [get_area(src)]. \

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Я забыл уже какой используется гет ареа, чтобы с переводом выходило... Прочекаю потом, когда-нибудь. Не на этой неделе и не на следующей

@CallmeHouston CallmeHouston requested a review from NatWak May 22, 2026 20:42
@github-actions

Copy link
Copy Markdown

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 both are true, and you have auto-staled anyway, you need to actively ask maintainers (by pinging them in the /tg/station Discord) to (re)review or merge your PR. If no maintainer responds to your request, you may wish to close this PR yourself while you seek maintainer comment, as you will later be able to reopen the PR yourself.

@github-actions github-actions Bot added the 💩 Stale Кажется всем похуй на этот ПР. Жизнь сурова... label May 30, 2026
@CallmeHouston CallmeHouston removed the 💩 Stale Кажется всем похуй на этот ПР. Жизнь сурова... label May 30, 2026
@github-actions

github-actions Bot commented Jun 7, 2026

Copy link
Copy Markdown

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 both are true, and you have auto-staled anyway, you need to actively ask maintainers (by pinging them in the /tg/station Discord) to (re)review or merge your PR. If no maintainer responds to your request, you may wish to close this PR yourself while you seek maintainer comment, as you will later be able to reopen the PR yourself.

@github-actions github-actions Bot added the 💩 Stale Кажется всем похуй на этот ПР. Жизнь сурова... label Jun 7, 2026
@CallmeHouston CallmeHouston removed the 💩 Stale Кажется всем похуй на этот ПР. Жизнь сурова... label Jun 7, 2026
CallmeHouston and others added 5 commits June 7, 2026 22:24
Co-authored-by: NatWak <natwaknatwak@gmail.com>
Co-authored-by: NatWak <natwaknatwak@gmail.com>
Co-authored-by: NatWak <natwaknatwak@gmail.com>
@CallmeHouston CallmeHouston force-pushed the translate-roundstart-report branch from b3e5155 to cd288f4 Compare June 7, 2026 14:25

@NatWak NatWak left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Позже ещё гляну

Comment thread code/modules/mob/living/silicon/laws.dm Outdated
Comment thread code/modules/mob/living/silicon/silicon.dm Outdated
break

to_chat(src, span_notice("Automatic announcements [chosen_channel == "None" ? "will not use the radio." : "set to [chosen_channel]."]"))
to_chat(src, span_notice("Автоматические объявления [chosen_channel == "Никакой" ? "не будут использовать радио." : "установить [chosen_channel]."]"))

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Надо это проверить, как используется второе. Кажется, что надо корректировать

Comment thread code/modules/pai/pai.dm Outdated
Comment thread code/modules/pai/pai.dm Outdated
Comment thread code/modules/pai/pai.dm Outdated
Comment thread tgui/packages/tgui/interfaces/PaiInterface/constants.ts Outdated
CallmeHouston and others added 6 commits June 13, 2026 01:38
Co-authored-by: NatWak <natwaknatwak@gmail.com>
Co-authored-by: NatWak <natwaknatwak@gmail.com>
Co-authored-by: NatWak <natwaknatwak@gmail.com>
Co-authored-by: NatWak <natwaknatwak@gmail.com>
Co-authored-by: NatWak <natwaknatwak@gmail.com>
@github-actions

Copy link
Copy Markdown

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 both are true, and you have auto-staled anyway, you need to actively ask maintainers (by pinging them in the /tg/station Discord) to (re)review or merge your PR. If no maintainer responds to your request, you may wish to close this PR yourself while you seek maintainer comment, as you will later be able to reopen the PR yourself.

@github-actions github-actions Bot added the 💩 Stale Кажется всем похуй на этот ПР. Жизнь сурова... label Jun 20, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

:finnadie: НЕ МОДУЛЬНО Па-ху-ю. 📝 Перевод Фаргус® Полностью на русском языке 💩 Stale Кажется всем похуй на этот ПР. Жизнь сурова... 📜 CL валиден Этот чейнджлог будет успешно опубликован TGUI Добавление или изменение существующего интерфейса на базе фреймворка TGUI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants