mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update common locale
This commit is contained in:
@@ -38,7 +38,7 @@ const MemoDisplaySettingMenu = observer(({ className }: Props) => {
|
|||||||
</Select>
|
</Select>
|
||||||
</div>
|
</div>
|
||||||
<div className="w-full flex flex-row justify-between items-center">
|
<div className="w-full flex flex-row justify-between items-center">
|
||||||
<span className="text-sm shrink-0 mr-3">{t("memo.layout")}</span>
|
<span className="text-sm shrink-0 mr-3">{t("common.layout")}</span>
|
||||||
<Select
|
<Select
|
||||||
value={viewStore.state.layout}
|
value={viewStore.state.layout}
|
||||||
onChange={(_, value) =>
|
onChange={(_, value) =>
|
||||||
|
@@ -49,6 +49,7 @@
|
|||||||
"input": "Input",
|
"input": "Input",
|
||||||
"language": "Language",
|
"language": "Language",
|
||||||
"last-updated-at": "Last updated at",
|
"last-updated-at": "Last updated at",
|
||||||
|
"layout": "Layout",
|
||||||
"learn-more": "Learn more",
|
"learn-more": "Learn more",
|
||||||
"link": "Link",
|
"link": "Link",
|
||||||
"mark": "Mark",
|
"mark": "Mark",
|
||||||
@@ -161,7 +162,6 @@
|
|||||||
"protected": "Workspace",
|
"protected": "Workspace",
|
||||||
"public": "Public"
|
"public": "Public"
|
||||||
},
|
},
|
||||||
"layout": "Layout",
|
|
||||||
"list": "List",
|
"list": "List",
|
||||||
"masonry": "Masonry"
|
"masonry": "Masonry"
|
||||||
},
|
},
|
||||||
@@ -424,4 +424,4 @@
|
|||||||
"rename-tag": "Rename tag",
|
"rename-tag": "Rename tag",
|
||||||
"rename-tip": "All your memos with this tag will be updated."
|
"rename-tip": "All your memos with this tag will be updated."
|
||||||
}
|
}
|
||||||
}
|
}
|
@@ -47,6 +47,7 @@
|
|||||||
"input": "输入",
|
"input": "输入",
|
||||||
"language": "语言",
|
"language": "语言",
|
||||||
"last-updated-at": "最后更新时间",
|
"last-updated-at": "最后更新时间",
|
||||||
|
"layout": "布局",
|
||||||
"learn-more": "了解更多",
|
"learn-more": "了解更多",
|
||||||
"link": "链接",
|
"link": "链接",
|
||||||
"mark": "引用",
|
"mark": "引用",
|
||||||
@@ -157,7 +158,6 @@
|
|||||||
"protected": "工作区",
|
"protected": "工作区",
|
||||||
"public": "公开"
|
"public": "公开"
|
||||||
},
|
},
|
||||||
"layout": "布局",
|
|
||||||
"list": "列表模式",
|
"list": "列表模式",
|
||||||
"masonry": "瀑布流模式"
|
"masonry": "瀑布流模式"
|
||||||
},
|
},
|
||||||
|
Reference in New Issue
Block a user