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

translation: update heap index translation #1620

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

thomasq0
Copy link
Contributor

If this pull request (PR) pertains to Chinese-to-English translation, please confirm that you have read the contribution guidelines and complete the checklist below:

  • This PR represents the translation of a single, complete document, or contains only bug fixes.
  • The translation accurately conveys the original meaning and intent of the Chinese version. If deviations exist, I have provided explanatory comments to clarify the reasons.

If this pull request (PR) is associated with coding or code transpilation, please attach the relevant console outputs to the PR and complete the following checklist:

  • I have thoroughly reviewed the code, focusing on its formatting, comments, indentation, and file headers.
  • I have confirmed that the code execution outputs are consistent with those produced by the reference code (Python or Java).
  • The code is designed to be compatible on standard operating systems, including Windows, macOS, and Ubuntu.

Copy link
Contributor

@K3v123 K3v123 left a comment

Choose a reason for hiding this comment

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

Hi Thomas
thanks for the hard work!
below are just my personal opinion/suggestion.

kind regards


Among these peaks, the highest one always catches the eye first.
The peaks are arranged at various heights, but the highest peak always catches the eye first.
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi Thomas

I felt like the original version may be better with a slight tune:
"Heaps are like towering mountain peaks, stacked and undulating, each with its own unique shape.
Among these peaks, the tallest one always captures attention first."

reasons:
yes the refined version is good, however I felt like it kinda break the imagery a bit, for example "山峰" (peak) suggest unique shape and height, which aligns with the metaphor of heaps (where heap is distinct part of the structure).
"mountain ranges" may change the metaphor slightly. Mountain ranges suggest a collective form rather than distinct peaks, diminishing the emphasis on individuality. The CN version is quite visual and poetic, this change may make it more neutral and less vivid.

(also rather changing "the eye first." -> "captures attention first." is OPTIONAL)

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Thanks @K3v123 for your detailed suggestions. I've adopted some of your suggestions.

  • add "their jagged peaks" to include the peaks.
  • I prefer using "form" over "shape" as the former is three-dimensional.
  • "Among these peaks" misses some details from its Chinese version "座座山峰高低错落", hence I replace it with a complete sentence to reflect the meaning.

@@ -4,6 +4,6 @@

!!! abstract

The heap is like mountain peaks, stacked and undulating, each with its unique shape.
Copy link
Contributor

Choose a reason for hiding this comment

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

"is like" => "resemble", and "stacked" => "layered".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

It appears to me that you were commenting on original translation instead of PR changes. Can you please review the new commit? IMO, "resemble" may not be accurate as it suggests similarity on appearance rather than internal qualities.

Copy link
Contributor

Choose a reason for hiding this comment

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

Hi, I commented directly on the original version because of the previous comment "I felt like the original version may be better with a slight tune".

Copy link
Contributor

Choose a reason for hiding this comment

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

It appears to me that you were commenting on original translation instead of PR changes. Can you please review the new commit? IMO, "resemble" may not be accurate as it suggests similarity on appearance rather than internal qualities.

Hi, Thomas. I still insist on "resemble", as it refers to both physical appearance and inherent characteristics, and it's more formal than "be like".


Among these peaks, the highest one always catches the eye first.
Copy link
Contributor

Choose a reason for hiding this comment

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

  1. "高低错落" has not been shown in the translation. Maybe it could be translated into "rise and fall in a staggered arrangement"
  2. Ich denke, this context is about progressive explanation, not contrast. So "and" is more suitable than "but".

Copy link
Contributor Author

Choose a reason for hiding this comment

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

updated. thanks for your comment.

Copy link
Contributor

@K3v123 K3v123 left a comment

Choose a reason for hiding this comment

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

perfect! again thanks for the hard work!

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

Successfully merging this pull request may close these issues.

3 participants