Skip to content

feat: translate dt.ts file in zh #203

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions docs/typescriptlang/zh/dt.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
export const dtCopy = {
dt_s_page_title: "搜索类型包",
dt_s_title: "类型搜索",
dt_s_subtitle:
"查找具有类型声明的npm包,无论是捆绑的还是单独声明的",
dt_s_match: "匹配",
dt_s_matchs: "匹配",
dt_s_match_exact: "精确匹配",
dt_s_popular_on_dt: "明确类型的流行",
dt_s_downloads_short: "DLs",
dt_s_downloads_via: "通过",
dt_s_module: "Module",
dt_s_last_update: "最后一次更新",
dt_s_install: "安装",
dt_s_no_results: "没有找到结果",
dt_s_no_results_try: "尝试另一种搜索?",
dt_s_copy: "复制",
dt_s_copied: "已复制",
}