{
	"header": {
		"title": "Agent Skill Harbor",
		"catalog": "Skills",
		"config": "Config"
	},
	"search": {
		"placeholder": "Search skills..."
	},
	"filter": {
		"label": "Filter:",
		"clearAll": "Clear all",
		"allStatus": "Status",
		"allVisibility": "Visibility",
		"allOrigin": "Origin",
		"allOwner": "Owner",
		"all": "All",
		"originYes": "Has origin",
		"originNo": "No origin"
	},
	"skillList": {
		"empty": "No skills found matching your criteria."
	},
	"skillCard": {
		"community": "Community",
		"new": "New"
	},
	"governance": {
		"recommended": "Recommended",
		"discouraged": "Discouraged",
		"prohibited": "Prohibited",
		"unclassified": "Unclassified",
		"recommendedTip": "Suggested for use — reviewed and approved",
		"discouragedTip": "Avoid if possible — better alternatives exist",
		"prohibitedTip": "Do not use — blocked by policy",
		"unclassifiedTip": "Not yet reviewed by governance"
	},
	"common": {
		"visibility": {
			"public": "Public",
			"private": "Private",
			"internal": "Internal",
			"publicTip": "Visible to everyone",
			"privateTip": "Visible only to repository collaborators",
			"internalTip": "Visible within the organization"
		},
		"orgOwnership": {
			"org": "1st party",
			"community": "Community",
			"orgTip": "Owned by your organization",
			"communityTip": "Created by the community"
		}
	},
	"theme": {
		"light": "Light",
		"dark": "Dark",
		"system": "System"
	},
	"background": {
		"none": "No background effect",
		"stars": "Stars background",
		"ripples": "Water ripple background"
	},
	"catalog": {
		"title": "Skills",
		"pageTitle": "Agent Skill Harbor",
		"pageDescription": "Internal agent skill catalog and governance",
		"skillCount_one": "{count} skill registered",
		"skillCount_other": "{count} skills registered",
		"showing": "Showing {displayed} of {total} skills"
	},
	"error": {
		"title": "Page not found",
		"message": "The page you're looking for doesn't exist or has been moved.",
		"backToCatalog": "Back to Catalog"
	},
	"viewTabs": {
		"card": "Card",
		"list": "List",
		"graph": "Graph",
		"stats": "Stats"
	},
	"skillTable": {
		"name": "Name",
		"description": "Description",
		"status": "Status",
		"visibility": "Visibility",
		"owner": "Owner",
		"repository": "Repository",
		"version": "Version"
	},
	"grouping": {
		"label": "Group:",
		"byRepo": "By Repository",
		"byOrigin": "By Origin"
	},
	"repos": {
		"empty": "No repositories found.",
		"noSkills": "No skills"
	},
	"repoTable": {
		"repository": "Repository",
		"skills": "Skills",
		"visibility": "Visibility",
		"owner": "Owner"
	},
	"originTable": {
		"origin": "Origin",
		"skills": "Skills",
		"unique": "Unique",
		"owner": "Owner"
	},
	"stats": {
		"pageTitle": "Stats - Agent Skill Harbor",
		"totalSkills": "Skills",
		"totalRepos": "Repo Skill Adoption",
		"totalFiles": "Files",
		"lastCollected": "Last Collected",
		"skillTrend": "Skills & Adoption Trend",
		"breakdown": "Breakdown",
		"byStatus": "By Status",
		"byVisibility": "By Visibility",
		"byOwnership": "By Ownership",
		"collectHistory": "Collection History",
		"date": "Date",
		"duration": "Duration",
		"skills": "Skills",
		"repos": "Repos",
		"files": "Files",
		"noHistory": "No collection history available.",
		"seconds": "{value}s",
		"reposWithSkills": "{count} with skills"
	},
	"settings": {
		"columns": {
			"label": "Setting",
			"value": "Value"
		},
		"raw": {
			"toggle": "Show raw file",
			"empty": "This config file does not exist."
		},
		"label": {
			"collector": {
				"exclude_forks": "Exclude forked repositories",
				"excluded_repos": "Excluded repositories",
				"include_origin_repos": "Also collect repositories where skills were copied from",
				"included_extra_repos": "Additional repositories",
				"history_limit": "Collection history limit"
			},
			"post_collect": {
				"plugins": "Plugins"
			},
			"catalog": {
				"skill": {
					"fresh_period_days": "\"New\" badge duration (days)"
				}
			},
			"ui": {
				"title": "Header title"
			}
		},
		"help": {
			"collector": {
				"exclude_forks": "Skip forked repositories when collecting skills from your organization.",
				"include_origin_repos": "Also collect repositories referenced as the original source of copied skills.",
				"excluded_repos": "Repository names to exclude from collection even if they belong to your organization.",
				"included_extra_repos": "Additional repository URLs to collect outside the default organization scan.",
				"history_limit": "Maximum number of collection history entries to keep."
			},
			"post_collect": {
				"plugins": "Ordered list of plugins to run after each collect."
			},
			"catalog": {
				"skill": {
					"fresh_period_days": "Controls how long newly updated skills keep the \"New\" badge."
				}
			},
			"ui": {
				"title": "Brand title shown in the header and other top-level UI surfaces."
			}
		},
		"collector": {
			"title": "Collector"
		},
		"catalog": {
			"title": "Catalog"
		},
		"ui": {
			"title": "UI"
		},
		"post_collect": {
			"title": "Post Collect"
		},
		"governance": {
			"skill_path": "Skill",
			"policy": "Policy",
			"note": "Note",
			"empty": "No policies defined.",
			"not_found": "Not in catalog"
		},
		"empty_list": "Not configured",
		"enabled": "Enabled",
		"disabled": "Disabled"
	},
	"detail": {
		"viewRepository": "View Repository",
		"viewSkillMd": "View SKILL.md",
		"viewHtmlReport": "View HTML report",
		"community": "Community",
		"section": {
			"details": "Details",
			"governance": "Governance",
			"sourceHistory": "Source History",
			"instructions": "Skill Instructions",
			"files": "Files"
		},
		"viewMode": {
			"raw": "Raw",
			"rendered": "Rendered"
		},
		"field": {
			"owner": "Owner:",
			"origin": "Origin:",
			"repository": "Repository:",
			"skillPath": "Skill path:",
			"platform": "Platform:",
			"visibility": "Visibility:",
			"author": "Author:",
			"version": "Version:",
			"registeredAt": "Registered:",
			"updatedAt": "Updated:"
		}
	}
}
