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:
@@ -18,6 +18,10 @@ desktop/assets/icon.iconset/
|
|||||||
*.db-wal
|
*.db-wal
|
||||||
*.db-shm
|
*.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
|
# Environment variables
|
||||||
.env
|
.env
|
||||||
.env.local
|
.env.local
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
{
|
{
|
||||||
"action.clear": "dọn trạng thái",
|
"action.clear": "Dọn trạng thái",
|
||||||
"action.forget": "xóa làn",
|
"action.forget": "Xóa làn",
|
||||||
"action.purge": "xóa lịch sử",
|
"action.purge": "Xóa lịch sử",
|
||||||
"action.remove": "xóa làn + worktree",
|
"action.remove": "Xóa làn + worktree",
|
||||||
"action.reset": "đặt lại worktree",
|
"action.reset": "Đặt lại worktree",
|
||||||
"action.start": "bắt đầu",
|
"action.start": "Bắt đầu",
|
||||||
"action.stop": "dừng",
|
"action.stop": "Dừng",
|
||||||
"actionError": "Thao tác làn đường thất bại: {{message}}",
|
"actionError": "Thao tác làn đường thất bại: {{message}}",
|
||||||
"actionErrorUnknown": "Lỗi không xác định",
|
"actionErrorUnknown": "Lỗi không xác định",
|
||||||
"actions.agentsInstall": "Cài agent",
|
"actions.agentsInstall": "Cài agent",
|
||||||
|
|||||||
Reference in New Issue
Block a user