{
  "title": "Agent Skills",
  "subtitle": "Procedural memory used by the agent at runtime, with human approval for automatic improvements.",
  "optimize": "Optimize skills",
  "readOnlyNotice": "You can inspect skills and proposals, but managing them requires Agent Skills manage permission.",
  "loading": "Loading skills...",
  "loadError": "Unable to load agent skills.",
  "createSkill": "Create skill",
  "editSkill": "Edit skill",
  "fields": {
    "name": "Name",
    "status": "Status",
    "scope": "Scope",
    "description": "Description",
    "content": "Procedure"
  },
  "create": "Create",
  "save": "Save",
  "cancel": "Cancel",
  "proposeTitle": "Create proposal",
  "proposeDescription": "Turn a correction, workflow or conversation excerpt into a pending skill proposal.",
  "proposePlaceholder": "Paste the behavior to remember or the source conversation excerpt...",
  "propose": "Propose skill",
  "sections": {
    "pending": "Pending approval",
    "pendingDescription": "Automatic and manual proposals waiting for a human decision.",
    "active": "Active",
    "activeDescription": "Skills available to the chat runtime through progressive loading.",
    "draft": "Draft",
    "draftDescription": "Saved skills that are not active in the runtime yet.",
    "archived": "Archived",
    "archivedDescription": "Inactive procedural memories kept for audit or restoration."
  },
  "empty": "No skills in this section.",
  "noPending": "No pending skill approvals.",
  "approvalFallbackTitle": "Skill approval",
  "approve": "Approve",
  "reject": "Reject",
  "edit": "Edit",
  "pin": "Pin",
  "unpin": "Unpin",
  "restore": "Restore",
  "archive": "Archive",
  "pinned": "Pinned",
  "usage": "Used {count} times",
  "lastUsed": "Last used: {date}",
  "status": {
    "active": "Active",
    "archived": "Archived",
    "draft": "Draft",
    "pending_approval": "Pending"
  },
  "scope": {
    "agent": "Agent",
    "organization": "Organization"
  },
  "origin": {
    "agent_proposed": "Agent proposed",
    "imported": "Imported",
    "manual": "Manual",
    "optimizer": "Optimizer"
  }
}