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.settings': 'Settings',
'menu.resources.workers': 'Workers',
+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',