-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Add localization for UI strings in Simplified Chinese #11723
Conversation
Co-authored-by: Ada <[email protected]> Co-authored-by: Peng Liu <[email protected]>
"GeolocateControl.LocationNotAvailable": "位置不可用", | ||
"LogoControl.Title": "Mapbox 徽标", | ||
"Map.Title": "地图", | ||
"NavigationControl.ResetBearing": "将方位重置为北", |
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.
What does Bearing mean?
The Chinese translation means "Reset the location to North"
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.
@Jing-flyloveyin Bearing is the direction you're facing.
For you reference, this is the original English strings to compare with https://github.com/mapbox/mapbox-gl-js/blob/main/src/ui/default_locale.js
Also, #11733 for more context.
Hey 👋
This PR adds translations for UI strings we use in GL JS into Simplified Chinese. We translated the UI strings automatically using the Google Translate API, and we need to verify that the translation is correct.
To help us verify the translations, you can open the
Files changed
tab on this page and compare the translations with the original filesrc/ui/default_locale.js
.If the translation looks good, you can approve it using the
Review changes
button in theFiles changed
tab and selecting theApprove
radio button when submitting the review.To improve the machine translation, you can click the plus sign next to the line you want to enhance and select the suggestion button on the toolbar.
After making the suggestions, you can mark the review as finished using the
Review changes
button and selecting theRequest changes
radio button.Thanks for helping 🙌