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>
|
||||
</div>
|
||||
<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
|
||||
value={viewStore.state.layout}
|
||||
onChange={(_, value) =>
|
||||
|
@@ -49,6 +49,7 @@
|
||||
"input": "Input",
|
||||
"language": "Language",
|
||||
"last-updated-at": "Last updated at",
|
||||
"layout": "Layout",
|
||||
"learn-more": "Learn more",
|
||||
"link": "Link",
|
||||
"mark": "Mark",
|
||||
@@ -161,7 +162,6 @@
|
||||
"protected": "Workspace",
|
||||
"public": "Public"
|
||||
},
|
||||
"layout": "Layout",
|
||||
"list": "List",
|
||||
"masonry": "Masonry"
|
||||
},
|
||||
|
@@ -47,6 +47,7 @@
|
||||
"input": "输入",
|
||||
"language": "语言",
|
||||
"last-updated-at": "最后更新时间",
|
||||
"layout": "布局",
|
||||
"learn-more": "了解更多",
|
||||
"link": "链接",
|
||||
"mark": "引用",
|
||||
@@ -157,7 +158,6 @@
|
||||
"protected": "工作区",
|
||||
"public": "公开"
|
||||
},
|
||||
"layout": "布局",
|
||||
"list": "列表模式",
|
||||
"masonry": "瀑布流模式"
|
||||
},
|
||||
|
Reference in New Issue
Block a user