mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
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>
This commit is contained in:
@@ -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": "您的所有带有此标签的备忘录将被更新。",
|
||||
|
Reference in New Issue
Block a user