Add localization for UI strings in Slovenian #11716
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Hey 👋
This PR adds translations for UI strings we use in GL JS into Slovenian. 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
.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 🙌
AttributionControl.ToggleAttribution
English:
Toggle attribution
Context: Tooltip text on
AttributionControl
hoverAttributionControl.MapFeedback
English:
Map feedback
Context: Accessibility label for the
Improve this map
link in the expandedAttributionControl
. That label can be read by assistive technologyFullscreenControl.Enter
English:
Enter fullscreen
Context: Tooltip text on FullscreenControl hover when not in the fullscreen mode
FullscreenControl.Exit
English:
Exit fullscreen
Context: Tooltip text on
FullscreenControl
hover when in the fullscreen modeGeolocateControl.FindMyLocation
English:
Find my location
Context: Tooltip text on
GeolocateControl
hoverGeolocateControl.LocationNotAvailable
English:
Location not available
Context: Tooltip text on
GeolocateControl
hover when we can't locate userLogoControl.Title
English:
Mapbox logo
Context: Accessibility label for the Mapbox logo image. That label can be read by assistive technology
Map.Title
English:
Map
Context: Accessibility label for the map canvas element on the webpage. That label can be read by assistive technology
NavigationControl.ResetBearing
English:
Reset bearing to north
Context: Tooltip text on bearing button in
NavigationControl
NavigationControl.ZoomIn
English:
Zoom in
Context: Tooltip text on plus button in
NavigationControl
NavigationControl.ZoomOut
English:
Zoom out
Context: Tooltip text on minus button in
NavigationControl
ScrollZoomBlocker.CtrlMessage
English:
Use ctrl + scroll to zoom the map
Context: Text on map blocker alert when cooperative gestures are enabled
ScrollZoomBlocker.CmdMessage
English:
Use ⌘ + scroll to zoom the map
Context: Text on map blocker alert when cooperative gestures are enabled
TouchPanBlocker.Message
English:
Use two fingers to move the map
Context: Text on map blocker alert when cooperative gestures are enabled