{
	"app": {
		"title": "Claude Code Runner - Terminal",
		"name": "Claude Code Runner"
	},
	"header": {
		"loading": "loading...",
		"connecting": "Connecting..."
	},
	"tabs": {
		"terminal": "Terminal",
		"changes": "Changes"
	},
	"terminal": {
		"connectingToContainer": "Connecting to container...",
		"clear": "Clear",
		"reconnect": "Reconnect",
		"copySelection": "Copy Selection",
		"soundNotifications": "Sound notifications",
		"shortcuts": "Ctrl+C: Interrupt | Ctrl+D: Exit | Ctrl+L: Clear",
		"welcome": "Welcome to Claude Code Runner Terminal"
	},
	"changes": {
		"noChangesTitle": "No changes detected",
		"noChangesDescription": "Claude hasn't made any changes yet. Changes will appear here automatically when Claude modifies files.",
		"changesSummary": "Changes Summary:",
		"commitChanges": "💾 Commit Changes",
		"commitMessage": "Enter commit message...",
		"commitMessageRequired": "Please enter a commit message",
		"commitButton": "Commit Changes",
		"committing": "Committing...",
		"committed": "✓ Committed",
		"pushToRemote": "🚀 Push to Remote",
		"branchName": "Branch name:",
		"pushButton": "Push to Remote",
		"pushing": "Pushing...",
		"pushedToRemote": "✓ Pushed to Remote",
		"diffStats": "{{files}} file(s), +{{additions}} -{{deletions}}",
		"fileStatus": "📄 File Status:",
		"changes": "📝 Changes:",
		"newFiles": "📁 New Files:",
		"fileStatusNew": "New file",
		"fileStatusModified": "Modified",
		"fileStatusDeleted": "Deleted",
		"fileStatusAdded": "Added",
		"fileStatusUnknown": "Status: {{status}}"
	},
	"status": {
		"connected": "Connected",
		"connecting": "Connecting...",
		"attachingToContainer": "Attaching to container...",
		"connectedTo": "Connected to {{containerId}}",
		"disconnected": "Disconnected",
		"disconnectedFromServer": "Disconnected from server",
		"containerDisconnected": "Container disconnected",
		"error": "Error",
		"waitingForInput": "⚠️ Waiting for input",
		"copiedToClipboard": "Copied to clipboard",
		"noContainersFound": "No containers found",
		"failedToFetchContainers": "Failed to fetch containers",
		"syncFailed": "Sync failed: {{message}}",
		"commitSuccess": "✓ Changes committed successfully",
		"commitFailed": "Commit failed: {{message}}",
		"pushSuccess": "✓ Changes pushed to remote {{branch}}",
		"pushFailed": "Push failed: {{message}}"
	},
	"messages": {
		"reconnecting": "Reconnecting...",
		"noContainersFoundMessage": "No Claude Code Runner containers found.",
		"startContainerFirst": "Please start a container first.",
		"connectionClosed": "Connection closed",
		"connectionError": "Connection error",
		"serverConnectionLost": "Server connection lost. Click \"Reconnect\" to retry.",
		"containerConnectionLost": "Container connection lost. Click \"Reconnect\" to retry.",
		"inputNeeded": "Input needed"
	},
	"language": {
		"label": "Language",
		"en": "English",
		"zh-CN": "简体中文"
	},
	"nonGitWarning": {
		"title": "⚠️ Important Setup Required",
		"message": "This session was started in a non-git directory. To save your changes permanently, you need to set up a remote repository:",
		"step1": "1. Open a terminal and run:",
		"command1": "git remote add origin <your-repo-url>",
		"command2": "git push -u origin main",
		"step2": "2. Replace <your-repo-url> with your Git repository URL.",
		"warning": "Without this setup, changes will only exist in the container.",
		"close": "Got it"
	}
}
