chore: update i18n

This commit is contained in:
Steven 2022-08-20 11:36:33 +08:00
parent 68b30063a9
commit 2935057ca7
4 changed files with 10 additions and 4 deletions

View File

@ -210,7 +210,7 @@ const Memo: React.FC<Props> = (props: Props) => {
{t("common.mark")} {t("common.mark")}
</span> </span>
<span className="btn" onClick={handleShowMemoStoryDialog}> <span className="btn" onClick={handleShowMemoStoryDialog}>
View Story {t("memo.view-story")}
</span> </span>
<span className="btn archive-btn" onClick={handleArchiveMemoClick}> <span className="btn archive-btn" onClick={handleArchiveMemoClick}>
{t("common.archive")} {t("common.archive")}

View File

@ -62,7 +62,7 @@
} }
> .tip-text { > .tip-text {
@apply w-full mt-2 pl-4 text-sm text-gray-400 font-mono; @apply w-full bg-white mt-2 pl-4 leading-8 rounded text-sm text-gray-400 font-mono;
} }
} }
} }

View File

@ -41,8 +41,11 @@
"cancel-edit": "Cancel edit", "cancel-edit": "Cancel edit",
"placeholder": "Any thoughts..." "placeholder": "Any thoughts..."
}, },
"memo": {
"view-story": "View Story"
},
"tag-list": { "tag-list": {
"tip-text": "Enter `#tag ` to create a tag" "tip-text": "Enter `#tag ` to create"
}, },
"setting": { "setting": {
"my-account": "My Account", "my-account": "My Account",

View File

@ -17,7 +17,7 @@
"edit": "编辑", "edit": "编辑",
"delete": "删除", "delete": "删除",
"share": "分享", "share": "分享",
"mark": "Mark", "mark": "标注",
"archive": "归档", "archive": "归档",
"basic": "基础", "basic": "基础",
"admin": "管理员", "admin": "管理员",
@ -42,6 +42,9 @@
"cancel-edit": "退出编辑", "cancel-edit": "退出编辑",
"placeholder": "现在的想法是..." "placeholder": "现在的想法是..."
}, },
"memo": {
"view-story": "查看详情"
},
"tag-list": { "tag-list": {
"tip-text": "输入`#tag `来创建标签" "tip-text": "输入`#tag `来创建标签"
}, },