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>
pull/4535/head
XIN_____ 3 months ago committed by GitHub
parent 2e9b9368db
commit b79755dd09
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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">Layout</span> <span className="text-sm shrink-0 mr-3">{t("memo.layout")}</span>
<Select <Select
value={viewStore.state.layout} value={viewStore.state.layout}
onChange={(_, value) => onChange={(_, value) =>
@ -47,8 +47,8 @@ const MemoDisplaySettingMenu = observer(({ className }: Props) => {
}) })
} }
> >
<Option value={"LIST"}>{"List"}</Option> <Option value={"LIST"}>{t("memo.list")}</Option>
<Option value={"MASONRY"}>{"Masonry"}</Option> <Option value={"MASONRY"}>{t("memo.masonry")}</Option>
</Select> </Select>
</div> </div>
</div> </div>

@ -160,7 +160,10 @@
"private": "Private", "private": "Private",
"protected": "Workspace", "protected": "Workspace",
"public": "Public" "public": "Public"
} },
"layout": "Layout",
"list": "List",
"masonry": "Masonry"
}, },
"message": { "message": {
"archived-successfully": "Archived successfully", "archived-successfully": "Archived successfully",

@ -156,7 +156,10 @@
"private": "私有", "private": "私有",
"protected": "工作区", "protected": "工作区",
"public": "公开" "public": "公开"
} },
"layout": "布局",
"list": "列表模式",
"masonry": "瀑布流模式"
}, },
"message": { "message": {
"archived-successfully": "归档成功", "archived-successfully": "归档成功",

Loading…
Cancel
Save