Add translations for API Key Alert component

This commit is contained in:
yangdx
2025-03-24 17:04:31 +08:00
parent f8b3f1ee48
commit a0845b37c9
5 changed files with 30 additions and 4 deletions

View File

@@ -259,5 +259,11 @@
},
"apiSite": {
"loading": "正在加载 API 文档..."
},
"apiKeyAlert": {
"title": "需要 API Key",
"description": "请输入您的 API Key 以访问服务",
"placeholder": "请输入 API Key",
"save": "保存"
}
}