Skip to content

Chinese translation error in List<T>.Remove(T) #11228

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

Open
Solid-Rock-Z opened this issue Apr 23, 2025 · 0 comments
Open

Chinese translation error in List<T>.Remove(T) #11228

Solid-Rock-Z opened this issue Apr 23, 2025 · 0 comments
Labels
area-Infrastructure loc Indicates issues that are about localized content untriaged New issue has not been triaged by the area owner

Comments

@Solid-Rock-Z
Copy link

in the web page: List.Remove(T) 方法

Original web page:
Returns
Boolean
true if item is successfully removed; otherwise, false. This method also returns false if item was not found in the List.

Chinese web page:
返回
Boolean
如果成功移除了 item,则为 true;否则为 false。 如果在 false 中没有找到 item,则此方法也会返回 [List]。

It should be translated as:
返回
Boolean
如果成功移除了 item,则为 true;否则为 false。 如果在 List中没有找到 item,则此方法也会返回 false。

@dotnet-policy-service dotnet-policy-service bot added the untriaged New issue has not been triaged by the area owner label Apr 23, 2025
@github-actions github-actions bot added the needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners label Apr 23, 2025
@gewarren gewarren added loc Indicates issues that are about localized content area-Infrastructure and removed needs-area-label An area label is needed to ensure this gets routed to the appropriate area owners labels Apr 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-Infrastructure loc Indicates issues that are about localized content untriaged New issue has not been triaged by the area owner
Projects
None yet
Development

No branches or pull requests

2 participants