Skip to content

Commit 0ac2c46

Browse files
committed
fix: 补齐配额页 refresh_files_and_quota 翻译
配额管理刷新按钮缺少 i18n key,导致界面直接显示 key 原文。
1 parent 9e1ef48 commit 0ac2c46

4 files changed

Lines changed: 8 additions & 4 deletions

File tree

src/i18n/locales/en.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,8 @@
11731173
"quota_management": {
11741174
"title": "Quota Management",
11751175
"description": "Monitor OAuth quota status for Antigravity, Codex, Claude, Kimi, and xAI credentials.",
1176-
"refresh_all_credentials": "Refresh all credentials"
1176+
"refresh_all_credentials": "Refresh all credentials",
1177+
"refresh_files_and_quota": "Refresh files and quota"
11771178
},
11781179
"plugin_management": {
11791180
"title": "Plugin Management",

src/i18n/locales/ru.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1097,7 +1097,8 @@
10971097
"quota_management": {
10981098
"title": "Управление квотами",
10991099
"description": "Следите за статусом квот OAuth для учётных данных Antigravity, Codex, Claude, Kimi и xAI.",
1100-
"refresh_all_credentials": "Обновить все учётные данные"
1100+
"refresh_all_credentials": "Обновить все учётные данные",
1101+
"refresh_files_and_quota": "Обновить файлы и квоту"
11011102
},
11021103
"plugin_management": {
11031104
"title": "Управление плагинами",

src/i18n/locales/zh-CN.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1173,7 +1173,8 @@
11731173
"quota_management": {
11741174
"title": "配额管理",
11751175
"description": "集中查看 OAuth 额度与剩余情况",
1176-
"refresh_all_credentials": "刷新全部凭证"
1176+
"refresh_all_credentials": "刷新全部凭证",
1177+
"refresh_files_and_quota": "刷新文件与额度"
11771178
},
11781179
"plugin_management": {
11791180
"title": "插件管理",

src/i18n/locales/zh-TW.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1088,7 +1088,8 @@
10881088
"quota_management": {
10891089
"title": "配額管理",
10901090
"description": "集中查看 OAuth 配額與剩餘情況",
1091-
"refresh_all_credentials": "重新整理全部憑證"
1091+
"refresh_all_credentials": "重新整理全部憑證",
1092+
"refresh_files_and_quota": "重新整理檔案與配額"
10921093
},
10931094
"plugin_management": {
10941095
"title": "插件管理",

0 commit comments

Comments
 (0)