From fceabd3807bc385a493e433e9dcf75959746fc42 Mon Sep 17 00:00:00 2001 From: Will Gordon Date: Fri, 31 Jul 2026 21:44:47 -0400 Subject: [PATCH] fix(i18n): translates the new Cursor keys into Vietnamese The i18n:sync-ui run in an earlier commit left __MISSING__ sentinels for the 4 new Cursor keys in every locale, but Vietnamese has a dedicated completeness test requiring zero internal missing markers. Provides real translations for cursorSessionUnchanged, cursorAgentNudgeTitle, cursorAgentNudgeBody, and cursorAgentNudgeDismiss. --- src/i18n/messages/vi.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/i18n/messages/vi.json b/src/i18n/messages/vi.json index 9abebe08d5..c4a0ac1ed3 100644 --- a/src/i18n/messages/vi.json +++ b/src/i18n/messages/vi.json @@ -5272,7 +5272,7 @@ "compatibleProdPlaceholder": "Cấu hình tương thích với {type} (môi trường sản xuất)", "tokenRefreshed": "Đã làm mới token thành công", "tokenRefreshFailed": "Làm mới token thất bại", - "cursorSessionUnchanged": "__MISSING__:Session already current", + "cursorSessionUnchanged": "Phiên hiện đã là mới nhất", "applyCodexAuthLocal": "Áp dụng thông tin xác thực", "exportCodexAuthFile": "Xuất thông tin xác thực", "applyClaudeAuthLocal": "Áp dụng thông tin xác thực", @@ -5638,9 +5638,9 @@ "zedPasteApiKey": "Dán khóa API…", "zedSaving": "Đang lưu…", "zedImportAction": "Nhập", - "cursorAgentNudgeTitle": "__MISSING__:Enable automatic Cursor session renewal", - "cursorAgentNudgeBody": "__MISSING__:Install cursor-agent for automatic session renewal — without it, Cursor connections need periodic manual reconnection roughly every 24 hours.", - "cursorAgentNudgeDismiss": "__MISSING__:Dismiss", + "cursorAgentNudgeTitle": "Bật tự động làm mới phiên Cursor", + "cursorAgentNudgeBody": "Cài đặt cursor-agent để tự động làm mới phiên — nếu không, các kết nối Cursor cần được kết nối lại thủ công định kỳ khoảng mỗi 24 giờ.", + "cursorAgentNudgeDismiss": "Bỏ qua", "zedManualImportFailed": "Không thể nhập thủ công", "zedManualImportSuccess": "Đã nhập token {provider} từ Zed", "grokImportTitle": "Nhập thông tin xác thực Grok Build",