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

[ru] Localize portability.md #3360

Open
wants to merge 1 commit into
base: dev-ru
Choose a base branch
from

Conversation

vickylikh
Copy link
Contributor

@vickylikh vickylikh commented Dec 1, 2024

Describe your changes

This PR adds RU localization of portability.

Related issue number #3265

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".

Signed-off-by: Victoria Likhanova <[email protected]>
@github-actions github-actions bot added the lang/ru for Russian label Dec 1, 2024
Copy link

netlify bot commented Dec 1, 2024

Deploy Preview for cncfglossary ready!

Name Link
🔨 Latest commit 7ccbb1e
🔍 Latest deploy log https://app.netlify.com/sites/cncfglossary/deploys/674c4bef441bb40008aa713a
😎 Deploy Preview https://deploy-preview-3360--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.

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.

A few corrections and suggestions from me.

@@ -0,0 +1,13 @@
---
title: Portability
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
title: Portability
title: Портируемость

tags: ["fundamental", "property", ""]
---

Переносимость — это характеристика программного обеспечения, которая позволяет использовать его многократно, избегая привязки к определенным операционным средам, таким как облачные провайдеры, операционные системы или вендоры.
Copy link
Collaborator

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).

Suggested change
Переносимость — это характеристика программного обеспечения, которая позволяет использовать его многократно, избегая привязки к определенным операционным средам, таким как облачные провайдеры, операционные системы или вендоры.
Портируемость (или переносимость) — это характеристика программного обеспечения, которая позволяет использовать его повсеместно, избегая привязки к определенным операционным средам, таким как облачные провайдеры, операционные системы или вендоры.

Программное обеспечение зачастую разрабатывается под конкретные среды, например AWS или Linux.
Переносимое ПО, напротив, способно работать в разных средах без значительной доработки.
Приложение считается переносимым, если для его адаптации к новой среде требуется затратить разумный объем усилий.
Фраза «перенести» означает модифицировать ПО и сделать его совместимым с другой вычислительной системой.
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
Фраза «перенести» означает модифицировать ПО и сделать его совместимым с другой вычислительной системой.
Слово «перенести» (или «портировать») означает модифицировать ПО и сделать его совместимым с другой компьютерной системой.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang/ru for Russian
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants