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}",