Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const atlas: TranslationStrings = { | |
| 'atlas.subtitle': 'Tw贸j 艣lad podr贸偶niczy po 艣wiecie', | |
| 'atlas.countries': 'Kraje', | |
| 'atlas.trips': 'Podr贸偶e', | |
| 'atlas.places': 'Miejsca', | |
| 'atlas.unmark': 'Usu艅', | |
| 'atlas.confirmMark': 'Oznaczy膰 ten kraj jako odwiedzony?', | |
| 'atlas.confirmUnmark': 'Usun膮膰 ten kraj z listy odwiedzonych?', | |
| 'atlas.confirmUnmarkRegion': 'Usun膮膰 ten region z listy odwiedzonych?', | |
| 'atlas.markVisited': 'Oznacz jako odwiedzony', | |
| 'atlas.markVisitedHint': 'Dodaj ten kraj do listy odwiedzonych', | |
| 'atlas.markRegionVisitedHint': 'Dodaj ten region do listy odwiedzonych', | |
| 'atlas.addToBucket': 'Dodaj do listy marze艅', | |
| 'atlas.addPoi': 'Dodaj miejsce', | |
| 'atlas.bucketNamePlaceholder': 'Nazwa (kraj, miasto, miejsce...)', | |
| 'atlas.month': 'Miesi膮c', | |
| 'atlas.year': 'Rok', | |
| 'atlas.addToBucketHint': 'Zapisz jako miejsce, kt贸re chcesz odwiedzi膰', | |
| 'atlas.bucketWhen': 'Kiedy planujesz je odwiedzi膰?', | |
| 'atlas.statsTab': 'Statystyki', | |
| 'atlas.bucketTab': 'Lista marze艅', | |
| 'atlas.addBucket': 'Dodaj do listy marze艅', | |
| 'atlas.bucketNotesPlaceholder': 'Notatki (opcjonalnie)', | |
| 'atlas.bucketEmpty': 'Twoja lista marze艅 jest pusta', | |
| 'atlas.bucketEmptyHint': 'Dodaj miejsca, kt贸re chcesz odwiedzi膰', | |
| 'atlas.days': 'Dni', | |
| 'atlas.visitedCountries': 'Odwiedzone kraje', | |
| 'atlas.cities': 'Miasta', | |
| 'atlas.noData': 'Brak danych o podr贸偶ach', | |
| 'atlas.noDataHint': | |
| 'Utw贸rz podr贸偶 i dodaj miejsca, aby zobaczy膰 swoj膮 map臋 艣wiata', | |
| 'atlas.lastTrip': 'Ostatnia podr贸偶', | |
| 'atlas.nextTrip': 'Nast臋pna podr贸偶', | |
| 'atlas.daysLeft': 'dni do wyjazdu', | |
| 'atlas.streak': 'Seria', | |
| 'atlas.years': 'lata', | |
| 'atlas.yearInRow': 'rok z rz臋du', | |
| 'atlas.yearsInRow': 'lat z rz臋du', | |
| 'atlas.tripIn': 'podr贸偶 w', | |
| 'atlas.tripsIn': 'podr贸偶y w', | |
| 'atlas.since': 'od', | |
| 'atlas.europe': 'Europa', | |
| 'atlas.asia': 'Azja', | |
| 'atlas.northAmerica': 'Ameryka Pn.', | |
| 'atlas.southAmerica': 'Ameryka Pd.', | |
| 'atlas.africa': 'Afryka', | |
| 'atlas.oceania': 'Oceania', | |
| 'atlas.other': 'Inne', | |
| 'atlas.firstVisit': 'Pierwsza podr贸偶', | |
| 'atlas.lastVisitLabel': 'Ostatnia podr贸偶', | |
| 'atlas.tripSingular': 'Podr贸偶', | |
| 'atlas.tripPlural': 'Podr贸偶e', | |
| 'atlas.placeVisited': 'Odwiedzone miejsce', | |
| 'atlas.placesVisited': 'Odwiedzone miejsca', | |
| 'atlas.searchCountry': 'Szukaj kraju...', | |
| }; | |
| export default atlas; | |