This commit is contained in:
Amruth Pillai
2026-01-24 23:00:54 +01:00
parent 1419c16d04
commit be84f0cca6
74 changed files with 2329 additions and 1035 deletions
-1
View File
@@ -4,7 +4,6 @@ on:
workflow_dispatch:
push:
branches: [ main ]
tags: [ "v*.*.*" ]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
+1 -1
View File
@@ -29,7 +29,7 @@
<img src="https://img.shields.io/github/stars/amruthpillai/Reactive-Resume?style=flat-square" alt="Stars" />
<img src="https://img.shields.io/github/license/amruthpillai/Reactive-Resume?style=flat-square" alt="License" />
<img src="https://img.shields.io/docker/pulls/amruthpillai/reactive-resume?style=flat-square" alt="Docker Pulls" />
<a href="https://discord.gg/hzwkZbyvUW"><img src="https://img.shields.io/discord/1173518977851473940?label=Discord&style=flat-square&logo=discord" alt="Discord" /></a>
<a href="https://discord.gg/EE8yFqW4"><img src="https://img.shields.io/discord/1173518977851473940?label=Discord&style=flat-square&logo=discord" alt="Discord" /></a>
<a href="https://crowdin.com/project/reactive-resume"><img src="https://badges.crowdin.net/reactive-resume/localized.svg?style=flat-square" alt="Crowdin" /></a>
<a href="https://opencollective.com/reactive-resume"><img src="https://img.shields.io/opencollective/all/reactive-resume?style=flat-square" alt="Open Collective" /></a>
</p>
+7 -1
View File
@@ -8,7 +8,13 @@
},
"files": {
"ignoreUnknown": true,
"includes": ["**", "!**/webfontlist.json", "!**/docs/spec.json", "!**/src/routeTree.gen.ts"]
"includes": [
"**",
"!**/webfontlist.json",
"!**/schema/schema.json",
"!**/docs/spec.json",
"!**/src/routeTree.gen.ts"
]
},
"formatter": {
"lineWidth": 120,
@@ -4,7 +4,17 @@ description: "List of all notable changes and updates to Reactive Resume"
rss: true
---
<Update label="v5.0.1" description="24th January 2026">
<Update label="v5.0.2" description="24th January 2026">
- Added an agent skill `skills/resume-builder` for agentic AI assistants to build resumes for Reactive Resume through conversational AI.
- Added a new guide on how to fit content on a page, to avoid issues when exporting to PDF. [(link)](/guides/fitting-content-on-a-page)
- Display an alert when the content is too tall for a page, to help the user fit the content on a page.
- Fix an issue with the Ditgar template, where the page was not respecting the `fullWidth` setting.
- Updated the JSON Schema to conform to a proper format.
- Updated the Discord Server invite link to a new one.
- Updated dependencies to the latest versions.
</Update>
<Update label="v5.0.1" description="23th January 2026">
- Updated translations from Crowdin.
- Added a Community Spotlight section to the documentation.
- Remove `-r require-metadata` from the Dockerfile as it was not needed.
+9 -6
View File
@@ -27,16 +27,12 @@
"navigation": {
"tabs": [
{
"icon": "book",
"tab": "Documentation",
"groups": [
{
"group": "Getting Started",
"pages": [
"getting-started/index",
"getting-started/quickstart",
"guides/accessing-the-previous-version",
"getting-started/changelog"
]
"pages": ["getting-started/index", "getting-started/quickstart", "guides/accessing-the-previous-version"]
},
{
"group": "Account",
@@ -53,6 +49,7 @@
"guides/creating-your-first-resume",
"guides/choosing-a-template",
"guides/moving-items-between-sections",
"guides/fitting-content-on-a-page",
"guides/exporting-your-resume",
"guides/sharing-your-resume-publicly",
"guides/using-private-notes",
@@ -86,6 +83,12 @@
]
},
{
"icon": "clock",
"tab": "Changelog",
"pages": ["changelog/index"]
},
{
"icon": "code",
"tab": "API Reference",
"openapi": "/spec.json"
}
+1 -1
View File
@@ -104,7 +104,7 @@ Reactive Resume is built with modern web technologies:
<Card title="Reddit" icon="reddit" href="https://reddit.com/r/reactiveresume">
Join our Reddit community to get help and connect with other users.
</Card>
<Card title="Discord" icon="discord" href="https://discord.gg/hzwkZbyvUW">
<Card title="Discord" icon="discord" href="https://discord.gg/EE8yFqW4">
Join our Discord server to get help and connect with other users.
</Card>
<Card title="Sponsor" icon="heart" href="https://opencollective.com/reactive-resume">
+137
View File
@@ -0,0 +1,137 @@
---
title: "Fitting content on a page"
description: "Learn how to reorganize and format your resume content to fit within a single page, whether you're using A4 or Letter format."
---
When your resume content overflows the page, Reactive Resume displays a warning just below the page. This guide explains how to reorganize and adjust your content so everything fits within your chosen page format.
<Frame caption="Screenshot of the overflow warning message in the resume builder">
<img src="/images/guides/fitting-content-on-a-page/screenshot-1.webp" alt="Screenshot of the overflow warning message in the resume builder" />
</Frame>
<Warning>
While Reactive Resume supports multi-page resumes, each page has a fixed height based on your chosen format (A4 or Letter). If a single page's content exceeds this height, parts of your resume may be rendered improperly when printed or exported.
</Warning>
## Quick fixes
Here are several ways to fit your content within a page, ordered from content changes to layout adjustments.
### 1. Shorten text blocks
Long paragraphs take up space without adding proportional value. Review each section and cut ruthlessly:
- **Use bullet points** instead of paragraphs. Bullets are easier to scan and take less vertical space.
- **Remove filler words.** "Was responsible for managing" becomes "Managed."
- **Focus on impact.** Keep measurable achievements; cut generic descriptions.
- **Limit bullets per entry.** Three to five bullets per job is usually enough.
<Tip>
Read each bullet point and ask: "Does this help me get an interview?" If not, cut it.
</Tip>
### 2. Use multi-column layouts
Some sections work better in multiple columns, especially lists of short items.
In the left sidebar, find the section you want to adjust, click on the section heading (not an item), and change the **Columns** setting.
<Frame caption="Screenshot of the columns setting for a section">
<img src="/images/guides/fitting-content-on-a-page/screenshot-2.webp" alt="Screenshot of the columns setting for a section" />
</Frame>
Good candidates for multi-column layouts:
| Section | Recommended Columns |
|---------|---------------------|
| Skills | > 2 columns |
| Languages | > 3 columns |
| Interests | > 2 columns |
| Profiles | > 3 columns |
| Certifications (if brief) | > 2 columns |
<Info>
Multi-column layouts work best for sections with short, uniform items. Sections with long descriptions (like Experience or Projects) usually work better in a single column.
</Info>
### 3. Move items to another page
If you have more content than fits on one page, move less important items to page two. This keeps your first page focused on your most relevant experience.
Use the **Move to** feature to relocate items:
1. Open the item's dropdown menu (three-dot icon)
2. Hover over **Move to**
3. Select the destination page
For detailed instructions, see [Moving items between sections](/guides/moving-items-between-sections).
<Tip>
Keep your most recent and relevant experience on page one. Move older positions or less critical sections (like older projects or volunteer work) to subsequent pages.
</Tip>
### 4. Adjust layout and design settings
The right sidebar contains settings that control how much space your content uses. Small adjustments here can make a big difference.
Open the right sidebar and explore these options:
| Setting | Where to find it | Effect |
|---------|------------------|--------|
| **Font size** | Typography | Smaller fonts fit more text per line and per page |
| **Line height** | Typography | Tighter line spacing reduces vertical space |
| **Margins** | Page | Smaller margins give you more usable area |
| **Section gaps** | Page | Reducing gaps between sections saves space |
| **Sidebar width** | Layout | Adjusting the sidebar ratio can balance content better |
| **Picture size** | Picture (left sidebar) | A smaller photo leaves more room for text |
<Info>
**Font size is the most effective setting.** Reducing body font from 11pt to 10.5pt (or even 10pt) can free up significant space while remaining readable. The editor supports 0.1pt increments, so you can fine-tune precisely.
</Info>
### 5. Hide less important sections
If you're still short on space, consider hiding sections that aren't essential for your target role:
- **Interests** — Nice to have, but rarely a deciding factor
- **References** — "Available upon request" is assumed; you don't need to list them
- **Older certifications** — Keep only those relevant to the job
- **Volunteer work** — Include only if it strengthens your application
To hide a section, click on the section heading in the left sidebar and toggle the **Hidden** switch.
## Finding the right balance
Start with content changes (steps 1-3) before adjusting design settings (steps 4-5). The best resumes fit their content naturally rather than forcing everything into a cramped layout.
Try this order:
1. Cut unnecessary text first
2. Reorganize with columns where appropriate
3. Move secondary content to page two if needed
4. Fine-tune font size and spacing last
<Tip>
Use the live preview to see changes as you make them. Small adjustments add up—reducing font size by 0.5pt combined with slightly smaller margins can recover enough space for several lines of content.
</Tip>
## Troubleshooting
### Content still overflows after trying everything
If you've tried all the above and content still overflows:
- **Re-evaluate what's essential.** Every item should earn its place. Cut aggressively.
- **Try a different template.** Some templates are more space-efficient than others.
### The preview looks different from the PDF
The PDF export matches the preview exactly. If they appear different, try:
- Refreshing the page
- Checking that all fonts have loaded
- Ensuring your browser zoom is at 100%
### I made the font too small and now it's hard to read
Resume fonts should stay between 9pt and 12pt for body text. If you've gone below 9pt to fit content, you're trying to include too much. Go back to step 1 and cut more content instead.
Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ 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/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: 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."
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr "Die Zwei-Faktor-Authentifizierung wird deaktiviert..."
msgid "Disconnect"
msgstr "Trennen"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr "Dokumentation"
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>"
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr "An Reactive Resume spenden"
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr "Mehr erfahren"
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr "Leer lassen, um den Titel auf den Original zurückzusetzen."
@@ -1603,7 +1603,7 @@ msgstr "Seite"
msgid "Page {0}"
msgstr "Seite {0}"
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "Seite {pageNumber} von {totalNumberOfPages}"
@@ -1825,8 +1825,8 @@ msgstr "Umbenennen"
msgid "Report a Bug"
msgstr "Fehler melden"
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr "Etwas ist schiefgelaufen. Bitte versuchen Sie es erneut."
msgid "Sort by"
msgstr "Sortieren nach"
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr "Quellcode"
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr "Sponsoren"
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr "Statistiken"
msgid "Strike"
msgstr "Durchgestrichen"
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr "Zusammenfassung"
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr "Das eingegebene Passwort ist falsch"
@@ -2313,8 +2325,7 @@ msgstr "Um Ihr Konto zu löschen, müssen Sie den Bestätigungstext eingeben und
msgid "Track your resume's views and downloads"
msgstr "Verfolgen Sie die Aufrufe und Downloads Ihres Lebenslaufs"
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr "Übersetzungen"
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+29 -18
View File
@@ -491,6 +491,10 @@ 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/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr "Changelog"
#: 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."
@@ -566,10 +570,6 @@ msgstr "Continue where you left off"
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr "Contributing"
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
@@ -828,9 +828,9 @@ msgstr "Disabling two-factor authentication..."
msgid "Disconnect"
msgstr "Disconnect"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
msgstr "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr "Discord"
#: src/routes/_home/-sections/footer.tsx:28
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:40
@@ -841,10 +841,6 @@ msgstr "Documentation"
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>"
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr "Donate"
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr "Donate to Reactive Resume"
@@ -1366,6 +1362,10 @@ msgstr "Layout"
msgid "Learn More"
msgstr "Learn More"
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr "Learn more about how to fit content on a page"
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr "Leave empty to reset the title to the original."
@@ -1598,7 +1598,7 @@ msgstr "Page"
msgid "Page {0}"
msgstr "Page {0}"
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "Page {pageNumber} of {totalNumberOfPages}"
@@ -1820,9 +1820,9 @@ msgstr "Rename"
msgid "Report a Bug"
msgstr "Report a Bug"
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
msgstr "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr "Report an issue"
#: src/routes/dashboard/settings/profile.tsx:202
msgid "Resend verification email"
@@ -2076,7 +2076,7 @@ msgstr "Something went wrong. Please try again."
msgid "Sort by"
msgstr "Sort by"
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr "Source Code"
@@ -2097,6 +2097,10 @@ msgstr "Spanish"
msgid "Sponsors"
msgstr "Sponsors"
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr "Sponsorships"
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2127,6 +2131,10 @@ msgstr "Statistics"
msgid "Strike"
msgstr "Strike"
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr "Subreddit"
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr "Summary"
@@ -2211,6 +2219,10 @@ msgstr "The API key will no longer be able to access your data after deletion. T
msgid "The command you're looking for doesn't exist."
msgstr "The command you're looking for doesn't exist."
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr "The password you entered is incorrect"
@@ -2308,8 +2320,7 @@ msgstr "To delete your account, you need to enter the confirmation text and clic
msgid "Track your resume's views and downloads"
msgstr "Track your resume's views and downloads"
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr "Translations"
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+29 -18
View File
@@ -496,6 +496,10 @@ 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/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: 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."
@@ -571,10 +575,6 @@ msgstr "Continuez là où vous vous êtes arrêté"
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr "Reprenez là où vous vous étiez arrêté en important un CV que vous avez créé à l'aide de Reactive Resume ou d'un autre outil de création de CV. Les formats pris en charge sont les suivants : PDF, Microsoft Word, ainsi que les fichiers JSON de Reactive Resume."
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr "Contribution"
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr "Les contributions financent les corrections de bogues, les mises à jour de sécurité et les améliorations continues pour assurer le bon fonctionnement de l'application."
@@ -833,9 +833,9 @@ msgstr "Désactivation de l'authentification à deux facteurs..."
msgid "Disconnect"
msgstr "Déconnecter"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
msgstr "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:40
@@ -846,10 +846,6 @@ msgstr "Documentation"
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>"
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr "Faire un don"
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr "Faire un don à Reactive Resume"
@@ -1371,6 +1367,10 @@ msgstr "Mise en page"
msgid "Learn More"
msgstr "En savoir plus"
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr "Laissez le champ vide pour rétablir le titre d'origine."
@@ -1603,7 +1603,7 @@ msgstr "Page"
msgid "Page {0}"
msgstr "Page {0}"
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "Page {pageNumber} sur {totalNumberOfPages}"
@@ -1825,9 +1825,9 @@ msgstr "Renommer"
msgid "Report a Bug"
msgstr "Signaler un bug"
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
msgstr "Signaler un problème"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
msgid "Resend verification email"
@@ -2081,7 +2081,7 @@ msgstr "Une erreur s'est produite. Veuillez réessayer."
msgid "Sort by"
msgstr "Trier par"
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr "Code source"
@@ -2102,6 +2102,10 @@ msgstr "Espagnol"
msgid "Sponsors"
msgstr "Sponsors"
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr "Statistiques"
msgid "Strike"
msgstr "Barré"
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr "Résumé"
@@ -2216,6 +2224,10 @@ msgstr "La clé API ne pourra plus accéder à vos données après la suppressio
msgid "The command you're looking for doesn't exist."
msgstr "La commande que vous recherchez n'existe pas."
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr "Le mot de passe saisi est incorrect"
@@ -2313,8 +2325,7 @@ msgstr "Pour supprimer votre compte, vous devez saisir le texte de confirmation
msgid "Track your resume's views and downloads"
msgstr "Suivez les consultations et les téléchargements de votre CV"
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr "Traductions"
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -496,6 +496,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -571,10 +575,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -833,8 +833,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -846,10 +846,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1371,6 +1367,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1603,7 +1603,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1825,8 +1825,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2081,7 +2081,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2102,6 +2102,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2132,6 +2136,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2216,6 +2224,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2313,8 +2325,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+27 -16
View File
@@ -491,6 +491,10 @@ msgstr ""
msgid "Changed your mind? Rename your resume to something more descriptive."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Changelog"
msgstr ""
#: src/routes/auth/forgot-password.tsx:111
msgid "Check your email for a link to reset your password."
msgstr ""
@@ -566,10 +570,6 @@ msgstr ""
msgid "Continue where you left off by importing an existing resume you created using Reactive Resume or any another resume builder. Supported formats include PDF, Microsoft Word, as well as JSON files from Reactive Resume."
msgstr ""
#: src/routes/_home/-sections/footer.tsx:38
msgid "Contributing"
msgstr ""
#: src/routes/_home/-sections/donate.tsx:188
msgid "Contributions fund bug fixes, security updates, and continuous improvements to keep the app running smoothly."
msgstr ""
@@ -828,8 +828,8 @@ msgstr ""
msgid "Disconnect"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:35
msgid "Discussions"
#: src/routes/_home/-sections/footer.tsx:38
msgid "Discord"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:28
@@ -841,10 +841,6 @@ msgstr ""
msgid "Don't have an account? <0><1>Create one now <2/></1></0>"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:31
msgid "Donate"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:31
msgid "Donate to Reactive Resume"
msgstr ""
@@ -1366,6 +1362,10 @@ msgstr ""
msgid "Learn More"
msgstr ""
#: src/components/resume/preview.tsx:179
msgid "Learn more about how to fit content on a page"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:63
msgid "Leave empty to reset the title to the original."
msgstr ""
@@ -1598,7 +1598,7 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: src/components/resume/preview.tsx:113
#: src/components/resume/preview.tsx:152
msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr ""
@@ -1820,8 +1820,8 @@ msgstr ""
msgid "Report a Bug"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:36
msgid "Report an Issue"
#: src/routes/_home/-sections/footer.tsx:35
msgid "Report an issue"
msgstr ""
#: src/routes/dashboard/settings/profile.tsx:202
@@ -2076,7 +2076,7 @@ msgstr ""
msgid "Sort by"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:46
msgid "Source Code"
msgstr ""
@@ -2097,6 +2097,10 @@ msgstr ""
msgid "Sponsors"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:29
msgid "Sponsorships"
msgstr ""
#: src/components/level/combobox.tsx:16
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx:233
msgid "Square"
@@ -2127,6 +2131,10 @@ msgstr ""
msgid "Strike"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:37
msgid "Subreddit"
msgstr ""
#: src/utils/resume/section.tsx:92
msgid "Summary"
msgstr ""
@@ -2211,6 +2219,10 @@ msgstr ""
msgid "The command you're looking for doesn't exist."
msgstr ""
#: src/components/resume/preview.tsx:174
msgid "The content is too tall for this page, this may cause undesirable results when exporting to PDF."
msgstr ""
#: src/routes/auth/resume-password.tsx:75
msgid "The password you entered is incorrect"
msgstr ""
@@ -2308,8 +2320,7 @@ msgstr ""
msgid "Track your resume's views and downloads"
msgstr ""
#: src/routes/_home/-sections/footer.tsx:30
#: src/routes/_home/-sections/footer.tsx:37
#: src/routes/_home/-sections/footer.tsx:36
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx:58
msgid "Translations"
msgstr ""
+5 -5
View File
@@ -1,7 +1,7 @@
{
"name": "reactive-resume",
"description": "Reactive Resume is a free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.",
"version": "5.0.1",
"version": "5.0.2",
"license": "MIT",
"type": "module",
"packageManager": "pnpm@10.28.1+sha512.7d7dbbca9e99447b7c3bf7a73286afaaf6be99251eb9498baefa7d406892f67b879adb3a1d7e687fc4ccc1a388c7175fbaae567a26ab44d1067b54fcb0d6a316",
@@ -56,10 +56,10 @@
"@sindresorhus/slugify": "^3.0.0",
"@t3-oss/env-core": "^0.13.10",
"@tanstack/react-query": "5.90.20",
"@tanstack/react-router": "^1.157.3",
"@tanstack/react-router-ssr-query": "^1.157.3",
"@tanstack/react-start": "^1.157.3",
"@tanstack/zod-adapter": "^1.157.3",
"@tanstack/react-router": "^1.157.4",
"@tanstack/react-router-ssr-query": "^1.157.4",
"@tanstack/react-start": "^1.157.4",
"@tanstack/zod-adapter": "^1.157.4",
"@tiptap/extension-highlight": "^3.17.1",
"@tiptap/extension-table": "^3.17.1",
"@tiptap/extension-text-align": "^3.17.1",
+90 -90
View File
@@ -28,7 +28,7 @@ importers:
version: 1.5.0-beta.9(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.2.0(zod@4.3.6))(jose@6.1.3)(kysely@0.28.10)(nanostores@1.1.0)
'@better-auth/passkey':
specifier: 1.5.0-beta.9
version: 1.5.0-beta.9(b000fc090451254d7125fc3f21aebbcf)
version: 1.5.0-beta.9(e058ba46cbbdd399ab1a0ec5d62ca0a5)
'@dnd-kit/core':
specifier: ^6.3.1
version: 6.3.1(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
@@ -87,17 +87,17 @@ importers:
specifier: 5.90.20
version: 5.90.20(react@19.2.3)
'@tanstack/react-router':
specifier: ^1.157.3
version: 1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
specifier: ^1.157.4
version: 1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/react-router-ssr-query':
specifier: ^1.157.3
version: 1.157.3(@tanstack/query-core@5.90.20)(@tanstack/react-query@5.90.20(react@19.2.3))(@tanstack/react-router@1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(@tanstack/router-core@1.157.3)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
specifier: ^1.157.4
version: 1.157.4(@tanstack/query-core@5.90.20)(@tanstack/react-query@5.90.20(react@19.2.3))(@tanstack/react-router@1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(@tanstack/router-core@1.157.4)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/react-start':
specifier: ^1.157.3
version: 1.157.3(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))
specifier: ^1.157.4
version: 1.157.4(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))
'@tanstack/zod-adapter':
specifier: ^1.157.3
version: 1.157.3(@tanstack/react-router@1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(zod@4.3.6)
specifier: ^1.157.4
version: 1.157.4(@tanstack/react-router@1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(zod@4.3.6)
'@tiptap/extension-highlight':
specifier: ^3.17.1
version: 3.17.1(@tiptap/core@3.17.1(@tiptap/pm@3.17.1))
@@ -127,7 +127,7 @@ importers:
version: 6.0.0
better-auth:
specifier: 1.5.0-beta.9
version: 1.5.0-beta.9(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@tanstack/react-start@1.157.3(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)))(drizzle-kit@1.0.0-beta.9-e89174b)(drizzle-orm@1.0.0-beta.9-e89174b(@electric-sql/pglite@0.3.2)(@opentelemetry/api@1.9.0)(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@types/mssql@9.1.9)(@types/pg@8.16.0)(mssql@11.0.1)(mysql2@3.15.3)(pg@8.17.2)(postgres@3.4.7)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3)))(mongodb@7.0.0(socks@2.8.7))(mysql2@3.15.3)(pg@8.17.2)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
version: 1.5.0-beta.9(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@tanstack/react-start@1.157.4(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)))(drizzle-kit@1.0.0-beta.9-e89174b)(drizzle-orm@1.0.0-beta.9-e89174b(@electric-sql/pglite@0.3.2)(@opentelemetry/api@1.9.0)(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@types/mssql@9.1.9)(@types/pg@8.16.0)(mssql@11.0.1)(mysql2@3.15.3)(pg@8.17.2)(postgres@3.4.7)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3)))(mongodb@7.0.0(socks@2.8.7))(mysql2@3.15.3)(pg@8.17.2)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
class-variance-authority:
specifier: ^0.7.1
version: 0.7.1
@@ -3921,8 +3921,8 @@ packages:
peerDependencies:
react: ^18 || ^19
'@tanstack/react-router-ssr-query@1.157.3':
resolution: {integrity: sha512-UDAtI/SkOvgHzJdjO5AOClUS8EjLaPAaLrfPpgElrVr5rpcBaut0Zg0U1qaCYU8xNi5t4z0wjuBzLxvlxcQM4A==}
'@tanstack/react-router-ssr-query@1.157.4':
resolution: {integrity: sha512-+488H0nvQatgDDA9LYJEbTtmj+4uGoYxgBrECwgt7jV0+OorbQ+zMr1LBLvVhs3sD8rE1fKQZGFiZ7pGAL1UKw==}
engines: {node: '>=12'}
peerDependencies:
'@tanstack/query-core': '>=5.90.0'
@@ -3931,29 +3931,29 @@ packages:
react: '>=18.0.0 || >=19.0.0'
react-dom: '>=18.0.0 || >=19.0.0'
'@tanstack/react-router@1.157.3':
resolution: {integrity: sha512-nrshpAAtYRWnvJeTwItA8WwDr5oX5zOvxxcFEWIdsscLHkKsK9ED9byV4d8VfCRey+W02blBxsCKpppJfq2rnQ==}
'@tanstack/react-router@1.157.4':
resolution: {integrity: sha512-TCfefBpOJaPylsRgFPFdwoE2z303ILJupeoiNIZeSvioUhN/6Jg1o2lZh0mZOJ4QQwqdVQB28BnN+dijZ4VM9w==}
engines: {node: '>=12'}
peerDependencies:
react: '>=18.0.0 || >=19.0.0'
react-dom: '>=18.0.0 || >=19.0.0'
'@tanstack/react-start-client@1.157.3':
resolution: {integrity: sha512-2ntSP7uhqBl72tVLdaoEDjA2a0JT+8RXmJuKT9arpnSFMLev0N7KLRCyFBLRVxWI2vOyxd0CAHqxMQSDb9JS0g==}
'@tanstack/react-start-client@1.157.4':
resolution: {integrity: sha512-jKizLBrsHTjG/l7CH3AjnSG5Z6ttTnz6Mkm8UIv24hnq0gfBOAj3AKSfVYfQHe0r6qA6MFOTEDuvikklfDRcMA==}
engines: {node: '>=22.12.0'}
peerDependencies:
react: '>=18.0.0 || >=19.0.0'
react-dom: '>=18.0.0 || >=19.0.0'
'@tanstack/react-start-server@1.157.3':
resolution: {integrity: sha512-o1qF9rB067phPPV8j5/2DxDLfpaiFCJRwaz+Mm/jmG8AgAVNbWHF1jfyunvzdFyDa9eoOUO0VM/SObtafJ1fHg==}
'@tanstack/react-start-server@1.157.4':
resolution: {integrity: sha512-K/SfQIhD7GSE25rXk4GKdP0xWxgme9tSYxG9Cc7Gb1BRxote6xAItoYumrD+8QXfpFOGBrpYwrgvlfUc9w5NsQ==}
engines: {node: '>=22.12.0'}
peerDependencies:
react: '>=18.0.0 || >=19.0.0'
react-dom: '>=18.0.0 || >=19.0.0'
'@tanstack/react-start@1.157.3':
resolution: {integrity: sha512-peIm5nAKr8/M3BCW3qf75Py4w2otP50QC1DN16a+6dXAAP1sqZeTQ0HfnRrru76HI5MaXU0cVbckeCglQ0Odtg==}
'@tanstack/react-start@1.157.4':
resolution: {integrity: sha512-MUQBnNaJE5DFa1dZ9V8n12xAq5BU4XoRuXd2/wcxXuiRI3av04iWCO+wWPYR64AxUCDtZZmUSVIBqZ1PBzPNzg==}
engines: {node: '>=22.12.0'}
peerDependencies:
react: '>=18.0.0 || >=19.0.0'
@@ -3966,20 +3966,20 @@ packages:
react: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0
'@tanstack/router-core@1.157.3':
resolution: {integrity: sha512-r2KY/UWC4Ocxx05G7b/tLNQ7ZGX7URvA5H5P1cNbkFmi77VbOgtbW0sfz9/+9Dyh6aqHVK/Bx5kuR5jojNvrHQ==}
'@tanstack/router-core@1.157.4':
resolution: {integrity: sha512-hoFTp19e65/jItOjDNnEubwtb2kFDBHu7WRJTxklisSqKOVjRv3NvT4azZNXa0qlIkWmldzLlzhOsE1y9KQT2A==}
engines: {node: '>=12'}
'@tanstack/router-generator@1.157.3':
resolution: {integrity: sha512-Ajs22Th2se4tZ5rQCsFCwtKpEkWgVYPnEwp9zoSf41NMaT6LS03P3oZ5hRJPAWT5g3ClogLvHSToKiHfdv+UBw==}
'@tanstack/router-generator@1.157.4':
resolution: {integrity: sha512-1CxGxDQHr5Cmciuog6kJCtp0AFHs8vd39FqVPi3caySFbZM7Q5X5EyBg5XDq44OlHs3deev21LyKyixNMg10MA==}
engines: {node: '>=12'}
'@tanstack/router-plugin@1.157.3':
resolution: {integrity: sha512-F2qWwL7ok507FSDkjP6/pKJyQZMy4cS6iXvSW3Y6sz+XoZZ2r7We6md9/DVwVqggOwNBAwWt2AxeIKgipSg4YA==}
'@tanstack/router-plugin@1.157.4':
resolution: {integrity: sha512-yyRcoAkamfZYIKB3zna4a8LIabUC1zvEstqozx98UXLy1ZI1PIJJoLMIg3j8euoCAyOA0HT0QH1mXQj+1FXO9Q==}
engines: {node: '>=12'}
peerDependencies:
'@rsbuild/core': '>=1.0.2'
'@tanstack/react-router': ^1.157.3
'@tanstack/react-router': ^1.157.4
vite: '>=5.0.0 || >=6.0.0 || >=7.0.0'
vite-plugin-solid: ^2.11.10
webpack: '>=5.92.0'
@@ -3995,8 +3995,8 @@ packages:
webpack:
optional: true
'@tanstack/router-ssr-query-core@1.157.3':
resolution: {integrity: sha512-DXai4QcjdoCNR+qxpRjcntfAhyCQI4S6+EXHo87G9HGIcKxe3gbOLK8vUffAiJZVfNNedIanCE3sFRi9QEoLcw==}
'@tanstack/router-ssr-query-core@1.157.4':
resolution: {integrity: sha512-bHdntHDE01zpWxx3TrQDBX8WeL4uoG0xwTwshPqV6fAYBUcaN33vwH1vZfmboT5x9R/+rhyDaJXe1diO4/au7Q==}
engines: {node: '>=12'}
peerDependencies:
'@tanstack/query-core': '>=5.90.0'
@@ -4006,26 +4006,26 @@ packages:
resolution: {integrity: sha512-61bGx32tMKuEpVRseu2sh1KQe8CfB7793Mch/kyQt0EP3tD7X0sXmimCl3truRiDGUtI0CaSoQV1NPjAII1RBA==}
engines: {node: '>=12'}
'@tanstack/start-client-core@1.157.3':
resolution: {integrity: sha512-5VMZJBkt60mRzKP6gdfLA0ieKzaFYanyKExcsT+WAJrvF3x+Zc9i0OfiyS76rYPu9IFvn0TWqN563T8yHVS9rA==}
'@tanstack/start-client-core@1.157.4':
resolution: {integrity: sha512-nn1aFtbhNudTWS+WNDfjAaBijzDJGiw9AvVodKczZokvplFFEdASisfxq9KKlXuIdxrGLyL5WGCFbtWHn5pFWQ==}
engines: {node: '>=22.12.0'}
'@tanstack/start-fn-stubs@1.154.7':
resolution: {integrity: sha512-D69B78L6pcFN5X5PHaydv7CScQcKLzJeEYqs7jpuyyqGQHSUIZUjS955j+Sir8cHhuDIovCe2LmsYHeZfWf3dQ==}
engines: {node: '>=22.12.0'}
'@tanstack/start-plugin-core@1.157.3':
resolution: {integrity: sha512-zFVlGJRb6rwxP1X9wXBagj36sWBjxFGz5qtz5dBc7xNlb8l0VeUmHbYkskAaks8wR5gJVQ2AyYa4adjtbmYWgA==}
'@tanstack/start-plugin-core@1.157.4':
resolution: {integrity: sha512-kF2IfULUlios9i5fNUq7nR5JqjSNa4dhC12WmMA1b7X5W/9qadCpWcNAX8tl/4es3JQBQh39ZPxemX3sRqKJ3w==}
engines: {node: '>=22.12.0'}
peerDependencies:
vite: '>=7.0.0'
'@tanstack/start-server-core@1.157.3':
resolution: {integrity: sha512-mGjb8xZkXylYX4wbbx5hPQfO2BTpPeRyAoYoyR11sHPJVZBCPxaZxS6UBDagNXzp6e85xpwrVYWzvlX8+//tuQ==}
'@tanstack/start-server-core@1.157.4':
resolution: {integrity: sha512-uL/l+plY/WICzjaTW1s/0Tv1dp0ZSAcfHbVwQh7tz0mE90ZaJS1D4SNL4XZFPEJhllSgsAykU+NBKWSNGj3iAQ==}
engines: {node: '>=22.12.0'}
'@tanstack/start-storage-context@1.157.3':
resolution: {integrity: sha512-QVG6kHBajMwihYuubqXXtPMu2TQ91npQPQK3wauXo8OnoU8aTPAAZEmUmGGPRVc7c9vhT2UoijKic4dGaLsRqg==}
'@tanstack/start-storage-context@1.157.4':
resolution: {integrity: sha512-VR9JpR5QAHy4PZ4gHeLa6guEdZmfZSXxff1CPXLt0xiTkYhccsjfFKxQFeTfpOQ9nsECEyJb8PGmGynLTPEb7w==}
engines: {node: '>=22.12.0'}
'@tanstack/store@0.8.0':
@@ -4035,8 +4035,8 @@ packages:
resolution: {integrity: sha512-cHHDnewHozgjpI+MIVp9tcib6lYEQK5MyUr0ChHpHFGBl8Xei55rohFK0I0ve/GKoHeioaK42Smd8OixPp6CTg==}
engines: {node: '>=12'}
'@tanstack/zod-adapter@1.157.3':
resolution: {integrity: sha512-Np+1DOyB24U0cOxy+dU7zcJnC+75xolgaSLPUyJOB5ind42kiK04xXyQqgWM293BhpIjp4z2ZX9At7bNO/qXtQ==}
'@tanstack/zod-adapter@1.157.4':
resolution: {integrity: sha512-M6rXaxf7wBLwlJfwbnCIUPIN34uOnShnMKr9xNw8GBxJ32OfRYaMAFQphM9ioNy/ybhGqALUw4KFSmEaCckjjQ==}
engines: {node: '>=12'}
peerDependencies:
'@tanstack/react-router': '>=1.43.2'
@@ -9972,14 +9972,14 @@ snapshots:
'@better-auth/utils': 0.3.0
mongodb: 7.0.0(socks@2.8.7)
'@better-auth/passkey@1.5.0-beta.9(b000fc090451254d7125fc3f21aebbcf)':
'@better-auth/passkey@1.5.0-beta.9(e058ba46cbbdd399ab1a0ec5d62ca0a5)':
dependencies:
'@better-auth/core': 1.5.0-beta.9(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.2.0(zod@4.3.6))(jose@6.1.3)(kysely@0.28.10)(nanostores@1.1.0)
'@better-auth/utils': 0.3.0
'@better-fetch/fetch': 1.1.21
'@simplewebauthn/browser': 13.2.2
'@simplewebauthn/server': 13.2.2
better-auth: 1.5.0-beta.9(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@tanstack/react-start@1.157.3(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)))(drizzle-kit@1.0.0-beta.9-e89174b)(drizzle-orm@1.0.0-beta.9-e89174b(@electric-sql/pglite@0.3.2)(@opentelemetry/api@1.9.0)(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@types/mssql@9.1.9)(@types/pg@8.16.0)(mssql@11.0.1)(mysql2@3.15.3)(pg@8.17.2)(postgres@3.4.7)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3)))(mongodb@7.0.0(socks@2.8.7))(mysql2@3.15.3)(pg@8.17.2)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
better-auth: 1.5.0-beta.9(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@tanstack/react-start@1.157.4(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)))(drizzle-kit@1.0.0-beta.9-e89174b)(drizzle-orm@1.0.0-beta.9-e89174b(@electric-sql/pglite@0.3.2)(@opentelemetry/api@1.9.0)(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@types/mssql@9.1.9)(@types/pg@8.16.0)(mssql@11.0.1)(mysql2@3.15.3)(pg@8.17.2)(postgres@3.4.7)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3)))(mongodb@7.0.0(socks@2.8.7))(mysql2@3.15.3)(pg@8.17.2)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
better-call: 1.2.0(zod@4.3.6)
nanostores: 1.1.0
zod: 4.3.6
@@ -12647,59 +12647,59 @@ snapshots:
'@tanstack/query-core': 5.90.20
react: 19.2.3
'@tanstack/react-router-ssr-query@1.157.3(@tanstack/query-core@5.90.20)(@tanstack/react-query@5.90.20(react@19.2.3))(@tanstack/react-router@1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(@tanstack/router-core@1.157.3)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
'@tanstack/react-router-ssr-query@1.157.4(@tanstack/query-core@5.90.20)(@tanstack/react-query@5.90.20(react@19.2.3))(@tanstack/react-router@1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(@tanstack/router-core@1.157.4)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@tanstack/query-core': 5.90.20
'@tanstack/react-query': 5.90.20(react@19.2.3)
'@tanstack/react-router': 1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/router-ssr-query-core': 1.157.3(@tanstack/query-core@5.90.20)(@tanstack/router-core@1.157.3)
'@tanstack/react-router': 1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/router-ssr-query-core': 1.157.4(@tanstack/query-core@5.90.20)(@tanstack/router-core@1.157.4)
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
transitivePeerDependencies:
- '@tanstack/router-core'
'@tanstack/react-router@1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
'@tanstack/react-router@1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@tanstack/history': 1.154.14
'@tanstack/react-store': 0.8.0(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/router-core': 1.157.3
'@tanstack/router-core': 1.157.4
isbot: 5.1.33
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
tiny-invariant: 1.3.3
tiny-warning: 1.0.3
'@tanstack/react-start-client@1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
'@tanstack/react-start-client@1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@tanstack/react-router': 1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/router-core': 1.157.3
'@tanstack/start-client-core': 1.157.3
'@tanstack/react-router': 1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/router-core': 1.157.4
'@tanstack/start-client-core': 1.157.4
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
tiny-invariant: 1.3.3
tiny-warning: 1.0.3
'@tanstack/react-start-server@1.157.3(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
'@tanstack/react-start-server@1.157.4(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)':
dependencies:
'@tanstack/history': 1.154.14
'@tanstack/react-router': 1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/router-core': 1.157.3
'@tanstack/start-client-core': 1.157.3
'@tanstack/start-server-core': 1.157.3(crossws@0.4.3(srvx@0.10.1))
'@tanstack/react-router': 1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/router-core': 1.157.4
'@tanstack/start-client-core': 1.157.4
'@tanstack/start-server-core': 1.157.4(crossws@0.4.3(srvx@0.10.1))
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
transitivePeerDependencies:
- crossws
'@tanstack/react-start@1.157.3(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))':
'@tanstack/react-start@1.157.4(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))':
dependencies:
'@tanstack/react-router': 1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/react-start-client': 1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/react-start-server': 1.157.3(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/react-router': 1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/react-start-client': 1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/react-start-server': 1.157.4(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/router-utils': 1.154.7
'@tanstack/start-client-core': 1.157.3
'@tanstack/start-plugin-core': 1.157.3(@tanstack/react-router@1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(crossws@0.4.3(srvx@0.10.1))(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))
'@tanstack/start-server-core': 1.157.3(crossws@0.4.3(srvx@0.10.1))
'@tanstack/start-client-core': 1.157.4
'@tanstack/start-plugin-core': 1.157.4(@tanstack/react-router@1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(crossws@0.4.3(srvx@0.10.1))(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))
'@tanstack/start-server-core': 1.157.4(crossws@0.4.3(srvx@0.10.1))
pathe: 2.0.3
react: 19.2.3
react-dom: 19.2.3(react@19.2.3)
@@ -12718,7 +12718,7 @@ snapshots:
react-dom: 19.2.3(react@19.2.3)
use-sync-external-store: 1.6.0(react@19.2.3)
'@tanstack/router-core@1.157.3':
'@tanstack/router-core@1.157.4':
dependencies:
'@tanstack/history': 1.154.14
'@tanstack/store': 0.8.0
@@ -12728,9 +12728,9 @@ snapshots:
tiny-invariant: 1.3.3
tiny-warning: 1.0.3
'@tanstack/router-generator@1.157.3':
'@tanstack/router-generator@1.157.4':
dependencies:
'@tanstack/router-core': 1.157.3
'@tanstack/router-core': 1.157.4
'@tanstack/router-utils': 1.154.7
'@tanstack/virtual-file-routes': 1.154.7
prettier: 3.8.0
@@ -12741,7 +12741,7 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@tanstack/router-plugin@1.157.3(@tanstack/react-router@1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))':
'@tanstack/router-plugin@1.157.4(@tanstack/react-router@1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))':
dependencies:
'@babel/core': 7.28.6
'@babel/plugin-syntax-jsx': 7.28.6(@babel/core@7.28.6)
@@ -12749,8 +12749,8 @@ snapshots:
'@babel/template': 7.28.6
'@babel/traverse': 7.28.6
'@babel/types': 7.28.6
'@tanstack/router-core': 1.157.3
'@tanstack/router-generator': 1.157.3
'@tanstack/router-core': 1.157.4
'@tanstack/router-generator': 1.157.4
'@tanstack/router-utils': 1.154.7
'@tanstack/virtual-file-routes': 1.154.7
babel-dead-code-elimination: 1.0.12
@@ -12758,15 +12758,15 @@ snapshots:
unplugin: 2.3.11
zod: 3.25.76
optionalDependencies:
'@tanstack/react-router': 1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/react-router': 1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
vite: rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)
transitivePeerDependencies:
- supports-color
'@tanstack/router-ssr-query-core@1.157.3(@tanstack/query-core@5.90.20)(@tanstack/router-core@1.157.3)':
'@tanstack/router-ssr-query-core@1.157.4(@tanstack/query-core@5.90.20)(@tanstack/router-core@1.157.4)':
dependencies:
'@tanstack/query-core': 5.90.20
'@tanstack/router-core': 1.157.3
'@tanstack/router-core': 1.157.4
'@tanstack/router-utils@1.154.7':
dependencies:
@@ -12780,29 +12780,29 @@ snapshots:
transitivePeerDependencies:
- supports-color
'@tanstack/start-client-core@1.157.3':
'@tanstack/start-client-core@1.157.4':
dependencies:
'@tanstack/router-core': 1.157.3
'@tanstack/router-core': 1.157.4
'@tanstack/start-fn-stubs': 1.154.7
'@tanstack/start-storage-context': 1.157.3
'@tanstack/start-storage-context': 1.157.4
seroval: 1.4.2
tiny-invariant: 1.3.3
tiny-warning: 1.0.3
'@tanstack/start-fn-stubs@1.154.7': {}
'@tanstack/start-plugin-core@1.157.3(@tanstack/react-router@1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(crossws@0.4.3(srvx@0.10.1))(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))':
'@tanstack/start-plugin-core@1.157.4(@tanstack/react-router@1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(crossws@0.4.3(srvx@0.10.1))(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))':
dependencies:
'@babel/code-frame': 7.27.1
'@babel/core': 7.28.6
'@babel/types': 7.28.6
'@rolldown/pluginutils': 1.0.0-beta.40
'@tanstack/router-core': 1.157.3
'@tanstack/router-generator': 1.157.3
'@tanstack/router-plugin': 1.157.3(@tanstack/react-router@1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))
'@tanstack/router-core': 1.157.4
'@tanstack/router-generator': 1.157.4
'@tanstack/router-plugin': 1.157.4(@tanstack/react-router@1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))
'@tanstack/router-utils': 1.154.7
'@tanstack/start-client-core': 1.157.3
'@tanstack/start-server-core': 1.157.3(crossws@0.4.3(srvx@0.10.1))
'@tanstack/start-client-core': 1.157.4
'@tanstack/start-server-core': 1.157.4(crossws@0.4.3(srvx@0.10.1))
babel-dead-code-elimination: 1.0.12
cheerio: 1.1.2
exsolve: 1.0.8
@@ -12822,29 +12822,29 @@ snapshots:
- vite-plugin-solid
- webpack
'@tanstack/start-server-core@1.157.3(crossws@0.4.3(srvx@0.10.1))':
'@tanstack/start-server-core@1.157.4(crossws@0.4.3(srvx@0.10.1))':
dependencies:
'@tanstack/history': 1.154.14
'@tanstack/router-core': 1.157.3
'@tanstack/start-client-core': 1.157.3
'@tanstack/start-storage-context': 1.157.3
'@tanstack/router-core': 1.157.4
'@tanstack/start-client-core': 1.157.4
'@tanstack/start-storage-context': 1.157.4
h3-v2: h3@2.0.1-rc.11(crossws@0.4.3(srvx@0.10.1))
seroval: 1.4.2
tiny-invariant: 1.3.3
transitivePeerDependencies:
- crossws
'@tanstack/start-storage-context@1.157.3':
'@tanstack/start-storage-context@1.157.4':
dependencies:
'@tanstack/router-core': 1.157.3
'@tanstack/router-core': 1.157.4
'@tanstack/store@0.8.0': {}
'@tanstack/virtual-file-routes@1.154.7': {}
'@tanstack/zod-adapter@1.157.3(@tanstack/react-router@1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(zod@4.3.6)':
'@tanstack/zod-adapter@1.157.4(@tanstack/react-router@1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3))(zod@4.3.6)':
dependencies:
'@tanstack/react-router': 1.157.3(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
'@tanstack/react-router': 1.157.4(react-dom@19.2.3(react@19.2.3))(react@19.2.3)
zod: 4.3.6
'@tediousjs/connection-string@0.5.0': {}
@@ -13390,7 +13390,7 @@ snapshots:
node-addon-api: 8.5.0
node-gyp-build: 4.8.4
better-auth@1.5.0-beta.9(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@tanstack/react-start@1.157.3(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)))(drizzle-kit@1.0.0-beta.9-e89174b)(drizzle-orm@1.0.0-beta.9-e89174b(@electric-sql/pglite@0.3.2)(@opentelemetry/api@1.9.0)(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@types/mssql@9.1.9)(@types/pg@8.16.0)(mssql@11.0.1)(mysql2@3.15.3)(pg@8.17.2)(postgres@3.4.7)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3)))(mongodb@7.0.0(socks@2.8.7))(mysql2@3.15.3)(pg@8.17.2)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3):
better-auth@1.5.0-beta.9(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@tanstack/react-start@1.157.4(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0)))(drizzle-kit@1.0.0-beta.9-e89174b)(drizzle-orm@1.0.0-beta.9-e89174b(@electric-sql/pglite@0.3.2)(@opentelemetry/api@1.9.0)(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@types/mssql@9.1.9)(@types/pg@8.16.0)(mssql@11.0.1)(mysql2@3.15.3)(pg@8.17.2)(postgres@3.4.7)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3)))(mongodb@7.0.0(socks@2.8.7))(mysql2@3.15.3)(pg@8.17.2)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(react-dom@19.2.3(react@19.2.3))(react@19.2.3):
dependencies:
'@better-auth/core': 1.5.0-beta.9(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.2.0(zod@4.3.6))(jose@6.1.3)(kysely@0.28.10)(nanostores@1.1.0)
'@better-auth/drizzle-adapter': 1.5.0-beta.9(@better-auth/core@1.5.0-beta.9(@better-auth/utils@0.3.0)(@better-fetch/fetch@1.1.21)(better-call@1.2.0(zod@4.3.6))(jose@6.1.3)(kysely@0.28.10)(nanostores@1.1.0))(@better-auth/utils@0.3.0)(drizzle-orm@1.0.0-beta.9-e89174b(@electric-sql/pglite@0.3.2)(@opentelemetry/api@1.9.0)(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@types/mssql@9.1.9)(@types/pg@8.16.0)(mssql@11.0.1)(mysql2@3.15.3)(pg@8.17.2)(postgres@3.4.7)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3)))
@@ -13411,7 +13411,7 @@ snapshots:
zod: 4.3.6
optionalDependencies:
'@prisma/client': 7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3)
'@tanstack/react-start': 1.157.3(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))
'@tanstack/react-start': 1.157.4(crossws@0.4.3(srvx@0.10.1))(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(rolldown-vite@7.3.1(@types/node@25.0.10)(esbuild@0.27.2)(jiti@2.6.1)(terser@5.46.0)(tsx@4.21.0))
drizzle-kit: 1.0.0-beta.9-e89174b
drizzle-orm: 1.0.0-beta.9-e89174b(@electric-sql/pglite@0.3.2)(@opentelemetry/api@1.9.0)(@prisma/client@7.2.0(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))(typescript@5.9.3))(@types/mssql@9.1.9)(@types/pg@8.16.0)(mssql@11.0.1)(mysql2@3.15.3)(pg@8.17.2)(postgres@3.4.7)(prisma@7.2.0(@types/react@19.2.9)(react-dom@19.2.3(react@19.2.3))(react@19.2.3)(typescript@5.9.3))
mongodb: 7.0.0(socks@2.8.7)
+128
View File
@@ -0,0 +1,128 @@
---
name: Resume Builder
description: Generate professional resumes that conform to the Reactive Resume schema. Use when the user wants to create, build, or generate a resume through conversational AI, or asks about resume structure, sections, or content. This skill guides the agent to ask clarifying questions, avoid hallucination, and produce valid JSON output for https://rxresu.me.
---
# Resume Builder for Reactive Resume
Build professional resumes through conversational AI for [Reactive Resume](https://rxresu.me), a free and open-source resume builder.
## Core Principles
1. **Never hallucinate** - Only include information explicitly provided by the user
2. **Ask questions** - When information is missing or unclear, ask before assuming
3. **Be concise** - Use clear, direct language; avoid filler words
4. **Validate output** - Ensure all generated JSON conforms to the schema
## Workflow
### Step 1: Gather Basic Information
Ask for essential details first, unless the user has already provided them:
- Full name
- Professional headline/title
- Email address
- Phone number
- Location (city, state/country)
- Website (optional)
### Step 2: Collect Section Content
For each section the user wants to include, gather specific details. Never invent dates, company names, or achievements.
**Experience**: company, position, location, period (e.g., "Jan 2020 - Present"), description of responsibilities/achievements
**Education**: school, degree, area of study, grade (optional), location, period
**Skills**: name, proficiency level (Beginner/Intermediate/Advanced/Expert), keywords
**Projects**: name, period, website (optional), description
**Other sections**: languages, certifications, awards, publications, volunteer work, interests, references
### Step 3: Configure Layout and Design
Ask about preferences:
- Template preference (13 available: azurill, bronzor, chikorita, ditto, ditgar, gengar, glalie, kakuna, lapras, leafish, onyx, pikachu, rhyhorn)
- Page format: A4 or Letter
- Which sections to include and their order
### Step 4: Generate Valid JSON
Output must conform to the Reactive Resume schema. See [references/schema.md](references/schema.md) for the complete schema structure.
Key requirements:
- All item `id` fields must be valid UUIDs
- Description fields accept HTML-formatted strings
- Website fields require both `url` and `label` properties
- Colors use `rgba(r, g, b, a)` format
- Fonts must be available on Google Fonts
## Resume Writing Tips
Share these tips when helping users craft their resume content:
### Content Guidelines
- **Lead with impact**: Start bullet points with action verbs (Led, Developed, Increased, Managed)
- **Quantify achievements**: Use numbers when possible ("Increased sales by 25%", "Managed team of 8")
- **Tailor to the role**: Emphasize relevant experience for the target position
- **Be specific**: Replace vague terms with concrete examples
- **Keep it concise**: 1-2 pages maximum for most professionals
### Section Order Recommendations
For most professionals:
1. Summary (if experienced)
2. Experience
3. Education
4. Skills
5. Projects (if relevant)
6. Certifications/Awards
For students/recent graduates:
1. Education
2. Projects
3. Skills
4. Experience (if any)
5. Activities/Volunteer
### Common Mistakes to Avoid
- Including personal pronouns ("I", "my")
- Using passive voice
- Listing job duties instead of achievements
- Including irrelevant personal information
- Inconsistent date formatting
## Output Format
When generating the resume, output a complete JSON object that conforms to the Reactive Resume schema. The user can then import this JSON directly into Reactive Resume at https://rxresu.me.
Example minimal structure:
```json
{
"picture": { "hidden": true, "url": "", "size": 80, "rotation": 0, "aspectRatio": 1, "borderRadius": 0, "borderColor": "rgba(0, 0, 0, 0.5)", "borderWidth": 0, "shadowColor": "rgba(0, 0, 0, 0.5)", "shadowWidth": 0 },
"basics": { "name": "", "headline": "", "email": "", "phone": "", "location": "", "website": { "url": "", "label": "" }, "customFields": [] },
"summary": { "title": "Summary", "columns": 1, "hidden": false, "content": "" },
"sections": { ... },
"customSections": [],
"metadata": { "template": "onyx", "layout": { ... }, ... }
}
```
For the complete schema, see [references/schema.md](references/schema.md).
## Asking Good Questions
When information is missing, ask specific questions:
- "What was your job title at [Company]?"
- "What dates did you work there? (e.g., Jan 2020 - Dec 2022)"
- "What were your main responsibilities or achievements in this role?"
- "Do you have a specific target role or industry in mind?"
Avoid compound questions. Ask one thing at a time for clarity.
+365
View File
@@ -0,0 +1,365 @@
# Reactive Resume Schema Reference
The complete JSON Schema is available at: https://rxresu.me/schema.json
This reference provides key structural information for generating valid resume data.
## Top-Level Structure
```json
{
"picture": { ... },
"basics": { ... },
"summary": { ... },
"sections": { ... },
"customSections": [ ... ],
"metadata": { ... }
}
```
## Picture Configuration
```json
{
"hidden": false,
"url": "https://example.com/photo.jpg",
"size": 80,
"rotation": 0,
"aspectRatio": 1,
"borderRadius": 0,
"borderColor": "rgba(0, 0, 0, 0.5)",
"borderWidth": 0,
"shadowColor": "rgba(0, 0, 0, 0.5)",
"shadowWidth": 0
}
```
## Basics
```json
{
"name": "John Doe",
"headline": "Senior Software Engineer",
"email": "john@example.com",
"phone": "+1 (555) 123-4567",
"location": "San Francisco, CA",
"website": { "url": "https://johndoe.com", "label": "Portfolio" },
"customFields": []
}
```
## Summary
```json
{
"title": "Summary",
"columns": 1,
"hidden": false,
"content": "<p>HTML-formatted summary content here.</p>"
}
```
## Sections
All sections share a common structure:
```json
{
"title": "Section Title",
"columns": 1,
"hidden": false,
"items": [ ... ]
}
```
### Experience Items
```json
{
"id": "uuid-here",
"hidden": false,
"company": "Acme Corp",
"position": "Software Engineer",
"location": "San Francisco, CA",
"period": "Jan 2020 - Present",
"website": { "url": "https://acme.com", "label": "" },
"description": "<ul><li>Built scalable microservices</li><li>Led team of 5 engineers</li></ul>"
}
```
### Education Items
```json
{
"id": "uuid-here",
"hidden": false,
"school": "Stanford University",
"degree": "Bachelor of Science",
"area": "Computer Science",
"grade": "3.8 GPA",
"location": "Stanford, CA",
"period": "2012 - 2016",
"website": { "url": "", "label": "" },
"description": ""
}
```
### Skills Items
```json
{
"id": "uuid-here",
"hidden": false,
"icon": "",
"name": "JavaScript",
"proficiency": "Expert",
"level": 5,
"keywords": ["React", "Node.js", "TypeScript"]
}
```
Level: 0-5 (0 hides the visual indicator)
### Project Items
```json
{
"id": "uuid-here",
"hidden": false,
"name": "Open Source Project",
"period": "2023 - Present",
"website": { "url": "https://github.com/user/project", "label": "GitHub" },
"description": "<p>Description of the project and your contributions.</p>"
}
```
### Language Items
```json
{
"id": "uuid-here",
"hidden": false,
"language": "English",
"fluency": "Native",
"level": 5
}
```
Fluency examples: Native, Fluent, Conversational, Basic, or CEFR levels (A1-C2)
### Certification Items
```json
{
"id": "uuid-here",
"hidden": false,
"title": "AWS Solutions Architect",
"issuer": "Amazon Web Services",
"date": "March 2023",
"website": { "url": "https://aws.amazon.com/certification/", "label": "Verify" },
"description": ""
}
```
### Award Items
```json
{
"id": "uuid-here",
"hidden": false,
"title": "Employee of the Year",
"awarder": "Acme Corp",
"date": "2022",
"website": { "url": "", "label": "" },
"description": ""
}
```
### Publication Items
```json
{
"id": "uuid-here",
"hidden": false,
"title": "Research Paper Title",
"publisher": "IEEE",
"date": "2021",
"website": { "url": "https://doi.org/...", "label": "DOI" },
"description": ""
}
```
### Volunteer Items
```json
{
"id": "uuid-here",
"hidden": false,
"organization": "Local Food Bank",
"location": "San Francisco, CA",
"period": "2020 - Present",
"website": { "url": "", "label": "" },
"description": "<p>Volunteer activities and impact.</p>"
}
```
### Interest Items
```json
{
"id": "uuid-here",
"hidden": false,
"icon": "",
"name": "Photography",
"keywords": ["Landscape", "Portrait", "Street"]
}
```
### Reference Items
```json
{
"id": "uuid-here",
"hidden": false,
"name": "Jane Smith",
"position": "Engineering Manager at Acme Corp",
"website": { "url": "https://linkedin.com/in/janesmith", "label": "LinkedIn" },
"phone": "+1 (555) 987-6543",
"description": "<p>Optional testimonial or quote.</p>"
}
```
### Profile Items (Social Links)
```json
{
"id": "uuid-here",
"hidden": false,
"icon": "linkedin-logo",
"network": "LinkedIn",
"username": "johndoe",
"website": { "url": "https://linkedin.com/in/johndoe", "label": "" }
}
```
Icons use @phosphor-icons/web names. Common icons: `linkedin-logo`, `github-logo`, `twitter-logo`, `globe`
## Metadata
### Template Options
Available templates: `azurill`, `bronzor`, `chikorita`, `ditto`, `ditgar`, `gengar`, `glalie`, `kakuna`, `lapras`, `leafish`, `onyx`, `pikachu`, `rhyhorn`
### Layout Configuration
```json
{
"sidebarWidth": 35,
"pages": [
{
"fullWidth": false,
"main": ["profiles", "summary", "experience", "education", "projects"],
"sidebar": ["skills", "languages", "certifications", "interests"]
}
]
}
```
Section IDs for layout: `profiles`, `experience`, `education`, `projects`, `skills`, `languages`, `interests`, `awards`, `certifications`, `publications`, `volunteer`, `references`, `summary`
### Page Settings
```json
{
"gapX": 4,
"gapY": 6,
"marginX": 14,
"marginY": 12,
"format": "a4",
"locale": "en-US",
"hideIcons": false
}
```
Format options: `a4`, `letter`
### Design Settings
```json
{
"colors": {
"primary": "rgba(220, 38, 38, 1)",
"text": "rgba(0, 0, 0, 1)",
"background": "rgba(255, 255, 255, 1)"
},
"level": {
"icon": "star",
"type": "circle"
}
}
```
Level types: `hidden`, `circle`, `square`, `rectangle`, `rectangle-full`, `progress-bar`, `icon`
### Typography
```json
{
"body": {
"fontFamily": "IBM Plex Serif",
"fontWeights": ["400", "500"],
"fontSize": 10,
"lineHeight": 1.5
},
"heading": {
"fontFamily": "IBM Plex Serif",
"fontWeights": ["600"],
"fontSize": 14,
"lineHeight": 1.5
}
}
```
Font family must be available on Google Fonts. Font weights: 100-900.
### CSS Customization
```json
{
"enabled": false,
"value": ""
}
```
## Custom Sections
Custom sections extend the base section structure with additional fields:
```json
{
"id": "uuid-here",
"title": "Custom Section Title",
"columns": 1,
"hidden": false,
"type": "experience",
"items": [ ... ]
}
```
The `type` field determines the item schema. Valid types: `profiles`, `experience`, `education`, `projects`, `skills`, `languages`, `interests`, `awards`, `certifications`, `publications`, `volunteer`, `references`
## UUID Generation
All `id` fields require valid UUIDs version 7. If available, use 'v7()' from the 'uuid' package to generate a valid UUID. Otherwise, fallback to generating a valid UUID v4 using crypto.randomUUID() from 'node' or the equivalent.
## HTML Content
Fields marked as "HTML-formatted string" accept basic HTML:
- `<p>` for paragraphs
- `<ul><li>` for bullet lists
- `<ol><li>` for numbered lists
- `<strong>` for bold
- `<em>` for italic
- `<a href="...">` for links
Keep formatting minimal for best rendering across templates.
+91 -32
View File
@@ -1,10 +1,15 @@
import { Trans } from "@lingui/react/macro";
import { IconContext, type IconProps } from "@phosphor-icons/react";
import { useMemo } from "react";
import { ArrowRightIcon, IconContext, type IconProps, WarningIcon } from "@phosphor-icons/react";
import { type RefObject, useMemo, useRef, useState } from "react";
import { match } from "ts-pattern";
import { useResizeObserver } from "usehooks-ts";
import type z from "zod";
import { pageDimensionsAsPixels } from "@/schema/page";
import type { pageLayoutSchema } from "@/schema/resume/data";
import type { Template } from "@/schema/templates";
import { sanitizeCss } from "@/utils/sanitize";
import { cn } from "@/utils/style";
import { Alert, AlertDescription, AlertTitle } from "../ui/alert";
import { useCSSVariables } from "./hooks/use-css-variables";
import { useWebfonts } from "./hooks/use-webfonts";
import styles from "./preview.module.css";
@@ -27,11 +32,6 @@ export type ExtendedIconProps = IconProps & {
hidden?: boolean;
};
type Props = React.ComponentProps<"div"> & {
pageClassName?: string;
showPageNumbers?: boolean;
};
const CSS_RULE_SPLIT_PATTERN = /\n(?=\s*[.#a-zA-Z])/;
const CSS_SELECTOR_PATTERN = /^([^{]+)(\{)/;
@@ -53,13 +53,17 @@ function getTemplateComponent(template: Template) {
.exhaustive();
}
export const ResumePreview = ({ showPageNumbers, pageClassName, className, ...props }: Props) => {
type Props = React.ComponentProps<"div"> & {
pageClassName?: string;
showPageNumbers?: boolean;
};
export const ResumePreview = ({ showPageNumbers = false, pageClassName, className, ...props }: Props) => {
const picture = useResumeStore((state) => state.resume.data.picture);
const metadata = useResumeStore((state) => state.resume.data.metadata);
useWebfonts(metadata.typography);
const style = useCSSVariables({ picture, metadata });
const totalNumberOfPages = metadata.layout.pages.length;
const iconProps = useMemo<ExtendedIconProps>(() => {
return {
@@ -94,36 +98,91 @@ export const ResumePreview = ({ showPageNumbers, pageClassName, className, ...pr
return scoped;
}, [metadata.css.enabled, metadata.css.value]);
const TemplateComponent = useMemo(() => getTemplateComponent(metadata.template), [metadata.template]);
return (
<IconContext.Provider value={iconProps}>
{/** biome-ignore lint/security/noDangerouslySetInnerHtml: CSS is sanitized with sanitizeCss */}
{scopedCSS && <style dangerouslySetInnerHTML={{ __html: scopedCSS }} />}
<div style={style} className={cn("resume-preview-container", className)} {...props}>
{metadata.layout.pages.map((pageLayout, pageIndex) => {
const pageNumber = pageIndex + 1;
return (
<div key={pageIndex} data-page-index={pageIndex} className="relative">
{showPageNumbers && totalNumberOfPages > 1 && (
<div className="absolute -top-6 left-0">
<span className="font-medium text-foreground text-xs">
<Trans>
Page {pageNumber} of {totalNumberOfPages}
</Trans>
</span>
</div>
)}
<div className={cn(`page page-${pageIndex}`, styles.page, pageClassName)}>
<TemplateComponent pageIndex={pageIndex} pageLayout={pageLayout} />
</div>
</div>
);
})}
{metadata.layout.pages.map((pageLayout, pageIndex) => (
<PageContainer
key={pageIndex}
pageIndex={pageIndex}
pageLayout={pageLayout}
pageClassName={pageClassName}
showPageNumbers={showPageNumbers}
/>
))}
</div>
</IconContext.Provider>
);
};
type PageContainerProps = {
pageIndex: number;
pageLayout: z.infer<typeof pageLayoutSchema>;
pageClassName?: string;
showPageNumbers?: boolean;
};
function PageContainer({ pageIndex, pageLayout, pageClassName, showPageNumbers = false }: PageContainerProps) {
const pageRef = useRef<HTMLDivElement>(null);
const [pageHeight, setPageHeight] = useState<number>(0);
const metadata = useResumeStore((state) => state.resume.data.metadata);
const pageNumber = useMemo(() => pageIndex + 1, [pageIndex]);
const maxPageHeight = useMemo(() => pageDimensionsAsPixels[metadata.page.format].height, [metadata.page.format]);
const totalNumberOfPages = useMemo(() => metadata.layout.pages.length, [metadata.layout.pages]);
const TemplateComponent = useMemo(() => getTemplateComponent(metadata.template), [metadata.template]);
useResizeObserver({
ref: pageRef as RefObject<HTMLDivElement>,
onResize: (size) => {
if (!size.height) return;
setPageHeight(size.height);
},
});
return (
<div data-page-index={pageIndex} className="relative">
{showPageNumbers && totalNumberOfPages > 1 && (
<div className="absolute -top-6 left-0">
<span className="font-medium text-foreground text-xs">
<Trans>
Page {pageNumber} of {totalNumberOfPages}
</Trans>
</span>
</div>
)}
<div ref={pageRef} className={cn(`page page-${pageIndex}`, styles.page, pageClassName)}>
<TemplateComponent pageIndex={pageIndex} pageLayout={pageLayout} />
</div>
{pageHeight > maxPageHeight && (
<div className="absolute top-full left-0 mt-4">
<a
rel="noopener"
target="_blank"
className="group/link"
href="https://docs.rxresu.me/guides/fitting-content-on-a-page"
>
<Alert className="max-w-sm text-yellow-600">
<WarningIcon color="currentColor" />
<AlertTitle>
<Trans>
The content is too tall for this page, this may cause undesirable results when exporting to PDF.
</Trans>
</AlertTitle>
<AlertDescription className="text-xs underline-offset-2 group-hover/link:underline">
<Trans>Learn more about how to fit content on a page</Trans>
<ArrowRightIcon color="currentColor" className="ml-1 inline size-3" />
</AlertDescription>
</Alert>
</a>
</div>
)}
</div>
);
}
+12 -10
View File
@@ -36,21 +36,23 @@ export function DitgarTemplate({ pageIndex, pageLayout }: TemplateProps) {
return (
<div className="template-ditgar page-content">
{/* Sidebar Background */}
{!fullWidth && (
{(!fullWidth || isFirstPage) && (
<div className="page-sidebar-background absolute inset-y-0 left-0 z-0 w-(--page-sidebar-width) shrink-0 bg-(--page-primary-color)/20" />
)}
<div className="flex">
<aside data-layout="sidebar" className="sidebar group z-10 flex w-(--page-sidebar-width) shrink-0 flex-col">
{isFirstPage && <Header />}
{(!fullWidth || isFirstPage) && (
<aside data-layout="sidebar" className="sidebar group z-10 flex w-(--page-sidebar-width) shrink-0 flex-col">
{isFirstPage && <Header />}
<div className="flex-1 space-y-4 px-(--page-margin-x) pt-(--page-margin-y)">
{sidebar.map((section) => {
const Component = getSectionComponent(section, { sectionClassName });
return <Component key={section} id={section} />;
})}
</div>
</aside>
<div className="flex-1 space-y-4 px-(--page-margin-x) pt-(--page-margin-y)">
{sidebar.map((section) => {
const Component = getSectionComponent(section, { sectionClassName });
return <Component key={section} id={section} />;
})}
</div>
</aside>
)}
<main data-layout="main" className={cn("main group z-10", !fullWidth ? "col-span-2" : "col-span-3")}>
{isFirstPage && <SummaryComponent id="summary" />}
+1 -1
View File
@@ -3,7 +3,7 @@ import type * as React from "react";
import { cn } from "@/utils/style";
const alertVariants = cva(
"group/alert relative grid w-full gap-0.5 rounded-lg border px-4 py-3 text-left text-sm has-data-[slot=alert-action]:relative has-[>svg]:grid-cols-[auto_1fr] has-[>svg]:gap-x-2.5 has-data-[slot=alert-action]:pr-18 *:[svg:not([class*='size-'])]:size-4 *:[svg]:row-span-2 *:[svg]:translate-y-0.5 *:[svg]:text-current",
"group/alert relative grid w-full gap-1 rounded-lg border px-4 py-3 text-left text-sm has-data-[slot=alert-action]:relative has-[>svg]:grid-cols-[auto_1fr] has-[>svg]:gap-x-2.5 has-data-[slot=alert-action]:pr-18 *:[svg:not([class*='size-'])]:size-4 *:[svg]:row-span-2 *:[svg]:translate-y-1 *:[svg]:text-current",
{
variants: {
variant: {
+6 -16
View File
@@ -2,22 +2,12 @@ import { ORPCError } from "@orpc/server";
import type { InferSelectModel } from "drizzle-orm";
import puppeteer, { type Browser, type ConnectOptions } from "puppeteer-core";
import type { schema } from "@/integrations/drizzle";
import { pageDimensionsAsPixels } from "@/schema/page";
import { printMarginTemplates } from "@/schema/templates";
import { env } from "@/utils/env";
import { generatePrinterToken } from "@/utils/printer-token";
import { getStorageService, uploadFile } from "./storage";
const pageDimensions = {
a4: {
width: 794,
height: 1123,
},
letter: {
width: 816,
height: 1056,
},
} as const;
const SCREENSHOT_TTL = 1000 * 60 * 60; // 1 hour
async function getBrowser(): Promise<Browser> {
@@ -116,7 +106,7 @@ export const printerService = {
const page = await browser.newPage();
// Wait for the page to fully load (network idle + custom loaded attribute)
await page.setViewport(pageDimensions[format]);
await page.setViewport(pageDimensionsAsPixels[format]);
await page.goto(url, { waitUntil: "networkidle0" });
await page.waitForFunction(() => document.body.getAttribute("data-wf-loaded") === "true", { timeout: 5_000 });
@@ -161,13 +151,13 @@ export const printerService = {
}
},
marginY,
pageDimensions[format].height,
pageDimensionsAsPixels[format].height,
);
// Step 6: Generate the PDF with the specified dimensions and margins
const pdfBuffer = await page.pdf({
width: `${pageDimensions[format].width}px`,
height: `${pageDimensions[format].height}px`,
width: `${pageDimensionsAsPixels[format].width}px`,
height: `${pageDimensionsAsPixels[format].height}px`,
tagged: true, // Adds accessibility tags to the PDF
waitForFonts: true, // Ensures all fonts are loaded before rendering
printBackground: true, // Includes background colors and images
@@ -244,7 +234,7 @@ export const printerService = {
const page = await browser.newPage();
await page.setViewport(pageDimensions.a4);
await page.setViewport(pageDimensionsAsPixels.a4);
await page.goto(url, { waitUntil: "networkidle0" });
await page.waitForFunction(() => document.body.getAttribute("data-wf-loaded") === "true", { timeout: 5_000 });
+5 -5
View File
@@ -26,16 +26,16 @@ type SocialLink = {
const getResourceLinks = (): FooterLinkItem[] => [
{ url: "https://docs.rxresu.me", label: t`Documentation` },
{ url: "https://opencollective.com/reactive-resume", label: t`Sponsorships` },
{ url: "https://github.com/amruthpillai/reactive-resume", label: t`Source Code` },
{ url: "https://crowdin.com/project/reactive-resume", label: t`Translations` },
{ url: "https://opencollective.com/reactive-resume", label: t`Donate` },
{ url: "https://docs.rxresu.me/changelog", label: t`Changelog` },
];
const getCommunityLinks = (): FooterLinkItem[] => [
{ url: "https://github.com/amruthpillai/reactive-resume/discussions", label: t`Discussions` },
{ url: "https://github.com/amruthpillai/reactive-resume/issues", label: t`Report an Issue` },
{ url: "https://github.com/amruthpillai/reactive-resume/issues", label: t`Report an issue` },
{ url: "https://crowdin.com/project/reactive-resume", label: t`Translations` },
{ url: "https://github.com/amruthpillai/reactive-resume/blob/main/CONTRIBUTING.md", label: t`Contributing` },
{ url: "https://reddit.com/r/reactiveresume", label: t`Subreddit` },
{ url: "https://discord.gg/EE8yFqW4", label: t`Discord` },
];
const socialLinks: SocialLink[] = [
+3 -13
View File
@@ -1,21 +1,11 @@
import { createFileRoute } from "@tanstack/react-router";
import { json } from "@tanstack/react-start";
import z from "zod";
import { resumeDataSchema } from "@/schema/resume/data";
function handler({ request }: { request: Request }) {
const url = new URL(request.url);
function handler() {
const resumeDataJSONSchema = z.toJSONSchema(resumeDataSchema);
const resumeDataJSONSchema = z.toJSONSchema(
resumeDataSchema.extend({
version: z.literal("5.0.0").describe("The version of the Reactive Resume JSON Schema"),
$schema: z
.literal(`${url.origin}/schema.json`)
.describe("The URL of the Reactive Resume JSON Schema, used for validation and documentation purposes."),
}),
);
return json(resumeDataJSONSchema, {
return Response.json(resumeDataJSONSchema, {
status: 200,
headers: {
"Content-Type": "application/schema+json; charset=utf-8",
+21
View File
@@ -0,0 +1,21 @@
export const pageDimensionsAsPixels = {
a4: {
width: 794,
height: 1123,
},
letter: {
width: 816,
height: 1056,
},
} as const;
export const pageDimensionsAsMillimeters = {
a4: {
width: "210mm",
height: "297mm",
},
letter: {
width: "216mm",
height: "279mm",
},
} as const;
File diff suppressed because one or more lines are too long