chore: update cn-zh i18n (#4435)

pull/4441/head
XIN_____ 5 days ago committed by GitHub
parent 9f01b451df
commit a0fabaf012
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -27,7 +27,7 @@ const MemoDetailSidebar = ({ memo, className, parentPage }: Props) => {
<div className="relative w-full h-36 border rounded-lg bg-zinc-50 dark:bg-zinc-900 dark:border-zinc-800">
<MemoRelationForceGraph className="w-full h-full" memo={memo} parentPage={parentPage} />
<div className="absolute top-1 left-2 text-xs opacity-60 font-mono gap-1 flex flex-row items-center">
<span>Relations</span>
<span>{t("common.relations")}</span>
<span className="text-xs opacity-60">(Beta)</span>
</div>
</div>

@ -54,7 +54,7 @@ const MemoRelationListView = (props: Props) => {
onClick={() => setSelectedTab("referenced")}
>
<MilestoneIcon className="w-3 h-auto shrink-0 opacity-70" />
<span>Referenced by</span>
<span>{t("common.referenced-by")}</span>
<span className="opacity-80">({referencedMemoList.length})</span>
</button>
)}

@ -87,7 +87,9 @@
"input": "Input",
"tree-mode": "Tree mode",
"last-updated-at": "Last updated at",
"referencing": "Referencing"
"referencing": "Referencing",
"referenced-by": "Referenced by",
"relations": "Relations"
},
"days": {
"fri": "Fri",

@ -84,7 +84,9 @@
"input": "输入",
"tree-mode": "树模式",
"last-updated-at": "最后更新时间",
"referencing": "相关笔记"
"referencing": "引用",
"referenced-by": "被引用",
"relations": "关系图"
},
"days": {
"fri": "五",

Loading…
Cancel
Save