Spaces:
Sleeping
Sleeping
| import type { TranslationStrings } from '../types'; | |
| const transport: TranslationStrings = { | |
| 'transport.addTransport': 'Adicionar transporte', | |
| 'transport.modalTitle.create': 'Adicionar transporte', | |
| 'transport.modalTitle.edit': 'Editar transporte', | |
| 'transport.title': 'Transportes', | |
| 'transport.addManual': 'Transporte Manual', | |
| }; | |
| export default transport; | |