chore: update common locale

This commit is contained in:
Johnny
2025-03-18 09:04:47 +08:00
parent 7b23bdcfcf
commit d63ef81c9d
3 changed files with 4 additions and 4 deletions

View File

@@ -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) =>

View File

@@ -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"
}, },

View File

@@ -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": "瀑布流模式"
}, },