mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-07-14 06:47:00 +10:00
fixes #2552, implement FLAG_DISABLE_SIGNUPS and FLAG_DISABLE_EMAIL_AUTH
This commit is contained in:
+4
-1
@@ -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)
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
project_id_env: CROWDIN_PROJECT_ID
|
||||
api_token_env: CROWDIN_API_TOKEN
|
||||
|
||||
preserve_hierarchy: true
|
||||
commit_message: "[ci skip]"
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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"
|
||||
```
|
||||
</Step>
|
||||
|
||||
@@ -365,7 +363,8 @@ openssl rand -hex 32
|
||||
|
||||
<Accordion title="Feature Flags">
|
||||
- **`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.
|
||||
</Accordion>
|
||||
</AccordionGroup>
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
msgstr "Вече имате акаунт? <0><1>Влезте сега <2/></1></0>"
|
||||
|
||||
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
msgstr "Sie haben bereits ein Konto? <0><1>Jetzt anmelden <2/></1></0>"
|
||||
|
||||
@@ -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/></1></0>"
|
||||
msgstr "Sie haben noch kein Konto? <0><1>Jetzt erstellen <2/></1></0>"
|
||||
|
||||
@@ -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/></1></0>"
|
||||
msgstr "Sie erinnern sich wieder an Ihr Passwort? <0><1>Jetzt anmelden <2/></1></0>"
|
||||
|
||||
@@ -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."
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
msgstr "Already have an account? <0><1>Sign in now <2/></1></0>"
|
||||
|
||||
@@ -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/></1></0>"
|
||||
msgstr "Don't have an account? <0><1>Create one now <2/></1></0>"
|
||||
|
||||
@@ -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/></1></0>"
|
||||
msgstr "Remember your password? <0><1>Sign in now <2/></1></0>"
|
||||
|
||||
@@ -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."
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
msgstr "Vous avez déjà un compte ? <0><1>Connectez-vous maintenant <2/></1></0>"
|
||||
|
||||
@@ -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/></1></0>"
|
||||
msgstr "Vous n'avez pas de compte ? <0><1>Créez-en un maintenant <2/></1></0>"
|
||||
|
||||
@@ -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/></1></0>"
|
||||
msgstr "Vous vous souvenez de votre mot de passe ? <0><1>Connectez-vous maintenant <2/></1></0>"
|
||||
|
||||
@@ -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."
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
+35
-35
@@ -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/></1></0>"
|
||||
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/></1></0>"
|
||||
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/></1></0>"
|
||||
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 ""
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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()),
|
||||
};
|
||||
@@ -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,
|
||||
|
||||
@@ -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,
|
||||
}),
|
||||
};
|
||||
+10
-3
@@ -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({
|
||||
|
||||
+10
-3
@@ -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<RouterContext>()({
|
||||
};
|
||||
},
|
||||
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 };
|
||||
},
|
||||
});
|
||||
|
||||
|
||||
@@ -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({
|
||||
|
||||
+71
-66
@@ -33,6 +33,7 @@ function RouteComponent() {
|
||||
const router = useRouter();
|
||||
const navigate = useNavigate();
|
||||
const [showPassword, toggleShowPassword] = useToggle(false);
|
||||
const { flags } = Route.useRouteContext();
|
||||
|
||||
const form = useForm<FormValues>({
|
||||
resolver: zodResolver(formSchema),
|
||||
@@ -86,80 +87,84 @@ function RouteComponent() {
|
||||
<Trans>Sign in to your account</Trans>
|
||||
</h1>
|
||||
|
||||
<div className="text-muted-foreground">
|
||||
<Trans>
|
||||
Don't have an account?{" "}
|
||||
<Button asChild variant="link" className="h-auto gap-1.5 px-1! py-0">
|
||||
<Link to="/auth/register">
|
||||
Create one now <ArrowRightIcon />
|
||||
</Link>
|
||||
</Button>
|
||||
</Trans>
|
||||
</div>
|
||||
{!flags.disableSignups && (
|
||||
<div className="text-muted-foreground">
|
||||
<Trans>
|
||||
Don't have an account?{" "}
|
||||
<Button asChild variant="link" className="h-auto gap-1.5 px-1! py-0">
|
||||
<Link to="/auth/register">
|
||||
Create one now <ArrowRightIcon />
|
||||
</Link>
|
||||
</Button>
|
||||
</Trans>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
|
||||
<Form {...form}>
|
||||
<form className="space-y-6" onSubmit={form.handleSubmit(onSubmit)}>
|
||||
<FormField
|
||||
control={form.control}
|
||||
name="identifier"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<FormLabel>
|
||||
<Trans>Email Address</Trans>
|
||||
</FormLabel>
|
||||
<FormControl>
|
||||
<Input autoComplete="email" placeholder="john.doe@example.com" className="lowercase" {...field} />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
<FormDescription>
|
||||
<Trans>You can also use your username to login.</Trans>
|
||||
</FormDescription>
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
|
||||
<FormField
|
||||
control={form.control}
|
||||
name="password"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<div className="flex items-center justify-between">
|
||||
{!flags.disableEmailAuth && (
|
||||
<Form {...form}>
|
||||
<form className="space-y-6" onSubmit={form.handleSubmit(onSubmit)}>
|
||||
<FormField
|
||||
control={form.control}
|
||||
name="identifier"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<FormLabel>
|
||||
<Trans>Password</Trans>
|
||||
<Trans>Email Address</Trans>
|
||||
</FormLabel>
|
||||
|
||||
<Button asChild tabIndex={-1} variant="link" className="h-auto p-0 text-xs leading-none">
|
||||
<Link to="/auth/forgot-password">
|
||||
<Trans>Forgot Password?</Trans>
|
||||
</Link>
|
||||
</Button>
|
||||
</div>
|
||||
<div className="flex items-center gap-x-1.5">
|
||||
<FormControl>
|
||||
<Input
|
||||
min={6}
|
||||
max={64}
|
||||
type={showPassword ? "text" : "password"}
|
||||
autoComplete="current-password"
|
||||
{...field}
|
||||
/>
|
||||
<Input autoComplete="email" placeholder="john.doe@example.com" className="lowercase" {...field} />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
<FormDescription>
|
||||
<Trans>You can also use your username to login.</Trans>
|
||||
</FormDescription>
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
|
||||
<Button size="icon" variant="ghost" onClick={toggleShowPassword}>
|
||||
{showPassword ? <EyeIcon /> : <EyeSlashIcon />}
|
||||
</Button>
|
||||
</div>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
<FormField
|
||||
control={form.control}
|
||||
name="password"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<div className="flex items-center justify-between">
|
||||
<FormLabel>
|
||||
<Trans>Password</Trans>
|
||||
</FormLabel>
|
||||
|
||||
<Button type="submit" className="w-full">
|
||||
<Trans>Sign in</Trans>
|
||||
</Button>
|
||||
</form>
|
||||
</Form>
|
||||
<Button asChild tabIndex={-1} variant="link" className="h-auto p-0 text-xs leading-none">
|
||||
<Link to="/auth/forgot-password">
|
||||
<Trans>Forgot Password?</Trans>
|
||||
</Link>
|
||||
</Button>
|
||||
</div>
|
||||
<div className="flex items-center gap-x-1.5">
|
||||
<FormControl>
|
||||
<Input
|
||||
min={6}
|
||||
max={64}
|
||||
type={showPassword ? "text" : "password"}
|
||||
autoComplete="current-password"
|
||||
{...field}
|
||||
/>
|
||||
</FormControl>
|
||||
|
||||
<Button size="icon" variant="ghost" onClick={toggleShowPassword}>
|
||||
{showPassword ? <EyeIcon /> : <EyeSlashIcon />}
|
||||
</Button>
|
||||
</div>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
|
||||
<Button type="submit" className="w-full">
|
||||
<Trans>Sign in</Trans>
|
||||
</Button>
|
||||
</form>
|
||||
</Form>
|
||||
)}
|
||||
|
||||
<SocialAuth />
|
||||
</>
|
||||
|
||||
@@ -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<typeof formSchema>;
|
||||
function RouteComponent() {
|
||||
const [submitted, setSubmitted] = useState(false);
|
||||
const [showPassword, toggleShowPassword] = useToggle(false);
|
||||
const { flags } = Route.useRouteContext();
|
||||
|
||||
const form = useForm<FormValues>({
|
||||
resolver: zodResolver(formSchema),
|
||||
@@ -96,102 +98,104 @@ function RouteComponent() {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Form {...form}>
|
||||
<form className="space-y-6" onSubmit={form.handleSubmit(onSubmit)}>
|
||||
<FormField
|
||||
control={form.control}
|
||||
name="name"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<FormLabel>
|
||||
<Trans>Name</Trans>
|
||||
</FormLabel>
|
||||
<FormControl>
|
||||
<Input min={3} max={64} autoComplete="name" placeholder="John Doe" {...field} />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
{!flags.disableEmailAuth && (
|
||||
<Form {...form}>
|
||||
<form className="space-y-6" onSubmit={form.handleSubmit(onSubmit)}>
|
||||
<FormField
|
||||
control={form.control}
|
||||
name="name"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<FormLabel>
|
||||
<Trans>Name</Trans>
|
||||
</FormLabel>
|
||||
<FormControl>
|
||||
<Input min={3} max={64} autoComplete="name" placeholder="John Doe" {...field} />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
|
||||
<FormField
|
||||
control={form.control}
|
||||
name="username"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<FormLabel>
|
||||
<Trans>Username</Trans>
|
||||
</FormLabel>
|
||||
<FormControl>
|
||||
<Input
|
||||
min={3}
|
||||
max={64}
|
||||
autoComplete="username"
|
||||
placeholder="john.doe"
|
||||
className="lowercase"
|
||||
{...field}
|
||||
/>
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
|
||||
<FormField
|
||||
control={form.control}
|
||||
name="email"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<FormLabel>
|
||||
<Trans>Email Address</Trans>
|
||||
</FormLabel>
|
||||
<FormControl>
|
||||
<Input
|
||||
type="email"
|
||||
autoComplete="email"
|
||||
placeholder="john.doe@example.com"
|
||||
className="lowercase"
|
||||
{...field}
|
||||
/>
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
|
||||
<FormField
|
||||
control={form.control}
|
||||
name="password"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<FormLabel>
|
||||
<Trans>Password</Trans>
|
||||
</FormLabel>
|
||||
<div className="flex items-center gap-x-1.5">
|
||||
<FormField
|
||||
control={form.control}
|
||||
name="username"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<FormLabel>
|
||||
<Trans>Username</Trans>
|
||||
</FormLabel>
|
||||
<FormControl>
|
||||
<Input
|
||||
min={6}
|
||||
min={3}
|
||||
max={64}
|
||||
type={showPassword ? "text" : "password"}
|
||||
autoComplete="new-password"
|
||||
autoComplete="username"
|
||||
placeholder="john.doe"
|
||||
className="lowercase"
|
||||
{...field}
|
||||
/>
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
|
||||
<Button size="icon" variant="ghost" onClick={toggleShowPassword}>
|
||||
{showPassword ? <EyeIcon /> : <EyeSlashIcon />}
|
||||
</Button>
|
||||
</div>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
<FormField
|
||||
control={form.control}
|
||||
name="email"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<FormLabel>
|
||||
<Trans>Email Address</Trans>
|
||||
</FormLabel>
|
||||
<FormControl>
|
||||
<Input
|
||||
type="email"
|
||||
autoComplete="email"
|
||||
placeholder="john.doe@example.com"
|
||||
className="lowercase"
|
||||
{...field}
|
||||
/>
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
|
||||
<Button type="submit" className="w-full">
|
||||
<Trans>Sign up</Trans>
|
||||
</Button>
|
||||
</form>
|
||||
</Form>
|
||||
<FormField
|
||||
control={form.control}
|
||||
name="password"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<FormLabel>
|
||||
<Trans>Password</Trans>
|
||||
</FormLabel>
|
||||
<div className="flex items-center gap-x-1.5">
|
||||
<FormControl>
|
||||
<Input
|
||||
min={6}
|
||||
max={64}
|
||||
type={showPassword ? "text" : "password"}
|
||||
autoComplete="new-password"
|
||||
{...field}
|
||||
/>
|
||||
</FormControl>
|
||||
|
||||
<Button size="icon" variant="ghost" onClick={toggleShowPassword}>
|
||||
{showPassword ? <EyeIcon /> : <EyeSlashIcon />}
|
||||
</Button>
|
||||
</div>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
)}
|
||||
/>
|
||||
|
||||
<Button type="submit" className="w-full">
|
||||
<Trans>Sign up</Trans>
|
||||
</Button>
|
||||
</form>
|
||||
</Form>
|
||||
)}
|
||||
|
||||
<SocialAuth />
|
||||
</>
|
||||
|
||||
@@ -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" });
|
||||
|
||||
+2
-1
@@ -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),
|
||||
},
|
||||
});
|
||||
|
||||
Vendored
+8
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user