{JSON.stringify(info, null, 2)}
+ {exampleRepositoryUrl}
{catalogFilename} files in the
- repository, previews the entities, and adds them to the {appTitle}{' '}
- catalog.
+ {t('importInfoCard.exampleDescription', {
+ catalogFilename: {catalogFilename},
+ appTitle,
+ })}
{catalogFilename} and prepares
- the {appTitle} catalog to load all entities as soon as the Pull
- Request is merged.
+ {t('importInfoCard.preparePullRequestDescription', {
+ catalogFilename: {catalogFilename},
+ appTitle,
+ })}
{catalogFilename} could not be found. Use this form to open
- a Pull Request that creates one.
+ {t('stepPrepareCreatePullRequest.description', {
+ integrationType: analyzeResult.integrationType,
+ catalogFilename: {catalogFilename},
+ })}