DigitalState/Platform-Transport-Bundle

View on GitHub
Resources/translations/messages.en.yml

Summary

Maintainability
Test Coverage
ds:
    transport:
        entity_label: Transport
        entity_plural_label: Transports
        entity_description: The transport.
        id:
            label: ID
            description: ~
        created_at:
            label: Created At
            description: ~
        updated_at:
            label: Updated At
            description: ~
        title:
            label: Title
            description: ~
        implementation:
            label: Implementation
            description: ~
        data:
            label: Data
            description: ~
        owner:
            label: Business Unit
            description: ~
        collection:
            email:
                mail: Mail
        menu:
            tab:
                label: Transports
            index:
                label: Transports
        page:
            index:
                title: Transports
            view: ~
            edit: ~
        grid:
            actions:
                view: View
                update: Edit
                delete: Delete
        button:
            create: Create Transport
        widget:
            entity: Transport
            form: Transport
            owner: Owner
        profile:
            entity_label: Profile
            entity_plural_label: Profiles
            entity_description: The profile.
            id:
                label: ID
                description: ~
            created_at:
                label: Created At
                description: ~
            updated_at:
                label: Updated At
                description: ~
            title:
                label: Title
                description: ~
            data:
                label: Data
                description: ~
            transport:
                label: Transport
                description: ~
                title:
                    label: Transport
            owner:
                label: Business Unit
                description: ~
            menu:
                index:
                    label: Profiles
            page:
                index:
                    title: Profiles
                view: ~
                edit: ~
            grid:
                actions:
                    view: View
                    update: Edit
                    delete: Delete
            button:
                create: Create Profile
            widget:
                entity: Profile
                form: Profile
                owner: Owner