mirror of
https://github.com/modrinth/code.git
synced 2026-09-03 13:36:48 +00:00
feat: move users page to xplat page system (#6889)
* feat: move users page to xplat * feat: stop doing tauri plugin open for user links * feat: qa * fix: qa * fix: qa * fix: comment * fix: prepr * prepr * prepr * prepr --------- Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com>
This commit is contained in:
@@ -2501,99 +2501,6 @@
|
||||
"muralpay.warning.wallet-address": {
|
||||
"message": "Confirme o endereço da carteira. Fundos enviados para um endereço errado não podem ser recuperados."
|
||||
},
|
||||
"profile.bio.fallback.creator": {
|
||||
"message": "Um criador Modrinth."
|
||||
},
|
||||
"profile.bio.fallback.user": {
|
||||
"message": "Um utilizador Modrinth."
|
||||
},
|
||||
"profile.button.billing": {
|
||||
"message": "Gerir faturação do utilizador"
|
||||
},
|
||||
"profile.button.edit-role": {
|
||||
"message": "Editar cargo"
|
||||
},
|
||||
"profile.button.info": {
|
||||
"message": "Ver detalhes de utilizador"
|
||||
},
|
||||
"profile.button.manage-projects": {
|
||||
"message": "Gerir projetos"
|
||||
},
|
||||
"profile.button.remove-affiliate": {
|
||||
"message": "Remover como afiliado"
|
||||
},
|
||||
"profile.button.set-affiliate": {
|
||||
"message": "Definir como afiliado"
|
||||
},
|
||||
"profile.details.label.auth-providers": {
|
||||
"message": "Fornecedores de Autenticação"
|
||||
},
|
||||
"profile.details.label.email": {
|
||||
"message": "E-mail"
|
||||
},
|
||||
"profile.details.label.email-verified": {
|
||||
"message": "E-mail verificado"
|
||||
},
|
||||
"profile.details.label.has-password": {
|
||||
"message": "Tem password"
|
||||
},
|
||||
"profile.details.label.has-totp": {
|
||||
"message": "Tem TOTP"
|
||||
},
|
||||
"profile.details.label.payment-methods": {
|
||||
"message": "Métodos de pagamento"
|
||||
},
|
||||
"profile.details.tooltip.email-not-verified": {
|
||||
"message": "E-mail não verificado"
|
||||
},
|
||||
"profile.details.tooltip.email-verified": {
|
||||
"message": "E-mail verificado"
|
||||
},
|
||||
"profile.error.not-found": {
|
||||
"message": "Utilizador não encontrado"
|
||||
},
|
||||
"profile.label.affiliate": {
|
||||
"message": "Afiliado"
|
||||
},
|
||||
"profile.label.badges": {
|
||||
"message": "Emblemas"
|
||||
},
|
||||
"profile.label.collection": {
|
||||
"message": "Coleção"
|
||||
},
|
||||
"profile.label.joined": {
|
||||
"message": "Entrou"
|
||||
},
|
||||
"profile.label.no-collections": {
|
||||
"message": "Este utilizador não tem coleções!"
|
||||
},
|
||||
"profile.label.no-collections-auth": {
|
||||
"message": "Não tens nenhuma coleção.\nQueres <create-link>criar uma</create-link>?"
|
||||
},
|
||||
"profile.label.no-projects": {
|
||||
"message": "Este utilizador não tem projetos!"
|
||||
},
|
||||
"profile.label.no-projects-auth": {
|
||||
"message": "Não tens nenhum projeto.\nQueres <create-link>criar um</create-link>?"
|
||||
},
|
||||
"profile.label.organizations": {
|
||||
"message": "Organizações"
|
||||
},
|
||||
"profile.label.saving": {
|
||||
"message": "A guardar..."
|
||||
},
|
||||
"profile.meta.description": {
|
||||
"message": "Transfere os projetos de {username} no Modrinth"
|
||||
},
|
||||
"profile.meta.description-with-bio": {
|
||||
"message": "{bio} - Transfere os projetos de {username} no Modrinth"
|
||||
},
|
||||
"profile.stats.projects-followers": {
|
||||
"message": "{count, plural, one {<stat>{count}</stat> seguidor do projeto} other {<stat>{count}</stat> seguidores do projeto}}"
|
||||
},
|
||||
"profile.user-id": {
|
||||
"message": "ID do utilizador: {id}"
|
||||
},
|
||||
"project-member-header.error-decline": {
|
||||
"message": "Falha a rejeitar o convite de equipa"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user