Skip to content

Commit

Permalink
Add localization for UI strings in Portuguese (#11713)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed May 24, 2022
1 parent 8ff22f1 commit f909387
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/ui/locales/pt.js
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;

1 comment on commit f909387

@katiamaeda
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍🏻

Please sign in to comment.