import type { TranslationStrings } from '../types'; const shared: TranslationStrings = { 'shared.expired': 'Link wygasł lub jest nieprawidłowy', 'shared.expiredHint': 'Ten link do podróży jest już nieaktywny.', 'shared.readOnly': 'Widok udostępniony tylko do odczytu', 'shared.tabPlan': 'Plan', 'shared.tabBookings': 'Rezerwacje', 'shared.tabPacking': 'Lista pakowania', 'shared.tabBudget': 'Budżet', 'shared.tabChat': 'Czat', 'shared.days': 'dni', 'shared.places': 'miejsca', 'shared.other': 'Inne', 'shared.totalBudget': 'Całkowity budżet', 'shared.messages': 'wiadomości', 'shared.sharedVia': 'Udostępnione przez', 'shared.confirmed': 'Potwierdzone', 'shared.pending': 'Oczekujące', }; export default shared;