{
	"app": {
		"title": "Claude Code Runner - 终端",
		"name": "Claude Code Runner"
	},
	"header": {
		"loading": "加载中...",
		"connecting": "连接中..."
	},
	"tabs": {
		"terminal": "终端",
		"changes": "更改"
	},
	"terminal": {
		"connectingToContainer": "正在连接到容器...",
		"clear": "清屏",
		"reconnect": "重新连接",
		"copySelection": "复制选中",
		"soundNotifications": "声音通知",
		"shortcuts": "Ctrl+C: 中断 | Ctrl+D: 退出 | Ctrl+L: 清屏",
		"welcome": "欢迎使用 Claude Code Runner 终端"
	},
	"changes": {
		"noChangesTitle": "未检测到更改",
		"noChangesDescription": "Claude 尚未进行任何更改。当 Claude 修改文件时，更改将自动显示在此处。",
		"changesSummary": "更改摘要:",
		"commitChanges": "💾 提交更改",
		"commitMessage": "输入提交信息...",
		"commitMessageRequired": "请输入提交信息",
		"commitButton": "提交更改",
		"committing": "正在提交...",
		"committed": "✓ 已提交",
		"pushToRemote": "🚀 推送到远程",
		"branchName": "分支名称:",
		"pushButton": "推送到远程",
		"pushing": "正在推送...",
		"pushedToRemote": "✓ 已推送到远程",
		"diffStats": "{{files}} 个文件，+{{additions}} -{{deletions}}",
		"fileStatus": "📄 文件状态:",
		"changes": "📝 更改内容:",
		"newFiles": "📁 新文件:",
		"fileStatusNew": "新文件",
		"fileStatusModified": "已修改",
		"fileStatusDeleted": "已删除",
		"fileStatusAdded": "已添加",
		"fileStatusUnknown": "状态: {{status}}"
	},
	"status": {
		"connected": "已连接",
		"connecting": "连接中...",
		"attachingToContainer": "正在连接到容器...",
		"connectedTo": "已连接到 {{containerId}}",
		"disconnected": "已断开",
		"disconnectedFromServer": "与服务器断开连接",
		"containerDisconnected": "容器已断开连接",
		"error": "错误",
		"waitingForInput": "⚠️ 等待输入",
		"copiedToClipboard": "已复制到剪贴板",
		"noContainersFound": "未找到容器",
		"failedToFetchContainers": "获取容器失败",
		"syncFailed": "同步失败: {{message}}",
		"commitSuccess": "✓ 更改已成功提交",
		"commitFailed": "提交失败: {{message}}",
		"pushSuccess": "✓ 更改已推送到远程分支 {{branch}}",
		"pushFailed": "推送失败: {{message}}"
	},
	"messages": {
		"reconnecting": "正在重新连接...",
		"noContainersFoundMessage": "未找到 Claude Code Runner 容器。",
		"startContainerFirst": "请先启动一个容器。",
		"connectionClosed": "连接已关闭",
		"connectionError": "连接错误",
		"serverConnectionLost": "与服务器的连接已断开。点击「重新连接」重试。",
		"containerConnectionLost": "与容器的连接已断开。点击「重新连接」重试。",
		"inputNeeded": "需要输入"
	},
	"language": {
		"label": "语言",
		"en": "English",
		"zh-CN": "简体中文"
	},
	"nonGitWarning": {
		"title": "⚠️ 需要重要设置",
		"message": "此会话是在非 Git 目录中启动的。要永久保存您的更改，您需要设置远程仓库：",
		"step1": "1. 打开终端并运行：",
		"command1": "git remote add origin <your-repo-url>",
		"command2": "git push -u origin main",
		"step2": "2. 将 <your-repo-url> 替换为您的 Git 仓库 URL。",
		"warning": "如果不进行此设置，更改将仅存在于容器内。",
		"close": "知道了"
	}
}
