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 Slovak #11715

Open
wants to merge 2 commits into
base: l10n-ui
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
20 changes: 20 additions & 0 deletions src/ui/locales/sk.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// @flow

const locale = {
"AttributionControl.ToggleAttribution": "Prepnúť pripisovanie",
"AttributionControl.MapFeedback": "Spätná väzba na mapu",
"FullscreenControl.Enter": "Prejsť na celú obrazovku",
"FullscreenControl.Exit": "Ukončiť celú obrazovku",
"GeolocateControl.FindMyLocation": "Nájsť moju polohu",
"GeolocateControl.LocationNotAvailable": "Poloha nie je k dispozícii",
"LogoControl.Title": "Logo Mapboxu",
"Map.Title": "Mapa",
"NavigationControl.ResetBearing": "Obnovte azimut na sever",

Choose a reason for hiding this comment

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

Replace with "Obnoviť azimut na sever"

"NavigationControl.ZoomIn": "Priblížiť",
"NavigationControl.ZoomOut": "Oddialiť",
"ScrollZoomBlocker.CtrlMessage": "Na priblíženie mapy použite ctrl + rolovanie",
"ScrollZoomBlocker.CmdMessage": "Na priblíženie mapy použite ⌘ + posúvanie",

Choose a reason for hiding this comment

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

Replace with "Na priblíženie mapy použite ⌘ + rolovanie"

"TouchPanBlocker.Message": "Na posúvanie mapy použite dva prsty"
};

export default locale;