import type { TranslationStrings } from '../types'; const transport: TranslationStrings = { 'transport.addTransport': 'Transport hinzufügen', 'transport.modalTitle.create': 'Transport hinzufügen', 'transport.modalTitle.edit': 'Transport bearbeiten', 'transport.title': 'Transporte', 'transport.addManual': 'Manuelles Transportmittel', }; export default transport;