Skip to content

Commit f999a4f

Browse files
committed
feat(i18n): update Brazilian Portuguese translations for about and account menu sections
1 parent bd5847e commit f999a4f

1 file changed

Lines changed: 43 additions & 43 deletions

File tree

i18n/locales/pt-BR.json

Lines changed: 43 additions & 43 deletions
Original file line numberDiff line numberDiff line change
@@ -695,71 +695,71 @@
695695
}
696696
},
697697
"about": {
698-
"title": "About",
699-
"heading": "about",
700-
"meta_description": "npmx is a fast, modern browser for the npm registry. A better UX/DX for exploring npm packages.",
701-
"back_home": "back to home",
698+
"title": "Sobre",
699+
"heading": "sobre",
700+
"meta_description": "npmx é um navegador rápido e moderno para o registro npm. Uma melhor UX/DX para explorar pacotes npm.",
701+
"back_home": "voltar para a página inicial",
702702
"what_we_are": {
703-
"title": "What we are",
704-
"better_ux_dx": "better UX/DX",
705-
"admin_ui": "admin UI",
706-
"description": "npmx is a {betterUxDx} for the npm package registry and tooling. We provide a fast, modern interface for exploring packages, with features like dark mode, keyboard navigation, code browsing, and connections to alternative registries like {jsr}.",
707-
"admin_description": "We also aim to provide a better {adminUi} for managing your packages, teams, and organizations — all from the browser, powered by your local npm CLI."
703+
"title": "O que somos",
704+
"better_ux_dx": "melhor UX/DX",
705+
"admin_ui": "interface de administrador",
706+
"description": "npmx é uma {betterUxDx} para o registro de pacotes npm e ferramentas. Fornecemos uma interface rápida e moderna para explorar pacotes, com recursos como modo escuro, navegação por teclado, navegação de código e conexões para registros alternativos como {jsr}.",
707+
"admin_description": "Também visamos fornecer uma {adminUi} melhor para gerenciar seus pacotes, equipes e organizações — tudo do navegador, alimentado pelo seu CLI npm local."
708708
},
709709
"what_we_are_not": {
710-
"title": "What we're not",
711-
"not_package_manager": "Not a package manager.",
712-
"not_registry": "Not a registry.",
713-
"registry_description": "We don't host packages. We're just a better way to browse them.",
710+
"title": "O que não somos",
711+
"not_package_manager": "Não é um gerenciador de pacotes.",
712+
"not_registry": "Não é um registro.",
713+
"registry_description": "Não hospedamos pacotes. Somos apenas uma forma melhor de navegá-los.",
714714
"package_managers_exist": "{already} {people} {building} {really} {cool} {package} {managers}.",
715715
"words": {
716-
"already": "There are",
717-
"people": "already",
718-
"building": "people",
719-
"really": "building",
720-
"cool": "really",
721-
"package": "cool",
722-
"managers": "package managers"
716+
"already": "Existem",
717+
"people": "",
718+
"building": "pessoas",
719+
"really": "construindo",
720+
"cool": "realmente",
721+
"package": "incríveis",
722+
"managers": "gerenciadores de pacotes"
723723
}
724724
},
725725
"contributors": {
726-
"title": "Contributors",
727-
"description": "npmx is fully open source, built by an amazing community of contributors. Join us and let's build the npm browsing experience we always wanted, together.",
728-
"loading": "Loading contributors...",
729-
"error": "Failed to load contributors",
730-
"view_profile": "View {name}'s GitHub profile"
726+
"title": "Contribuidores",
727+
"description": "npmx é totalmente de código aberto, construído por uma comunidade incrível de contribuidores. Junte-se a nós e vamos construir juntos a experiência de navegação npm que sempre quisemos.",
728+
"loading": "Carregando contribuidores...",
729+
"error": "Falha ao carregar contribuidores",
730+
"view_profile": "Ver perfil do GitHub de {name}"
731731
},
732732
"get_involved": {
733-
"title": "Get involved",
733+
"title": "Envolva-se",
734734
"contribute": {
735-
"title": "Contribute",
736-
"description": "Help us build a better npm experience.",
737-
"cta": "View on GitHub"
735+
"title": "Contribuir",
736+
"description": "Ajude-nos a construir uma melhor experiência npm.",
737+
"cta": "Ver no GitHub"
738738
},
739739
"community": {
740-
"title": "Join the community",
741-
"description": "Chat, ask questions, and share ideas.",
742-
"cta": "Join Discord"
740+
"title": "Junte-se à comunidade",
741+
"description": "Converse, faça perguntas e compartilhe ideias.",
742+
"cta": "Junte-se ao Discord"
743743
},
744744
"follow": {
745-
"title": "Stay updated",
746-
"description": "Find out the latest on npmx.",
747-
"cta": "Follow on Bluesky"
745+
"title": "Mantenha-se atualizado",
746+
"description": "Descubra as novidades sobre npmx.",
747+
"cta": "Siga no Bluesky"
748748
}
749749
}
750750
},
751751
"account_menu": {
752-
"connect": "connect",
753-
"account": "Account",
752+
"connect": "conectar",
753+
"account": "Conta",
754754
"npm_cli": "npm CLI",
755755
"atmosphere": "Atmosphere",
756-
"npm_cli_desc": "Manage packages & orgs",
757-
"atmosphere_desc": "Social features & identity",
758-
"connect_npm_cli": "Connect to npm CLI",
759-
"connect_atmosphere": "Connect to Atmosphere",
760-
"connecting": "Connecting...",
756+
"npm_cli_desc": "Gerenciar pacotes e organizações",
757+
"atmosphere_desc": "Recursos sociais e identidade",
758+
"connect_npm_cli": "Conectar ao CLI npm",
759+
"connect_atmosphere": "Conectar ao Atmosphere",
760+
"connecting": "Conectando...",
761761
"ops": "{count} op | {count} ops",
762-
"disconnect": "Disconnect"
762+
"disconnect": "Desconectar"
763763
},
764764
"auth": {
765765
"modal": {

0 commit comments

Comments
 (0)