diff --git a/.env.example b/.env.example index f22604344..e42d6a6a6 100644 --- a/.env.example +++ b/.env.example @@ -60,7 +60,10 @@ S3_FORCE_PATH_STYLE="true" FLAG_DEBUG_PRINTER="false" # This flag disables new signups, both on the web app and the server. -FLAG_DISABLE_SIGNUP="false" +FLAG_DISABLE_SIGNUPS="false" + +# This flag disables email/password login. Disables email verification, forgot password, and reset password flows. Users can still sign up via social auth (Google/GitHub/Custom OAuth), unless FLAG_DISABLE_SIGNUPS is also set to true. +FLAG_DISABLE_EMAIL_AUTH="false" # --- Others --- # Google Cloud API Key (optional) diff --git a/crowdin.yml b/crowdin.yml index 34fc02d2f..2674238f4 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -1,6 +1,3 @@ -project_id_env: CROWDIN_PROJECT_ID -api_token_env: CROWDIN_API_TOKEN - preserve_hierarchy: true commit_message: "[ci skip]" diff --git a/docs/getting-started/quickstart.mdx b/docs/getting-started/quickstart.mdx index 3270938f5..e667c1f5c 100644 --- a/docs/getting-started/quickstart.mdx +++ b/docs/getting-started/quickstart.mdx @@ -191,7 +191,8 @@ Here's a complete list of environment variables you can configure: | `S3_BUCKET` | S3 Bucket Name | — | | `S3_FORCE_PATH_STYLE` | Use path-style URLs for S3 (set `true` for MinIO/SeaweedFS) | `false` | | `FLAG_DEBUG_PRINTER` | Used for debugging the printer route | `false` | -| `FLAG_DISABLE_SIGNUP` | Disables new user signups | `false` | +| `FLAG_DISABLE_SIGNUPS` | Disables new user signups | `false` | +| `FLAG_DISABLE_EMAIL_AUTH` | Disables email/password login (SSO only) | `false` | > **Note:** Some variables are only required for using related features (OAuth, SMTP, S3, etc.) and can be left unset if unused. diff --git a/docs/self-hosting/docker.mdx b/docs/self-hosting/docker.mdx index 4ac5bb4c8..f5fe2ed16 100644 --- a/docs/self-hosting/docker.mdx +++ b/docs/self-hosting/docker.mdx @@ -119,10 +119,8 @@ S3_FORCE_PATH_STYLE="false" # --- Feature Flags --- FLAG_DEBUG_PRINTER="false" -FLAG_DISABLE_SIGNUP="false" - -# --- Others --- -# GOOGLE_CLOUD_API_KEY="" +FLAG_DISABLE_SIGNUPS="false" +FLAG_DISABLE_EMAIL_AUTH="false" ``` @@ -365,7 +363,8 @@ openssl rand -hex 32 - **`FLAG_DEBUG_PRINTER`**: Bypasses the printer-only access restriction (useful when debugging `/printer/{resumeId}`). Recommended: keep `"false"` in production. - - **`FLAG_DISABLE_SIGNUP`**: Disables new signups (web app and server). Useful for private instances. + - **`FLAG_DISABLE_SIGNUPS`**: Disables new signups (web app and server). Useful for private instances. + - **`FLAG_DISABLE_EMAIL_AUTH`**: Disables email/password login entirely. Also disables email verification, forgot password, and reset password flows. Users can still sign up via social auth (Google/GitHub/Custom OAuth), unless FLAG_DISABLE_SIGNUPS is also set to true. Useful when only SSO is required. diff --git a/locales/af-ZA.po b/locales/af-ZA.po index 428f16cb6..3eff0684c 100644 --- a/locales/af-ZA.po +++ b/locales/af-ZA.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/am-ET.po b/locales/am-ET.po index 9bcb8fa1e..532436166 100644 --- a/locales/am-ET.po +++ b/locales/am-ET.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/ar-SA.po b/locales/ar-SA.po index 7edaa553e..fe9d95783 100644 --- a/locales/ar-SA.po +++ b/locales/ar-SA.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/az-AZ.po b/locales/az-AZ.po index b2c287a47..52f278fb9 100644 --- a/locales/az-AZ.po +++ b/locales/az-AZ.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/bg-BG.po b/locales/bg-BG.po index 8516b1525..b0d173156 100644 --- a/locales/bg-BG.po +++ b/locales/bg-BG.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "Разрешаване на публичен достъп" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "Вече имате акаунт? <0><1>Влезте сега <2/>" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/bn-BD.po b/locales/bn-BD.po index b4bbcca94..4750aa34e 100644 --- a/locales/bn-BD.po +++ b/locales/bn-BD.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/ca-ES.po b/locales/ca-ES.po index a7f5edbfa..88e553dbb 100644 --- a/locales/ca-ES.po +++ b/locales/ca-ES.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/cs-CZ.po b/locales/cs-CZ.po index 47e574377..802aa1b80 100644 --- a/locales/cs-CZ.po +++ b/locales/cs-CZ.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/da-DK.po b/locales/da-DK.po index 56df7df70..c1e8fba8a 100644 --- a/locales/da-DK.po +++ b/locales/da-DK.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/de-DE.po b/locales/de-DE.po index 21ea0918b..87dfd9a78 100644 --- a/locales/de-DE.po +++ b/locales/de-DE.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "Öffentlichen Zugriff erlauben" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "Sie haben bereits ein Konto? <0><1>Jetzt anmelden <2/>" @@ -491,11 +491,11 @@ msgstr "Design ändern zu..." msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "Sie haben es sich anders überlegt? Benennen Sie Ihren Lebenslauf in etwas Aussagekräftigeres um." -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "Bitte prüfen Sie Ihre E-Mails auf einen Link zum Zurücksetzen Ihres Passworts." -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "Bitte prüfen Sie Ihre E-Mails auf einen Link, um Ihr Konto zu verifizieren." @@ -554,7 +554,7 @@ msgstr "Verbinden" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "Weiter" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "Erstellen" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "Ein neues Konto erstellen" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "Dokumentation" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "Sie haben noch kein Konto? <0><1>Jetzt erstellen <2/>" @@ -918,9 +918,9 @@ msgstr "Ausbildung" msgid "Email" msgstr "E-Mail" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "E-Mail-Adresse" @@ -1077,11 +1077,11 @@ msgstr "Hier können Sie zum Beispiel notieren, an welche Unternehmen Sie diesen msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "Passwort vergessen?" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "Passwort vergessen?" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "Neues Passwort" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "Öffnen" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "E-Mail-Programm öffnen" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "Telefon" msgid "Picture" msgstr "Bild" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "Aktualisieren" msgid "Register New Device" msgstr "Neues Gerät registrieren" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "Sie erinnern sich wieder an Ihr Passwort? <0><1>Jetzt anmelden <2/>" @@ -1835,15 +1835,15 @@ msgstr "Verifizierungs-E-Mail wird erneut gesendet..." msgid "Reset" msgstr "Zurücksetzen" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "Passwort zurücksetzen" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "Setzen Sie Ihr Passwort zurück" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "Ihr Passwort wird zurückgesetzt..." @@ -1935,11 +1935,11 @@ msgstr "Auswählen..." msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "E-Mail zum Zurücksetzen des Passworts senden" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "E-Mail zum Zurücksetzen des Passworts wird gesendet..." @@ -1998,11 +1998,11 @@ msgstr "Seitenleiste" msgid "Sidebar Width" msgstr "Breite der Seitenleiste" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "Anmelden" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "Melden Sie sich bei Ihrem Konto an" @@ -2010,14 +2010,14 @@ msgstr "Melden Sie sich bei Ihrem Konto an" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "Registrieren" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "Anmeldung läuft..." @@ -2025,7 +2025,7 @@ msgstr "Anmeldung läuft..." msgid "Signing out..." msgstr "Abmeldung läuft..." -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "Registrierung läuft..." @@ -2262,7 +2262,7 @@ msgstr "Dieser Lebenslauf ist gesperrt und kann nicht aktualisiert werden." msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "Dieser Abschnitt ist für Ihre persönlichen Notizen zu diesem Lebenslauf reserviert. Der Inhalt bleibt privat und wird mit niemandem geteilt." -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "Dieser Schritt ist optional, aber empfohlen." @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "Benutzername" @@ -2535,7 +2535,7 @@ msgstr "Code wird verifiziert..." msgid "Verifying password..." msgstr "Passwort wird verifiziert..." -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "Die Verifizierung Ihrer E-Mail ist beim Zurücksetzen Ihres Passworts erforderlich." @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "Sie können sich auch mit Ihrem Benutzernamen anmelden." @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "Sie können den Passkey \"{0}\" nach dem Löschen nicht mehr zum Anmelden verwenden. Diese Aktion kann nicht rückgängig gemacht werden." -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "Sie haben Post!" @@ -2651,7 +2651,7 @@ msgstr "Ihr Passkey wurde erfolgreich hinzugefügt." msgid "Your passkey has been deleted successfully." msgstr "Ihr Passkey wurde erfolgreich gelöscht." -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "Ihr Passwort wurde erfolgreich zurückgesetzt. Sie können sich nun mit Ihrem neuen Passwort anmelden." diff --git a/locales/el-GR.po b/locales/el-GR.po index 5ee813397..ef2d26aac 100644 --- a/locales/el-GR.po +++ b/locales/el-GR.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/en-US.po b/locales/en-US.po index 0d8035449..fc49c520f 100644 --- a/locales/en-US.po +++ b/locales/en-US.po @@ -219,7 +219,7 @@ msgstr "Albanian" msgid "Allow Public Access" msgstr "Allow Public Access" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "Already have an account? <0><1>Sign in now <2/>" @@ -486,11 +486,11 @@ msgstr "Change theme to..." msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "Changed your mind? Rename your resume to something more descriptive." -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "Check your email for a link to reset your password." -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "Check your email for a link to verify your account." @@ -549,7 +549,7 @@ msgstr "Connect" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "Continue" @@ -607,7 +607,7 @@ msgstr "Copy URL" msgid "Create" msgstr "Create" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "Create a new account" @@ -836,7 +836,7 @@ msgstr "Discussions" msgid "Documentation" msgstr "Documentation" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "Don't have an account? <0><1>Create one now <2/>" @@ -913,9 +913,9 @@ msgstr "Education" msgid "Email" msgstr "Email" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "Email Address" @@ -1072,11 +1072,11 @@ msgstr "For example, information regarding which companies you sent this resume msgid "For security reasons, this key will only be displayed once." msgstr "For security reasons, this key will only be displayed once." -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "Forgot Password?" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "Forgot your password?" @@ -1487,7 +1487,7 @@ msgstr "Multilingual" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1514,7 +1514,7 @@ msgid "New Page" msgstr "New Page" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "New Password" @@ -1555,7 +1555,7 @@ msgstr "Ongoing Maintenance" msgid "Open" msgstr "Open" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "Open Email Client" @@ -1615,8 +1615,8 @@ msgstr "Passkeys & 2FA" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1662,7 +1662,7 @@ msgstr "Phone" msgid "Picture" msgstr "Picture" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "Please enter a new password for your account" @@ -1794,7 +1794,7 @@ msgstr "Refresh" msgid "Register New Device" msgstr "Register New Device" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "Remember your password? <0><1>Sign in now <2/>" @@ -1830,15 +1830,15 @@ msgstr "Resending verification email..." msgid "Reset" msgstr "Reset" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "Reset Password" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "Reset your password" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "Resetting your password..." @@ -1930,11 +1930,11 @@ msgstr "Select..." msgid "Self-Host with Docker" msgstr "Self-Host with Docker" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "Send Password Reset Email" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "Sending password reset email..." @@ -1993,11 +1993,11 @@ msgstr "Sidebar" msgid "Sidebar Width" msgstr "Sidebar Width" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "Sign in" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "Sign in to your account" @@ -2005,14 +2005,14 @@ msgstr "Sign in to your account" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "Sign in with GitHub, Google or a custom OAuth provider." -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "Sign up" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "Signing in..." @@ -2020,7 +2020,7 @@ msgstr "Signing in..." msgid "Signing out..." msgstr "Signing out..." -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "Signing up..." @@ -2257,7 +2257,7 @@ msgstr "This resume is locked and cannot be updated." msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "This step is optional, but recommended." @@ -2487,7 +2487,7 @@ msgid "URL" msgstr "URL" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "Username" @@ -2530,7 +2530,7 @@ msgstr "Verifying code..." msgid "Verifying password..." msgstr "Verifying password..." -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "Verifying your email is required when resetting your password." @@ -2600,7 +2600,7 @@ msgstr "Yes! Reactive Resume is completely free to use, with no hidden costs, pr msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "You also have the option to deploy on your own servers using the Docker image." -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "You can also use your username to login." @@ -2613,8 +2613,8 @@ msgstr "You can share your resume via a unique public URL, protect it with a pas msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "You've got mail!" @@ -2646,7 +2646,7 @@ msgstr "Your passkey has been added successfully." msgid "Your passkey has been deleted successfully." msgstr "Your passkey has been deleted successfully." -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "Your password has been reset successfully. You can now sign in with your new password." diff --git a/locales/es-ES.po b/locales/es-ES.po index 2ac06bdec..fa41acc6e 100644 --- a/locales/es-ES.po +++ b/locales/es-ES.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/fa-IR.po b/locales/fa-IR.po index 552498fef..271faaf52 100644 --- a/locales/fa-IR.po +++ b/locales/fa-IR.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/fi-FI.po b/locales/fi-FI.po index 68b4d8c2a..86c798fa8 100644 --- a/locales/fi-FI.po +++ b/locales/fi-FI.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/fr-FR.po b/locales/fr-FR.po index 2f36fd2ed..c11628037 100644 --- a/locales/fr-FR.po +++ b/locales/fr-FR.po @@ -224,7 +224,7 @@ msgstr "Albanais" msgid "Allow Public Access" msgstr "Autoriser l'accès public" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "Vous avez déjà un compte ? <0><1>Connectez-vous maintenant <2/>" @@ -491,11 +491,11 @@ msgstr "Changez de thème pour..." msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "Vous avez changé d'avis ? Renommez votre CV en quelque chose de plus descriptif." -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "Consultez votre messagerie pour obtenir un lien pour réinitialiser votre mot de passe." -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "Consultez votre messagerie pour obtenir un lien pour vérifier votre compte." @@ -554,7 +554,7 @@ msgstr "Se connecter" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "Continuer" @@ -612,7 +612,7 @@ msgstr "Copier l'URL" msgid "Create" msgstr "Créer" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "Créer un nouveau compte" @@ -841,7 +841,7 @@ msgstr "Discussions" msgid "Documentation" msgstr "Documentation" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "Vous n'avez pas de compte ? <0><1>Créez-en un maintenant <2/>" @@ -918,9 +918,9 @@ msgstr "Formation" msgid "Email" msgstr "Email" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "Adresse e-mail" @@ -1077,11 +1077,11 @@ msgstr "Par exemple, des informations sur les entreprises auxquelles vous avez e msgid "For security reasons, this key will only be displayed once." msgstr "Pour des raisons de sécurité, cette clé ne sera affichée qu'une seule fois." -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "Mot de passe oublié ?" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "Vous avez oublié votre mot de passe ?" @@ -1492,7 +1492,7 @@ msgstr "Multilingue" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "Nouveau mot de passe" @@ -1560,7 +1560,7 @@ msgstr "Maintenance en cours" msgid "Open" msgstr "Ouvrir" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "Ouvrir le client de messagerie" @@ -1620,8 +1620,8 @@ msgstr "Clés d'accès et 2FA" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "Téléphone" msgid "Picture" msgstr "Photo" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "Veuillez saisir un nouveau mot de passe pour votre compte" @@ -1799,7 +1799,7 @@ msgstr "Actualiser" msgid "Register New Device" msgstr "Enregistrer un nouvel appareil" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "Vous vous souvenez de votre mot de passe ? <0><1>Connectez-vous maintenant <2/>" @@ -1835,15 +1835,15 @@ msgstr "Renvoi de l'e-mail de vérification..." msgid "Reset" msgstr "Réinitialiser" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "Réinitialiser le mot de passe" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "Réinitialisez votre mot de passe" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "Réinitialisation de votre mot de passe..." @@ -1935,11 +1935,11 @@ msgstr "Sélectionner..." msgid "Self-Host with Docker" msgstr "Auto-hébergement avec Docker" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "Envoyer un e-mail de réinitialisation du mot de passe" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "Envoi de l'e-mail de réinitialisation du mot de passe..." @@ -1998,11 +1998,11 @@ msgstr "Encart" msgid "Sidebar Width" msgstr "Largeur de l'encart" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "Se connecter" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "Se connecter à votre compte" @@ -2010,14 +2010,14 @@ msgstr "Se connecter à votre compte" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "Connectez-vous avec GitHub, Google ou un fournisseur OAuth personnalisé." -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "S'inscrire" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "Connexion en cours..." @@ -2025,7 +2025,7 @@ msgstr "Connexion en cours..." msgid "Signing out..." msgstr "Déconnexion en cours..." -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "Inscription en cours..." @@ -2262,7 +2262,7 @@ msgstr "Ce CV est verrouillé et ne peut pas être modifié." msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "Cette section est réservée à vos notes personnelles spécifiques à ce CV. Le contenu ici reste privé et n’est partagé avec personne d’autre." -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "Cette étape est facultative, mais recommandée." @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "URL" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "Nom d’utilisateur" @@ -2535,7 +2535,7 @@ msgstr "Vérification du code..." msgid "Verifying password..." msgstr "Vérification du mot de passe..." -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "La vérification de votre adresse e-mail est requise lors de la réinitialisation de votre mot de passe." @@ -2605,7 +2605,7 @@ msgstr "Oui ! Reactive Resume est entièrement gratuit, sans frais cachés, ni d msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "Vous avez également la possibilité de déployer sur vos propres serveurs en utilisant l'image Docker." -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "Vous pouvez également utiliser votre nom d'utilisateur pour vous connecter." @@ -2618,8 +2618,8 @@ msgstr "Vous pouvez partager votre CV via une URL publique unique, le protéger msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "Vous ne pouvez plus utiliser la clé d'accès \"{0}\" pour vous connecter après la suppression. Cette action ne peut pas être annulée." -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "Vous avez du courrier !" @@ -2651,7 +2651,7 @@ msgstr "Votre clé d'accès a été ajoutée avec succès." msgid "Your passkey has been deleted successfully." msgstr "Votre clé d'accès a été supprimée avec succès." -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "Votre mot de passe a été réinitialisé avec succès. Vous pouvez maintenant vous connecter avec votre nouveau mot de passe." diff --git a/locales/he-IL.po b/locales/he-IL.po index 1bc1cb254..e495a236a 100644 --- a/locales/he-IL.po +++ b/locales/he-IL.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/hi-IN.po b/locales/hi-IN.po index 585bf093a..a4f140153 100644 --- a/locales/hi-IN.po +++ b/locales/hi-IN.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/hu-HU.po b/locales/hu-HU.po index ab121e575..b82de783e 100644 --- a/locales/hu-HU.po +++ b/locales/hu-HU.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/id-ID.po b/locales/id-ID.po index a62576143..77c1e9670 100644 --- a/locales/id-ID.po +++ b/locales/id-ID.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/it-IT.po b/locales/it-IT.po index dbd5ba65a..36bb0db6a 100644 --- a/locales/it-IT.po +++ b/locales/it-IT.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/ja-JP.po b/locales/ja-JP.po index bcf1f724a..3e2201fcc 100644 --- a/locales/ja-JP.po +++ b/locales/ja-JP.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/km-KH.po b/locales/km-KH.po index b1867b24f..68e979280 100644 --- a/locales/km-KH.po +++ b/locales/km-KH.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/kn-IN.po b/locales/kn-IN.po index c95c0ff95..a8e8e2e75 100644 --- a/locales/kn-IN.po +++ b/locales/kn-IN.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/ko-KR.po b/locales/ko-KR.po index 93a31cdad..fe1f9fc67 100644 --- a/locales/ko-KR.po +++ b/locales/ko-KR.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/lt-LT.po b/locales/lt-LT.po index c2f798099..27743dcdd 100644 --- a/locales/lt-LT.po +++ b/locales/lt-LT.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/lv-LV.po b/locales/lv-LV.po index 93b85cb01..7ffb39b9b 100644 --- a/locales/lv-LV.po +++ b/locales/lv-LV.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/ml-IN.po b/locales/ml-IN.po index f6a5af9e5..c9bd1d330 100644 --- a/locales/ml-IN.po +++ b/locales/ml-IN.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/mr-IN.po b/locales/mr-IN.po index c8fd1246b..c2240d0b6 100644 --- a/locales/mr-IN.po +++ b/locales/mr-IN.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/ms-MY.po b/locales/ms-MY.po index 8506b2c6b..62f29eefb 100644 --- a/locales/ms-MY.po +++ b/locales/ms-MY.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/ne-NP.po b/locales/ne-NP.po index 704e58937..fad4632be 100644 --- a/locales/ne-NP.po +++ b/locales/ne-NP.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/nl-NL.po b/locales/nl-NL.po index 3278e1e91..4b408a85d 100644 --- a/locales/nl-NL.po +++ b/locales/nl-NL.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/no-NO.po b/locales/no-NO.po index b0e2c9ec5..c8d5c71cc 100644 --- a/locales/no-NO.po +++ b/locales/no-NO.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/or-IN.po b/locales/or-IN.po index 4be23a4de..d301af72c 100644 --- a/locales/or-IN.po +++ b/locales/or-IN.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/pl-PL.po b/locales/pl-PL.po index 4758842a1..5cd2b76ea 100644 --- a/locales/pl-PL.po +++ b/locales/pl-PL.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/pt-BR.po b/locales/pt-BR.po index adc8dee42..b133da5ab 100644 --- a/locales/pt-BR.po +++ b/locales/pt-BR.po @@ -224,7 +224,7 @@ msgstr "Albanês" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "URL" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/pt-PT.po b/locales/pt-PT.po index 820459f5a..48171beb6 100644 --- a/locales/pt-PT.po +++ b/locales/pt-PT.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/ro-RO.po b/locales/ro-RO.po index 8ab3a049c..bc08feb54 100644 --- a/locales/ro-RO.po +++ b/locales/ro-RO.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/ru-RU.po b/locales/ru-RU.po index 3e1521fb6..eafa951db 100644 --- a/locales/ru-RU.po +++ b/locales/ru-RU.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/sk-SK.po b/locales/sk-SK.po index 4fbf0908f..99764b1e8 100644 --- a/locales/sk-SK.po +++ b/locales/sk-SK.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/sq-AL.po b/locales/sq-AL.po index 9ebc9b38c..44264a336 100644 --- a/locales/sq-AL.po +++ b/locales/sq-AL.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/sr-SP.po b/locales/sr-SP.po index 10def9801..9d5b6ec5c 100644 --- a/locales/sr-SP.po +++ b/locales/sr-SP.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/sv-SE.po b/locales/sv-SE.po index df27df87f..5e8105c55 100644 --- a/locales/sv-SE.po +++ b/locales/sv-SE.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/ta-IN.po b/locales/ta-IN.po index 3acca5bd3..91c9e5ff7 100644 --- a/locales/ta-IN.po +++ b/locales/ta-IN.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/te-IN.po b/locales/te-IN.po index d2b1ab870..d81cca86d 100644 --- a/locales/te-IN.po +++ b/locales/te-IN.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/th-TH.po b/locales/th-TH.po index c9a4facf5..f43e65ecb 100644 --- a/locales/th-TH.po +++ b/locales/th-TH.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/tr-TR.po b/locales/tr-TR.po index ea5b7efff..b5494edf6 100644 --- a/locales/tr-TR.po +++ b/locales/tr-TR.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/uk-UA.po b/locales/uk-UA.po index 62c8e85dc..910f28811 100644 --- a/locales/uk-UA.po +++ b/locales/uk-UA.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/uz-UZ.po b/locales/uz-UZ.po index 127aa02da..9c2e79b36 100644 --- a/locales/uz-UZ.po +++ b/locales/uz-UZ.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/vi-VN.po b/locales/vi-VN.po index a56ffd935..7dbe4d3d4 100644 --- a/locales/vi-VN.po +++ b/locales/vi-VN.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/zh-CN.po b/locales/zh-CN.po index a5158e742..8845b8a00 100644 --- a/locales/zh-CN.po +++ b/locales/zh-CN.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/zh-TW.po b/locales/zh-TW.po index 7a869e164..56400442c 100644 --- a/locales/zh-TW.po +++ b/locales/zh-TW.po @@ -224,7 +224,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -491,11 +491,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -554,7 +554,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -612,7 +612,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -841,7 +841,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -918,9 +918,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1077,11 +1077,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1492,7 +1492,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1519,7 +1519,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1560,7 +1560,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1620,8 +1620,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1667,7 +1667,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1835,15 +1835,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1935,11 +1935,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1998,11 +1998,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2010,14 +2010,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2025,7 +2025,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2262,7 +2262,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2492,7 +2492,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2535,7 +2535,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2605,7 +2605,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2618,8 +2618,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2651,7 +2651,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/locales/zu-ZA.po b/locales/zu-ZA.po index 8f8189d91..56e427215 100644 --- a/locales/zu-ZA.po +++ b/locales/zu-ZA.po @@ -219,7 +219,7 @@ msgstr "" msgid "Allow Public Access" msgstr "" -#: src/routes/auth/register.tsx:88 +#: src/routes/auth/register.tsx:90 msgid "Already have an account? <0><1>Sign in now <2/>" msgstr "" @@ -486,11 +486,11 @@ msgstr "" msgid "Changed your mind? Rename your resume to something more descriptive." msgstr "" -#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/forgot-password.tsx:111 msgid "Check your email for a link to reset your password." msgstr "" -#: src/routes/auth/register.tsx:209 +#: src/routes/auth/register.tsx:213 msgid "Check your email for a link to verify your account." msgstr "" @@ -549,7 +549,7 @@ msgstr "" #: src/dialogs/auth/enable-two-factor.tsx:201 #: src/dialogs/auth/enable-two-factor.tsx:264 #: src/dialogs/auth/enable-two-factor.tsx:299 -#: src/routes/auth/register.tsx:224 +#: src/routes/auth/register.tsx:228 msgid "Continue" msgstr "" @@ -607,7 +607,7 @@ msgstr "" msgid "Create" msgstr "" -#: src/routes/auth/register.tsx:84 +#: src/routes/auth/register.tsx:86 msgid "Create a new account" msgstr "" @@ -836,7 +836,7 @@ msgstr "" msgid "Documentation" msgstr "" -#: src/routes/auth/login.tsx:90 +#: src/routes/auth/login.tsx:92 msgid "Don't have an account? <0><1>Create one now <2/>" msgstr "" @@ -913,9 +913,9 @@ msgstr "" msgid "Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:81 -#: src/routes/auth/login.tsx:109 -#: src/routes/auth/register.tsx:146 +#: src/routes/auth/forgot-password.tsx:84 +#: src/routes/auth/login.tsx:113 +#: src/routes/auth/register.tsx:149 #: src/routes/dashboard/settings/profile.tsx:173 msgid "Email Address" msgstr "" @@ -1072,11 +1072,11 @@ msgstr "" msgid "For security reasons, this key will only be displayed once." msgstr "" -#: src/routes/auth/login.tsx:134 +#: src/routes/auth/login.tsx:138 msgid "Forgot Password?" msgstr "" -#: src/routes/auth/forgot-password.tsx:58 +#: src/routes/auth/forgot-password.tsx:61 msgid "Forgot your password?" msgstr "" @@ -1487,7 +1487,7 @@ msgstr "" #: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/reference.tsx:152 #: src/dialogs/resume/sections/skill.tsx:174 -#: src/routes/auth/register.tsx:107 +#: src/routes/auth/register.tsx:110 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/dashboard/settings/profile.tsx:134 msgid "Name" @@ -1514,7 +1514,7 @@ msgid "New Page" msgstr "" #: src/dialogs/auth/change-password.tsx:110 -#: src/routes/auth/reset-password.tsx:82 +#: src/routes/auth/reset-password.tsx:85 msgid "New Password" msgstr "" @@ -1555,7 +1555,7 @@ msgstr "" msgid "Open" msgstr "" -#: src/routes/auth/forgot-password.tsx:114 +#: src/routes/auth/forgot-password.tsx:117 msgid "Open Email Client" msgstr "" @@ -1615,8 +1615,8 @@ msgstr "" #: src/dialogs/auth/disable-two-factor.tsx:74 #: src/dialogs/auth/enable-two-factor.tsx:177 -#: src/routes/auth/login.tsx:129 -#: src/routes/auth/register.tsx:168 +#: src/routes/auth/login.tsx:133 +#: src/routes/auth/register.tsx:171 #: src/routes/auth/resume-password.tsx:104 #: src/routes/dashboard/settings/authentication/-components/password.tsx:35 msgid "Password" @@ -1662,7 +1662,7 @@ msgstr "" msgid "Picture" msgstr "" -#: src/routes/auth/reset-password.tsx:70 +#: src/routes/auth/reset-password.tsx:73 msgid "Please enter a new password for your account" msgstr "" @@ -1794,7 +1794,7 @@ msgstr "" msgid "Register New Device" msgstr "" -#: src/routes/auth/forgot-password.tsx:62 +#: src/routes/auth/forgot-password.tsx:65 msgid "Remember your password? <0><1>Sign in now <2/>" msgstr "" @@ -1830,15 +1830,15 @@ msgstr "" msgid "Reset" msgstr "" -#: src/routes/auth/reset-password.tsx:105 +#: src/routes/auth/reset-password.tsx:108 msgid "Reset Password" msgstr "" -#: src/routes/auth/reset-password.tsx:66 +#: src/routes/auth/reset-password.tsx:69 msgid "Reset your password" msgstr "" -#: src/routes/auth/reset-password.tsx:47 +#: src/routes/auth/reset-password.tsx:50 msgid "Resetting your password..." msgstr "" @@ -1930,11 +1930,11 @@ msgstr "" msgid "Self-Host with Docker" msgstr "" -#: src/routes/auth/forgot-password.tsx:92 +#: src/routes/auth/forgot-password.tsx:95 msgid "Send Password Reset Email" msgstr "" -#: src/routes/auth/forgot-password.tsx:36 +#: src/routes/auth/forgot-password.tsx:39 msgid "Sending password reset email..." msgstr "" @@ -1993,11 +1993,11 @@ msgstr "" msgid "Sidebar Width" msgstr "" -#: src/routes/auth/login.tsx:159 +#: src/routes/auth/login.tsx:163 msgid "Sign in" msgstr "" -#: src/routes/auth/login.tsx:86 +#: src/routes/auth/login.tsx:87 msgid "Sign in to your account" msgstr "" @@ -2005,14 +2005,14 @@ msgstr "" msgid "Sign in with GitHub, Google or a custom OAuth provider." msgstr "" -#: src/routes/auth/register.tsx:191 +#: src/routes/auth/register.tsx:194 msgid "Sign up" msgstr "" #: src/routes/auth/-components/social-auth.tsx:17 #: src/routes/auth/-components/social-auth.tsx:31 #: src/routes/auth/-components/social-auth.tsx:48 -#: src/routes/auth/login.tsx:46 +#: src/routes/auth/login.tsx:47 msgid "Signing in..." msgstr "" @@ -2020,7 +2020,7 @@ msgstr "" msgid "Signing out..." msgstr "" -#: src/routes/auth/register.tsx:58 +#: src/routes/auth/register.tsx:60 msgid "Signing up..." msgstr "" @@ -2257,7 +2257,7 @@ msgstr "" msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else." msgstr "" -#: src/routes/auth/register.tsx:215 +#: src/routes/auth/register.tsx:219 msgid "This step is optional, but recommended." msgstr "" @@ -2487,7 +2487,7 @@ msgid "URL" msgstr "" #: src/dialogs/resume/sections/profile.tsx:187 -#: src/routes/auth/register.tsx:123 +#: src/routes/auth/register.tsx:126 #: src/routes/dashboard/settings/profile.tsx:150 msgid "Username" msgstr "" @@ -2530,7 +2530,7 @@ msgstr "" msgid "Verifying password..." msgstr "" -#: src/routes/auth/register.tsx:218 +#: src/routes/auth/register.tsx:222 msgid "Verifying your email is required when resetting your password." msgstr "" @@ -2600,7 +2600,7 @@ msgstr "" msgid "You also have the option to deploy on your own servers using the Docker image." msgstr "" -#: src/routes/auth/login.tsx:116 +#: src/routes/auth/login.tsx:120 msgid "You can also use your username to login." msgstr "" @@ -2613,8 +2613,8 @@ msgstr "" msgid "You cannot use the passkey \"{0}\" anymore to sign in after deletion. This action cannot be undone." msgstr "" -#: src/routes/auth/forgot-password.tsx:105 -#: src/routes/auth/register.tsx:206 +#: src/routes/auth/forgot-password.tsx:108 +#: src/routes/auth/register.tsx:210 msgid "You've got mail!" msgstr "" @@ -2646,7 +2646,7 @@ msgstr "" msgid "Your passkey has been deleted successfully." msgstr "" -#: src/routes/auth/reset-password.tsx:56 +#: src/routes/auth/reset-password.tsx:59 msgid "Your password has been reset successfully. You can now sign in with your new password." msgstr "" diff --git a/src/integrations/auth/config.ts b/src/integrations/auth/config.ts index b7fef3113..204542827 100644 --- a/src/integrations/auth/config.ts +++ b/src/integrations/auth/config.ts @@ -26,6 +26,7 @@ const getAuthConfig = () => { if (isCustomOAuthProviderEnabled()) { authConfigs.push({ providerId: "custom", + disableSignUp: env.FLAG_DISABLE_SIGNUPS, clientId: env.OAUTH_CLIENT_ID as string, clientSecret: env.OAUTH_CLIENT_SECRET as string, discoveryUrl: env.OAUTH_DISCOVERY_URL, @@ -75,12 +76,12 @@ const getAuthConfig = () => { }, emailAndPassword: { - enabled: true, + enabled: !env.FLAG_DISABLE_EMAIL_AUTH, autoSignIn: true, minPasswordLength: 6, maxPasswordLength: 64, requireEmailVerification: false, - disableSignUp: env.FLAG_DISABLE_SIGNUP, + disableSignUp: env.FLAG_DISABLE_SIGNUPS || env.FLAG_DISABLE_EMAIL_AUTH, sendResetPassword: async ({ user, url }) => { await sendEmail({ to: user.email, @@ -135,6 +136,7 @@ const getAuthConfig = () => { socialProviders: { google: { enabled: !!env.GOOGLE_CLIENT_ID && !!env.GOOGLE_CLIENT_SECRET, + disableSignUp: env.FLAG_DISABLE_SIGNUPS, // biome-ignore lint/style/noNonNullAssertion: enabled check ensures these are not null clientId: env.GOOGLE_CLIENT_ID!, // biome-ignore lint/style/noNonNullAssertion: enabled check ensures these are not null @@ -153,6 +155,7 @@ const getAuthConfig = () => { github: { enabled: !!env.GITHUB_CLIENT_ID && !!env.GITHUB_CLIENT_SECRET, + disableSignUp: env.FLAG_DISABLE_SIGNUPS, // biome-ignore lint/style/noNonNullAssertion: enabled check ensures these are not null clientId: env.GITHUB_CLIENT_ID!, // biome-ignore lint/style/noNonNullAssertion: enabled check ensures these are not null diff --git a/src/integrations/orpc/router/flags.ts b/src/integrations/orpc/router/flags.ts new file mode 100644 index 000000000..c57329c3b --- /dev/null +++ b/src/integrations/orpc/router/flags.ts @@ -0,0 +1,14 @@ +import { publicProcedure } from "../context"; +import { type FeatureFlags, flagsService } from "../services/flags"; + +export const flagsRouter = { + get: publicProcedure + .route({ + method: "GET", + path: "/flags", + tags: ["Feature Flags"], + summary: "Get feature flags", + description: "Returns the current feature flags for this instance.", + }) + .handler((): FeatureFlags => flagsService.getFlags()), +}; diff --git a/src/integrations/orpc/router/index.ts b/src/integrations/orpc/router/index.ts index 3822dcff5..da8809ffc 100644 --- a/src/integrations/orpc/router/index.ts +++ b/src/integrations/orpc/router/index.ts @@ -1,5 +1,6 @@ import { aiRouter } from "./ai"; import { authRouter } from "./auth"; +import { flagsRouter } from "./flags"; import { printerRouter } from "./printer"; import { resumeRouter } from "./resume"; import { statisticsRouter } from "./statistics"; @@ -8,6 +9,7 @@ import { storageRouter } from "./storage"; export default { ai: aiRouter, auth: authRouter, + flags: flagsRouter, resume: resumeRouter, storage: storageRouter, printer: printerRouter, diff --git a/src/integrations/orpc/services/flags.ts b/src/integrations/orpc/services/flags.ts new file mode 100644 index 000000000..55eabcb11 --- /dev/null +++ b/src/integrations/orpc/services/flags.ts @@ -0,0 +1,13 @@ +import { env } from "@/utils/env"; + +export type FeatureFlags = { + disableSignups: boolean; + disableEmailAuth: boolean; +}; + +export const flagsService = { + getFlags: (): FeatureFlags => ({ + disableSignups: env.FLAG_DISABLE_SIGNUPS, + disableEmailAuth: env.FLAG_DISABLE_EMAIL_AUTH, + }), +}; diff --git a/src/router.tsx b/src/router.tsx index b27b4fa75..1a4d45cbe 100644 --- a/src/router.tsx +++ b/src/router.tsx @@ -3,7 +3,8 @@ import { setupRouterSsrQueryIntegration } from "@tanstack/react-router-ssr-query import { ErrorScreen } from "./components/layout/error-screen"; import { LoadingScreen } from "./components/layout/loading-screen"; import { NotFoundScreen } from "./components/layout/not-found-screen"; -import { orpc } from "./integrations/orpc/client"; +import { getSession } from "./integrations/auth/functions"; +import { client, orpc } from "./integrations/orpc/client"; import { getQueryClient } from "./integrations/query/client"; import { routeTree } from "./routeTree.gen"; import { getLocale, loadLocale } from "./utils/locale"; @@ -12,7 +13,13 @@ import { getTheme } from "./utils/theme"; export const getRouter = async () => { const queryClient = getQueryClient(); - const [theme, locale] = await Promise.all([getTheme(), getLocale()]); + const [theme, locale, session, flags] = await Promise.all([ + getTheme(), + getLocale(), + getSession(), + client.flags.get(), + ]); + await loadLocale(locale); const router = createRouter({ @@ -24,7 +31,7 @@ export const getRouter = async () => { defaultErrorComponent: ErrorScreen, defaultPendingComponent: LoadingScreen, defaultNotFoundComponent: NotFoundScreen, - context: { orpc, queryClient, theme, locale, session: null }, + context: { orpc, queryClient, theme, locale, session, flags }, }); setupRouterSsrQueryIntegration({ diff --git a/src/routes/__root.tsx b/src/routes/__root.tsx index 75e1c04f2..cc5d47e4e 100644 --- a/src/routes/__root.tsx +++ b/src/routes/__root.tsx @@ -16,7 +16,8 @@ import { ConfirmDialogProvider } from "@/hooks/use-confirm"; import { PromptDialogProvider } from "@/hooks/use-prompt"; import { getSession } from "@/integrations/auth/functions"; import type { AuthSession } from "@/integrations/auth/types"; -import type { orpc } from "@/integrations/orpc/client"; +import { client, type orpc } from "@/integrations/orpc/client"; +import type { FeatureFlags } from "@/integrations/orpc/services/flags"; import { getLocale, isRTL, type Locale, loadLocale } from "@/utils/locale"; import { getTheme, type Theme } from "@/utils/theme"; import appCss from "../styles/globals.css?url"; @@ -27,6 +28,7 @@ type RouterContext = { orpc: typeof orpc; queryClient: QueryClient; session: AuthSession | null; + flags: FeatureFlags; }; const appName = "Reactive Resume"; @@ -70,9 +72,14 @@ export const Route = createRootRouteWithContext()({ }; }, beforeLoad: async () => { - const [theme, locale, session] = await Promise.all([getTheme(), getLocale(), getSession()]); + const [theme, locale, session, flags] = await Promise.all([ + getTheme(), + getLocale(), + getSession(), + client.flags.get(), + ]); - return { theme, locale, session }; + return { theme, locale, session, flags }; }, }); diff --git a/src/routes/auth/forgot-password.tsx b/src/routes/auth/forgot-password.tsx index 4cdb7bd40..cad695fc5 100644 --- a/src/routes/auth/forgot-password.tsx +++ b/src/routes/auth/forgot-password.tsx @@ -2,7 +2,7 @@ import { zodResolver } from "@hookform/resolvers/zod"; import { t } from "@lingui/core/macro"; import { Trans } from "@lingui/react/macro"; import { ArrowRightIcon } from "@phosphor-icons/react"; -import { createFileRoute, Link } from "@tanstack/react-router"; +import { createFileRoute, Link, redirect } from "@tanstack/react-router"; import { useState } from "react"; import { useForm } from "react-hook-form"; import { toast } from "sonner"; @@ -14,6 +14,9 @@ import { authClient } from "@/integrations/auth/client"; export const Route = createFileRoute("/auth/forgot-password")({ component: RouteComponent, + beforeLoad: async ({ context }) => { + if (context.flags.disableEmailAuth) throw redirect({ to: "/auth/login", replace: true }); + }, }); const formSchema = z.object({ diff --git a/src/routes/auth/login.tsx b/src/routes/auth/login.tsx index 89884d6e8..b19e5f060 100644 --- a/src/routes/auth/login.tsx +++ b/src/routes/auth/login.tsx @@ -33,6 +33,7 @@ function RouteComponent() { const router = useRouter(); const navigate = useNavigate(); const [showPassword, toggleShowPassword] = useToggle(false); + const { flags } = Route.useRouteContext(); const form = useForm({ resolver: zodResolver(formSchema), @@ -86,80 +87,84 @@ function RouteComponent() { Sign in to your account -
- - Don't have an account?{" "} - - -
+ {!flags.disableSignups && ( +
+ + Don't have an account?{" "} + + +
+ )} -
- - ( - - - Email Address - - - - - - - You can also use your username to login. - - - )} - /> - - ( - -
+ {!flags.disableEmailAuth && ( + + + ( + - Password + Email Address - - -
-
- + + + + You can also use your username to login. + + + )} + /> - -
- -
- )} - /> + ( + +
+ + Password + - - - + +
+
+ + + + + +
+ +
+ )} + /> + + + + + )} diff --git a/src/routes/auth/register.tsx b/src/routes/auth/register.tsx index a822fc5f5..5e366ed75 100644 --- a/src/routes/auth/register.tsx +++ b/src/routes/auth/register.tsx @@ -19,6 +19,7 @@ export const Route = createFileRoute("/auth/register")({ component: RouteComponent, beforeLoad: async ({ context }) => { if (context.session) throw redirect({ to: "/dashboard", replace: true }); + if (context.flags.disableSignups) throw redirect({ to: "/auth/login", replace: true }); return { session: null }; }, }); @@ -43,6 +44,7 @@ type FormValues = z.infer; function RouteComponent() { const [submitted, setSubmitted] = useState(false); const [showPassword, toggleShowPassword] = useToggle(false); + const { flags } = Route.useRouteContext(); const form = useForm({ resolver: zodResolver(formSchema), @@ -96,102 +98,104 @@ function RouteComponent() { -
- - ( - - - Name - - - - - - - )} - /> + {!flags.disableEmailAuth && ( + + + ( + + + Name + + + + + + + )} + /> - ( - - - Username - - - - - - - )} - /> - - ( - - - Email Address - - - - - - - )} - /> - - ( - - - Password - -
+ ( + + + Username + + + + )} + /> - -
- -
- )} - /> + ( + + + Email Address + + + + + + + )} + /> - - - + ( + + + Password + +
+ + + + + +
+ +
+ )} + /> + + + + + )} diff --git a/src/routes/auth/reset-password.tsx b/src/routes/auth/reset-password.tsx index 8c2bc549f..620104ff6 100644 --- a/src/routes/auth/reset-password.tsx +++ b/src/routes/auth/reset-password.tsx @@ -18,6 +18,9 @@ const searchSchema = z.object({ token: z.string().min(1) }); export const Route = createFileRoute("/auth/reset-password")({ component: RouteComponent, validateSearch: zodValidator(searchSchema), + beforeLoad: async ({ context }) => { + if (context.flags.disableEmailAuth) throw redirect({ to: "/auth/login", replace: true }); + }, onError: (error) => { if (error instanceof SearchParamError) { throw redirect({ to: "/auth/login" }); diff --git a/src/utils/env.ts b/src/utils/env.ts index be91a145d..de8c7a44d 100644 --- a/src/utils/env.ts +++ b/src/utils/env.ts @@ -65,6 +65,7 @@ export const env = createEnv({ // Feature Flags FLAG_DEBUG_PRINTER: z.stringbool().default(false), - FLAG_DISABLE_SIGNUP: z.stringbool().default(false), + FLAG_DISABLE_SIGNUPS: z.stringbool().default(false), + FLAG_DISABLE_EMAIL_AUTH: z.stringbool().default(false), }, }); diff --git a/src/vite-env.d.ts b/src/vite-env.d.ts index caa84ddd5..eb429abc2 100644 --- a/src/vite-env.d.ts +++ b/src/vite-env.d.ts @@ -16,6 +16,9 @@ declare namespace NodeJS { // Authentication AUTH_SECRET: string; + // Printer + PRINTER_ENDPOINT?: string; + // Database DATABASE_URL: string; @@ -41,9 +44,13 @@ declare namespace NodeJS { OAUTH_CLIENT_SECRET?: string; OAUTH_DISCOVERY_URL?: string; OAUTH_AUTHORIZATION_URL?: string; + OAUTH_TOKEN_URL?: string; + OAUTH_USER_INFO_URL?: string; + OAUTH_SCOPES?: string; // Feature Flags FLAG_DEBUG_PRINTER: string | boolean; - FLAG_DISABLE_SIGNUP: string | boolean; + FLAG_DISABLE_SIGNUPS: string | boolean; + FLAG_DISABLE_EMAIL_AUTH: string | boolean; } }