diff --git a/packages/typescriptlang-org/src/copy/pt/dt.ts b/packages/typescriptlang-org/src/copy/pt/dt.ts new file mode 100644 index 000000000000..7aa0e8e66f2b --- /dev/null +++ b/packages/typescriptlang-org/src/copy/pt/dt.ts @@ -0,0 +1,19 @@ +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, agrupados ou Definitely Typed.", + dt_s_match: "resultado", + dt_s_matchs: "resultados", + dt_s_match_exact: "Combinação exata", + dt_s_popular_on_dt: "Popular em Definitely Typed", + dt_s_downloads_short: "DLs", + 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: "Tente outra pesquisa?", + dt_s_copy: "copiar", + dt_s_copied: "copiado", +}