feat(usage): add i18n strings for the Usage page

Menu label (Usage) and the resource-tab strings (filters, export
chart/table, table headers) across all five locales.
This commit is contained in:
michelia
2026-06-03 17:10:51 +08:00
committed by michela feng
parent 9a4d77e869
commit d9c6f2f780
10 changed files with 20 additions and 0 deletions
+3
View File
@@ -26,6 +26,9 @@ export default {
'menu.profile': 'Preferences',
'menu.login': 'Авторизация',
'menu.usage': 'Использование',
'menu.usage.usage': 'Использование',
'menu.billingAndUsage': 'Биллинг и использование',
'menu.billingAndUsage.usage': 'Использование',
'menu.404': 'Ошибка 404',
'menu.resources.workers': 'Воркеры',
'menu.resources.gpus': 'GPUs',
+1
View File
@@ -17,6 +17,7 @@ export default {
'usage.table.user.apiKeysUsed': 'API Keys Used',
'usage.table.lastActive': 'Last Active',
'usage.filter.granularity': 'Granularity',
'usage.filter.granularity.hour': 'Час',
'usage.filter.granularity.day': 'Day',
'usage.filter.granularity.week': 'Week',
'usage.filter.granularity.month': 'Month',