-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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 Japanese #11704
Conversation
So far, all of Yoshi-san's review are good and no more comment. But, will we be able to check screenshot for this UI? Are these strings will be fit into one line? (Sometime double bite character / sentences are longer than English one.) If we will have more context, we will be able to provide better one. |
Co-authored-by: Yoshi Yazawa <[email protected]>
Hey @YoshiYazawa and @naomism 👋 Thanks for your contribution! I've created a list of screenshots to add more context here #11733 |
"AttributionControl.MapFeedback": "マップフィードバック", | ||
"FullscreenControl.Enter": "フルスクリーンに入る", | ||
"FullscreenControl.Exit": "全画面表示を終了", | ||
"GeolocateControl.FindMyLocation": "私の場所を探す", |
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.
"GeolocateControl.FindMyLocation": "私の場所を探す", | |
"GeolocateControl.FindMyLocation": "現在地取得", |
"FullscreenControl.Enter": "フルスクリーンに入る", | ||
"FullscreenControl.Exit": "全画面表示を終了", | ||
"GeolocateControl.FindMyLocation": "私の場所を探す", | ||
"GeolocateControl.LocationNotAvailable": "場所は利用できません", |
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.
"GeolocateControl.LocationNotAvailable": "場所は利用できません", | |
"GeolocateControl.LocationNotAvailable": "現在地を特定できません", |
"FullscreenControl.Exit": "全画面表示を終了", | ||
"GeolocateControl.FindMyLocation": "私の場所を探す", | ||
"GeolocateControl.LocationNotAvailable": "場所は利用できません", | ||
"LogoControl.Title": "Mapboxのロゴ", |
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.
"LogoControl.Title": "Mapboxのロゴ", | |
"LogoControl.Title": "Mapbox ロゴ", |
"Map.Title": "地図", | ||
"NavigationControl.ResetBearing": "ベアリングを北にリセット", | ||
"NavigationControl.ZoomIn": "ズームイン", | ||
"NavigationControl.ZoomOut": "ズームアウトする", |
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.
"NavigationControl.ZoomOut": "ズームアウトする", | |
"NavigationControl.ZoomOut": "ズームアウト", |
"ScaleControl.Feet": "フィート", | ||
"ScaleControl.Meters": "m", | ||
"ScaleControl.Kilometers": "km", | ||
"ScaleControl.Miles": "自分", |
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.
"ScaleControl.Miles": "自分", | |
"ScaleControl.Miles": "マイル", |
"ScaleControl.Meters": "m", | ||
"ScaleControl.Kilometers": "km", | ||
"ScaleControl.Miles": "自分", | ||
"ScaleControl.NauticalMiles": "nm", |
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.
"ScaleControl.NauticalMiles": "nm", | |
"ScaleControl.NauticalMiles": "海里", |
"ScaleControl.Kilometers": "km", | ||
"ScaleControl.Miles": "自分", | ||
"ScaleControl.NauticalMiles": "nm", | ||
"ScrollZoomBlocker.CtrlMessage": "Ctrlキーを押しながらスクロールして地図をズームします", |
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.
"ScrollZoomBlocker.CtrlMessage": "Ctrlキーを押しながらスクロールして地図をズームします", | |
"ScrollZoomBlocker.CtrlMessage": "Ctrl+スクロールを使用して地図をズームします", |
"ScaleControl.NauticalMiles": "nm", | ||
"ScrollZoomBlocker.CtrlMessage": "Ctrlキーを押しながらスクロールして地図をズームします", | ||
"ScrollZoomBlocker.CmdMessage": "⌘+スクロールを使用して地図をズームします", | ||
"TouchPanBlocker.Message": "2本の指で地図を移動します" |
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.
"TouchPanBlocker.Message": "2本の指で地図を移動します" | |
"TouchPanBlocker.Message": "2本指で地図をスクロールします" |
* Add localization for UI strings in Japanese * Apply suggestions from code review Co-authored-by: Yoshi Yazawa <[email protected]> Co-authored-by: Yoshi Yazawa <[email protected]>
* Add localization for UI strings in Japanese * Apply suggestions from code review Co-authored-by: Yoshi Yazawa <[email protected]> Co-authored-by: Yoshi Yazawa <[email protected]>
Hey 👋
This PR adds translations for UI strings we use in GL JS into Japanese. 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 🙌