-
Notifications
You must be signed in to change notification settings - Fork 554
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
[ru] Localize portability.md #3360
base: dev-ru
Are you sure you want to change the base?
Conversation
Signed-off-by: Victoria Likhanova <[email protected]>
✅ 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.
A few corrections and suggestions from me.
@@ -0,0 +1,13 @@ | |||
--- | |||
title: Portability |
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.
title: Portability | |
title: Портируемость |
tags: ["fundamental", "property", ""] | ||
--- | ||
|
||
Переносимость — это характеристика программного обеспечения, которая позволяет использовать его многократно, избегая привязки к определенным операционным средам, таким как облачные провайдеры, операционные системы или вендоры. |
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 think «портируемость» is preferable (and Wikipedia seems to agree with me).
Переносимость — это характеристика программного обеспечения, которая позволяет использовать его многократно, избегая привязки к определенным операционным средам, таким как облачные провайдеры, операционные системы или вендоры. | |
Портируемость (или переносимость) — это характеристика программного обеспечения, которая позволяет использовать его повсеместно, избегая привязки к определенным операционным средам, таким как облачные провайдеры, операционные системы или вендоры. |
Программное обеспечение зачастую разрабатывается под конкретные среды, например AWS или Linux. | ||
Переносимое ПО, напротив, способно работать в разных средах без значительной доработки. | ||
Приложение считается переносимым, если для его адаптации к новой среде требуется затратить разумный объем усилий. | ||
Фраза «перенести» означает модифицировать ПО и сделать его совместимым с другой вычислительной системой. |
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.
Фраза «перенести» означает модифицировать ПО и сделать его совместимым с другой вычислительной системой. | |
Слово «перенести» (или «портировать») означает модифицировать ПО и сделать его совместимым с другой компьютерной системой. |
Describe your changes
This PR adds RU localization of portability.
Related issue number #3265
Checklist 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"
.