From 470e0811fd9d57b0a13403eced03ba1ac97ba9b0 Mon Sep 17 00:00:00 2001 From: Diego Rodrigues de Sa e Souza Date: Mon, 20 Jul 2026 17:21:28 -0300 Subject: [PATCH] fix(i18n): backfill usage.* quota-visibility keys into vi.json (#7251 base-red) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #7251 added four usage.* quota-visibility keys to en.json without the Vietnamese counterparts, leaving __MISSING__ markers that fail i18n-vi-completeness on the release tip for every fresh PR run. Translated with the locale's existing quota vocabulary (hạn mức). --- changelog.d/maintenance/7251-vi-quota-visibility-keys.md | 1 + src/i18n/messages/vi.json | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) create mode 100644 changelog.d/maintenance/7251-vi-quota-visibility-keys.md diff --git a/changelog.d/maintenance/7251-vi-quota-visibility-keys.md b/changelog.d/maintenance/7251-vi-quota-visibility-keys.md new file mode 100644 index 0000000000..ea3f1947de --- /dev/null +++ b/changelog.d/maintenance/7251-vi-quota-visibility-keys.md @@ -0,0 +1 @@ +- **fix(i18n):** backfill the four `usage.*` quota-visibility keys #7251 added to en.json into vi.json (hideQuotaRow, showQuotaRow, hiddenQuotaRowsLabel, quotaVisibilityUpdateFailed) — their absence left `__MISSING__` markers that failed `i18n-vi-completeness` on the release tip for every fresh PR run. diff --git a/src/i18n/messages/vi.json b/src/i18n/messages/vi.json index d7f819cf0a..731dfc932d 100644 --- a/src/i18n/messages/vi.json +++ b/src/i18n/messages/vi.json @@ -7134,10 +7134,10 @@ "lastRefreshed": "Cập nhật lần cuối", "providerQuota": "Hạn ngạch nhà cung cấp", "providerQuotaHomeHint": "Trạng thái theo thời gian thực của các tài khoản đã kết nối", - "hideQuotaRow": "__MISSING__:Hide this quota row", - "showQuotaRow": "__MISSING__:Show this quota row", - "hiddenQuotaRowsLabel": "__MISSING__:Hidden:", - "quotaVisibilityUpdateFailed": "__MISSING__:Failed to update quota visibility", + "hideQuotaRow": "Ẩn hàng hạn mức này", + "showQuotaRow": "Hiện hàng hạn mức này", + "hiddenQuotaRowsLabel": "Đã ẩn:", + "quotaVisibilityUpdateFailed": "Không thể cập nhật hiển thị hạn mức", "showMoreQuotas": "Show {count} more", "showLessQuotas": "Show less", "tokenExpiresIn": "Token expires in {time}",