mirror of
https://github.com/modrinth/code.git
synced 2026-08-27 18:14:49 +00:00
feat: update auth flow (#5790)
* Backend routes for choosing username in OAuth flow * fix up oauth flow routes * improve URL-related OAuth code * Use user-provided callback addr instead of SELF_ADDR * Revert "Use user-provided callback addr instead of SELF_ADDR" This reverts commit7ea0635d86. * fix flow * fix: backend response for create oauth account * feat: new auth flow (#5840) * update auth with new designs * refactor: auth.js to auth.ts * refactor: componentize auth pages * fix: auth pages height * feat: initial implementation of new sign-in oauth * fix create account flow * fix checkbox * remove hard coded username * implement create user validation endpoint and add more specific error responses * feat: implement under 13 DOB guard and email/password validation route * fix: TOCTOU issue * refactor: pnpm prepr * fix: make sure staging uses staging * fix: hcaptcha styles * fix: copy * remove: auth/welcome page as its no longer used * refactor: bring root page card styles into individual components and use tailwind * fix: account settings modals to use new modal and fix lots of bad styles * refactor: pnpm prepr * feat: implement last signed in indicator * fix: append number when generated name from email is taken * refactor: pnpm prepr * fix: last sign in badge color * fix: qa issues * refactor: pnpm prepr * fix: hover effect on native date picker * chore: temp staging undo * Revert "chore: temp staging undo" This reverts commitcad6bd4f92. * feat: handle app create account * fix: last signed in style * fix: add initOnMounted for SSR race * refactor: use typescript * refactor: pnpm prepr * refactor: use typescript for reset-password * refactor: convert verify-email to use typescript * refactor: convert authorize.vue to use typescript * fix: authorize.vue error states * feat: small style updates * feat: implement date picker component * feat: improve UX and styles for range select * refactor: pnpm prepr * fix: range select border styles * feat: implement date picker component in create account * feat: implement preserve date for date picker * update rust toolchain * increase recursion limit * fix: date picker can be null * fix: calculate age based on user's timezone * fix: number input icons color * fix: date picker icons * feat: improve styles * fix: add width on date * fix: hover color bad on number input * fix lints * feat: add default date open view * fmt * fix: account.vue * fix: remove default date to open 13 years ago * fix: edit copy on info banner * fix: cannot hover over project card tooltip items (#6071) fix: cannot hover over project cards * feat: improve add dependency flow (#6075) * fix: shadow on nav * feat: improve add dependency flow * feat: update suggested dependency style * feat: update dependency rows to use version number and update styles * feat: implement combobox select searched text on focus * feat: add Tabs.vue * feat: update nav tabs to use tabs * feat: improve project search dropdown * fix: dependency search not clearing inbound query * fix: combobox no options open state bug * feat: improve dependency project and version search * fix: open modrinth project links in the app (#6072) * pin tanstack versions + set pnpm min age to 7 days * squash commits * fix: 2 factor auth enter code screen styles * update copy * update copy * improve reset password * feat: update sign in screen * fix: unused import * Merge branch 'main' into boris/dev-908-backend-changes * Revert "Merge branch 'main' into boris/dev-908-backend-changes" This reverts commitb9b03796e3. * fix: add stroke * feat: add passkey support (#6375) * feat: add passkey backend * feat: passkey frontend * invalidate sessions on compromised passkey * chore: run sqlx prepare * fix: make passkey button use both collumns to prevent empty space * fix: correctly verify max passkeys in finish route * fix: use structs for response * fix: add rp name default * style: use web::Json * fmt * feat: improve manage passkeys UI * fix copy * pnpm prepr --------- Co-authored-by: tdgao <mr.trumgao@gmail.com> Co-authored-by: Truman Gao <106889354+tdgao@users.noreply.github.com> Co-authored-by: Michael H. <michael@iptables.sh> Co-authored-by: Calum H. (IMB11) <contact@cal.engineer> Co-authored-by: Calum H. <calum@modrinth.com> Co-authored-by: Prospector <6166773+Prospector@users.noreply.github.com> Co-authored-by: DeDiamondPro <67508414+DeDiamondPro@users.noreply.github.com>
This commit is contained in:
co-authored by
tdgao
Truman Gao
Michael H.
Calum H.
Calum H.
Prospector
DeDiamondPro
parent
6fc741f7c0
commit
ef4044534f
@@ -365,39 +365,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "أدخل الرمز..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>هل نسيت كلمة المرور؟</forgot-password-link> • <create-account-link>إنشاء حساب</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "تسجيل الدخول باستخدام"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "تسجيل الدخول"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "أو استخدم كلمة المرور"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "إنشاء حساب"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "بإنشائك حسابًا، فإنك توافق على <terms-link>شروط مودرنث</terms-link> و<privacy-policy-link>سياسة الخصوصية</privacy-policy-link> الخاصة بها."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "كلمتا المرور غير متطابقتين!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "هل لديك حساب بالفعل؟"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "اشترك لتصلك التحديثات حول مودرنث"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "إنشاء حساب"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "أو أنشئ حسابًا بنفسك"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "سجّل باستخدام"
|
||||
},
|
||||
@@ -431,21 +413,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "تحقّق من البريد الإلكتروني"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "اشترك في التحديثات حول مودرنث"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "أنت الآن جزء من مجتمع رائع من المبدعين والمستكشفين الذين يقومون بالفعل بإنشاء المودات المذهلة، تثبيتها، والبقاء على اطلاع بآخر التحديثات."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "بإنشائك حسابًا، فإنك توافق على <terms-link>شروط مودرنث</terms-link> و<privacy-policy-link>سياسة الخصوصية</privacy-policy-link>."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "مرحبًا بك في مودرنث!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "مرحبًا"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "تعديل الأيقونة"
|
||||
},
|
||||
|
||||
@@ -407,39 +407,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Zadejte kód..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Zapomněli jste heslo?</forgot-password-link> • <create-account-link>Vytvořte si účet</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Přihlášte se pomocí"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Přihlásit se"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Nebo použijte heslo"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Vytvořte účet"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Vytvořením účtu souhlasíte s <terms-link>Podmínkami</terms-link> a <privacy-policy-link>Zásadami ochrany osobních údajů</privacy-policy-link> Modrinthu."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Hesla se neshodují!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Již máte účet?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Přihlásit se k odběru informací o Modrinthu"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Registrace"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Nebo si vytvořte účet"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Registrujte se pomocí"
|
||||
},
|
||||
@@ -473,21 +455,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Ověřit e-mail"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Přihlásit se k odběru informací o Modrinthu"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Nyní jste součástí úžasné komunity tvůrců a průzkumníků, kteří již vytvářejí, stahují a aktualizují úžasné módy."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Vytvořením účtu souhlasíte s <terms-link>Podmínkami</terms-link> a <privacy-policy-link>Zásadami ochrany osobních údajů</privacy-policy-link> Modrinthu."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Vítejte v Modrinthu!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Vítejte"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Upravit ikonu"
|
||||
},
|
||||
|
||||
@@ -263,39 +263,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Indtast kode..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Glemt adgangskode?</forgot-password-link> • <create-account-link>Opret en konto</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Log ind med"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Log ind"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Eller brug en adgangskode"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Opret konto"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Ved at oprette en konto, accepterer du Modrinth's <terms-link>Vilkår</terms-link> og <privacy-policy-link>Privatlivspolitik</privacy-policy-link>."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Adgangskoderne er ikke ens!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Har du allerede en konto?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Abonner på opdateringer om Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Tilmeld"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Eller opret en konto selv"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Tilmeld dig med"
|
||||
},
|
||||
@@ -329,21 +311,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Bekræft E-mail"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Abonner på opdateringer om Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Du er nu en del af det awesome fællesskab og skabere og udforskere der allerede bygger, downloader, og forbliver opdateret med fantastiske mods."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Ved at oprette en konto, accepterer du Modrinth's <terms-link>Vilkår</terms-link> og <privacy-policy-link>Privatlivspolitik</privacy-policy-link>."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Velkommen til Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Velkommen"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Rediger ikon"
|
||||
},
|
||||
|
||||
@@ -737,39 +737,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Code eingeben..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Passwort vergessen?</forgot-password-link> • <create-account-link>Konto erstellen</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Anmelden mit"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Anmelden"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Oder verwende ein Passwort"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Konto erstellen"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Durch das erstellen eines Kontos stimmst du den <terms-link>Nutzungsbedingungen</terms-link> und <privacy-policy-link>Datenschutzrichtlinien</privacy-policy-link> von Modrinth zu."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Passwörter stimmen nicht überein!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Du hast bereits ein Konto?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Folge den Updates über Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Registrieren"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Oder erstelle selbst ein Konto"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Registrieren mit"
|
||||
},
|
||||
@@ -803,21 +785,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "E-Mail verifizieren"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Folge updates über Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Du bist nun teil der grossartigen Community von Entwicklern und Entdeckern, welche bereits tolle Projekte erstellen, herunterladen und auf den neusten Stand halten."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Durch das erstellen eines Kontos hast du den <terms-link>Nutzungsbedingungen</terms-link> und <privacy-policy-link>Datenschutzrichtlinien</privacy-policy-link> von Modrinth zugestimmt."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Willkommen bei Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Willkommen"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Icon bearbeiten"
|
||||
},
|
||||
|
||||
@@ -737,39 +737,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Code eingeben..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Passwort vergessen?</forgot-password-link> • <create-account-link>Erstelle ein Konto</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Anmelden mit"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Anmelden"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Oder Passwort verwenden"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Konto erstellen"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Durch die Erstellung eines Kontos stimmst du den <terms-link>Nutzungsbedingungen</terms-link> und der <privacy-policy-link>Datenschutzerklärung</privacy-policy-link> von Modrinth zu."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Passwörter stimmen nicht überein!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Du hast bereits ein Konto?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Updates zu Modrinth abonnieren"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Registrieren"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Oder erstelle selbst ein Konto"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Registrieren mit"
|
||||
},
|
||||
@@ -803,21 +785,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "E-Mail bestätigen"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Erhalte Neuigkeiten zu Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Du bist jetzt Teil der großartigen Community von Entwicklern und Entdeckern die bereits fantastische Mods erstellen, herunterladen und auf dem neuesten Stand halten."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Durch die Erstellung eines Kontos hast du den <terms-link>Nutzungsbedingungen</terms-link> und der <privacy-policy-link>Datenschutzerklärung</privacy-policy-link> von Modrinth zugestimmt."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Willkommen bei Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Willkommen"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Icon bearbeiten"
|
||||
},
|
||||
|
||||
@@ -731,12 +731,72 @@
|
||||
"auth.authorize.authorize-app-name": {
|
||||
"message": "Authorize {appName}"
|
||||
},
|
||||
"auth.authorize.error.missing-parameters": {
|
||||
"message": "Missing required OAuth query parameters."
|
||||
},
|
||||
"auth.authorize.error.no-redirect-url": {
|
||||
"message": "No redirect location found in response"
|
||||
},
|
||||
"auth.authorize.errro-title": {
|
||||
"message": "An Error Occured"
|
||||
},
|
||||
"auth.authorize.redirect-url": {
|
||||
"message": "You will be redirected to <redirect-url>{url}</redirect-url>"
|
||||
},
|
||||
"auth.continue-with-provider": {
|
||||
"message": "Continue with {provider}"
|
||||
},
|
||||
"auth.create-account.age-requirement.warning-title": {
|
||||
"message": "Age requirement"
|
||||
},
|
||||
"auth.create-account.complete-sign-up": {
|
||||
"message": "Complete sign up"
|
||||
},
|
||||
"auth.create-account.date-of-birth.invalid.text": {
|
||||
"message": "Please enter a valid date of birth. Year cannot be 0000."
|
||||
},
|
||||
"auth.create-account.date-of-birth.invalid.title": {
|
||||
"message": "Invalid date of birth"
|
||||
},
|
||||
"auth.create-account.date-of-birth.label": {
|
||||
"message": "Date of birth"
|
||||
},
|
||||
"auth.create-account.date-of-birth.placeholder": {
|
||||
"message": "Select your date of birth"
|
||||
},
|
||||
"auth.create-account.date-of-birth.required.text": {
|
||||
"message": "Please enter your date of birth before continuing."
|
||||
},
|
||||
"auth.create-account.date-of-birth.required.title": {
|
||||
"message": "Date of birth required"
|
||||
},
|
||||
"auth.create-account.date-of-birth.under13-helper": {
|
||||
"message": "You do not meet the age requirement to create an account at Modrinth."
|
||||
},
|
||||
"auth.create-account.info-panel.source-code-link": {
|
||||
"message": "Relevant source code"
|
||||
},
|
||||
"auth.create-account.info-panel.text": {
|
||||
"message": "We do not store your date of birth. We only use it during sign-up to validate COPPA compliance."
|
||||
},
|
||||
"auth.create-account.page-title": {
|
||||
"message": "Create Account"
|
||||
},
|
||||
"auth.create-account.security-check.label": {
|
||||
"message": "Security check"
|
||||
},
|
||||
"auth.create-account.subscribe.label": {
|
||||
"message": "Keep me updated on the cool things Modrinth is working on via email"
|
||||
},
|
||||
"auth.create-account.title": {
|
||||
"message": "Create an Account"
|
||||
},
|
||||
"auth.create-account.username.label": {
|
||||
"message": "Username"
|
||||
},
|
||||
"auth.create-account.username.placeholder": {
|
||||
"message": "Enter username"
|
||||
},
|
||||
"auth.reset-password.method-choice.action": {
|
||||
"message": "Send recovery email"
|
||||
},
|
||||
@@ -771,53 +831,68 @@
|
||||
"message": "Reset your password"
|
||||
},
|
||||
"auth.sign-in.2fa.description": {
|
||||
"message": "Please enter a two-factor code to proceed."
|
||||
"message": "Enter the 6-digit code from your authenticator app, or one of your backup codes."
|
||||
},
|
||||
"auth.sign-in.2fa.label": {
|
||||
"message": "Enter two-factor code"
|
||||
"message": "Two-factor authentication"
|
||||
},
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Enter code..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Forgot password?</forgot-password-link> • <create-account-link>Create an account</create-account-link>"
|
||||
"auth.sign-in.continue-with-email": {
|
||||
"message": "Continue with Email"
|
||||
},
|
||||
"auth.sign-in.continue-with-passkey": {
|
||||
"message": "Continue with passkey"
|
||||
},
|
||||
"auth.sign-in.create-account": {
|
||||
"message": "Sign up"
|
||||
},
|
||||
"auth.sign-in.forgot-password": {
|
||||
"message": "Forgot password"
|
||||
},
|
||||
"auth.sign-in.last-sign-in": {
|
||||
"message": "Last used"
|
||||
},
|
||||
"auth.sign-in.no-account": {
|
||||
"message": "Don't have an account?"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Sign in with"
|
||||
"message": "Sign into Modrinth"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Sign In"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Or use a password"
|
||||
"auth.sign-up.age-requirement.warning-title": {
|
||||
"message": "Age requirement"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Create account"
|
||||
"auth.sign-up.continue-with-email": {
|
||||
"message": "Continue with Email"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "By creating an account, you agree to Modrinth's <terms-link>Terms</terms-link> and <privacy-policy-link>Privacy Policy</privacy-policy-link>."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Passwords do not match!"
|
||||
"auth.sign-up.show-fewer-options": {
|
||||
"message": "Show fewer options"
|
||||
},
|
||||
"auth.sign-up.show-other-options": {
|
||||
"message": "Show other options"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Already have an account?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Subscribe to updates about Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Sign Up"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Or create an account yourself"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Sign up with"
|
||||
"message": "Create an Account"
|
||||
},
|
||||
"auth.verify-email.action.account-settings": {
|
||||
"message": "Account settings"
|
||||
},
|
||||
"auth.verify-email.action.discover-mods": {
|
||||
"message": "Discover mods"
|
||||
},
|
||||
"auth.verify-email.already-verified.description": {
|
||||
"message": "Your email is already verified!"
|
||||
},
|
||||
@@ -836,6 +911,15 @@
|
||||
"auth.verify-email.failed-verification.title": {
|
||||
"message": "Email verification failed"
|
||||
},
|
||||
"auth.verify-email.notification.email-sent.description": {
|
||||
"message": "An email with a link to verify your account has been sent to {email}."
|
||||
},
|
||||
"auth.verify-email.notification.email-sent.title": {
|
||||
"message": "Email sent"
|
||||
},
|
||||
"auth.verify-email.notification.error-occurred.title": {
|
||||
"message": "An error occurred"
|
||||
},
|
||||
"auth.verify-email.post-verification.description": {
|
||||
"message": "Your email address has been successfully verified!"
|
||||
},
|
||||
@@ -845,21 +929,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Verify Email"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Subscribe to updates about Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "You’re now part of the awesome community of creators & explorers already building, downloading, and staying up-to-date with amazing mods."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "By creating an account, you have agreed to Modrinth's <terms-link>Terms</terms-link> and <privacy-policy-link>Privacy Policy</privacy-policy-link>."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Welcome to Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Welcome"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Edit icon"
|
||||
},
|
||||
@@ -4031,6 +4100,48 @@
|
||||
"settings.account.security.email.title": {
|
||||
"message": "Email"
|
||||
},
|
||||
"settings.account.security.passkey.add": {
|
||||
"message": "Add passkey"
|
||||
},
|
||||
"settings.account.security.passkey.add-modal.name.description": {
|
||||
"message": "Make sure to pick something memorable, so you can identify this passkey later."
|
||||
},
|
||||
"settings.account.security.passkey.add-modal.name.label": {
|
||||
"message": "Name"
|
||||
},
|
||||
"settings.account.security.passkey.add-modal.name.placeholder": {
|
||||
"message": "My passkey"
|
||||
},
|
||||
"settings.account.security.passkey.description": {
|
||||
"message": "Manage your registered passkeys, or add a new one."
|
||||
},
|
||||
"settings.account.security.passkey.modal.added": {
|
||||
"message": "Added {ago}"
|
||||
},
|
||||
"settings.account.security.passkey.modal.last-used": {
|
||||
"message": "Last used {ago}"
|
||||
},
|
||||
"settings.account.security.passkey.modal.loading": {
|
||||
"message": "Loading passkeys…"
|
||||
},
|
||||
"settings.account.security.passkey.modal.never-used": {
|
||||
"message": "Never used"
|
||||
},
|
||||
"settings.account.security.passkey.modal.no-passkeys": {
|
||||
"message": "You do not have any passkeys registered."
|
||||
},
|
||||
"settings.account.security.passkey.remove.description": {
|
||||
"message": "This will permanently remove the passkey \"{name}\". You will no longer be able to sign in with it."
|
||||
},
|
||||
"settings.account.security.passkey.remove.title": {
|
||||
"message": "Are you sure you want to remove this passkey?"
|
||||
},
|
||||
"settings.account.security.passkey.rename-modal.header": {
|
||||
"message": "Rename passkey"
|
||||
},
|
||||
"settings.account.security.passkey.title": {
|
||||
"message": "Manage passkeys"
|
||||
},
|
||||
"settings.account.security.password.action.add": {
|
||||
"message": "Add password"
|
||||
},
|
||||
|
||||
@@ -779,39 +779,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Introduce el código..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>¿Olvidaste tu contraseña?</forgot-password-link> • <create-account-link>Crear una cuenta</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Iniciar sesión con"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Iniciar sesión"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "O usa una contraseña"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Crear cuenta"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Al crear una cuenta, aceptas los <terms-link>Términos</terms-link> y la <privacy-policy-link>Política de privacidad</privacy-policy-link> de Modrinth."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "¡Las contraseñas no coinciden!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "¿Ya tienes una cuenta?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Suscríbete para recibir actualizaciones sobre Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Registrarse"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "O crea tu propia cuenta"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Registrarse con"
|
||||
},
|
||||
@@ -845,21 +827,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Verificar correo electrónico"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Suscríbete para recibir actualizaciones sobre Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Ahora formas parte de la increíble comunidad de creadores y exploradores que ya están construyendo, descargando y manteniéndose al día con mods asombrosos."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Al crear una cuenta, has aceptado los <terms-link>Términos</terms-link> y la <privacy-policy-link>Política de privacidad</privacy-policy-link> de Modrinth."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "¡Bienvenido a Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Bienvenido"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Editar ícono"
|
||||
},
|
||||
|
||||
@@ -779,39 +779,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Introducir código..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>¿Olvidaste tu contraseña?</forgot-password-link> • <create-account-link>Crear una cuenta</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Iniciar sesión con"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Iniciar sesión"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "O usa una contraseña"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Crear cuenta"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Al crear una cuenta, tú aceptas los <terms-link>Términos</terms-link> y <privacy-policy-link>Política de Privacidad</privacy-policy-link> de Modrinth."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "¡Las contraseñas no coinciden!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "¿Ya tienes una cuenta?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Suscríbete para recibir actualizaciones sobre Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Registro"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "O crea una cuenta tú mismo"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Registrarse con"
|
||||
},
|
||||
@@ -845,21 +827,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Verificar correo electrónico"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Suscríbete a las novedades sobre Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Ahora formas parte de la increíble comunidad de creadores y exploradores que ya están creando, descargando y manteniéndose al día con mods increíbles."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Al crear esta cuenta, aceptas los <terms-link>términos de Modrinth</terms-link> y la <privacy-policy-link>Política de Privacidad</privacy-policy-link>."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "¡Bienvenido a Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Bienvenido"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Editar icono"
|
||||
},
|
||||
|
||||
@@ -269,30 +269,15 @@
|
||||
"auth.sign-in.title": {
|
||||
"message": "Kirjaudu sisään"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Tai käytä salasanaa"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Luo tili"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Luomalla tilin, hyväksyt Modrinthin <terms-link>-käyttöoikeussopimuksen</terms-link> ja <privacy-policy-link>Tietosuojakäytännön</privacy-policy-link>."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Salasanat eivät täsmää!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Onko sinulla jo käyttäjätili?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Tilaa päivityksiä Modrinthista"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Rekisteröidy"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Tai luo tili itse"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Reskiteröidy käyttäen"
|
||||
},
|
||||
@@ -326,18 +311,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Vahvista sähköposti"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Tilaa päivityksiä Modrinthista"
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Luomalla tilin, olet hyväksynyt Modrinthin <terms-link>-käyttöoikeussopimuksen</terms-link> ja <privacy-policy-link>Tietosuojakäytännön</privacy-policy-link>."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Tervetuloa Modrinthiin!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Tervetuloa"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Muokkaa kuvaketta"
|
||||
},
|
||||
|
||||
@@ -395,39 +395,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Ilagay ang code..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Nalimutan ang password?</forgot-password-link> • <create-account-link>Lumikha ng account</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Mag-sign in gamit ang"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Mag-sign In"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "O gamitin ang password"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Lumikha ng account"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Sa paggawa ng account, sumasang-ayon ka sa <terms-link>Mga Tuntunin</terms-link> at <privacy-policy-link>Patakaran sa Pribasiya</privacy-policy-link> ng Modrinth."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Hindi magkatugma ang mga password!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Mayroon ka nang account?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Mag-subscribe ukol sa mga update sa Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Mag-sign Up"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "O sariling lumkiha account"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Mag-sign up gamit ang"
|
||||
},
|
||||
@@ -461,21 +443,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Patunayan ang Email"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Mag-subscribe ukol sa mga update ng Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Ikaw ay parte na ngayon ng kahanga-hangang komunidad na ito ng mga tagagawa at manlalalakbay na nagtataguyod, nagda-download, at nananatiling napapanahon sa mga nakamamanghang na mga mod."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Sa paggawa ng account, sumang-ayon ka na sa <terms-link>Mga Tuntunin</terms-link> at <privacy-policy-link>Patakaran sa Pribasiya</privacy-policy-link> ng Modrinth."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Maligayang pagdating sa Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Maligayang Pagdating"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Baguhin ang ikono"
|
||||
},
|
||||
|
||||
@@ -779,39 +779,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Saisir le code..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Mot de passe oublié ?</forgot-password-link> • <create-account-link>Créer un compte</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Se connecter avec"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Se connecter"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Ou utiliser un mot de passe"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Créer un compte"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "En créant un compte, vous acceptez les <terms-link>Conditions d'utilisation</terms-link> et la <privacy-policy-link>Politique de confidentialité</privacy-policy-link> de Modrinth."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Les mots de passe ne correspondent pas !"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Vous avez déjà un compte ?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "S'abonner aux mises à jour de Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "S'inscrire"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Ou créez vous-même un compte"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "S'inscrire avec"
|
||||
},
|
||||
@@ -845,21 +827,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Vérifier l'adresse e-mail"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "S'abonner aux mises à jour de Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Vous faites maintenant partie de la formidable communauté de créateurs et d'explorateurs qui construisent, téléchargent et se tiennent au courant des incroyables mods."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "En créant un compte, vous acceptez les <terms-link>Conditions d'utilisation</terms-link> et la <privacy-policy-link>Politique de confidentialité</privacy-policy-link> de Modrinth."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Bienvenue sur Modrinth !"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Bienvenue"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Modifier l'icône"
|
||||
},
|
||||
|
||||
@@ -263,39 +263,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "כתבו קוד..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>שככו את הסיסמה?</forgot-password-link>\n<create-account-link>ליצור חשבון</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "הכנס אם"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "הכנס"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "או להשתמש בסיסמה"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "ליצור חשבון"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "כליצור את החשבון, אתם מסכימים ל<terms-link>תנאים</terms-link> ו<privacy-policy-link>מדיניות פרטיות</privacy-policy-link> של Modrinth."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "סיסמאות לא תואמות!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "כבר יש לכם חשבון?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "להרשם לעדכונים על Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "הרשם"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "או עצרו חשבון בעצמכם"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "הרשם אם"
|
||||
},
|
||||
@@ -329,21 +311,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "אמת אימייל"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "הירשם לעדכונים על Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "אתה עכשיו חלק מהקהילה המדהימה של יוצרים ומשתמשים שכבר בונים, מורידים ומתעדכנים עם מודים מגניבים."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "ע\"י יצירת חשבון, אתה הסכמת ל<terms-link>תנאים</terms-link> של מודרינפ ו<privacy-policy-link>מדיניות הפרטיות</privacy-policy-link>."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "ברוכים הבאים ל-Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "ברוכים הבאים"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "ערוך סמל"
|
||||
},
|
||||
|
||||
@@ -689,39 +689,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Kód beírása..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Elfelejtetted a jelszavad?</forgot-password-link> • <create-account-link>Hozz létre egy fiókot</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Bejelentkezés ezzel"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Bejelentkezés"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Vagy használj jelszót"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Fiók létrehozása"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Fiók létrehozásával elfogadod a Modrinth <terms-link>Felhasználási feltételeit</terms-link> és <privacy-policy-link>Adatvédelmi irányelveit</privacy-policy-link>."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "A jelszavak nem jegyeznek!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Már van fiókod?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Feliratkozás a Modrinth híreire és frissítéseire"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Regisztráció"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Vagy hozz létre egyet magadnak"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Regisztráció ezzel"
|
||||
},
|
||||
@@ -755,21 +737,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Email-cím hitelesítése"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Feliratkozás a Modrinth híreire és frissítéseire"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Most már része vagy annak a fantasztikus fejlesztők és felfedezők közösségének, akik már építenek, letöltenek és naprakészek maradnak a csodálatos modokkal kapcsolatban."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Fiók létrehozásával elfogadod a Modrinth <terms-link>Felhasználási feltételeit</terms-link> és <privacy-policy-link>Adatvédelmi irányelveit</privacy-policy-link>."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Üdvözlünk a Modrinthon!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Üdvözlünk"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Ikon szerkesztése"
|
||||
},
|
||||
|
||||
@@ -482,39 +482,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Masukkan kode..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Lupa kata sandi?</forgot-password-link> • <create-account-link>Buat akun</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Masuk dengan"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Masuk"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Atau gunakan kata sandi"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Buat akun"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Dengan membuat sebuah akun, Anda menyetujui <terms-link>Ketentuan</terms-link> dan <privacy-policy-link>Kebijakan Privasi</privacy-policy-link> Modrinth."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Kata sandi tidak cocok!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Sudah memiliki akun?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Berlangganan pembaruan tentang Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Daftar"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Atau buat akun Anda sendiri"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Daftar dengan"
|
||||
},
|
||||
@@ -548,21 +530,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Verifikasi Sur-el"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Berlangganan pembaruan tentang Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Anda kini menjadi bagian dari komunitas kreator dan penjelajah hebat yang sudah membangun, mengunduh, dan terus mengikuti perkembangan terkini dari mod-mod yang luar biasa."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Dengan membuat sebuah akun, Anda telah menyetujui <terms-link>Ketentuan</terms-link> dan <privacy-policy-link>Kebijakan Privasi</privacy-policy-link> Modrinth."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Selamat datang di Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Selamat Datang"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Sunting ikon"
|
||||
},
|
||||
|
||||
@@ -773,39 +773,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Inserisci il codice..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Password dimenticata?</forgot-password-link> • <create-account-link>Crea un account</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Accedi con"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Accedi"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "O usa la password"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Crea account"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Creando un''account, accetti i <terms-link>termini d''uso</terms-link> e l''<privacy-policy-link>informativa sulla privacy</privacy-policy-link> di Modrinth."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Le password non corrispondono!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Hai già un account?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Ricevi novità da Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Registrati"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "O crea un account"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Accedi con"
|
||||
},
|
||||
@@ -839,21 +821,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Verifica email"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Ricevi novità riguardanti Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Fai ora parte della grandiosa comunità di creatori ed esploratori che già costruiscono, aggiornano e stanno sul pezzo con le fantastiche mod."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Creando un''account, hai accettato i <terms-link>termini d''utilizzo</terms-link> e l''<privacy-policy-link>informativa sulla privacy</privacy-policy-link> di Modrinth."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Modrinth ti dà il benvenuto!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Ciao"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Modifica icona"
|
||||
},
|
||||
|
||||
@@ -539,39 +539,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "コードを入力…"
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>パスワードをお忘れですか?</forgot-password-link> • <create-account-link>アカウントを作成する</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "外部アカウントでログイン"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "ログイン"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "パスワードでログイン"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "アカウントを作成"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "アカウントを作成すると、Modrinthの <terms-link>利用規約</terms-link> および <privacy-policy-link>プライバシーポリシー</privacy-policy-link>に同意したものとみなされます。"
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "パスワードが一致しません!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "すでにアカウントをお持ちですか?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Modrinthのアップデートを受け取る"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "アカウント作成"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "メールアドレスで作成"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "外部アカウントで作成"
|
||||
},
|
||||
@@ -605,21 +587,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "メールアドレスを確認"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Modrinthのアップデートを受け取る"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "素晴らしいModの開発や導入、アップデートを日々行っている、クリエイターと冒険者たちの活気あるコミュニティへようこそ。"
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "アカウントを作成すると、Modrinthの <terms-link>利用規約</terms-link> および <privacy-policy-link>プライバシーポリシー</privacy-policy-link>に同意したものとみなされます。"
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Modrinthへようこそ!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "ようこそ"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "アイコンを編集"
|
||||
},
|
||||
|
||||
@@ -275,39 +275,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "코드 입력..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>비밀번호를 잊으셨나요?</forgot-password-link> • <create-account-link>계정 만들기</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "다음을 통해 로그인"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "로그인"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "또는 비밀번호 사용하기"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "계정 생성"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "계정을 생성함으로써, Modrinth의 <terms-link>이용 약관</terms-link> 및 <privacy-policy-link>개인정보 보호정책</privacy-policy-link>에 동의합니다."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "비밀번호가 일치하지 않습니다!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "이미 계정이 있으신가요?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Modrinth의 업데이트 소식 전달받기"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "회원 가입"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "또는 직접 계정을 만드세요"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "다음 계정으로 가입"
|
||||
},
|
||||
@@ -341,21 +323,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "이메일 인증"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Modrinth의 업데이트 소식 전달받기"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "이제 당신은 놀라운 모드를 만들고, 다운로드하고, 최신 상태로 유지하는 훌륭한 크리에이터 및 탐험가들의 모임의 일원이 되었습니다."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "계정을 생성함으로써, Modrinth의 <terms-link>이용 약관</terms-link> 및 <privacy-policy-link>개인정보 보호정책</privacy-policy-link>에 동의하게 됩니다."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Modrinth에 오신 걸 환영합니다!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "환영합니다"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "아이콘 수정"
|
||||
},
|
||||
|
||||
@@ -665,39 +665,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Masukkan kod..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Lupa kata laluan?</forgot-password-link> • <create-account-link>Cipta akaun</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Daftar masuk dengan"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Daftar Masuk"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Atau gunakan kata laluan"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Cipta akaun"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Dengan mencipta akaun, anda bersetuju dengan <terms-link>Terma</terms-link> dan <privacy-policy-link>Dasar Privasi</privacy-policy-link> Modrinth."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Kata laluan tidak sepadan!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Sudah mempunyai akaun?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Langgan kepada kemas kini tentang Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Daftar"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Atau cipta akaun anda sendiri"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Daftar dengan"
|
||||
},
|
||||
@@ -731,21 +713,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Sahkan E-mel"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Langgan kepada kemas kini tentang Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Anda kini sebahagian daripada komuniti hebat pencipta & peneroka yang sudah membina, memuat turun dan sentiasa mengikuti perkembangan terkini mengenai mod yang menakjubkan."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Dengan mencipta akaun, anda telah bersetuju dengan <terms-link>Terma</terms-link> dan <privacy-policy-link>Dasar Privasi</privacy-policy-link> Modrinth."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Selamat Datang ke Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Selamat Datang"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Sunting ikon"
|
||||
},
|
||||
|
||||
@@ -626,36 +626,18 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Voer code in..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Wachtwoord vergeten?</forgot-password-link> • <create-account-link>Maak een account aan</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Log in met"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Log in"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Of gebruik een wachtwoord"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Account aanmaken"
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Wachtwoorden komen niet overeen!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Heb je al een account?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Schrijf je in voor updates van Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Aanmelden"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Of maak zelf een account"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Meld je aan met"
|
||||
},
|
||||
@@ -689,18 +671,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Verifieer e-mail"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Abonneer op updates over Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Je bent nu deel van de geweldige community van makers en ontdekkers die mods bouwen, downloaden en up-to-date blijven van geweldige mods."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Welkom op Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Welkom"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Bewerk icoon"
|
||||
},
|
||||
|
||||
@@ -263,39 +263,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Skriv inn kode..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Glemt passord?</forgot-password-link> • <create-account-link>Opprett en konto</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Logg inn med"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Logg inn"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Eller bruk et passord"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Opprett konto"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Ved å opprette en konto godtar du Modrinths <terms-link>Vilkår</terms-link> og <privacy-policy-link>Personvernpolicy</privacy-policy-link>."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Passordene stemmer ikke overens!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Har du allerede en konto?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Abonner på oppdateringer om Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Registrer deg"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Eller lag en konko selv"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Registrer deg med"
|
||||
},
|
||||
@@ -329,21 +311,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Verifiser Email"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Abonner på oppdateringer om Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Nå er du med i det fantastiske fellesskapet av skapere og utforskere som bygger, laster ned og holder seg oppdatert på fantastiske mods."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Ved å opprette en konto godtar du Modrinths <terms-link>Vilkår</terms-link> og <privacy-policy-link>Personvernpolicy</privacy-policy-link>."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Velkommen til Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Velkommen"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Rediger ikon"
|
||||
},
|
||||
|
||||
@@ -779,39 +779,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Wprowadź kod..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Zapomniałeś hasła?</forgot-password-link> • <create-account-link>Utwórz konto</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Zaloguj się przez"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Zaloguj się"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Lub użyj hasła"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Utwórz konto"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Tworząc konto, wyrażasz zgodę na <terms-link>Warunki</terms-link> i <privacy-policy-link>Politykę Prywatności</privacy-policy-link> Modrinth."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Hasła się różnią!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Masz już konto?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Otrzymuj aktualności o Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Zarejestruj się"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Lub utwórz własne konto"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Zarejestruj się przez"
|
||||
},
|
||||
@@ -845,21 +827,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Zweryfikuj e-mail"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Otrzymuj aktualności o Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Teraz jesteś częścią wspaniałej społeczności twórców i odkrywców, którzy już tworzą, pobierają i na bieżąco korzystają z niesamowitych modów."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Przez stworzenie konta, zgadzasz się na nasze<terms-link>Warunki</terms-link> oraz <privacy-policy-link>Politykę prywatności</privacy-policy-link>."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Witaj w Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Witaj"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Edytuj ikonę"
|
||||
},
|
||||
|
||||
@@ -779,39 +779,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Insira o código..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Esqueceu sua senha?</forgot-password-link> • <create-account-link>Criar uma conta</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Iniciar sessão com"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Iniciar sessão"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Ou use a senha"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Criar conta"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Ao criar uma conta, você concorda com os <terms-link>Termos</terms-link> e a <privacy-policy-link>Política de Privacidade</privacy-policy-link>."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "As senhas não correspondem!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Já possui uma conta?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Inscreva-se para receber novidades do Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Criar conta"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Ou crie uma conta você mesmo"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Criar conta com"
|
||||
},
|
||||
@@ -845,21 +827,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Verificar e-mail"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Inscreva-se para receber atualizações sobre o Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Agora você faz parte da incrível comunidade de criadores e exploradores que já estão criando, baixando e acompanhando mods incríveis."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Ao criar uma conta, você concorda com os <terms-link>Termos</terms-link> e a <privacy-policy-link>Política de Privacidade</privacy-policy-link> do Modrinth."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Bem-vindo(a) ao Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Bem-vindo"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Editar ícone"
|
||||
},
|
||||
|
||||
@@ -263,39 +263,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Inserir código..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Esqueceste-te da palavra-passe?</forgot-password-link> • <create-account-link>Criar uma conta</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Iniciar sessão com"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Iniciar sessão"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Ou utiliza uma palavra-passe"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Criar conta"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Ao criares uma conta, concordas com os <terms-link>Termos</terms-link> e com a <privacy-policy-link>Política de Privacidade </privacy-policy-link> do Modrinth."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "As palavras-passe não coincidem!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Já tens uma conta?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Receber novidades sobre o Modrinth por e-mail"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Criar conta"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Ou cria uma conta tu mesmo"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Criar conta com"
|
||||
},
|
||||
@@ -329,21 +311,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Verificar E-mail"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Receber novidades sobre o Modrinth por e-mail"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Agora fazes parte da incrível comunidade de criadores e exploradores que criam, transferem e se mantêm atualizados com mods fantásticos."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Ao criares uma conta, concordas com os <terms-link>Termos</terms-link> e com a <privacy-policy-link>Política de Privacidade </privacy-policy-link> do Modrinth."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Bem-vindo(a) ao Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Boas-vindas"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Editar ícone"
|
||||
},
|
||||
|
||||
@@ -257,39 +257,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Introdu codul..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Ați uitat parola?</forgot-password-link> • <create-account-link>Creați un cont</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Conectează-te cu"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Conectare"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Sau folosiți o parolă"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Creare cont"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Prin crearea unui cont, ești de acord cu <terms-link>Termenii</terms-link> și <privacy-policy-link>Politica de confidențialitate</privacy-policy-link> Modrinth."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Parolele nu se potrivesc!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Aveți deja un cont?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Abonați-vă la actualizările despre Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Înregistrare"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Sau creează-ți singur un cont"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Înregistrare cu"
|
||||
},
|
||||
@@ -323,21 +305,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Verifică email-ul"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Abonați-vă la actualizările despre Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Acum faci parte din minunata comunitate de creatori și exploratori care deja creează, descarcă și rămân la curent cu moduri extraordinare."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Prin crearea unui cont, ești de acord cu <terms-link>Termenii</terms-link> și <privacy-policy-link>Politica de confidențialitate</privacy-policy-link> Modrinth."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Bine ați venit pe Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Bine ați venit"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Editează pictograma"
|
||||
},
|
||||
|
||||
@@ -761,39 +761,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Введите код..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Забыли пароль?</forgot-password-link> • <create-account-link>Создать аккаунт</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Войдите через"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Вход"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Или используйте пароль"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Создать аккаунт"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Регистрируясь, вы принимаете наши <terms-link>условия</terms-link> и <privacy-policy-link>политику конфиденциальности</privacy-policy-link>."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Пароли не совпадают!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Уже есть аккаунт?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Получать новости о Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Регистрация"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Или создайте аккаунт сами"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Зарегистрируйтесь через"
|
||||
},
|
||||
@@ -827,21 +809,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Подтверждение почты"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Получать новости о Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Теперь вы часть потрясающего сообщества авторов и игроков, которые вместе создают, находят и следят за любимыми модами."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Зарегистрировавшись, вы приняли наши <terms-link>условия</terms-link> и <privacy-policy-link>политику конфиденциальности</privacy-policy-link>."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Добро пожаловать!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Добро пожаловать"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Изменить иконку"
|
||||
},
|
||||
|
||||
@@ -122,39 +122,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Unesite kod..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Zaboravili ste lozinku?</forgot-password-link> • <create-account-link>Kreirajte nalog</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Prijavi se sa"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Prijavi se"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Ili koristite lozinku"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Kreirajte nalog"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Kreiranjem naloga prihvatate <terms-link>Uslove</terms-link> i <privacy-policy-link>Pravila privatnosti</privacy-policy-link> Modrintha."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Lozinke se ne poklapaju!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Već imate nalog?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Pretplatite se za novosti o Modrinthu"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Registracija"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Ili kreirajte nalog sami"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Prijavite se sa"
|
||||
},
|
||||
@@ -188,18 +170,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Verifikujte email"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Pretplatite se za novosti o Modrinthu"
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Kreiranjem naloga pristali ste na <terms-link>Uslove</terms-link> i <privacy-policy-link>Pravila privatnosti</privacy-policy-link> Modrintha."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Dobrodošli na Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Dobrodošli"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Ikona za izmenu"
|
||||
},
|
||||
|
||||
@@ -665,39 +665,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Ange kod..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Har du glömt lösenordet?</forgot-password-link> • <create-account-link>Skapa ett konto</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Logga in med"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Logga in"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Eller använd ett lösenord"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Skapa konto"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Genom att skapa ett konto godkänner du Modrinths <terms-link>villkor</terms-link> och <privacy-policy-link>sekretesspolicy</privacy-policy-link>."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Lösenorden stämmer inte överens!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Har du redan ett konto?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Jag vill få uppdateringar om Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Registrera dig"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Eller skapa ett konto själv"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Registrera dig med"
|
||||
},
|
||||
@@ -731,21 +713,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Verifiera e-post"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Prenumerera för uppdateringar om Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Du är nu en del av ett grymt community av skapare och utforskare som redan bygger, laddar ner och håller sig uppdaterade med fantastiska moddar."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "När du skapar ett konto godkänner du Modrinths <terms-link>villkor</terms-link> och <privacy-policy-link>sekretesspolicy</privacy-policy-link>."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Välkommen till Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Välkommen"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Redigera-ikon"
|
||||
},
|
||||
|
||||
@@ -455,36 +455,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "ป้อนรหัส"
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link> ลืมรหัสผ่าน? </forgot-password-link> • <create-account-link> สร้างบัญชีใหม่ </create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "ลงชื่อเข้าใช้ด้วย"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "ลงชื่อเข้าใช้"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "สร้างบัญชี"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "ในการสร้างบัญชี คุณยอมรับ <terms-link> ข้อกำหนด </terms-link> และ <privacy-policy-link> นโยบายความเป็นส่วนตัว </privacy-policy-link> ของ Modrinth"
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "รหัสผ่านไม่ตรงกัน!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "มีบัญชีอยู่แล้ว?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "สมัครรับข้อมูลการอัพเดทเกี่ยวกับ Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "ลงทะเบียน"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "หรือจะสร้างบัญชีด้วยตัวคุณเอง"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "สมัครใช้งานด้วย"
|
||||
},
|
||||
@@ -518,18 +503,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "ยืนยันอีเมล"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "สมัครรับข้อมูลอัปเดตเกี่ยวกับ Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "ตอนนี้คุณได้เป็นส่วนหนึ่งของคอมมูนิตี้สุดเจ๋งของเหล่าครีเอเตอร์และนักสำรวจ ที่กำลังสร้างสรรค์ ดาวน์โหลด และอัปเดตม็อดสุดยอดอยู่เสมอ"
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "ยินดีต้อนรับเข้าสู่ modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "ยินดีต้อนรับ"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "แก้ไขไอคอน"
|
||||
},
|
||||
|
||||
@@ -737,39 +737,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Kodu girin..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Parolanızı mı unuttunuz?</forgot-password-link> • <create-account-link>Yeni hesap oluştur</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Şununla giriş yap"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Giriş Yap"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Veya parola kullanın"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Hesap oluştur"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Bir hesap oluşturarak, Modrinth'in <terms-link>Kurallar</terms-link> ve <privacy-policy-link>Gizlilik İlkeleri </privacy-policy-link>'ni kabul etmiş bulunursunuz."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Parolalar uyuşmuyor!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Zaten bir hesabınız var mı?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Modrinth hakkında güncellemelere abone ol"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Kaydol"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Veya kendiniz hesap oluşturun"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Şunlarla giriş yapın"
|
||||
},
|
||||
@@ -803,21 +785,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "E-postayı Doğrula"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Modrinth'le ilgili güncellemelere abone ol"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Artık inanılmaz modlar yapan, indiren ve geride kalmayan yaratıcıların ve kaşiflerin havalı topluluğunun bir parçasısın."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Bir hesap oluşturarak, Modrinth'in <terms-link>Şartlar</terms-link>'ını ve <privacy-policy-link>Gizlilik İlkeleri</privacy-policy-link>'ni kabul etmiş sayılırsınız."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Modrinth'e hoş geldiniz!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Hoş geldiniz"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Simgeyi düzenle"
|
||||
},
|
||||
|
||||
@@ -569,39 +569,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Уведіть код…"
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Забули пароль?</forgot-password-link> • <create-account-link>Створити обліковий запис</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Увійдіть за допомогою"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Вхід"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Або ж з паролем"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Створити обліковий запис"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Створивши обліковий запис, ви погоджуєтеся з <terms-link>Умовами використання</terms-link> та <privacy-policy-link>Політикою конфіденційности</privacy-policy-link> Modrinth."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Паролі не збігаються!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Уже маєте обліковий запис?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Підписатися на оновлення Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Реєстрація"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Або зробіть обліковий запис самотужки"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Реєстрація за допомогою"
|
||||
},
|
||||
@@ -635,21 +617,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Підтвердити електронну пошту"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Підписатися на оновлення Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Ви тепер частина чудової спільноти авторів і дослідників, що вже створюють, завантажують та оновлюють дивовижні моди."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Створивши обліковий запис, ви погодилися з <terms-link>Умовами використання</terms-link> та <privacy-policy-link>Політикою конфіденційности</privacy-policy-link> Modrinth."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Вітаємо в Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Вітаємо"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Редагувати значок"
|
||||
},
|
||||
|
||||
@@ -737,39 +737,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "Nhập mã..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>Quên mật khẩu à?</forgot-password-link> • <create-account-link>Tạo tài khoản</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "Đăng nhập bằng"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "Đăng nhập"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "Hoặc dùng mật khẩu"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "Tạo tài khoản"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "Khi bạn tạo tài khoản, bạn đồng ý với <terms-link>Điều khoản sử dụng</terms-link> và <privacy-policy-link>Chính sách quyền riêng tư</privacy-policy-link> của Modrinth."
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "Mật khẩu không khớp!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "Đã có tài khoản rồi à?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "Đăng kí để nhận cập nhật về Modrinth"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "Đăng ký"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "Hoặc tự tạo một tài khoản"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "Đăng ký bằng"
|
||||
},
|
||||
@@ -803,21 +785,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "Xác nhận email"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "Đăng kí để nhận cập nhật về Modrinth"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "Bạn hiện đã là một phần của cộng đồng tuyệt vời gồm những người sáng tạo và khám phá, những người đang xây dựng, tải xuống và luôn cập nhật với các mod tuyệt vời."
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "Khi bạn tạo tài khoản, bạn đồng ý với <terms-link>Điều khoản sử dụng</terms-link> và <privacy-policy-link>Chính sách quyền riêng tư</privacy-policy-link> của Modrinth."
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "Chào mừng đến với Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "Chào mừng"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "Sửa biểu tượng"
|
||||
},
|
||||
|
||||
@@ -734,39 +734,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "输入验证码…"
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>忘记密码?</forgot-password-link> • <create-account-link>创建新账户</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "通过以下方式登录"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "登录"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "或使用密码"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "创建账户"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "创建账户即表示你同意 Modrinth 的<terms-link>使用条款</terms-link>和<privacy-policy-link>隐私政策</privacy-policy-link>。"
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "密码不一致!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "已有账户?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "订阅有关 Modrinth 更新的邮件"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "注册"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "或者自己创建一个账户"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "通过以下方式注册"
|
||||
},
|
||||
@@ -800,21 +782,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "验证电子邮箱"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "订阅有关 Modrinth 的更新邮件"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "你现在是这个超棒社区的一员了——与创作者和社区玩家们一起创作、探索、获取模组并持续追踪最新的精彩模组动态吧。"
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "创建账户即表示你已同意 Modrinth 的<terms-link>使用条款</terms-link>和<privacy-policy-link>隐私政策</privacy-policy-link>。"
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "欢迎来到 Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "欢迎"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "编辑图标"
|
||||
},
|
||||
|
||||
@@ -779,39 +779,21 @@
|
||||
"auth.sign-in.2fa.placeholder": {
|
||||
"message": "輸入驗證碼..."
|
||||
},
|
||||
"auth.sign-in.additional-options": {
|
||||
"message": "<forgot-password-link>忘記密碼?</forgot-password-link> • <create-account-link>建立帳號</create-account-link>"
|
||||
},
|
||||
"auth.sign-in.sign-in-with": {
|
||||
"message": "使用以下方式登入"
|
||||
},
|
||||
"auth.sign-in.title": {
|
||||
"message": "登入"
|
||||
},
|
||||
"auth.sign-in.use-password": {
|
||||
"message": "或使用密碼"
|
||||
},
|
||||
"auth.sign-up.action.create-account": {
|
||||
"message": "建立帳號"
|
||||
},
|
||||
"auth.sign-up.legal-dislaimer": {
|
||||
"message": "建立帳號即表示您同意 Modrinth 的《<terms-link>使用條款</terms-link>》及《<privacy-policy-link>隱私權政策</privacy-policy-link>》。"
|
||||
},
|
||||
"auth.sign-up.notification.password-mismatch.text": {
|
||||
"message": "密碼不相符!"
|
||||
},
|
||||
"auth.sign-up.sign-in-option.title": {
|
||||
"message": "已經有帳號了?"
|
||||
},
|
||||
"auth.sign-up.subscribe.label": {
|
||||
"message": "訂閱 Modrinth 的最新消息"
|
||||
},
|
||||
"auth.sign-up.title": {
|
||||
"message": "註冊"
|
||||
},
|
||||
"auth.sign-up.title.create-account": {
|
||||
"message": "或自行建立帳號"
|
||||
},
|
||||
"auth.sign-up.title.sign-up-with": {
|
||||
"message": "使用以下方式註冊"
|
||||
},
|
||||
@@ -845,21 +827,6 @@
|
||||
"auth.verify-email.title": {
|
||||
"message": "驗證電子郵件"
|
||||
},
|
||||
"auth.welcome.checkbox.subscribe": {
|
||||
"message": "訂閱 Modrinth 的最新消息"
|
||||
},
|
||||
"auth.welcome.description": {
|
||||
"message": "你現在已加入由創作者與探索者組成的精彩社群,大家都在積極打造、下載並持續掌握優質模組的最新動態。"
|
||||
},
|
||||
"auth.welcome.label.tos": {
|
||||
"message": "建立帳號即表示您已同意 Modrinth 的《<terms-link>使用條款</terms-link>》及《<privacy-policy-link>隱私權政策</privacy-policy-link>》。"
|
||||
},
|
||||
"auth.welcome.long-title": {
|
||||
"message": "歡迎使用 Modrinth!"
|
||||
},
|
||||
"auth.welcome.title": {
|
||||
"message": "歡迎"
|
||||
},
|
||||
"collection.button.edit-icon": {
|
||||
"message": "編輯圖示"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user