import type { TranslationStrings } from '../types'; const undo: TranslationStrings = { 'undo.button': 'Undo', 'undo.tooltip': 'Undo: {action}', 'undo.assignPlace': 'Place assigned to day', 'undo.removeAssignment': 'Place removed from day', 'undo.reorder': 'Places reordered', 'undo.optimize': 'Route optimized', 'undo.deletePlace': 'Place deleted', 'undo.deletePlaces': 'Places deleted', 'undo.moveDay': 'Place moved to another day', 'undo.lock': 'Place lock toggled', 'undo.importGpx': 'GPX import', 'undo.importKeyholeMarkup': 'KMZ/KML import', 'undo.importGoogleList': 'Google Maps import', 'undo.importNaverList': 'Naver Maps import', 'undo.importBooking': 'Booking confirmation import', 'undo.addPlace': 'Place added', 'undo.done': 'Undone: {action}', }; export default undo;