Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const transport: TranslationStrings = { | |
| 'transport.addTransport': 'Aggiungi trasporto', | |
| 'transport.modalTitle.create': 'Aggiungi trasporto', | |
| 'transport.modalTitle.edit': 'Modifica trasporto', | |
| 'transport.title': 'Trasporti', | |
| 'transport.addManual': 'Trasporto manuale', | |
| }; | |
| export default transport; | |