You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lang/en.lyaml
-23
Original file line number
Diff line number
Diff line change
@@ -651,33 +651,10 @@ en:
651
651
componentsThatWillNotBeMigrated: "[NOTE] These component types are not yet supported for migration but will be available later: {{ components }}"
652
652
errors:
653
653
noAppsForProject: "No apps associated with project {{ projectName }}"
654
-
noAppsEligible: "No apps in account {{ accountId }} are currently migratable"
655
654
noAccountConfig: "There is no account associated with {{ accountId }} in the config file. Please choose another account and try again, or authenticate {{ accountId }} using {{ authCommand }}."
656
-
invalidAccountTypeTitle: "{{#bold}}Developer account not targeted{{/bold}}"
657
-
invalidAccountTypeDescription: "Only public apps created in a developer account can be converted to a project component. Select a connected developer account with {{useCommand}} or {{authCommand}} and try again."
658
655
projectAlreadyExists: "A project with name {{ projectName }} already exists. Please choose another name."
659
656
invalidApp: "Could not migrate appId {{ appId }}. This app cannot be migrated at this time. Please choose another public app."
660
-
appWithAppIdNotFound: "Could not find an app with the id {{ appId }} "
661
657
migrationFailed: 'Migration Failed'
662
-
prompt:
663
-
chooseApp: 'Which app would you like to migrate?'
664
-
inputName: '[--name] What would you like to name the project?'
665
-
inputDest: '[--dest] Where would you like to save the project?'
666
-
uidForComponent: 'What UID would you like to use for {{ componentName }}?'
667
-
proceed: 'Would you like to proceed?'
668
-
spinners:
669
-
beginningMigration: "Beginning migration"
670
-
unableToStartMigration: "Unable to begin migration"
Copy file name to clipboardExpand all lines: lang/en.ts
+2-1
Original file line number
Diff line number
Diff line change
@@ -3455,7 +3455,8 @@ export const lib = {
3455
3455
`Only public apps created in a developer account can be converted to a project component. Select a connected developer account with ${useCommand} or ${authCommand} and try again.`,
3456
3456
appWithAppIdNotFound: appId=>
3457
3457
`Could not find an app with the id ${appId} `,
3458
-
noAppsForProject: 'No apps associated with project {{ projectName }}',
0 commit comments