mapbox-gl-js icon indicating copy to clipboard operation
mapbox-gl-js copied to clipboard

Add localization for UI strings in Czech

Open stepankuzmin opened this issue 2 years ago • 0 comments

Hey 👋

This PR adds translations for UI strings we use in GL JS into Czech. 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 file src/ui/default_locale.js.

To improve the machine translation, click the plus sign next to the line you want to enhance in the Files changed tab and suggest a translation.

If the translation looks good, you can approve it in the PR's comments section below.

Thanks for helping 🙌

Context Screenshot
ID: AttributionControl.ToggleAttribution
English: Toggle attribution
Context: Tooltip text on AttributionControl hover
Screenshot 2022-04-12 at 12 22 53
ID: AttributionControl.MapFeedback
English: Map feedback
Context: Accessibility label for the Improve this map link in the expanded AttributionControl. That label can be read by assistive technology
Screenshot 2022-04-11 at 21 40 33
ID: FullscreenControl.Enter
English: Enter fullscreen
Context: Tooltip text on FullscreenControl hover when not in the fullscreen mode
Screenshot 2022-04-12 at 12 31 49
ID: FullscreenControl.Exit
English: Exit fullscreen
Context: Tooltip text on FullscreenControl hover when in the fullscreen mode
Screenshot 2022-04-12 at 12 31 58
ID: GeolocateControl.FindMyLocation
English: Find my location
Context: Tooltip text on GeolocateControl hover
Screenshot 2022-04-12 at 12 34 57
ID: GeolocateControl.LocationNotAvailable
English: Location not available
Context: Tooltip text on GeolocateControl hover when we can't locate user
Screenshot 2022-04-12 at 12 35 08
ID: LogoControl.Title
English: Mapbox logo
Context: Accessibility label for the Mapbox logo image. That label can be read by assistive technology
Screenshot 2022-04-12 at 12 38 52
ID: Map.Title
English: Map
Context: Accessibility label for the map canvas element on the webpage. That label can be read by assistive technology
Screenshot 2022-04-12 at 12 42 03
ID: NavigationControl.ResetBearing
English: Reset bearing to north
Context: Tooltip text on bearing button in NavigationControl
Screenshot 2022-04-12 at 12 45 06
ID: NavigationControl.ZoomIn
English: Zoom in
Context: Tooltip text on plus button in NavigationControl
Screenshot 2022-04-12 at 12 45 56
ID: NavigationControl.ZoomOut
English: Zoom out
Context: Tooltip text on minus button in NavigationControl
Screenshot 2022-04-12 at 12 46 02
ID: ScrollZoomBlocker.CtrlMessage
English: Use ctrl + scroll to zoom the map
Context: Text on map blocker alert when cooperative gestures are enabled
Screenshot 2022-04-12 at 13 08 03
ID: ScrollZoomBlocker.CmdMessage
English: Use ⌘ + scroll to zoom the map
Context: Text on map blocker alert when cooperative gestures are enabled
Screenshot 2022-04-12 at 13 08 03
ID: TouchPanBlocker.Message
English: Use two fingers to move the map
Context: Text on map blocker alert when cooperative gestures are enabled
IMG_A42AFAB7325C-1

stepankuzmin avatar Apr 11 '22 13:04 stepankuzmin