{{ 'PAC.KEY_WORDS.Skills' | translate: { Default: 'Skills' } }}

{{ 'PAC.Skill.TenantSkillsDescription' | translate : { Default: 'Initialize the built-in public skill repository for the current organization, then upload ZIP skill bundles into it from one place.' } }}

@if (loadingPublicRepository()) { {{ 'PAC.COMMON.Loading' | translate: { Default: 'Loading...' } }} } @else if (publicRepository(); as repository) { {{ repository.name || repository.id }} } @else { {{ 'PAC.Skill.PublicRepositoryMissing' | translate: { Default: 'Public repository not initialized yet' } }} } @if (publicRepository(); as repository) { {{ repository.provider }} }
@if (syncResult(); as result) {
{{ 'Pro.SkillTemplateSyncSummary' | translate: { Default: 'Template Sync Summary' } }}

{{ 'Pro.SkillTemplateSyncMode' | translate: { Default: 'Mode' } }}: {{ result.mode }} {{ 'Pro.SkillTemplateSyncFingerprint' | translate: { Default: 'Fingerprint' } }}: {{ result.fingerprint.slice(0, 12) }}

{{ 'Pro.SkillTemplateSyncWriteMode' | translate: { Default: 'Write Sync' } }}
@for (card of syncSummaryCards(); track card.key) {
{{ card.label | translate: { Default: card.defaultLabel } }}
{{ 'PAC.ACTIONS.Create' | translate: { Default: 'Created' } }} {{ card.summary.created }}
{{ 'PAC.ACTIONS.Update' | translate: { Default: 'Updated' } }} {{ card.summary.updated }}
{{ 'Pro.Unchanged' | translate: { Default: 'Unchanged' } }} {{ card.summary.unchanged }}
{{ 'Pro.Missing' | translate: { Default: 'Missing' } }} {{ card.summary.missing }}
{{ 'PAC.KEY_WORDS.Error' | translate: { Default: 'Failed' } }} {{ card.summary.failed }}
}
@if (unresolvedSkillRefs().length) {
{{ 'Pro.UnresolvedTemplateSkillRefs' | translate: { Default: 'Unresolved template skill refs' } }}
@for (item of unresolvedSkillRefs(); track item.provider + ':' + item.repositoryName + ':' + item.skillId) {
{{ item.provider }}/{{ item.repositoryName }} {{ item.skillId }}
}
}
}
{{ 'PAC.Skill.RepositoryManagement' | translate: { Default: 'Repository Management' } }}

{{ 'PAC.Skill.RepositoryManagementDescription' | translate : { Default: 'Review repositories available to the current organization. The public repository stays system-managed, while other repositories can still be registered manually.' } }}