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

TWEAK: official station goals translation #682

Closed
wants to merge 3 commits into from

Conversation

mattgroy
Copy link

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

Добавляет процедуры для перевода из вики (кроме склонения по падежам — declent_ru)

Перевод офф. целей станции и интерфейсов (хранилище ДНК, метеоритные щиты и т.д.)

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

Русский язык - это хорошо

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

Скомпилировал, заспавнил изменённые объекты (в том числе тех, что обладают своим tgui), проверил работоспособность взаимодействий

Changelog

🆑
tweak: Перевод офф. целей станции
/:cl:

@github-actions github-actions bot added the TGUI Кто-то решил потрогать интерфейсы. label Nov 12, 2023

/datum/proc/pluralize_ru(gender, single_word, plural_word)
return gender == PLURAL ? plural_word : single_word

Copy link
Collaborator

Choose a reason for hiding this comment

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

Вот это отдельным ПРом в модуль, и в мастер
И только потом перевод

{data.notice}
</LabeledList.Item>
)}
{satellites.map((sat) => (
<LabeledList.Item key={sat.id} label={'#' + sat.id}>
{sat.mode}{' '}
<Button
content={sat.active ? 'Deactivate' : 'Activate'}
content={sat.active ? 'Деактивировать' : 'Активировать'}
Copy link
Collaborator

Choose a reason for hiding this comment

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

TGUI кстати не трогаем пока. Оно не пересобирается автоматом из-за чего будут вечные непонятные конфликты

return multiple_name // 5, 6, 7, 8, 9, 0

/datum/proc/genderize_ru(gender, male_word, female_word, neuter_word, multiple_word)
return gender == MALE ? male_word : (gender == FEMALE ? female_word : (gender == NEUTER ? neuter_word : multiple_word))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Не стоит так делать. Раздели по пунктам и вынеси лучше в IF.
Одна строка не всегда круто.

@@ -481,15 +481,15 @@

/datum/game_mode/proc/send_station_goals_message()
var/message_text = "<div style='text-align:center;'><img src='ntlogo.png'>"
message_text += "<h3>NAS Trurl Orders</h3></div><hr>"
message_text += "<b>Special Orders for [station_name()]:</b><br><br>"
message_text += "<h3>Приказы АКН «Трурль»</h3></div><hr>"
Copy link
Collaborator

@PhantornRU PhantornRU Nov 14, 2023

Choose a reason for hiding this comment

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

Трурль? в данном случае "r" не читается и будет Труль/Трулл же.

Copy link
Author

Choose a reason for hiding this comment

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

Перевод взят из wiki ss220.club

Оригинальная отсылка - Кибериада

Copy link
Collaborator

@PhantornRU PhantornRU left a comment

Choose a reason for hiding this comment

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

Перевод пока не успел детально посмотреть

Copy link
Collaborator

@dj-34 dj-34 left a comment

Choose a reason for hiding this comment

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

у нас тгуи не пересоберется сам

@github-actions github-actions bot added the Merge Conflict Ну блять... label Nov 14, 2023
@PhantornRU PhantornRU added 📝 Перевод Приятно когда всё на родном языке. :finnadie: НЕ МОДУЛЬНО Ну это ваще пиздец. Либо засовывай в модуль, либо заливай на апстрим. labels Nov 16, 2023
@mattgroy mattgroy marked this pull request as draft November 16, 2023 15:11
@AyIong
Copy link
Collaborator

AyIong commented Jan 5, 2024

Месяц стоим, откроешь как будут сподвижки

@AyIong AyIong closed this Jan 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:finnadie: НЕ МОДУЛЬНО Ну это ваще пиздец. Либо засовывай в модуль, либо заливай на апстрим. Merge Conflict Ну блять... 📝 Перевод Приятно когда всё на родном языке. TGUI Кто-то решил потрогать интерфейсы.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants