Skip to content

Commit 2d927b5

Browse files
committed
feat(i18n): update Brazilian Portuguese translations for code and badges sections
1 parent 6a274d3 commit 2d927b5

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

i18n/locales/pt-BR.json

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -547,44 +547,44 @@
547547
}
548548
},
549549
"code": {
550-
"files_label": "Files",
551-
"no_files": "No files in this directory",
552-
"select_version": "Select version",
553-
"root": "root",
554-
"lines": "{count} lines",
555-
"toggle_tree": "Toggle file tree",
556-
"close_tree": "Close file tree",
557-
"copy_link": "Copy link",
558-
"raw": "Raw",
559-
"view_raw": "View raw file",
560-
"file_too_large": "File too large to preview",
561-
"file_size_warning": "{size} exceeds the 500KB limit for syntax highlighting",
562-
"load_anyway": "Load anyway",
563-
"failed_to_load": "Failed to load file",
564-
"unavailable_hint": "The file may be too large or unavailable",
565-
"version_required": "Version is required to browse code",
566-
"go_to_package": "Go to package",
567-
"loading_tree": "Loading file tree...",
568-
"failed_to_load_tree": "Failed to load files for this package version",
569-
"back_to_package": "Back to package",
550+
"files_label": "Arquivos",
551+
"no_files": "Nenhum arquivo neste diretório",
552+
"select_version": "Selecionar versão",
553+
"root": "raiz",
554+
"lines": "{count} linhas",
555+
"toggle_tree": "Alternar árvore de arquivos",
556+
"close_tree": "Fechar árvore de arquivos",
557+
"copy_link": "Copiar link",
558+
"raw": "Bruto",
559+
"view_raw": "Ver arquivo bruto",
560+
"file_too_large": "Arquivo muito grande para visualizar",
561+
"file_size_warning": "{size} excede o limite de 500KB para destaque de sintaxe",
562+
"load_anyway": "Carregar mesmo assim",
563+
"failed_to_load": "Falha ao carregar arquivo",
564+
"unavailable_hint": "O arquivo pode ser muito grande ou indisponível",
565+
"version_required": "Versão é obrigatória para navegar pelo código",
566+
"go_to_package": "Ir para pacote",
567+
"loading_tree": "Carregando árvore de arquivos...",
568+
"failed_to_load_tree": "Falha ao carregar arquivos para esta versão do pacote",
569+
"back_to_package": "Voltar para pacote",
570570
"table": {
571-
"name": "Name",
572-
"size": "Size"
571+
"name": "Nome",
572+
"size": "Tamanho"
573573
},
574574
"markdown_view_mode": {
575-
"preview": "preview",
576-
"code": "code"
575+
"preview": "visualizar",
576+
"code": "código"
577577
},
578-
"file_path": "File path"
578+
"file_path": "Caminho do arquivo"
579579
},
580580
"badges": {
581581
"provenance": {
582-
"verified": "verified",
583-
"verified_title": "Verified provenance",
584-
"verified_via": "Verified: published via {provider}"
582+
"verified": "verificado",
583+
"verified_title": "Proveniência verificada",
584+
"verified_via": "Verificado: publicado via {provider}"
585585
},
586586
"jsr": {
587-
"title": "also available on JSR",
587+
"title": "também disponível no JSR",
588588
"label": "jsr"
589589
}
590590
},

0 commit comments

Comments
 (0)