fix(lanes): capitalize Vietnamese action-button labels, gitignore .ccam/

action.start/stop/clear/forget/purge/remove/reset in lanes.json (vi)
were lowercase (bắt đầu, dừng...) while every other button label in the
app capitalizes its first letter. Also gitignore /.ccam/ - the local
lane profile that appears in a repo's own working tree only when that
repo is adopted as its own lane (machine-specific runtime config, not
source).
This commit is contained in:
2026-08-06 16:14:55 +07:00
parent 78f6e1be8e
commit bd829ba1c3
2 changed files with 11 additions and 7 deletions
+4
View File
@@ -18,6 +18,10 @@ desktop/assets/icon.iconset/
*.db-wal
*.db-shm
# Local lane profile - only present when this repo itself is adopted as a
# lane (`ccam lanes add --cwd`); machine-specific runtime config, not source.
/.ccam/
# Environment variables
.env
.env.local
+7 -7
View File
@@ -1,11 +1,11 @@
{
"action.clear": "dọn trạng thái",
"action.forget": "xóa làn",
"action.purge": "xóa lịch sử",
"action.remove": "xóa làn + worktree",
"action.reset": "đặt lại worktree",
"action.start": "bắt đầu",
"action.stop": "dừng",
"action.clear": "Dọn trạng thái",
"action.forget": "Xóa làn",
"action.purge": "Xóa lịch sử",
"action.remove": "Xóa làn + worktree",
"action.reset": "Đặt lại worktree",
"action.start": "Bắt đầu",
"action.stop": "Dừng",
"actionError": "Thao tác làn đường thất bại: {{message}}",
"actionErrorUnknown": "Lỗi không xác định",
"actions.agentsInstall": "Cài agent",