Skip to content

Commit

Permalink
Add localization for UI strings in Finnish (#11698)
Browse files Browse the repository at this point in the history
  • Loading branch information
stepankuzmin committed May 20, 2022
1 parent af67f0d commit 4a6b651
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions src/ui/locales/fi.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// @flow

const locale = {
"AttributionControl.ToggleAttribution": "Käytä nimeämistä",
"AttributionControl.MapFeedback": "Karttapalaute",
"FullscreenControl.Enter": "Siirry koko näytön tilaan",
"FullscreenControl.Exit": "Poistu koko näytöstä",
"GeolocateControl.FindMyLocation": "Etsi sijaintini",
"GeolocateControl.LocationNotAvailable": "Sijainti ei saatavilla",
"LogoControl.Title": "Mapboxin logo",
"Map.Title": "Kartta",
"NavigationControl.ResetBearing": "Palauta suuntima pohjoiseen",
"NavigationControl.ZoomIn": "Lähennä",
"NavigationControl.ZoomOut": "Loitonna",
"ScaleControl.Feet": "ft",
"ScaleControl.Meters": "m",
"ScaleControl.Kilometers": "km",
"ScaleControl.Miles": "mi",
"ScaleControl.NauticalMiles": "nm",
"ScrollZoomBlocker.CtrlMessage": "Käytä ctrl + rullaa zoomataksesi karttaa",
"ScrollZoomBlocker.CmdMessage": "Käytä ⌘ + rullaa zoomataksesi karttaa",
"TouchPanBlocker.Message": "Siirrä karttaa kahdella sormella"
};

export default locale;

0 comments on commit 4a6b651

Please sign in to comment.