-
Notifications
You must be signed in to change notification settings - Fork 12
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
Translated TabController #15
base: master
Are you sure you want to change the base?
Conversation
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.
Very good. We can have some minor improvements later. I'll merge this now
On second thought, @truongsinh or @lightkeima please check if you approve the changes before we merge this. |
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 suggest to change it like this.
If you don't want to, tell me and Duy to merge the pull request
Generally, users shift focus to a text field by tapping, | ||
and developers shift focus to a text field programmatically by | ||
using the tools described in this recipe. | ||
Khi một ô text được chọn và đang chờ được nhập vào gọi là trường text đó đang được focus (tập trung). Về cơ bản, người dùng sẽ focus vào một ô text bằng cách nhấn vào màn hình, còn lập trình viên sẽ focus một ô text bằng cách dùng các công cụ có trong bài hướng dẫn này. |
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.
"Một trường text gọi là đang được focus (tập trung) khi nó được chọn và đang chờ được nhập vào"
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.
Frankly, both @TranNamLoc and @lightkeima 's text still not sufficiently clear to me 😅
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.
"được chọn và cho phép người dùng nhập vào"?, Should we add something like "ví dụ, người dùng nhấp vào ô text và bàn phím sẽ hiển thị để người dùng có thể nhập văn bản vào ô text đó." ?
you can set the focus to the text field for the search term. | ||
This allows the user to start typing as soon as the screen | ||
is visible, without needing to manually tap the text field. | ||
Kiểm soát focus là công cụ nền tảng để tạo ra các biểu mẫu dễ dùng. Ví dụ, mình có một màn hình để tìm và tra cứu. Trên màn hình đó có một ô để nhập text. Khi người dùng mở ra màn hình này, mình có thể cho focus vào ô text đó. Như vậy, người dùng có thể nhập liệu vào ngay khi tới màn hình này mà không cần phải chọn vào ô text. |
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.
"Khi người dùng mở ra màn hình này, mình có thể cho focus vào ô text đó" => "Có thể cho focus vào ô text ngay khi màn hình vừa được người dùng mở"
Generally, users shift focus to a text field by tapping, | ||
and developers shift focus to a text field programmatically by | ||
using the tools described in this recipe. | ||
Khi một ô text được chọn và đang chờ được nhập vào gọi là trường text đó đang được focus (tập trung). Về cơ bản, người dùng sẽ focus vào một ô text bằng cách nhấn vào màn hình, còn lập trình viên sẽ focus một ô text bằng cách dùng các công cụ có trong bài hướng dẫn này. |
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.
Frankly, both @TranNamLoc and @lightkeima 's text still not sufficiently clear to me 😅
Preview: