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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user