diff --git a/docs/typescriptlang/zh/handbook.ts b/docs/typescriptlang/zh/handbook.ts index 6b252465..dc3e658a 100644 --- a/docs/typescriptlang/zh/handbook.ts +++ b/docs/typescriptlang/zh/handbook.ts @@ -1,4 +1,16 @@ export const handbookCopy = { handb_prev: "上一篇", handb_next: "下一篇", + handb_on_this_page: "在本页", + handb_like_dislike_title: "这个页面对您有帮助吗?", + handb_like_desc: "是", + handb_dislike_desc: "否", + handb_thanks: "感谢您的反馈", + handb_deprecated_title: "当前界面已经弃用", + handb_deprecated_subtitle: "当前手册页已经被替换, ", + handb_deprecated_subtitle_link: "转到新页面", + handb_deprecated_subtitle_action: "转到新页面", + handb_experimental_title: "这个页面中包含实验性文档", + handb_experimental_subtitle: "这部分内容是关于一个正在进行中工作主题", + }