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

qol: Interface Translation #6188

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

Conversation

Insurgent679
Copy link

Описание

Ссылка на предложение/Причина создания ПР

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

Тесты

interface/interface.dm Outdated Show resolved Hide resolved
@Antoonij Antoonij added the перевод Съешь же ещё этих мягких французских булок, да выпей чаю label Nov 17, 2024
@Antoonij Antoonij changed the title Перевод интерфейса qol: Interface Translation Nov 17, 2024
Copy link
Member

@PlayerUnknown14 PlayerUnknown14 left a comment

Choose a reason for hiding this comment

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

В основном хорошо, есть над чем поработать.

code/modules/crafting/craft.dm Outdated Show resolved Hide resolved
code/modules/crafting/craft.dm Outdated Show resolved Hide resolved
code/modules/crafting/craft.dm Outdated Show resolved Hide resolved
code/modules/crafting/craft.dm Outdated Show resolved Hide resolved
code/modules/crafting/craft.dm Outdated Show resolved Hide resolved
code/modules/crafting/guncrafting.dm Outdated Show resolved Hide resolved
code/modules/crafting/guncrafting.dm Outdated Show resolved Hide resolved
code/modules/crafting/guncrafting.dm Show resolved Hide resolved
interface/skin.dmf Outdated Show resolved Hide resolved
interface/skin.dmf Outdated Show resolved Hide resolved
@Insurgent679
Copy link
Author

Фиксанул ошибки.

code/modules/crafting/craft.dm Outdated Show resolved Hide resolved
code/modules/crafting/craft.dm Outdated Show resolved Hide resolved
code/modules/crafting/craft.dm Outdated Show resolved Hide resolved
code/modules/crafting/craft.dm Outdated Show resolved Hide resolved
Copy link
Contributor

@littleboobs littleboobs left a comment

Choose a reason for hiding this comment

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

это исправить и норм

code/modules/crafting/guncrafting.dm Show resolved Hide resolved
@@ -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("Приклад крепится к ствольной коробке."))
Copy link
Contributor

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("Вам понадобится не менее пяти мотков оберточной бумаги, чтобы закрепить заготовку."))
Copy link
Contributor

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>")
Copy link
Contributor

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>")
Copy link
Contributor

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("Вы обвязываете оберточной бумагой приклад и ствол, чтобы закрепить его."))
Copy link
Contributor

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>")
Copy link
Contributor

Choose a reason for hiding this comment

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

span_danger()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
перевод Съешь же ещё этих мягких французских булок, да выпей чаю
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants