Skip to content

Conversation

@kirkonru
Copy link
Collaborator

@kirkonru kirkonru commented Mar 3, 2025

Describe your changes

Localize Service Discovery into Russian.

Related issue number or link (ex: resolves #issue-number)

Checklist before opening this PR (put x in the checkboxes)

  • This PR does not contain plagiarism
    • don’t copy other people’s work unless you are quoting and contributing it to them.
  • I have signed off on all commits
    • signing off (ex: git commit -s) is to affirm that commits comply DCO. If you are working locally, you could add an alias to your gitconfig by running git config --global alias.ci "commit -s".

@netlify
Copy link

netlify bot commented Mar 3, 2025

Deploy Preview for cncfglossary ready!

Name Link
🔨 Latest commit a43b9a0
🔍 Latest deploy log https://app.netlify.com/sites/cncfglossary/deploys/67c5c63951cf3100089daaea
😎 Deploy Preview https://deploy-preview-3412--cncfglossary.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@kirkonru kirkonru linked an issue Mar 3, 2025 that may be closed by this pull request
@kirkonru kirkonru moved this from In progress to Review in progress in Board to track Russian localization progress Mar 3, 2025
Copy link
Collaborator

@shurup shurup left a comment

Choose a reason for hiding this comment

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

Great work! My suggestions are tiny and open for discussion 😅

tags: ["networking", "", ""]
---

Обнаружение сервисов — это процесс поиска отдельных инстансов, составляющих сервис.
Copy link
Collaborator

Choose a reason for hiding this comment

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

I suggest adding the original term since it's very common.

Suggested change
Обнаружение сервисов — это процесс поиска отдельных инстансов, составляющих сервис.
Обнаружение сервисов (service discovery) — это процесс поиска отдельных инстансов, составляющих сервис.


## Как именно решает проблему

Обнаружение сервисов отслеживает приложения в сети, чтобы те могли находить друг друга при необходимости.
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
Обнаружение сервисов отслеживает приложения в сети, чтобы те могли находить друг друга при необходимости.
Механизм обнаружения сервисов отслеживает приложения в сети, чтобы те могли находить друг друга при необходимости.


Обнаружение сервисов отслеживает приложения в сети, чтобы те могли находить друг друга при необходимости.
Оно выступает единым местом для поиска и потенциальной идентификации отдельных сервисов.
Механизмы обнаружения сервисов — это похожие на базы данных инструменты, которые хранят информацию о том, какие сервисы существуют и как их найти.
Copy link
Collaborator

Choose a reason for hiding this comment

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

IMHO, "механизм" is more of a concept (hence I use this word above) and "движки" are more about implementation.

Suggested change
Механизмы обнаружения сервисов — это похожие на базы данных инструменты, которые хранят информацию о том, какие сервисы существуют и как их найти.
Движки для обнаружения сервисов — это похожие на базы данных инструменты, которые хранят информацию о том, какие сервисы существуют и как их найти.

Copy link
Collaborator

Choose a reason for hiding this comment

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

Maybe "Инструменты обнаружения сервисов работают как базы данных: они хранят информацию о том, какие сервисы существуют и как их найти". The word "движки" in this context seems like very unformal and unappropriate though this @shurup adjustment is a correct in the essence and "механизмы" is more about concept.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

lang/ru for Russian

Projects

Development

Successfully merging this pull request may close these issues.

[ru] Localize Service Discovery into Russian

3 participants