Files
claudia/src-tauri/locales/zh/messages.ftl
2025-08-07 23:46:55 +08:00

86 lines
3.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 错误消息
error-failed-to-create = 创建{$item}失败
error-failed-to-update = 更新{$item}失败
error-failed-to-delete = 删除{$item}失败
error-failed-to-read = 读取{$item}失败
error-failed-to-write = 写入{$item}失败
error-file-not-found = 未找到文件:{$path}
error-permission-denied = 权限被拒绝
error-invalid-input = 提供的输入无效
error-network-error = 发生网络错误
error-database-error = 发生数据库错误
error-unknown-error = 发生未知错误
# 成功消息
success-created = {$item}创建成功
success-updated = {$item}更新成功
success-deleted = {$item}删除成功
success-saved = 保存成功
# 智能体消息
agent-not-found = 未找到智能体
agent-execution-failed = 智能体执行失败
agent-invalid-config = 智能体配置无效
# Claude 消息
claude-not-installed = 未安装 Claude Code
claude-version-check-failed = 检查 Claude 版本失败
claude-execution-failed = Claude 执行失败
claude-session-not-found = 未找到 Claude 会话
# MCP 消息
mcp-server-not-found = 未找到 MCP 服务器
mcp-connection-failed = 连接 MCP 服务器失败
mcp-invalid-config = MCP 服务器配置无效
# 项目消息
project-not-found = 未找到项目
project-access-denied = 拒绝访问项目
session-not-found = 未找到会话
# 中转站消息
relay-station-not-found = 未找到中转站
relay-station-create-failed = 创建中转站失败
relay-station-update-failed = 更新中转站失败
relay-station-delete-failed = 删除中转站失败
relay-station-delete-success = 中转站删除成功
relay-station-name-required = 中转站名称必填
relay-station-api-url-required = API 地址必填
relay-station-invalid-url = URL 格式无效
relay-station-https-required = 为了安全,仅允许 HTTPS URL
relay-station-token-required = 系统令牌必填
relay-station-token-too-short = 令牌太短最少10个字符
relay-station-token-invalid-chars = 令牌包含无效字符
relay-station-invalid-adapter = 适配器类型无效
relay-station-invalid-auth-method = 认证方式无效
relay-station-invalid-config = 适配器配置无效
# 中转站适配器消息
relay-adapter-connection-success = 连接成功
relay-adapter-api-error = API 返回错误
relay-adapter-parse-error = 解析响应失败
relay-adapter-http-error = HTTP 请求失败
relay-adapter-network-error = 网络连接失败
relay-adapter-custom-no-test = 自定义配置,跳过连接测试
relay-adapter-user-info-not-available = 该配置不支持用户信息查询
relay-adapter-usage-logs-not-available = 该配置不支持使用日志查询
relay-adapter-token-management-not-available = 该配置不支持 Token 管理
relay-adapter-token-deleted = Token 删除成功
relay-adapter-get-info-failed = 获取站点信息失败
relay-adapter-get-user-info-failed = 获取用户信息失败
relay-adapter-connection-test-failed = 连接测试失败
relay-adapter-get-usage-logs-failed = 获取使用日志失败
relay-adapter-list-tokens-failed = 获取 Token 列表失败
relay-adapter-create-token-failed = 创建 Token 失败
relay-adapter-update-token-failed = 更新 Token 失败
relay-adapter-delete-token-failed = 删除 Token 失败
# 数据库消息
database-lock-failed = 获取数据库锁失败
database-init-failed = 初始化数据库失败
database-query-failed = 数据库查询失败
# 通用消息
operation-cancelled = 操作已取消
timeout-error = 操作超时
validation-error = 验证失败