mirror of
https://github.com/modrinth/code.git
synced 2026-08-28 02:24:56 +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:
@@ -3317,117 +3317,6 @@
|
||||
"organization.projects.none-with-create-prompt": {
|
||||
"message": "Ta organizacja nie ma jeszcze żadnych projektów. Czy chcesz <create-link>utworzyć nowy</create-link>?"
|
||||
},
|
||||
"profile.bio.fallback.creator": {
|
||||
"message": "Twórca na Modrinth."
|
||||
},
|
||||
"profile.bio.fallback.user": {
|
||||
"message": "Użytkownik Modrinth."
|
||||
},
|
||||
"profile.button.analytics": {
|
||||
"message": "Pokaż dane analityczne użytkownika"
|
||||
},
|
||||
"profile.button.billing": {
|
||||
"message": "Zarządzaj rozliczaniem użytkownika"
|
||||
},
|
||||
"profile.button.edit-role": {
|
||||
"message": "Edytuj rolę"
|
||||
},
|
||||
"profile.button.info": {
|
||||
"message": "Otwórz szczegóły użytkownika"
|
||||
},
|
||||
"profile.button.manage-projects": {
|
||||
"message": "Zarządzaj projektami"
|
||||
},
|
||||
"profile.button.remove-affiliate": {
|
||||
"message": "Usuń afiliację"
|
||||
},
|
||||
"profile.button.set-affiliate": {
|
||||
"message": "Ustaw jako afiliację"
|
||||
},
|
||||
"profile.collection.projects-count": {
|
||||
"message": "{count, plural, one {# projekt} few {# projekty} other {# projektów}}"
|
||||
},
|
||||
"profile.details.label.auth-providers": {
|
||||
"message": "Dostawcy uwierzytelniania"
|
||||
},
|
||||
"profile.details.label.email": {
|
||||
"message": "E-mail"
|
||||
},
|
||||
"profile.details.label.email-verified": {
|
||||
"message": "Zweryfikowano e-mail"
|
||||
},
|
||||
"profile.details.label.has-password": {
|
||||
"message": "Ma hasło"
|
||||
},
|
||||
"profile.details.label.has-totp": {
|
||||
"message": "Ma TOTP"
|
||||
},
|
||||
"profile.details.label.payment-methods": {
|
||||
"message": "Metody płatności"
|
||||
},
|
||||
"profile.details.tooltip.email-not-verified": {
|
||||
"message": "E-mail nie jest zweryfikowany"
|
||||
},
|
||||
"profile.details.tooltip.email-verified": {
|
||||
"message": "E-mail jest zweryfikowany"
|
||||
},
|
||||
"profile.error.not-found": {
|
||||
"message": "Nie znaleziono użytkownika"
|
||||
},
|
||||
"profile.label.affiliate": {
|
||||
"message": "Afiliacja"
|
||||
},
|
||||
"profile.label.badges": {
|
||||
"message": "Odznaki"
|
||||
},
|
||||
"profile.label.collection": {
|
||||
"message": "Kolekcja"
|
||||
},
|
||||
"profile.label.download-count": {
|
||||
"message": "{count, plural, one {pobranie} few {pobrania} other {pobrań}}"
|
||||
},
|
||||
"profile.label.joined": {
|
||||
"message": "Dołączył(-a)"
|
||||
},
|
||||
"profile.label.no-collections": {
|
||||
"message": "Ten użytkownik nie ma żadnych kolekcji!"
|
||||
},
|
||||
"profile.label.no-collections-auth": {
|
||||
"message": "Nie masz żadnych kolekcji.\nCzy chcesz <create-link>utworzyć jedną</create-link>?"
|
||||
},
|
||||
"profile.label.no-projects": {
|
||||
"message": "Ten użytkownik nie ma żadnych projektów!"
|
||||
},
|
||||
"profile.label.no-projects-auth": {
|
||||
"message": "Nie masz żadnych projektów.\nCzy chcesz <create-link>utworzyć nowy</create-link>?"
|
||||
},
|
||||
"profile.label.organizations": {
|
||||
"message": "Organizacje"
|
||||
},
|
||||
"profile.label.project-count": {
|
||||
"message": "{count, plural, one {projekt} few {projekty} other {projektów}}"
|
||||
},
|
||||
"profile.label.saving": {
|
||||
"message": "Zapisywanie..."
|
||||
},
|
||||
"profile.meta.description": {
|
||||
"message": "Pobieraj projekty {username} na Modrinth"
|
||||
},
|
||||
"profile.meta.description-with-bio": {
|
||||
"message": "{bio} - Pobieraj projekty {username} na Modrinth"
|
||||
},
|
||||
"profile.official-account": {
|
||||
"message": "Oficjalne konto Modrinth"
|
||||
},
|
||||
"profile.official-account.bio": {
|
||||
"message": "Oficjalne konto Modrinth. Otrzymaj wsparcie na stronie <support-link></support-link> lub poprzez e-mail <email></email>"
|
||||
},
|
||||
"profile.stats.projects-followers": {
|
||||
"message": "{count, plural, one {<stat>{count}</stat> obserwujący projekt} other {<stat>{count}</stat> obserwujących projekt}}"
|
||||
},
|
||||
"profile.user-id": {
|
||||
"message": "ID użytkownika: {id}"
|
||||
},
|
||||
"project-member-header.error-decline": {
|
||||
"message": "Odrzucenie zaproszenia do zespołu nie powiodło się"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user