mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update cn-zh i18n (#4435)
This commit is contained in:
@@ -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": "五",
|
||||
|
Reference in New Issue
Block a user