chore: update zh-hans text for rename-tag (#4496)

* Update RenameTagDialog.tsx

Co-authored-by: kiss-fire <iamtaoxin@gmail.com>

* Update zh-Hans.json

Co-authored-by: kiss-fire <iamtaoxin@gmail.com>

---------

Co-authored-by: kiss-fire <iamtaoxin@gmail.com>
pull/4497/head
XIN_____ 2 months ago committed by GitHub
parent 34ab88348e
commit 1762496e79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -49,7 +49,7 @@ const RenameTagDialog: React.FC<Props> = (props: Props) => {
return (
<div className="max-w-full shadow flex flex-col justify-start items-start bg-white dark:bg-zinc-800 dark:text-gray-300 p-4 rounded-lg">
<div className="flex flex-row justify-between items-center mb-4 gap-2 w-full">
<p className="title-text">{"Rename tag"}</p>
<p className="title-text">{t("tag.rename-tag")}</p>
<Button size="sm" variant="plain" onClick={() => destroy()}>
<XIcon className="w-5 h-auto" />
</Button>

@ -380,7 +380,7 @@
"delete-confirm": "您确定要删除此标签吗?所有相关的备忘录将会被归档。",
"delete-tag": "删除标签",
"no-tag-found": "没找到此标签",
"rename-tag": "标签重命名",
"rename-tag": "重命名",
"old-name": "旧名称",
"new-name": "新名称",
"rename-tip": "您的所有带有此标签的备忘录将被更新。",

Loading…
Cancel
Save