-
Notifications
You must be signed in to change notification settings - Fork 570
[ru] Localize Service Discovery
#3412
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
base: dev-ru
Are you sure you want to change the base?
Conversation
Signed-off-by: Kirill Kononovich <41591254+kirkonru@users.noreply.github.com> Translate title - distributed-systems.md Signed-off-by: Kirill Kononovich <41591254+kirkonru@users.noreply.github.com>
Signed-off-by: Kirill Kononovich <41591254+kirkonru@users.noreply.github.com>
✅ Deploy Preview for cncfglossary ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
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.
Great work! My suggestions are tiny and open for discussion 😅
tags: ["networking", "", ""] | ||
--- | ||
|
||
Обнаружение сервисов — это процесс поиска отдельных инстансов, составляющих сервис. |
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.
I suggest adding the original term since it's very common.
Обнаружение сервисов — это процесс поиска отдельных инстансов, составляющих сервис. | |
Обнаружение сервисов (service discovery) — это процесс поиска отдельных инстансов, составляющих сервис. |
|
||
## Как именно решает проблему | ||
|
||
Обнаружение сервисов отслеживает приложения в сети, чтобы те могли находить друг друга при необходимости. |
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.
IMHO, "механизм" is more of a concept (hence I use this word above) and "движки" are more about implementation.
Механизмы обнаружения сервисов — это похожие на базы данных инструменты, которые хранят информацию о том, какие сервисы существуют и как их найти. | |
Движки для обнаружения сервисов — это похожие на базы данных инструменты, которые хранят информацию о том, какие сервисы существуют и как их найти. |
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.
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.
Describe your changes
Localize Service Discovery into Russian.
Related issue number or link (ex:
resolves #issue-number
)Service Discovery
into Russian #3331Checklist before opening this PR (put
x
in the checkboxes)git commit -s
) is to affirm that commits comply DCO. If you are working locally, you could add an alias to yourgitconfig
by runninggit config --global alias.ci "commit -s"
.