Skip to content

Commit

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

const locale = {
"AttributionControl.ToggleAttribution": "Slå attribuering til/fra",
"AttributionControl.MapFeedback": "Feedback om kortet",
"FullscreenControl.Enter": "Skift til fuld skærm",
"FullscreenControl.Exit": "Luk fuld skærm",
"GeolocateControl.FindMyLocation": "Find min position",
"GeolocateControl.LocationNotAvailable": "Position utilgængelig",
"LogoControl.Title": "Mapbox logo",
"Map.Title": "Kort",
"NavigationControl.ResetBearing": "Nulstil pejling til nord",
"NavigationControl.ZoomIn": "Zoom ind",
"NavigationControl.ZoomOut": "Zoom ud",
"ScaleControl.Feet": "ft",
"ScaleControl.Meters": "m",
"ScaleControl.Kilometers": "km",
"ScaleControl.Miles": "mil",
"ScaleControl.NauticalMiles": "sømil",
"ScrollZoomBlocker.CtrlMessage": "Brug ctrl + scroll for at zoome ind på kortet",
"ScrollZoomBlocker.CmdMessage": "Brug ⌘ + scroll for at zoome ind på kortet",
"TouchPanBlocker.Message": "Brug to fingre til at flytte kortet"
};

export default locale;

0 comments on commit e6fadd2

Please sign in to comment.