Unverified Commit b79755dd authored by XIN_____'s avatar XIN_____ Committed by GitHub

feat: update zh-hans i18n (#4531)

* feat: update zh-hans i18n

* Update zh-Hans.json
Co-authored-by: 's avatartaosin <xinxintao@foxmail.com>

---------
Co-authored-by: 's avatarKissFire <53330905+kiss-fire@users.noreply.github.com>
parent 2e9b9368
...@@ -38,7 +38,7 @@ const MemoDisplaySettingMenu = observer(({ className }: Props) => { ...@@ -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) => { ...@@ -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 @@ ...@@ -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 @@ ...@@ -156,7 +156,10 @@
"private": "私有", "private": "私有",
"protected": "工作区", "protected": "工作区",
"public": "公开" "public": "公开"
} },
"layout": "布局",
"list": "列表模式",
"masonry": "瀑布流模式"
}, },
"message": { "message": {
"archived-successfully": "归档成功", "archived-successfully": "归档成功",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment