mirror of
https://github.com/usememos/memos.git
synced 2025-10-27 23:06:24 +08:00
chore: update common locale
This commit is contained in:
parent
7b23bdcfcf
commit
d63ef81c9d
3 changed files with 4 additions and 4 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
@ -424,4 +424,4 @@
|
|||
"rename-tag": "Rename tag",
|
||||
"rename-tip": "All your memos with this tag will be updated."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -47,6 +47,7 @@
|
|||
"input": "输入",
|
||||
"language": "语言",
|
||||
"last-updated-at": "最后更新时间",
|
||||
"layout": "布局",
|
||||
"learn-more": "了解更多",
|
||||
"link": "链接",
|
||||
"mark": "引用",
|
||||
|
|
@ -157,7 +158,6 @@
|
|||
"protected": "工作区",
|
||||
"public": "公开"
|
||||
},
|
||||
"layout": "布局",
|
||||
"list": "列表模式",
|
||||
"masonry": "瀑布流模式"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue