Skip to content

Commit

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

const locale = {
"AttributionControl.ToggleAttribution": "Attributierung umschalten",

This comment has been minimized.

Copy link
@kkaefer

kkaefer May 25, 2022

Member

This still has the old string?

This comment has been minimized.

Copy link
@stepankuzmin

stepankuzmin May 25, 2022

Author Contributor

The fix was included in the UI strings localization PR #11733

"AttributionControl.ToggleAttribution": "Attribuierung umschalten",

"AttributionControl.MapFeedback": "Karten-Feedback",
"FullscreenControl.Enter": "Vollbildmodus aktivieren",
"FullscreenControl.Exit": "Vollbildmodus beenden",
"GeolocateControl.FindMyLocation": "Finde meinen Standort",
"GeolocateControl.LocationNotAvailable": "Position nicht verfügbar",
"LogoControl.Title": "Mapbox-Logo",
"Map.Title": "Karte",
"NavigationControl.ResetBearing": "Setze die Orientierung auf Norden zurück",
"NavigationControl.ZoomIn": "Hineinzoomen",
"NavigationControl.ZoomOut": "Herauszoomen",
"ScaleControl.Feet": "ft",
"ScaleControl.Meters": "m",
"ScaleControl.Kilometers": "km",
"ScaleControl.Miles": "mi",
"ScaleControl.NauticalMiles": "nm",
"ScrollZoomBlocker.CtrlMessage": "Verwenden Sie Strg + Scrollen, um die Karte zu zoomen",
"ScrollZoomBlocker.CmdMessage": "Verwenden Sie ⌘ + Scrollen, um die Karte zu zoomen",
"TouchPanBlocker.Message": "Verwenden Sie zwei Finger, um die Karte zu verschieben"
};

export default locale;

0 comments on commit 5fa3e79

Please sign in to comment.