{
    "API Keys": "API 密钥",
    "API Docs": "API 文档",
    "API Documentation": "API 文档",
    "API access": "API 访问",
    "Create and manage API keys that allow external tools to read your account data.": "创建和管理 API 密钥，允许外部工具读取您的账户数据。",
    "Create Key": "创建密钥",
    "No API keys yet": "尚无 API 密钥",
    "Create your first API key to let external tools read your account data.": "创建您的第一个 API 密钥，让外部工具读取您的账户数据。",
    "Create API Key": "创建 API 密钥",
    "Give the key a name and choose when it expires. The key grants read-only access to your account.": "为密钥命名并选择到期时间。该密钥授予账户的只读访问权限。",
    "Key name": "密钥名称",
    "e.g. CI script": "例如：CI 脚本",
    "Expiration": "有效期",
    "Never": "从未",
    "30 days": "30 天",
    "90 days": "90 天",
    "365 days": "365 天",
    "Create": "创建",
    "API key created": "API 密钥已创建",
    "Failed to create API key": "创建 API 密钥失败",
    "Failed to load API keys": "加载 API 密钥失败",
    "Your new API key": "您的新 API 密钥",
    "Use this key to authenticate your API requests.": "使用此密钥对您的 API 请求进行身份验证。",
    "Copy your key now. For security reasons, you won't be able to see it again.": "请立即复制您的密钥。出于安全原因，您将无法再次查看它。",
    "Copied!": "已复制！",
    "Done": "完成",
    "Key": "密钥",
    "Created": "创建时间",
    "Expires": "到期时间",
    "Expired": "已过期",
    "Last used": "最后使用",
    "Never used": "从未使用",
    "Revoke": "撤销",
    "Are you sure you want to revoke this API key? Applications using it will stop working.": "确定要撤销此 API 密钥吗？使用它的应用程序将停止工作。",
    "API key revoked": "API 密钥已撤销",
    "Failed to revoke API key": "撤销 API 密钥失败",
    "Search keys...": "搜索密钥...",
    "You have reached the maximum number of API keys.": "您已达到 API 密钥的最大数量。",
    "Read-only REST API for your account data. Authenticate every request with an API key.": "用于账户数据的只读 REST API。使用 API 密钥验证每个请求。",
    "Authentication": "认证",
    "Base URL": "基础 URL",
    "Send your API key as a Bearer token in the Authorization header. Create keys on the API Keys page.": "在 Authorization 标头中以 Bearer 令牌形式发送您的 API 密钥。在 API 密钥页面创建密钥。",
    "Keys can be created with an optional expiry (30, 90, or 365 days). An expired key returns 401, the same as an invalid key.": "密钥可以设置可选的有效期（30、90 或 365 天）。过期的密钥与无效密钥一样返回 401。",
    "Your API key": "您的 API 密钥",
    "Paste your API key to try requests from this page. The key is kept in memory only and never stored.": "粘贴您的 API 密钥以从此页面测试请求。密钥仅保存在内存中，从不持久化存储。",
    "Rate limiting": "速率限制",
    "Requests are rate limited per key. The current limits are returned in the X-RateLimit-* response headers.": "请求按密钥进行速率限制。当前限制在 X-RateLimit-* 响应标头中返回。",
    "Errors": "错误",
    "The API returns conventional HTTP status codes.": "API 返回标准 HTTP 状态码。",
    "Missing or invalid API key.": "API 密钥缺失或无效。",
    "Your plan does not include API access, or the key lacks the required ability.": "您的套餐不包含 API 访问权限，或密钥缺少所需能力。",
    "The requested resource does not exist or is not yours.": "请求的资源不存在或不属于您。",
    "Too many requests. Retry after the time given in the Retry-After header.": "请求过多。请在 Retry-After 标头指定的时间后重试。",
    "Parameters": "参数",
    "Parameter": "参数",
    "Type": "类型",
    "Required": "必填",
    "Optional": "可选",
    "Description": "描述",
    "Example response": "响应示例",
    "Code samples": "代码示例",
    "Code samples include your API key — be careful where you paste them.": "代码示例包含您的 API 密钥 — 请注意粘贴位置。",
    "Try it": "试一试",
    "Send request": "发送请求",
    "Sending...": "正在发送...",
    "Enter your API key above to send a test request.": "在上方输入您的 API 密钥以发送测试请求。",
    "Fill in the required parameters before sending.": "请在发送前填写必填参数。",
    "Status": "状态",
    "Current user": "当前用户",
    "Returns the authenticated user profile.": "返回已认证用户的个人资料。",
    "Build credits": "构建积分",
    "Returns your build credit balance and current-period usage.": "返回您的构建积分余额和当前周期的使用量。",
    "Subscription": "订阅",
    "Returns your current plan and subscription status.": "返回您当前的套餐和订阅状态。",
    "Projects": "项目",
    "Returns a paginated list of your projects.": "返回您的项目分页列表。",
    "Project detail": "项目详情",
    "Returns a single project you own.": "返回您拥有的单个项目。",
    "Notifications": "通知",
    "Returns a paginated list of your in-app notifications.": "返回您的应用内通知分页列表。",
    "Invoices": "发票",
    "Returns a paginated list of your completed payment transactions.": "返回您已完成付款交易的分页列表。",
    "Page number to return.": "要返回的页码。",
    "Results per page (max 50).": "每页结果数（最多 50 条）。",
    "The project ID (UUID).": "项目 ID（UUID）。",
    "Project files": "项目文件",
    "Returns a paginated list of files uploaded to a project. Requires the file storage capability.": "返回上传到项目的文件分页列表。需要文件存储功能。",
    "Project file detail": "项目文件详情",
    "Returns a single file from a project you own.": "返回您拥有的项目中的单个文件。",
    "The file ID.": "文件 ID。",
    "Getting started": "快速入门",
    "Endpoints": "接口端点",
    "Overview": "概览",
    "Search documentation...": "搜索文档...",
    "Search endpoints": "搜索端点",
    "Generate test key": "生成测试密钥",
    "Test key generated. It expires in 1 hour.": "测试密钥已生成，将在1小时后过期。",
    "Failed to generate test key": "生成测试密钥失败",
    "Temporary keys expire after 1 hour. Manage permanent keys on the API Keys page.": "临时密钥在1小时后过期。请在API密钥页面管理永久密钥。",
    "Please enter a name for the key.": "请输入密钥的名称。",
    "The key name may not be longer than 100 characters.": "密钥名称不能超过100个字符。",
    "That name is reserved. Please choose another.": "该名称已被保留，请选择其他名称。",
    "Choose a valid expiration option.": "请选择有效的过期选项。"
}
