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

const undo: TranslationStrings = {
  'undo.button': 'Cofnij',
  'undo.tooltip': 'Cofnij: {action}',
  'undo.assignPlace': 'Miejsce przypisane do dnia',
  'undo.removeAssignment': 'Miejsce usunięte z dnia',
  'undo.reorder': 'Kolejność zmieniona',
  'undo.optimize': 'Trasa zoptymalizowana',
  'undo.deletePlace': 'Miejsce usunięte',
  'undo.deletePlaces': 'Miejsca usunięte',
  'undo.moveDay': 'Miejsce przeniesione',
  'undo.lock': 'Blokada przełączona',
  'undo.importGpx': 'Import GPX',
  'undo.importKeyholeMarkup': 'Import KMZ/KML',
  'undo.importGoogleList': 'Import Google Maps',
  'undo.importNaverList': 'Import Naver Maps',
  'undo.addPlace': 'Miejsce dodane',
  'undo.done': 'Cofnięto: {action}',
  'undo.importBooking': 'Import potwierdzenia rezerwacji',
};
export default undo;