File size: 760 Bytes
98fbc6d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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': 'Odkaz vypršel nebo je neplatný',
  'shared.expiredHint': 'Tento sdílený odkaz na cestu již není aktivní.',
  'shared.readOnly': 'Sdílené zobrazení – pouze pro čtení',
  'shared.tabPlan': 'Plán',
  'shared.tabBookings': 'Rezervace',
  'shared.tabPacking': 'Balení',
  'shared.tabBudget': 'Rozpočet',
  'shared.tabChat': 'Chat',
  'shared.days': 'dní',
  'shared.places': 'míst',
  'shared.other': 'Ostatní',
  'shared.totalBudget': 'Celkový rozpočet',
  'shared.messages': 'zpráv',
  'shared.sharedVia': 'Sdíleno přes',
  'shared.confirmed': 'Potvrzeno',
  'shared.pending': 'Čeká na potvrzení',
};
export default shared;