-
Notifications
You must be signed in to change notification settings - Fork 570
[ru] Localize SRE
#3409
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?
[ru] Localize SRE
#3409
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.
Just a few minor suggestions from me.
--- | ||
|
||
Site Reliability Engineering или SRE — это дисциплина, которая сочетает в себе эксплуатацию и разработку программного обеспечения. | ||
Последняя применяется, в частности, к проблемам инфраструктуры и эксплуатации. |
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.
Can be a matter of personal preference, but I'd like this accent more.
Последняя применяется, в частности, к проблемам инфраструктуры и эксплуатации. | |
Причём последняя применяется к проблемам инфраструктуры и эксплуатации. |
Site Reliability Engineering или SRE — это дисциплина, которая сочетает в себе эксплуатацию и разработку программного обеспечения. | ||
Последняя применяется, в частности, к проблемам инфраструктуры и эксплуатации. | ||
То есть вместо разработки функций продукта, SRE-инженеры создают системы для запуска приложений. | ||
Этот подход похож на [DevOps](/ru/devops/): DevOps фокусируется на доставке кода в production, |
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.
Этот подход похож на [DevOps](/ru/devops/): DevOps фокусируется на доставке кода в production, | |
Этот подход близок к [DevOps](/ru/devops/): DevOps фокусируется на доставке кода в production, |
SRE-подход позволяет минимизировать затраты, время и усилия на разработку программного обеспечения | ||
за счет непрерывного улучшения базовой системы. | ||
Система постоянно измеряет и контролирует состояние инфраструктуры и компонентов приложений. | ||
В случае возникновения проблем, система указывает SRE-инженерам, когда, где и как их устранить. |
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.
В случае возникновения проблем, система указывает SRE-инженерам, когда, где и как их устранить. | |
В случае возникновения проблем система указывает SRE-инженерам, когда, где и как их устранить. |
## Как именно решает проблему | ||
|
||
SRE-подход позволяет минимизировать затраты, время и усилия на разработку программного обеспечения | ||
за счет непрерывного улучшения базовой системы. |
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'd prefer this literal translation since "basic" makes me confused.
за счет непрерывного улучшения базовой системы. | |
за счет непрерывного улучшения нижележащей системы. |
Describe your changes
Localize SRE into Russian.
Related issue number or link (ex:
resolves #issue-number
)Site Reliability Engineering
into Russian #3336Checklist 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"
.