File size: 611 Bytes
48f8f0c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import type { TranslationStrings } from '../types';

const share: TranslationStrings = {
  'share.linkTitle': 'Link pubblico',
  'share.linkHint':
    'Crea un link che chiunque può usare per visualizzare questo viaggio senza accedere. Solo lettura — nessuna modifica possibile.',
  'share.createLink': 'Crea link',
  'share.deleteLink': 'Elimina link',
  'share.createError': 'Impossibile creare il link',
  'share.permMap': 'Mappa e programma',
  'share.permBookings': 'Prenotazioni',
  'share.permPacking': 'Valigia',
  'share.permBudget': 'Budget',
  'share.permCollab': 'Chat',
};
export default share;