{{ 'PAC.Explore.InstallSkillTitle' | translate: { Default: 'Install Skill' } }}

{{ 'PAC.Explore.InstallSkillDescription' | translate : { name: item.name || item.skillId || item.skillPath, Default: 'Select a target workspace for skill "' + (item.name || item.skillId || item.skillPath) + '". If it is already installed there, we will reuse it. If a newer version is available, we will update it in place.' } }}

{{ 'PAC.KEY_WORDS.Workspace' | translate: { Default: 'Workspace' } }}
@for (workspaceOption of workspaceOptions(); track workspaceOption.value) { {{ workspaceOption.label }} }
@if (!workspaces()?.length) {
{{ 'PAC.Explore.NoWorkspaceFound' | translate: { Default: 'No workspace is available as an installation target yet. Please create a workspace first.' } }} {{ 'PAC.Explore.OpenWorkspace' | translate: { Default: 'Open Workspace' } }}
}
@if (loading()) {
{{ 'PAC.Explore.InstallingSkill' | translate: { Default: 'Installing skill...' } }}
}