File size: 757 Bytes
48f8f0c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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;