diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index dc3312143..6b73b7f20 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -4,7 +4,6 @@ on: workflow_dispatch: push: branches: [ main ] - tags: [ "v*.*.*" ] concurrency: group: ${{ github.workflow }}-${{ github.ref }} diff --git a/README.md b/README.md index 03eeef286..3ec6b877a 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ Stars License Docker Pulls - Discord + Discord Crowdin Open Collective

diff --git a/biome.json b/biome.json index 49fba7b48..d0c215726 100644 --- a/biome.json +++ b/biome.json @@ -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, diff --git a/docs/getting-started/changelog.mdx b/docs/changelog/index.mdx similarity index 74% rename from docs/getting-started/changelog.mdx rename to docs/changelog/index.mdx index 6bc668be8..b1e69cc67 100644 --- a/docs/getting-started/changelog.mdx +++ b/docs/changelog/index.mdx @@ -4,7 +4,17 @@ description: "List of all notable changes and updates to Reactive Resume" rss: true --- - + + - 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. + + + - Updated translations from Crowdin. - Added a Community Spotlight section to the documentation. - Remove `-r require-metadata` from the Dockerfile as it was not needed. diff --git a/docs/docs.json b/docs/docs.json index 989e35d21..a602c1f7b 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -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" } diff --git a/docs/getting-started/index.mdx b/docs/getting-started/index.mdx index db147e48c..aa173d486 100644 --- a/docs/getting-started/index.mdx +++ b/docs/getting-started/index.mdx @@ -104,7 +104,7 @@ Reactive Resume is built with modern web technologies: Join our Reddit community to get help and connect with other users. - + Join our Discord server to get help and connect with other users. diff --git a/docs/guides/fitting-content-on-a-page.mdx b/docs/guides/fitting-content-on-a-page.mdx new file mode 100644 index 000000000..1873874f9 --- /dev/null +++ b/docs/guides/fitting-content-on-a-page.mdx @@ -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. + + + Screenshot of the overflow warning message in the resume builder + + + + 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. + + +## 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. + + + Read each bullet point and ask: "Does this help me get an interview?" If not, cut it. + + +### 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. + + + Screenshot of the columns setting for a section + + +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 | + + + 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. + + +### 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). + + + 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. + + +### 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 | + + + **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. + + +### 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 + + + 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. + + +## 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. diff --git a/docs/images/guides/fitting-content-on-a-page/screenshot-1.webp b/docs/images/guides/fitting-content-on-a-page/screenshot-1.webp new file mode 100644 index 000000000..f6764cf8b Binary files /dev/null and b/docs/images/guides/fitting-content-on-a-page/screenshot-1.webp differ diff --git a/docs/images/guides/fitting-content-on-a-page/screenshot-2.webp b/docs/images/guides/fitting-content-on-a-page/screenshot-2.webp new file mode 100644 index 000000000..4e1af8404 Binary files /dev/null and b/docs/images/guides/fitting-content-on-a-page/screenshot-2.webp differ diff --git a/locales/af-ZA.po b/locales/af-ZA.po index dea262f2c..364d04fe3 100644 --- a/locales/af-ZA.po +++ b/locales/af-ZA.po @@ -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/>" 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 "" diff --git a/locales/am-ET.po b/locales/am-ET.po index 9680cf964..a2591dcb7 100644 --- a/locales/am-ET.po +++ b/locales/am-ET.po @@ -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/>" 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 "" diff --git a/locales/ar-SA.po b/locales/ar-SA.po index 793c06821..2f5e45237 100644 --- a/locales/ar-SA.po +++ b/locales/ar-SA.po @@ -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/>" 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 "" diff --git a/locales/az-AZ.po b/locales/az-AZ.po index ef114b342..20e20207e 100644 --- a/locales/az-AZ.po +++ b/locales/az-AZ.po @@ -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/>" 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 "" diff --git a/locales/bg-BG.po b/locales/bg-BG.po index 64ef30690..52939ddee 100644 --- a/locales/bg-BG.po +++ b/locales/bg-BG.po @@ -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/>" 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 "" diff --git a/locales/bn-BD.po b/locales/bn-BD.po index ca9aa581a..d242c5b25 100644 --- a/locales/bn-BD.po +++ b/locales/bn-BD.po @@ -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/>" 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 "" diff --git a/locales/ca-ES.po b/locales/ca-ES.po index 4453bf10a..feb33ae29 100644 --- a/locales/ca-ES.po +++ b/locales/ca-ES.po @@ -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/>" 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 "" diff --git a/locales/cs-CZ.po b/locales/cs-CZ.po index b66cfe27a..7f0f4bfa1 100644 --- a/locales/cs-CZ.po +++ b/locales/cs-CZ.po @@ -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/>" 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 "" diff --git a/locales/da-DK.po b/locales/da-DK.po index ea8197423..28f336803 100644 --- a/locales/da-DK.po +++ b/locales/da-DK.po @@ -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/>" 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 "" diff --git a/locales/de-DE.po b/locales/de-DE.po index 0726ec76f..c3f0147b7 100644 --- a/locales/de-DE.po +++ b/locales/de-DE.po @@ -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/>" msgstr "Sie haben noch kein Konto? <0><1>Jetzt erstellen <2/>" -#: 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" diff --git a/locales/el-GR.po b/locales/el-GR.po index 9d4049e98..e399a3267 100644 --- a/locales/el-GR.po +++ b/locales/el-GR.po @@ -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/>" 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 "" diff --git a/locales/en-US.po b/locales/en-US.po index c827d84a1..27de61458 100644 --- a/locales/en-US.po +++ b/locales/en-US.po @@ -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/>" msgstr "Don't have an account? <0><1>Create one now <2/>" -#: 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" diff --git a/locales/es-ES.po b/locales/es-ES.po index 29bac1bf4..7fe6ecbc0 100644 --- a/locales/es-ES.po +++ b/locales/es-ES.po @@ -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/>" 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 "" diff --git a/locales/fa-IR.po b/locales/fa-IR.po index 586e0bea6..bcc589901 100644 --- a/locales/fa-IR.po +++ b/locales/fa-IR.po @@ -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/>" 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 "" diff --git a/locales/fi-FI.po b/locales/fi-FI.po index 04be1888d..ad73237e3 100644 --- a/locales/fi-FI.po +++ b/locales/fi-FI.po @@ -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/>" 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 "" diff --git a/locales/fr-FR.po b/locales/fr-FR.po index 675aa495c..0fa83c84c 100644 --- a/locales/fr-FR.po +++ b/locales/fr-FR.po @@ -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/>" msgstr "Vous n'avez pas de compte ? <0><1>Créez-en un maintenant <2/>" -#: 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" diff --git a/locales/he-IL.po b/locales/he-IL.po index a84416464..d2cf86916 100644 --- a/locales/he-IL.po +++ b/locales/he-IL.po @@ -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/>" 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 "" diff --git a/locales/hi-IN.po b/locales/hi-IN.po index 0de992312..3a3df30e8 100644 --- a/locales/hi-IN.po +++ b/locales/hi-IN.po @@ -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/>" 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 "" diff --git a/locales/hu-HU.po b/locales/hu-HU.po index 2ea48de99..ab89a93a9 100644 --- a/locales/hu-HU.po +++ b/locales/hu-HU.po @@ -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/>" 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 "" diff --git a/locales/id-ID.po b/locales/id-ID.po index 7ddf74784..7b0373df2 100644 --- a/locales/id-ID.po +++ b/locales/id-ID.po @@ -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/>" 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 "" diff --git a/locales/it-IT.po b/locales/it-IT.po index 35fb589d8..d9bea6e4b 100644 --- a/locales/it-IT.po +++ b/locales/it-IT.po @@ -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/>" 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 "" diff --git a/locales/ja-JP.po b/locales/ja-JP.po index f807c1dec..164ab6438 100644 --- a/locales/ja-JP.po +++ b/locales/ja-JP.po @@ -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/>" 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 "" diff --git a/locales/km-KH.po b/locales/km-KH.po index c7ca1d152..c3baeedcb 100644 --- a/locales/km-KH.po +++ b/locales/km-KH.po @@ -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/>" 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 "" diff --git a/locales/kn-IN.po b/locales/kn-IN.po index 831d1c08e..cdba2f0eb 100644 --- a/locales/kn-IN.po +++ b/locales/kn-IN.po @@ -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/>" 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 "" diff --git a/locales/ko-KR.po b/locales/ko-KR.po index 9c9c3a40a..8ce3f87c3 100644 --- a/locales/ko-KR.po +++ b/locales/ko-KR.po @@ -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/>" 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 "" diff --git a/locales/lt-LT.po b/locales/lt-LT.po index e66eafe6c..616b6b682 100644 --- a/locales/lt-LT.po +++ b/locales/lt-LT.po @@ -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/>" 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 "" diff --git a/locales/lv-LV.po b/locales/lv-LV.po index c22456962..0b3234ccf 100644 --- a/locales/lv-LV.po +++ b/locales/lv-LV.po @@ -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/>" 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 "" diff --git a/locales/ml-IN.po b/locales/ml-IN.po index 7d2c00895..1594e657c 100644 --- a/locales/ml-IN.po +++ b/locales/ml-IN.po @@ -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/>" 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 "" diff --git a/locales/mr-IN.po b/locales/mr-IN.po index 23e76290c..d027f8595 100644 --- a/locales/mr-IN.po +++ b/locales/mr-IN.po @@ -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/>" 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 "" diff --git a/locales/ms-MY.po b/locales/ms-MY.po index 4babd8d40..a37f28870 100644 --- a/locales/ms-MY.po +++ b/locales/ms-MY.po @@ -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/>" 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 "" diff --git a/locales/ne-NP.po b/locales/ne-NP.po index 1588074cc..c4638070d 100644 --- a/locales/ne-NP.po +++ b/locales/ne-NP.po @@ -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/>" 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 "" diff --git a/locales/nl-NL.po b/locales/nl-NL.po index 870d752ee..fa71285d5 100644 --- a/locales/nl-NL.po +++ b/locales/nl-NL.po @@ -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/>" 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 "" diff --git a/locales/no-NO.po b/locales/no-NO.po index c0036d954..50636f9cc 100644 --- a/locales/no-NO.po +++ b/locales/no-NO.po @@ -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/>" 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 "" diff --git a/locales/or-IN.po b/locales/or-IN.po index ce35ef837..bf6a7b07c 100644 --- a/locales/or-IN.po +++ b/locales/or-IN.po @@ -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/>" 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 "" diff --git a/locales/pl-PL.po b/locales/pl-PL.po index 7c6899ff5..67c22b063 100644 --- a/locales/pl-PL.po +++ b/locales/pl-PL.po @@ -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/>" 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 "" diff --git a/locales/pt-BR.po b/locales/pt-BR.po index d173af494..58f1865f2 100644 --- a/locales/pt-BR.po +++ b/locales/pt-BR.po @@ -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/>" 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 "" diff --git a/locales/pt-PT.po b/locales/pt-PT.po index 2aa872d2a..e90617aaf 100644 --- a/locales/pt-PT.po +++ b/locales/pt-PT.po @@ -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/>" 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 "" diff --git a/locales/ro-RO.po b/locales/ro-RO.po index 83654b4ce..726297ee6 100644 --- a/locales/ro-RO.po +++ b/locales/ro-RO.po @@ -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/>" 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 "" diff --git a/locales/ru-RU.po b/locales/ru-RU.po index 2b48ec5bb..2e0a616e1 100644 --- a/locales/ru-RU.po +++ b/locales/ru-RU.po @@ -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/>" 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 "" diff --git a/locales/sk-SK.po b/locales/sk-SK.po index f26cdccea..2f47919cb 100644 --- a/locales/sk-SK.po +++ b/locales/sk-SK.po @@ -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/>" 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 "" diff --git a/locales/sq-AL.po b/locales/sq-AL.po index 94056ca56..6590663c5 100644 --- a/locales/sq-AL.po +++ b/locales/sq-AL.po @@ -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/>" 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 "" diff --git a/locales/sr-SP.po b/locales/sr-SP.po index 2240885b4..1406a3fe0 100644 --- a/locales/sr-SP.po +++ b/locales/sr-SP.po @@ -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/>" 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 "" diff --git a/locales/sv-SE.po b/locales/sv-SE.po index b8e0270bb..640a1d269 100644 --- a/locales/sv-SE.po +++ b/locales/sv-SE.po @@ -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/>" 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 "" diff --git a/locales/ta-IN.po b/locales/ta-IN.po index 8b3ba25ff..9c5c26990 100644 --- a/locales/ta-IN.po +++ b/locales/ta-IN.po @@ -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/>" 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 "" diff --git a/locales/te-IN.po b/locales/te-IN.po index f1894ed6b..e7f12ade2 100644 --- a/locales/te-IN.po +++ b/locales/te-IN.po @@ -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/>" 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 "" diff --git a/locales/th-TH.po b/locales/th-TH.po index c575527c6..2fd47b40f 100644 --- a/locales/th-TH.po +++ b/locales/th-TH.po @@ -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/>" 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 "" diff --git a/locales/tr-TR.po b/locales/tr-TR.po index 2f3c9b81c..08b19691b 100644 --- a/locales/tr-TR.po +++ b/locales/tr-TR.po @@ -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/>" 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 "" diff --git a/locales/uk-UA.po b/locales/uk-UA.po index cc4c5faa5..f1d7449c9 100644 --- a/locales/uk-UA.po +++ b/locales/uk-UA.po @@ -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/>" 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 "" diff --git a/locales/uz-UZ.po b/locales/uz-UZ.po index 4b0ead23b..9e1363b07 100644 --- a/locales/uz-UZ.po +++ b/locales/uz-UZ.po @@ -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/>" 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 "" diff --git a/locales/vi-VN.po b/locales/vi-VN.po index 453e1a6af..fe0e38fb3 100644 --- a/locales/vi-VN.po +++ b/locales/vi-VN.po @@ -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/>" 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 "" diff --git a/locales/zh-CN.po b/locales/zh-CN.po index c60a1d61e..fa7ae6d7c 100644 --- a/locales/zh-CN.po +++ b/locales/zh-CN.po @@ -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/>" 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 "" diff --git a/locales/zh-TW.po b/locales/zh-TW.po index 42230ce14..ba42b05d1 100644 --- a/locales/zh-TW.po +++ b/locales/zh-TW.po @@ -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/>" 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 "" diff --git a/locales/zu-ZA.po b/locales/zu-ZA.po index 722f9e32a..903752957 100644 --- a/locales/zu-ZA.po +++ b/locales/zu-ZA.po @@ -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/>" 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 "" diff --git a/package.json b/package.json index 3e1e5f9ad..cab03e53d 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index bc7b8e901..19948d41b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -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) diff --git a/skills/resume-builder/SKILL.md b/skills/resume-builder/SKILL.md new file mode 100644 index 000000000..c118f1142 --- /dev/null +++ b/skills/resume-builder/SKILL.md @@ -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. diff --git a/skills/resume-builder/references/schema.md b/skills/resume-builder/references/schema.md new file mode 100644 index 000000000..af4df8749 --- /dev/null +++ b/skills/resume-builder/references/schema.md @@ -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": "

HTML-formatted summary content here.

" +} +``` + +## 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": "
  • Built scalable microservices
  • Led team of 5 engineers
" +} +``` + +### 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": "

Description of the project and your contributions.

" +} +``` + +### 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": "

Volunteer activities and impact.

" +} +``` + +### 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": "

Optional testimonial or quote.

" +} +``` + +### 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: +- `

` for paragraphs +- `