diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fb542cdc..0773ce1d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -22,11 +22,11 @@ docs/typescriptlang/es.ts @KingDarBoja [translation] [es] docs/documentation/es/**/*.md @KingDarBoja [translation] [es] # Collaborators for Chinese Translation of the Website -docs/playground/zh @Kingwl [translation] [zh] -docs/tsconfig/zh/**/*.md @Kingwl [translation] [zh] -docs/typescriptlang/zh/**/*.ts @Kingwl [translation] [zh] -docs/typescriptlang/zh.ts @Kingwl [translation] [zh] -docs/documentation/zh/**/*.md @Kingwl [translation] [zh] +docs/playground/zh @Kingwl @EnochGao @awxiaoxian2020 [translation] [zh] +docs/tsconfig/zh/**/*.md @Kingwl @EnochGao @awxiaoxian2020 [translation] [zh] +docs/typescriptlang/zh/**/*.ts @Kingwl @EnochGao @awxiaoxian2020 [translation] [zh] +docs/typescriptlang/zh.ts @Kingwl @EnochGao @awxiaoxian2020 [translation] [zh] +docs/documentation/zh/**/*.md @Kingwl @EnochGao @awxiaoxian2020 [translation] [zh] # Collaborators for Korean Translation of the Website docs/playground/ko @bumkeyy @yeonjuan @guyeol @dvlprsh [translation] [ko] diff --git a/docs/typescriptlang/fr/dt.ts b/docs/typescriptlang/fr/dt.ts deleted file mode 100644 index a884bf46..00000000 --- a/docs/typescriptlang/fr/dt.ts +++ /dev/null @@ -1,19 +0,0 @@ -export const dtCopy = { - dt_s_page_title: "Rechercher des paquets typés", - dt_s_title: "Rechercher des types", - dt_s_subtitle: - "Trouvez des paquets npm qui ont des déclarations de types, soit intégrés ou sur Definitely Typed.", - dt_s_match: "résultat", - dt_s_matchs: "résultats", - dt_s_match_exact: "Résultat exact", - dt_s_popular_on_dt: "Populaire sur Definitely Typed", - dt_s_downloads_short: "DLs", - dt_s_downloads_via: "Via", - dt_s_module: "Module", - dt_s_last_update: "Dernière mise à jour", - dt_s_install: "Installer", - dt_s_no_results: "Aucun résultat trouvé pour", - dt_s_no_results_try: "Essayez une autre recherche ?", - dt_s_copy: "copier", - dt_s_copied: "copié", -}; diff --git a/docs/typescriptlang/id/dt.ts b/docs/typescriptlang/id/dt.ts deleted file mode 100644 index 159a13ce..00000000 --- a/docs/typescriptlang/id/dt.ts +++ /dev/null @@ -1,19 +0,0 @@ -export const dtCopy = { - dt_s_page_title: "Cari paket yang mempunyai tipe data", - dt_s_title: "Cari Tipe Data", - dt_s_subtitle: - "Cari paket npm yang mempunyai deklarasi tipe data, yang jadi satu maupun di Definitely Typed.", - dt_s_match: "cocok", - dt_s_matchs: "cocok", - dt_s_match_exact: "Benar-benar Cocok", - dt_s_popular_on_dt: "Populer di Definitely Typed", - dt_s_downloads_short: "DLs", - dt_s_downloads_via: "Melalui", - dt_s_module: "Modul", - dt_s_last_update: "Terakhir Diperbarui", - dt_s_install: "Pasang", - dt_s_no_results: "Tidak ada hasil ditemukan untuk", - dt_s_no_results_try: "Coba pencarian lain?", - dt_s_copy: "salin", - dt_s_copied: "tersalin", -} diff --git a/docs/typescriptlang/pl/dt.ts b/docs/typescriptlang/pl/dt.ts deleted file mode 100644 index 46c4593d..00000000 --- a/docs/typescriptlang/pl/dt.ts +++ /dev/null @@ -1,19 +0,0 @@ -export const dtCopy = { - dt_s_page_title: "Szukaj typowanych pakietów", - dt_s_title: "Szukaj typowanych", - dt_s_subtitle: - "Znajdź pakiety npm, które mają deklaracje typu w pakiecie lub są Definitely Typed.", - dt_s_match: "pasuje", - dt_s_matchs: "pasujący", - dt_s_match_exact: "Dokładne dopasowanie", - dt_s_popular_on_dt: "Popularne Definitely Typed", - dt_s_downloads_short: "PB", - dt_s_downloads_via: "Przez", - dt_s_module: "Moduł", - dt_s_last_update: "Data ostatniej aktualizacji", - dt_s_install: "Instalacja", - dt_s_no_results: "Nie znaleziono wyników dla", - dt_s_no_results_try: "Spróbuj innego wyszukiwania?", - dt_s_copy: "kopiuj", - dt_s_copied: "skopiowane", -} diff --git a/docs/typescriptlang/pt/dt.ts b/docs/typescriptlang/pt/dt.ts deleted file mode 100644 index e98b655c..00000000 --- a/docs/typescriptlang/pt/dt.ts +++ /dev/null @@ -1,19 +0,0 @@ -export const dtCopy = { - dt_s_page_title: "Procure por pacotes tipados", - dt_s_title: "Pesquisa de tipo", - dt_s_subtitle: - "Encontre pacotes npm que tenham declarações de tipo, tanto agrupados quanto no Definitely Typed.", - dt_s_match: "resultado", - dt_s_matchs: "resultados", - dt_s_match_exact: "Combinação exata", - dt_s_popular_on_dt: "Popular no Definitely Typed", - dt_s_downloads_short: "Downl.", - dt_s_downloads_via: "Via", - dt_s_module: "Módulo", - dt_s_last_update: "Última atualização", - dt_s_install: "Instalar", - dt_s_no_results: "Nenhum resultado encontrado para", - dt_s_no_results_try: "Tentar outra busca?", - dt_s_copy: "copiar", - dt_s_copied: "copiado", -}