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:
@@ -2609,108 +2609,6 @@
|
||||
"muralpay.warning.wallet-address": {
|
||||
"message": "Dobbeltsjekk lommeboksadressa di. Penger sendt til feil adresse kan ikke bli gjenoppretta."
|
||||
},
|
||||
"profile.bio.fallback.creator": {
|
||||
"message": "En Modrinth-skaper."
|
||||
},
|
||||
"profile.bio.fallback.user": {
|
||||
"message": "En Modrinth-bruker."
|
||||
},
|
||||
"profile.button.analytics": {
|
||||
"message": "Vis brukerstatistikk"
|
||||
},
|
||||
"profile.button.billing": {
|
||||
"message": "Hold styr på brukerfakturering"
|
||||
},
|
||||
"profile.button.edit-role": {
|
||||
"message": "Rediger rolle"
|
||||
},
|
||||
"profile.button.info": {
|
||||
"message": "Vis brukerdetaljer"
|
||||
},
|
||||
"profile.button.manage-projects": {
|
||||
"message": "Hold styr på prosjekt"
|
||||
},
|
||||
"profile.button.remove-affiliate": {
|
||||
"message": "Fjern tilknyting"
|
||||
},
|
||||
"profile.button.set-affiliate": {
|
||||
"message": "Sett som tilknyting"
|
||||
},
|
||||
"profile.collection.projects-count": {
|
||||
"message": "{count, plural, one {# prosjekt} other {# prosjekter}}"
|
||||
},
|
||||
"profile.details.label.auth-providers": {
|
||||
"message": "Autoriseringsgivere"
|
||||
},
|
||||
"profile.details.label.email": {
|
||||
"message": "Epost"
|
||||
},
|
||||
"profile.details.label.email-verified": {
|
||||
"message": "Epostbekreftelse"
|
||||
},
|
||||
"profile.details.label.has-password": {
|
||||
"message": "Har passord"
|
||||
},
|
||||
"profile.details.label.has-totp": {
|
||||
"message": "Har TOTP"
|
||||
},
|
||||
"profile.details.label.payment-methods": {
|
||||
"message": "Betalingsmetoder"
|
||||
},
|
||||
"profile.details.tooltip.email-not-verified": {
|
||||
"message": "Epost ikke bekrefta"
|
||||
},
|
||||
"profile.details.tooltip.email-verified": {
|
||||
"message": "Epost bekrefta"
|
||||
},
|
||||
"profile.error.not-found": {
|
||||
"message": "Bruker ikke funnet"
|
||||
},
|
||||
"profile.label.affiliate": {
|
||||
"message": "Tilknytt"
|
||||
},
|
||||
"profile.label.badges": {
|
||||
"message": "Merker"
|
||||
},
|
||||
"profile.label.collection": {
|
||||
"message": "Samling"
|
||||
},
|
||||
"profile.label.joined": {
|
||||
"message": "Blei med"
|
||||
},
|
||||
"profile.label.no-collections": {
|
||||
"message": "Denne brukeren har ingen samlinger!"
|
||||
},
|
||||
"profile.label.no-collections-auth": {
|
||||
"message": "Du har ikke noen samlinger.\nHar du lyst å <create-link>lage en</create-link>?"
|
||||
},
|
||||
"profile.label.no-projects": {
|
||||
"message": "Denne brukeren har ingen prosjekt!"
|
||||
},
|
||||
"profile.label.no-projects-auth": {
|
||||
"message": "Du har ikke noen prosjekt.\nHar du lyst å <create-link>lage en</create-link>?"
|
||||
},
|
||||
"profile.label.organizations": {
|
||||
"message": "Organisasjoner"
|
||||
},
|
||||
"profile.label.saving": {
|
||||
"message": "Lagrer..."
|
||||
},
|
||||
"profile.meta.description": {
|
||||
"message": "Last ned prosjekta til {username} på Modrinth"
|
||||
},
|
||||
"profile.meta.description-with-bio": {
|
||||
"message": "{bio} - Last ned prosjekta til {username} på Modrinth"
|
||||
},
|
||||
"profile.official-account": {
|
||||
"message": "Offisiell Modrinth-bruker"
|
||||
},
|
||||
"profile.stats.projects-followers": {
|
||||
"message": "{count, plural, one {<stat>{count}</stat> prosjektfølger} other {<stat>{count}</stat> prosjektfølgere}}"
|
||||
},
|
||||
"profile.user-id": {
|
||||
"message": "Bruker-ID: {id}"
|
||||
},
|
||||
"project-member-header.error-decline": {
|
||||
"message": "Kunne ikke avslå laginvitasjonen"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user