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 Greek #11695

Open
wants to merge 3 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/el.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// @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": "Σμίκρυνση",
"ScrollZoomBlocker.CtrlMessage": "Χρησιμοποιήστε τα πλήκτρα ctrl + scroll για να μεγεθύνετε τον χάρτη",
"ScrollZoomBlocker.CmdMessage": "Χρησιμοποιήστε ⌘ + κύλιση για μεγέθυνση του χάρτη",
"TouchPanBlocker.Message": "Χρησιμοποιήστε δύο δάχτυλα για να μετακινήσετε τον χάρτη"
};

export default locale;