mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: update zh-hans i18n (#4531)
* feat: update zh-hans i18n * Update zh-Hans.json Co-authored-by: taosin <xinxintao@foxmail.com> --------- Co-authored-by: KissFire <53330905+kiss-fire@users.noreply.github.com>
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">Layout</span>
|
||||
<span className="text-sm shrink-0 mr-3">{t("memo.layout")}</span>
|
||||
<Select
|
||||
value={viewStore.state.layout}
|
||||
onChange={(_, value) =>
|
||||
@@ -47,8 +47,8 @@ const MemoDisplaySettingMenu = observer(({ className }: Props) => {
|
||||
})
|
||||
}
|
||||
>
|
||||
<Option value={"LIST"}>{"List"}</Option>
|
||||
<Option value={"MASONRY"}>{"Masonry"}</Option>
|
||||
<Option value={"LIST"}>{t("memo.list")}</Option>
|
||||
<Option value={"MASONRY"}>{t("memo.masonry")}</Option>
|
||||
</Select>
|
||||
</div>
|
||||
</div>
|
||||
|
@@ -160,7 +160,10 @@
|
||||
"private": "Private",
|
||||
"protected": "Workspace",
|
||||
"public": "Public"
|
||||
}
|
||||
},
|
||||
"layout": "Layout",
|
||||
"list": "List",
|
||||
"masonry": "Masonry"
|
||||
},
|
||||
"message": {
|
||||
"archived-successfully": "Archived successfully",
|
||||
|
@@ -156,7 +156,10 @@
|
||||
"private": "私有",
|
||||
"protected": "工作区",
|
||||
"public": "公开"
|
||||
}
|
||||
},
|
||||
"layout": "布局",
|
||||
"list": "列表模式",
|
||||
"masonry": "瀑布流模式"
|
||||
},
|
||||
"message": {
|
||||
"archived-successfully": "归档成功",
|
||||
|
Reference in New Issue
Block a user