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

Translate "commit" to Ukrainian #690

Merged
merged 3 commits into from
Sep 4, 2024

Conversation

sofiiamatios
Copy link
Contributor

Fill in each of the sections (using NA for those that are not applicable).

Author:

  • Sofiia Matios

Language:

  • Ukrainian

Terms defined:

  • commit

@olexandr-konovalov olexandr-konovalov added lang: ua issues and PR for Ukrainian entries Do not merge labels Jun 11, 2024
glossary.yml Outdated
uk:
term: "коміт"
def: >
Як дієслово, це дія збереженя набору змін до бази даних або [системи контролю версій](#version_control_system)
Copy link
Contributor

Choose a reason for hiding this comment

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

Переклад трохи не підходить, якщо перекладати дослівно. В українській мові нема дієслова "коміт", зазвичай кажуть "робити коміт", тому "Як дієслово" не дуже підходить.

Наприклад, можна перекласти на щось типу знімок стану програми в репозиторії але трохи краще

Copy link
Contributor Author

Choose a reason for hiding this comment

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

трохи змінила переклад. що думаєш зараз?

Copy link
Collaborator

Choose a reason for hiding this comment

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

Для лексики, повʼязаної з контролем версій, дивіться також https://ukrainian-carpentries.github.io/git-novice/reference.html#glossary та інші сторінки з того уроку

glossary.yml Outdated Show resolved Hide resolved
glossary.yml Outdated
uk:
term: "коміт"
def: >
Робити коміт - зберегти набір змін до бази даних або [репозиторій](#repository) [системи контролю версій](#version_control_system).
Copy link
Collaborator

Choose a reason for hiding this comment

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

або "робити коміт - зберігати ...", або "зробити коміт - зберегти..."

Copy link
Collaborator

Choose a reason for hiding this comment

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

@sofiiamatios Marked as resolved, but not changed?

One more thing: репозиторій -> репозиторію

glossary.yml Outdated Show resolved Hide resolved
Copy link
Collaborator

@olexandr-konovalov olexandr-konovalov left a comment

Choose a reason for hiding this comment

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

@sofiiamatios this still waits to be updated

glossary.yml Outdated
uk:
term: "коміт"
def: >
Робити коміт - зберегти набір змін до бази даних або [репозиторій](#repository) [системи контролю версій](#version_control_system).
Copy link
Collaborator

Choose a reason for hiding this comment

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

@sofiiamatios Marked as resolved, but not changed?

One more thing: репозиторій -> репозиторію

glossary.yml Outdated
uk:
term: "коміт"
def: >
Робити коміт - зберегти набір змін до бази даних або [репозиторій](#repository) [системи контролю версій](#version_control_system).

Choose a reason for hiding this comment

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

It would have been better without "Робити коміт" part on the start

It could look something like this: "Збереження набору змін до бази даних або репозиторію системи контролю версій."

Copy link
Collaborator

Choose a reason for hiding this comment

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

We want to convey that comit can be used as a verb and as a noun though...

Copy link

@YehorBoiar YehorBoiar Jun 23, 2024

Choose a reason for hiding this comment

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

@olexandr-konovalov I think we had this conversation with the "fork" term #706:

  • "Я не впевнений що в Українській мові ми можемо сказати "форк" як дієслово. "Зробити fork" буде означати зробити гілку, але тут дієслово вже "зробити" а не "fork". Ми також можемо сказати "фократи", але це вже сленг."
  • "Саме так! Взагалі, я мав на увазі не використовувати "форк" як дієслово, а пояснити, що у англійській мові воно може бути так використано. ОК, залишимо як є, тоді тільки змінить "власник якої"

We can't exactly "convey" this term as a noun unless we use slang "коммітити". Instead, we can explain that it could be used as a verb in English, but, I think, that we should translate it only as a noun.

Copy link
Collaborator

Choose a reason for hiding this comment

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

I see your point. But in this case commit as "Збереження набору змін..." is a process. Still does not look optimal...

Choose a reason for hiding this comment

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

We could have 2 paragraphs.
"Збереження набору змін..."
"And a noun definition..."
It would make it work I think.

glossary.yml Outdated
term: "коміт"
def: >
Робити коміт - зберегти набір змін до бази даних або [репозиторій](#repository) [системи контролю версій](#version_control_system).
У цьому випадку, зміни, які були збережені, називаються комітом.

Choose a reason for hiding this comment

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

"зміни, які були збережені" -> "збережені зміни"
Nice and short

Copy link
Collaborator

Choose a reason for hiding this comment

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

+1

@olexandr-konovalov
Copy link
Collaborator

olexandr-konovalov commented Jun 26, 2024

Дискусія вище заплутана - отже, з її урахуванням я пропоную наступне:

Зробити коміт - зберегти набір змін до бази даних
або [репозиторію](#repository) [системи контролю версій](#version_control_system).
У цьому випадку збережені зміни називаються комітом.

@sofiiamatios @YehorBoiar @Herobread - думки?

@Herobread
Copy link
Contributor

sounds good

@YehorBoiar
Copy link

LGTM

@olexandr-konovalov
Copy link
Collaborator

Отже, чекаємо змін від @sofiiamatios

@olexandr-konovalov olexandr-konovalov merged commit 5457067 into carpentries:main Sep 4, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lang: ua issues and PR for Ukrainian entries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants