Update message avatar tooltip labels

This commit is contained in:
smallstone 2023-12-25 18:19:23 +08:00
parent 60c2d4ca1a
commit a752700f49
2 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@ const MessageAvatar = observer((props: IProps) => {
> >
<Tooltip <Tooltip
sx={{ padding: "3px", fontSize: "var(--vscode-editor-font-size)" }} sx={{ padding: "3px", fontSize: "var(--vscode-editor-font-size)" }}
label={done ? "Refilled" : "Refill prompt"} label={done ? t("Refilled") : t("Refill prompt")}
withArrow withArrow
position="left" position="left"
color="gray" color="gray"

View File

@ -3,7 +3,7 @@
"Copied": "已复制", "Copied": "已复制",
"Copy message": "复制", "Copy message": "复制",
"Refilled": "已发送", "Refilled": "已发送",
"Refill message": "再次发送", "Refill prompt": "再次发送",
"User": "用户", "User": "用户",
"Ask DevChat a question or type / for workflow": "向 DevChat 提问或输入 '/' 以查看工作流", "Ask DevChat a question or type / for workflow": "向 DevChat 提问或输入 '/' 以查看工作流",
"How do I use DevChat?": "如何使用 DevChat", "How do I use DevChat?": "如何使用 DevChat",