mirror of
https://github.com/usememos/memos.git
synced 2024-12-19 09:02:49 +03:00
chore: update i18n
This commit is contained in:
parent
68b30063a9
commit
2935057ca7
@ -210,7 +210,7 @@ const Memo: React.FC<Props> = (props: Props) => {
|
||||
{t("common.mark")}
|
||||
</span>
|
||||
<span className="btn" onClick={handleShowMemoStoryDialog}>
|
||||
View Story
|
||||
{t("memo.view-story")}
|
||||
</span>
|
||||
<span className="btn archive-btn" onClick={handleArchiveMemoClick}>
|
||||
{t("common.archive")}
|
||||
|
@ -62,7 +62,7 @@
|
||||
}
|
||||
|
||||
> .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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -41,8 +41,11 @@
|
||||
"cancel-edit": "Cancel edit",
|
||||
"placeholder": "Any thoughts..."
|
||||
},
|
||||
"memo": {
|
||||
"view-story": "View Story"
|
||||
},
|
||||
"tag-list": {
|
||||
"tip-text": "Enter `#tag ` to create a tag"
|
||||
"tip-text": "Enter `#tag ` to create"
|
||||
},
|
||||
"setting": {
|
||||
"my-account": "My Account",
|
||||
|
@ -17,7 +17,7 @@
|
||||
"edit": "编辑",
|
||||
"delete": "删除",
|
||||
"share": "分享",
|
||||
"mark": "Mark",
|
||||
"mark": "标注",
|
||||
"archive": "归档",
|
||||
"basic": "基础",
|
||||
"admin": "管理员",
|
||||
@ -42,6 +42,9 @@
|
||||
"cancel-edit": "退出编辑",
|
||||
"placeholder": "现在的想法是..."
|
||||
},
|
||||
"memo": {
|
||||
"view-story": "查看详情"
|
||||
},
|
||||
"tag-list": {
|
||||
"tip-text": "输入`#tag `来创建标签"
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user