-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add localization for UI strings in Portuguese (#11713)
h/t @katiamaeda
- Loading branch information
1 parent
8ff22f1
commit f909387
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
// @flow | ||
|
||
const locale = { | ||
"AttributionControl.ToggleAttribution": "Alternar atribuição", | ||
"AttributionControl.MapFeedback": "Comentários do mapa", | ||
"FullscreenControl.Enter": "Entrar em tela cheia", | ||
"FullscreenControl.Exit": "Sair da tela cheia", | ||
"GeolocateControl.FindMyLocation": "Encontrar minha localização", | ||
"GeolocateControl.LocationNotAvailable": "Local não disponível", | ||
"LogoControl.Title": "Logo do Mapbox", | ||
"Map.Title": "Mapa", | ||
"NavigationControl.ResetBearing": "Redefinir rumo para o norte", | ||
"NavigationControl.ZoomIn": "Ampliar tela", | ||
"NavigationControl.ZoomOut": "Diminuir tela", | ||
"ScaleControl.Feet": "pés", | ||
"ScaleControl.Meters": "m", | ||
"ScaleControl.Kilometers": "km", | ||
"ScaleControl.Miles": "mi", | ||
"ScaleControl.NauticalMiles": "mn", | ||
"ScrollZoomBlocker.CtrlMessage": "Aperte ctrl + rolar para ampliar o mapa", | ||
"ScrollZoomBlocker.CmdMessage": "Aperte ⌘ + rolar para ampliar o mapa", | ||
"TouchPanBlocker.Message": "Use dois dedos para mover o mapa" | ||
}; | ||
|
||
export default locale; |
f909387
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.
👍🏻