From c14a022a7cd7982d9128583b1bb15603283ca5b1 Mon Sep 17 00:00:00 2001 From: Roberto Alves Date: Wed, 27 Jan 2021 22:54:29 -0300 Subject: [PATCH] translates the file 'dt.ts' to ptbr --- docs/typescriptlang/pt/dt.ts | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/typescriptlang/pt/dt.ts diff --git a/docs/typescriptlang/pt/dt.ts b/docs/typescriptlang/pt/dt.ts new file mode 100644 index 00000000..e98b655c --- /dev/null +++ b/docs/typescriptlang/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, 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", +}