fix(memory): correct settings.json precedence order in vi/ja/uk translations (#133)

Mirror the English fix from #131 into the translated docs. The precedence
table in 02-memory and the v2.1.119 /config notes still encoded the old,
incorrect order (user above project/local).

- vi/02-memory: table rows -> local(3) -> project(4) -> user(5, lowest)
- ja/02-memory: table rows reordered + /config note policy/local/project
- ja/10-cli: /config note chain -> policy -> local -> project -> user
- uk/02-memory: table rows reordered

Correct order per https://code.claude.com/docs/en/settings:
Managed -> CLI args -> Local -> Project -> User (lowest).

zh is missing the whole settings section (structural port), tracked
separately in #132.

Refs #132
This commit is contained in:
Luong NGUYEN
2026-06-02 06:57:08 +02:00
committed by GitHub
parent e30220c70f
commit 1b4115769f
4 changed files with 8 additions and 8 deletions

View File

@@ -310,9 +310,9 @@ Các cài đặt Claude Code (bao gồm `autoMemoryDirectory`, `claudeMdExcludes
|-------|----------|-------|
| 1 (Cao nhất) | Managed policy (cấp hệ thống) | Thực thi toàn tổ chức |
| 2 | `managed-settings.d/` (v2.1.83+) | Các drop-in chính sách mô-đun, được hợp nhất theo bảng chữ cái |
| 3 | `~/.claude/settings.json` | Tùy thích người dùng |
| 3 | `.claude/settings.local.json` | Ghi đè cục bộ (bị git bỏ qua) |
| 4 | `.claude/settings.json` | Cấp dự án (được commit vào git) |
| 5 (Thấp nhất) | `.claude/settings.local.json` | Ghi đè cục bộ (bị git bỏ qua) |
| 5 (Thấp nhất) | `~/.claude/settings.json` | Tùy thích người dùng |
**Cấu hình cụ thể theo nền tảng (v2.1.51+):**