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

Translated TabController #15

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

Conversation

Copy link
Collaborator

@duynht duynht left a 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

@duynht
Copy link
Collaborator

duynht commented Apr 8, 2020

On second thought, @truongsinh or @lightkeima please check if you approve the changes before we merge this.

Copy link
Collaborator

@ntvthuyen ntvthuyen left a 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.
Copy link
Collaborator

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"

Copy link
Owner

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 😅

Copy link
Collaborator

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.
Copy link
Collaborator

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.
Copy link
Owner

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 😅

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.

4 participants