Skip to content

Commit bb8fa90

Browse files
authored
feat(i18n): add missing translations for zh-Hans (closes #5209) (#5229)
1 parent 32d47ab commit bb8fa90

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

web/src/locales/zh-Hans.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
"change": "修改",
2929
"clear": "清除",
3030
"close": "关闭",
31+
"copy": "复制",
3132
"collapse": "收起",
3233
"confirm": "确定",
3334
"create": "创建",
@@ -141,6 +142,7 @@
141142
"write-a-comment": "写评论"
142143
},
143144
"copy-link": "复制链接",
145+
"copy-content": "复制内容",
144146
"count-memos-in-date": "{{date}} 有 {{count}} 条备忘录",
145147
"delete-confirm": "您确定要删除此条备忘录吗?(此操作不可逆)",
146148
"direction": "排序方式",
@@ -431,5 +433,13 @@
431433
"rename-success": "重命名成功",
432434
"rename-tag": "重命名",
433435
"rename-tip": "您的所有带有此标签的备忘录将被更新。"
436+
},
437+
"tooltip": {
438+
"link-memo": "链接备忘录",
439+
"markdown-menu": "Markdown",
440+
"select-location": "位置",
441+
"select-visibility": "浏览权限",
442+
"tags": "标签",
443+
"upload-attachment": "上传附件"
434444
}
435-
}
445+
}

0 commit comments

Comments
 (0)