This commit is contained in:
parent
7253b49c8f
commit
1d03e4283d
|
|
@ -488,7 +488,7 @@ export function DetailPageHeader({ data }: { data: any }) {
|
|||
|
||||
{/* 浮动在中间的文字层 */}
|
||||
<div className="absolute inset-0 flex items-center justify-center text-sm font-medium text-white">
|
||||
{loading ? "Processing..." : statusText}
|
||||
{loading ? t("deploy.processing") : statusText}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
|
|
|||
|
|
@ -86,6 +86,7 @@
|
|||
"empty_response": "Empty API response",
|
||||
"connecting": "Deployment detected, connecting...",
|
||||
"fetch_failed": "Failed to fetch status",
|
||||
"processing": "Processing...",
|
||||
"timeout": "Request timed out (exceeded 10 seconds)",
|
||||
"deletion_failed_network": "Deletion failed, please check your network",
|
||||
"missing_user_or_id": "Missing user_name or id",
|
||||
|
|
|
|||
|
|
@ -87,6 +87,7 @@
|
|||
"connecting": "检测到正在部署,连接中...",
|
||||
"fetch_failed": "状态拉取失败",
|
||||
"timeout": "请求超时(超过10秒)",
|
||||
"processing": "正在处理...",
|
||||
"deletion_failed_network": "删除失败,请检查网络",
|
||||
"missing_user_or_id": "缺少 user_name 或 id",
|
||||
"loading": "加载中..."
|
||||
|
|
|
|||
Loading…
Reference in New Issue