mirror of
https://github.com/modrinth/code.git
synced 2026-09-04 22:10:15 +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:
@@ -3341,117 +3341,6 @@
|
||||
"organization.projects.none-with-create-prompt": {
|
||||
"message": "Deze organisatie heeft nog geen projecten. Wil je er <create-link>een aanmaken</create-link>?"
|
||||
},
|
||||
"profile.bio.fallback.creator": {
|
||||
"message": "Een Modrinth creator."
|
||||
},
|
||||
"profile.bio.fallback.user": {
|
||||
"message": "Een Modrinth gebruiker."
|
||||
},
|
||||
"profile.button.analytics": {
|
||||
"message": "Gebruikersstatistieken bekijken"
|
||||
},
|
||||
"profile.button.billing": {
|
||||
"message": "Gebruikers facturering beheren"
|
||||
},
|
||||
"profile.button.edit-role": {
|
||||
"message": "Bewerk rol"
|
||||
},
|
||||
"profile.button.info": {
|
||||
"message": "Bekijk gebruikersdetails"
|
||||
},
|
||||
"profile.button.manage-projects": {
|
||||
"message": "Beheer projecten"
|
||||
},
|
||||
"profile.button.remove-affiliate": {
|
||||
"message": "Verwijderen als partner"
|
||||
},
|
||||
"profile.button.set-affiliate": {
|
||||
"message": "Zet als partner"
|
||||
},
|
||||
"profile.collection.projects-count": {
|
||||
"message": "{count, plural, one {# project} other {# projecten}}"
|
||||
},
|
||||
"profile.details.label.auth-providers": {
|
||||
"message": "Beveiliging providers"
|
||||
},
|
||||
"profile.details.label.email": {
|
||||
"message": "Email"
|
||||
},
|
||||
"profile.details.label.email-verified": {
|
||||
"message": "Email geverifieerd"
|
||||
},
|
||||
"profile.details.label.has-password": {
|
||||
"message": "Heeft wachtwoord"
|
||||
},
|
||||
"profile.details.label.has-totp": {
|
||||
"message": "Heeft TOTP"
|
||||
},
|
||||
"profile.details.label.payment-methods": {
|
||||
"message": "Betaalmethodes"
|
||||
},
|
||||
"profile.details.tooltip.email-not-verified": {
|
||||
"message": "Email niet geverifieerd"
|
||||
},
|
||||
"profile.details.tooltip.email-verified": {
|
||||
"message": "Email geverifieerd"
|
||||
},
|
||||
"profile.error.not-found": {
|
||||
"message": "Gebruiker niet gevonden"
|
||||
},
|
||||
"profile.label.affiliate": {
|
||||
"message": "Partners"
|
||||
},
|
||||
"profile.label.badges": {
|
||||
"message": "Badges"
|
||||
},
|
||||
"profile.label.collection": {
|
||||
"message": "Collectie"
|
||||
},
|
||||
"profile.label.download-count": {
|
||||
"message": "{count, plural, one {download} other {downloads}}"
|
||||
},
|
||||
"profile.label.joined": {
|
||||
"message": "Lid geworden"
|
||||
},
|
||||
"profile.label.no-collections": {
|
||||
"message": "Deze gebruiker heeft geen collecties!"
|
||||
},
|
||||
"profile.label.no-collections-auth": {
|
||||
"message": "Je hebt geen collecties.\n<create-link>Wil je er een aanmaken?</create-link>"
|
||||
},
|
||||
"profile.label.no-projects": {
|
||||
"message": "Deze gebruiker heeft geen projecten!"
|
||||
},
|
||||
"profile.label.no-projects-auth": {
|
||||
"message": "Je hebt geen projecten.\n<create-link>Wil je er een aanmaken?</create-link>"
|
||||
},
|
||||
"profile.label.organizations": {
|
||||
"message": "Organisaties"
|
||||
},
|
||||
"profile.label.project-count": {
|
||||
"message": "{count, plural, one {project} other {projecten}}"
|
||||
},
|
||||
"profile.label.saving": {
|
||||
"message": "Opslaan..."
|
||||
},
|
||||
"profile.meta.description": {
|
||||
"message": "Download {username} z'n projecten via Modrinth"
|
||||
},
|
||||
"profile.meta.description-with-bio": {
|
||||
"message": "{bio} - Download {username}'s projecten op Modrinth"
|
||||
},
|
||||
"profile.official-account": {
|
||||
"message": "Officieel Modrinth-account"
|
||||
},
|
||||
"profile.official-account.bio": {
|
||||
"message": "Het officiële gebruikersaccount van Modrinth. Neem contact op met het Helpcentrum via <support-link></support-link> of per e-mail via <email></email>"
|
||||
},
|
||||
"profile.stats.projects-followers": {
|
||||
"message": "{count, plural, one {<stat>{count}</stat> project volger}other {<stat>{count}</stat> project volgers}}"
|
||||
},
|
||||
"profile.user-id": {
|
||||
"message": "Gebruiker ID: {id}"
|
||||
},
|
||||
"project-member-header.error-decline": {
|
||||
"message": "Team uitnodiging niet afgeslagen"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user