mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-07-26 09:52:11 +03:00
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:
1
changelog.d/maintenance/7251-vi-quota-visibility-keys.md
Normal file
1
changelog.d/maintenance/7251-vi-quota-visibility-keys.md
Normal 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.
|
||||
@@ -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}",
|
||||
|
||||
Reference in New Issue
Block a user