-
Notifications
You must be signed in to change notification settings - Fork 438
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
qol: Interface Translation #6188
base: master220
Are you sure you want to change the base?
Conversation
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.
это исправить и норм
@@ -89,7 +139,8 @@ | |||
return ..() | |||
if(!user.drop_transfer_item_to_loc(I, src)) | |||
return ..() | |||
to_chat(user, span_notice("You attach the stock to the receiver-barrel assembly.")) | |||
to_chat(user, span_notice("Приклад крепится к ствольной коробке.")) |
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.
балун и тучат
@@ -118,9 +177,11 @@ | |||
if(loc == user && !user.can_unEquip(src)) | |||
return ..() | |||
if(!wrap.use(5)) | |||
to_chat(user, span_warning("You need at least five feet of wrapping paper to secure the stock.")) | |||
to_chat(user, span_warning("Вам понадобится не менее пяти мотков оберточной бумаги, чтобы закрепить заготовку.")) |
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.
балун и тучат
set hidden = 1 | ||
|
||
var/durl = CONFIG_GET(string/discordurl) | ||
if(CONFIG_GET(string/forum_link_url) && prefs && prefs.fuid && CONFIG_GET(string/discordforumurl)) | ||
durl = CONFIG_GET(string/discordforumurl) | ||
if(!durl) | ||
to_chat(src, "<span class='danger'>The Discord URL is not set in the server configuration.</span>") | ||
to_chat(src, "<span class='danger'>URL-адрес Discord не задан в конфигурации сервера.</span>") |
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.
span_danger()
return | ||
src << link(CONFIG_GET(string/githuburl)) | ||
else | ||
to_chat(src, "<span class='danger'>The GitHub URL is not set in the server configuration.</span>") | ||
to_chat(src, "<span class='danger'>URL-адрес GitHub не задан в конфигурации сервера.</span>") |
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.
span_danger()
return ATTACK_CHAIN_PROCEED | ||
to_chat(user, span_notice("You tie the wrapping paper around the stock and the barrel to secure it.")) | ||
to_chat(user, span_notice("Вы обвязываете оберточной бумагой приклад и ствол, чтобы закрепить его.")) |
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.
балун и тучат
return | ||
src << link(CONFIG_GET(string/donationsurl)) | ||
else | ||
to_chat(src, "<span class='danger'>The rules URL is not set in the server configuration.</span>") | ||
to_chat(src, "<span class='danger'>URL-адрес донатов не задан в конфигурации сервера.</span>") |
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.
span_danger()
Описание
Ссылка на предложение/Причина создания ПР
Демонстрация изменений
Тесты