From acec68b6159619228f7b85df8f7901f9538b4e3c Mon Sep 17 00:00:00 2001 From: EnochGao Date: Wed, 21 Dec 2022 18:05:12 +0800 Subject: [PATCH] feat: translate dt.ts file in zh --- docs/typescriptlang/zh/dt.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/typescriptlang/zh/dt.ts diff --git a/docs/typescriptlang/zh/dt.ts b/docs/typescriptlang/zh/dt.ts new file mode 100644 index 00000000..048ea61e --- /dev/null +++ b/docs/typescriptlang/zh/dt.ts @@ -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: "已复制", +}