Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add localization for UI strings in Ukrainian #11689

Merged
merged 17 commits into from
Apr 12, 2022
Merged
25 changes: 25 additions & 0 deletions src/ui/locales/uk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
// @flow

const locale = {
"AttributionControl.ToggleAttribution": "Показати атрибуцію",
"AttributionControl.MapFeedback": "Відгук про мапу",
"FullscreenControl.Enter": "Перейти у повноекранний режим",
"FullscreenControl.Exit": "Вийти з повноекранного режиму",
"GeolocateControl.FindMyLocation": "Показати моє місцезнаходження",
"GeolocateControl.LocationNotAvailable": "Немає даних про місцезнаходження",
"LogoControl.Title": "Логотип Mapbox",
"Map.Title": "Мапа",
"NavigationControl.ResetBearing": "Орієнтувати мапу на північ",
"NavigationControl.ZoomIn": "Наблизити",
"NavigationControl.ZoomOut": "Віддалити",
"ScaleControl.Feet": "фт",
"ScaleControl.Meters": "м",
"ScaleControl.Kilometers": "км",
"ScaleControl.Miles": "миль",
"ScaleControl.NauticalMiles": "м. миль",
"ScrollZoomBlocker.CtrlMessage": "Прокрутіть з натиснутим Ctrl для масштабування мапи",
"ScrollZoomBlocker.CmdMessage": "Прокрутіть з натиснутим ⌘ для масштабування мапи",
"TouchPanBlocker.Message": "Рухайте мапу двома пальцями"
};

export default locale;