fix(i18n): backfill usage.* quota-visibility keys into vi.json (#7251 base-red)

#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).
This commit is contained in:
Diego Rodrigues de Sa e Souza
2026-07-20 17:21:28 -03:00
parent bf943e0a7c
commit 470e0811fd
2 changed files with 5 additions and 4 deletions

View File

@@ -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.

View File

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