1a1254f045
CI - 构建、测试和质量检查 / Rust 代码检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / 单元测试 (push) Has been cancelled
CI - 构建、测试和质量检查 / 代码格式检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / Clippy 代码质量检查 (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs, macos-latest, x86_64-apple-darwin) (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs, ubuntu-latest, x86_64-unknown-linux-gnu) (push) Has been cancelled
CI - 构建、测试和质量检查 / 构建可执行文件 (claude_code_rs.exe, windows-latest, x86_64-pc-windows-msvc) (push) Has been cancelled
- 添加 Rust GUI 桌面应用程序入口点 - 添加 TypeScript/JavaScript 项目基础结构文件 - 包含组件、工具、命令、服务和工具定义 - 添加配置文件如 .gitignore、.gitattributes 和 LICENSE - 包含图片资源和演示文件 - 为各种功能模块添加占位符和类型定义
54 lines
1.1 KiB
Plaintext
54 lines
1.1 KiB
Plaintext
# English locale for Claude Code
|
|
|
|
app-name = Claude Code
|
|
app-description = AI-powered coding assistant
|
|
app-version = Version { $version }
|
|
|
|
menu-file = File
|
|
menu-edit = Edit
|
|
menu-view = View
|
|
menu-help = Help
|
|
|
|
action-new = New
|
|
action-open = Open
|
|
action-save = Save
|
|
action-save-as = Save As
|
|
action-exit = Exit
|
|
|
|
dialog-confirm = Are you sure?
|
|
dialog-yes = Yes
|
|
dialog-no = No
|
|
dialog-cancel = Cancel
|
|
dialog-ok = OK
|
|
|
|
error-generic = An error occurred
|
|
error-not-found = Not found
|
|
error-permission-denied = Permission denied
|
|
|
|
status-ready = Ready
|
|
status-loading = Loading...
|
|
status-saving = Saving...
|
|
status-done = Done
|
|
|
|
welcome-message = Welcome to Claude Code!
|
|
welcome-user = Welcome, { $name }!
|
|
|
|
plugin-install = Install
|
|
plugin-uninstall = Uninstall
|
|
plugin-update = Update
|
|
plugin-installed = Installed
|
|
plugin-not-installed = Not installed
|
|
|
|
settings-title = Settings
|
|
settings-language = Language
|
|
settings-theme = Theme
|
|
settings-save = Save Settings
|
|
|
|
chat-send = Send
|
|
chat-placeholder = Type your message...
|
|
chat-thinking = Thinking...
|
|
|
|
file-reading = Reading file...
|
|
file-writing = Writing file...
|
|
file-saved = File saved
|