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

vi: Control flow basics summary #2074

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

Conversation

HuyNVuong
Copy link
Contributor

I prefer using "Lệnh" over "Biểu thức" because AFAIK Biểu thức refer to RHS expression things such as a + b or 100 if a == x else 200.... So Lệnh seems like a better term in the header
Correct me if I'm wrong

Copy link
Contributor

@vohoanglong0107 vohoanglong0107 left a comment

Choose a reason for hiding this comment

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

I agree that Lệnh works better in this context.


#: src/SUMMARY.md src/control-flow-basics/exercise.md
msgid "Exercise: Collatz Sequence"
msgstr ""
msgstr "Bài tập: Chuỗi Collatz"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think this could be translated like this for consistency with other parts of the book:

Suggested change
msgstr "Bài tập: Chuỗi Collatz"
msgstr "Thực hành: Chuỗi Collatz"

@@ -111,11 +111,11 @@ msgstr ""

#: src/SUMMARY.md src/control-flow-basics.md
msgid "Control Flow Basics"
msgstr ""
msgstr "Điểu khiển luồng căn bản"
Copy link
Contributor

Choose a reason for hiding this comment

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

I think Control flow can be used as is here. Reader can get a rough understanding in the Glossary

@@ -139,23 +139,23 @@ msgstr "Labels (nhãn)"

#: src/SUMMARY.md src/control-flow-basics/blocks-and-scopes.md
msgid "Blocks and Scopes"
msgstr ""
msgstr "Blocks (khối lệnh) và scopes (phạm vi)"
Copy link
Contributor

Choose a reason for hiding this comment

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

We have a rough translation of block and scope in the Glossary, so we can use those terms as is in my opinion.

@mgeisler mgeisler changed the title Control flow basics summary vi: Control flow basics summary May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants