lot of bugfixes, better migration script

This commit is contained in:
Amruth Pillai
2026-01-23 01:07:52 +01:00
parent a10954ed14
commit 35e2daa807
95 changed files with 3661 additions and 3645 deletions
+1
View File
@@ -12,4 +12,5 @@ coverage
node_modules node_modules
!.env.example !.env.example
public/sw.js public/sw.js
scripts/**/*.json
public/workbox-*.js public/workbox-*.js
-48
View File
@@ -1,48 +0,0 @@
stages:
- build
variables:
DOCKER_DRIVER: overlay2
DOCKER_TLS_CERTDIR: "/certs"
build-and-push:
stage: build
image: docker:24
services:
- docker:24-dind
rules:
- if: $CI_COMMIT_BRANCH == "main"
- if: $CI_COMMIT_TAG =~ /^v\d+\.\d+\.\d+$/
- if: $CI_PIPELINE_SOURCE == "merge_request_event"
- if: $CI_PIPELINE_SOURCE == "web"
before_script:
- apk add --no-cache jq
- echo "$CI_REGISTRY_PASSWORD" | docker login -u $CI_REGISTRY_USER --password-stdin $CI_REGISTRY
- |
export VERSION=$(jq -r .version package.json)
echo "VERSION=$VERSION" >> build.env
script:
- source build.env
- |
SHORT_SHA=$CI_COMMIT_SHORT_SHA
PRIMARY_TAG="$CI_REGISTRY_IMAGE:$SHORT_SHA"
# Build the image
docker build -f ./Dockerfile -t $PRIMARY_TAG .
# Tag with additional tags
docker tag $PRIMARY_TAG $CI_REGISTRY_IMAGE:latest
if [ -n "$VERSION" ] && [ "$VERSION" != "null" ]; then
docker tag $PRIMARY_TAG $CI_REGISTRY_IMAGE:v$VERSION
fi
# Push all tags (only if not a merge request)
if [ "$CI_PIPELINE_SOURCE" != "merge_request_event" ]; then
docker push $PRIMARY_TAG
docker push $CI_REGISTRY_IMAGE:latest
if [ -n "$VERSION" ] && [ "$VERSION" != "null" ]; then
docker push $CI_REGISTRY_IMAGE:v$VERSION
fi
fi
after_script:
- docker logout $CI_REGISTRY || true
-5
View File
@@ -1,7 +1,4 @@
{ {
"[mdx]": {
"editor.defaultFormatter": "unifiedjs.vscode-mdx"
},
"biome.enabled": true, "biome.enabled": true,
"editor.codeActionsOnSave": { "editor.codeActionsOnSave": {
"source.biome": "explicit", "source.biome": "explicit",
@@ -9,7 +6,6 @@
"source.organizeImports.biome": "explicit" "source.organizeImports.biome": "explicit"
}, },
"editor.defaultFormatter": "biomejs.biome", "editor.defaultFormatter": "biomejs.biome",
"eslint.enable": false,
"files.associations": { "files.associations": {
"*.css": "tailwindcss" "*.css": "tailwindcss"
}, },
@@ -26,7 +22,6 @@
"i18n-ally.enabledParsers": ["po"], "i18n-ally.enabledParsers": ["po"],
"i18n-ally.localesPaths": ["locales"], "i18n-ally.localesPaths": ["locales"],
"i18n-ally.sourceLanguage": "en-US", "i18n-ally.sourceLanguage": "en-US",
"prettier.enable": false,
"search.exclude": { "search.exclude": {
"locales/*.po": true, "locales/*.po": true,
"pnpm-lock.yaml": true, "pnpm-lock.yaml": true,
+1 -1
View File
@@ -34,7 +34,7 @@
<a href="https://opencollective.com/reactive-resume"><img src="https://img.shields.io/opencollective/all/reactive-resume?style=flat-square" alt="Open Collective" /></a> <a href="https://opencollective.com/reactive-resume"><img src="https://img.shields.io/opencollective/all/reactive-resume?style=flat-square" alt="Open Collective" /></a>
</p> </p>
<a href="https://www.producthunt.com/products/reactive-resume?embed=true&amp;utm_source=badge-featured&amp;utm_medium=badge&amp;utm_campaign=badge-reactive-resume-v5-2" target="_blank" rel="noopener noreferrer"><img alt="Reactive Resume v5 - A free and open-source resume builder. | Product Hunt" width="250" height="54" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1065182&amp;theme=light&amp;t=1768850745585"></a> <a href="https://www.producthunt.com/products/reactive-resume?embed=true&amp;utm_source=badge-featured&amp;utm_medium=badge&amp;utm_campaign=badge-reactive-resume-v5-2" target="_blank" rel="noopener"><img alt="Reactive Resume v5 - A free and open-source resume builder. | Product Hunt" width="250" height="54" src="https://api.producthunt.com/widgets/embed-image/v1/featured.svg?post_id=1065182&amp;theme=light&amp;t=1768850745585"></a>
</div> </div>
--- ---
+1 -1
View File
@@ -6,7 +6,7 @@
"tailwind": { "tailwind": {
"config": "", "config": "",
"css": "src/styles.css", "css": "src/styles.css",
"baseColor": "neutral", "baseColor": "zinc",
"cssVariables": true, "cssVariables": true,
"prefix": "" "prefix": ""
}, },
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr "На текущия ви имейл адрес е изпратена в
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Безплатен конструктор на автобиографии с отворен код, който опростява процеса на създаване, актуализиране и споделяне на автобиографията ви." msgstr "Безплатен конструктор на автобиографии с отворен код, който опростява процеса на създаване, актуализиране и споделяне на автобиографията ви."
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "Връзката към автобиографията ви е копирана в клипборда." msgstr "Връзката към автобиографията ви е копирана в клипборда."
@@ -178,11 +178,11 @@ msgstr "Добавяне на ново умение"
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "Добавяне на нов доброволчески опит" msgstr "Добавяне на нов доброволчески опит"
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "Добавяне на колона след" msgstr "Добавяне на колона след"
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "Добавяне на колона преди" msgstr "Добавяне на колона преди"
@@ -190,11 +190,11 @@ msgstr "Добавяне на колона преди"
msgid "Add Page" msgid "Add Page"
msgstr "Добавяне на страница" msgstr "Добавяне на страница"
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "Добавяне на ред след" msgstr "Добавяне на ред след"
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "Добавяне на ред преди" msgstr "Добавяне на ред преди"
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr "Ein Bestätigungslink wurde an Ihre aktuelle E-Mail-Adresse gesendet. Bi
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "Ein Link zu Ihrem Lebenslauf wurde in die Zwischenablage kopiert." msgstr "Ein Link zu Ihrem Lebenslauf wurde in die Zwischenablage kopiert."
@@ -178,11 +178,11 @@ msgstr "Eine neue Fähigkeit hinzufügen"
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "Eine neue Freiwilligenerfahrung hinzufügen" msgstr "Eine neue Freiwilligenerfahrung hinzufügen"
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "Spalte danach einfügen" msgstr "Spalte danach einfügen"
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "Spalte davor einfügen" msgstr "Spalte davor einfügen"
@@ -190,11 +190,11 @@ msgstr "Spalte davor einfügen"
msgid "Add Page" msgid "Add Page"
msgstr "Seite hinzufügen" msgstr "Seite hinzufügen"
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "Zeile danach einfügen" msgstr "Zeile danach einfügen"
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "Zeile davor einfügen" msgstr "Zeile davor einfügen"
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "Fett" msgstr "Fett"
@@ -406,7 +406,7 @@ msgstr "Befehlspalette des Builders"
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "Aufzählungsliste" msgstr "Aufzählungsliste"
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr "Abbrechen"
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "Zentriert" msgstr "Zentriert"
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr "Auswahl löschen"
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "Code-Block" msgstr "Code-Block"
@@ -590,7 +590,7 @@ msgstr "Backup-Codes kopieren"
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr "Ein neues Projekt erstellen"
msgid "Create a new publication" msgid "Create a new publication"
msgstr "Eine neue Veröffentlichung erstellen" msgstr "Eine neue Veröffentlichung erstellen"
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "Eine neue Referenz erstellen" msgstr "Eine neue Referenz erstellen"
@@ -759,7 +759,7 @@ msgstr "Löschen"
msgid "Delete Account" msgid "Delete Account"
msgstr "Konto löschen" msgstr "Konto löschen"
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "Spalte löschen" msgstr "Spalte löschen"
@@ -767,11 +767,11 @@ msgstr "Spalte löschen"
msgid "Delete Page" msgid "Delete Page"
msgstr "Seite löschen" msgstr "Seite löschen"
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "Zeile löschen" msgstr "Zeile löschen"
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "Tabelle löschen" msgstr "Tabelle löschen"
@@ -802,7 +802,7 @@ msgstr "Ihr Lebenslauf wird gelöscht..."
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "Beschreibung" msgstr "Beschreibung"
@@ -866,11 +866,11 @@ msgstr "Laden Sie eine Kopie Ihres Lebenslaufs im JSON-Format herunter. Nutzen S
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "Laden Sie eine Kopie Ihres Lebenslaufs im PDF-Format herunter. Nutzen Sie diese Datei zum Drucken oder zum einfachen Teilen mit Personalvermittlern." msgstr "Laden Sie eine Kopie Ihres Lebenslaufs im PDF-Format herunter. Nutzen Sie diese Datei zum Drucken oder zum einfachen Teilen mit Personalvermittlern."
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "Überschrift 1" msgstr "Überschrift 1"
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "Überschrift 2" msgstr "Überschrift 2"
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "Überschrift 3" msgstr "Überschrift 3"
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "Überschrift 4" msgstr "Überschrift 4"
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "Überschrift 5" msgstr "Überschrift 5"
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "Überschrift 6" msgstr "Überschrift 6"
@@ -1208,7 +1208,7 @@ msgstr "Ausblenden"
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "Hervorheben" msgstr "Hervorheben"
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "Informationen" msgstr "Informationen"
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "Inline-Code" msgstr "Inline-Code"
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "Tabelle einfügen" msgstr "Tabelle einfügen"
@@ -1295,7 +1295,7 @@ msgstr "Aussteller"
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "Kursiv" msgstr "Kursiv"
@@ -1303,7 +1303,7 @@ msgstr "Kursiv"
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "Blocksatz" msgstr "Blocksatz"
@@ -1374,7 +1374,7 @@ msgstr "Mehr erfahren"
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "Leer lassen, um den Titel auf den Original zurückzusetzen." msgstr "Leer lassen, um den Titel auf den Original zurückzusetzen."
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "Linksbündig" msgstr "Linksbündig"
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr "Netzwerk"
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "Neue Zeile" msgstr "Neue Zeile"
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "oder weiter mit" msgstr "oder weiter mit"
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "Nummerierte Liste" msgstr "Nummerierte Liste"
@@ -1606,7 +1606,7 @@ msgstr "Seite {0}"
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "Seite {pageNumber} von {totalNumberOfPages}" msgstr "Seite {pageNumber} von {totalNumberOfPages}"
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "Absatz" msgstr "Absatz"
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "Telefon" msgstr "Telefon"
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr "Passwort zurücksetzen"
msgid "Reset your password" msgid "Reset your password"
msgstr "Setzen Sie Ihr Passwort zurück" msgstr "Setzen Sie Ihr Passwort zurück"
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "Ihr Passwort wird zurückgesetzt..." msgstr "Ihr Passwort wird zurückgesetzt..."
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "Lebensläufe" msgstr "Lebensläufe"
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "Rechtsbündig" msgstr "Rechtsbündig"
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr "E-Mail zum Zurücksetzen des Passworts senden"
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "E-Mail zum Zurücksetzen des Passworts wird gesendet..." msgstr "E-Mail zum Zurücksetzen des Passworts wird gesendet..."
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "Trennzeichen" msgstr "Trennzeichen"
@@ -2124,7 +2122,7 @@ msgstr "Erstellen Sie Ihren Lebenslauf von Grund auf"
msgid "Statistics" msgid "Statistics"
msgstr "Statistiken" msgstr "Statistiken"
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "Durchgestrichen" msgstr "Durchgestrichen"
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "Tabelle" msgstr "Tabelle"
@@ -2383,7 +2381,7 @@ msgstr "Typografie"
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "Unterstreichen" msgstr "Unterstreichen"
@@ -2452,7 +2450,7 @@ msgstr "Ein bestehendes Projekt aktualisieren"
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "Eine bestehende Veröffentlichung aktualisieren" msgstr "Eine bestehende Veröffentlichung aktualisieren"
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "Eine bestehende Referenz aktualisieren" msgstr "Eine bestehende Referenz aktualisieren"
@@ -2560,6 +2558,7 @@ msgstr "Freiwillige Arbeit"
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr "Der öffentliche Link Ihres Lebenslaufs ist derzeit mit einem Passwort g
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -50
View File
@@ -83,7 +83,7 @@ msgstr "A confirmation link has been sent to your current email address. Please
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgstr "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "A link to your resume has been copied to clipboard." msgstr "A link to your resume has been copied to clipboard."
@@ -173,11 +173,11 @@ msgstr "Add a new skill"
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "Add a new volunteer experience" msgstr "Add a new volunteer experience"
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "Add Column After" msgstr "Add Column After"
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "Add Column Before" msgstr "Add Column Before"
@@ -185,11 +185,11 @@ msgstr "Add Column Before"
msgid "Add Page" msgid "Add Page"
msgstr "Add Page" msgstr "Add Page"
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "Add Row After" msgstr "Add Row After"
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "Add Row Before" msgstr "Add Row Before"
@@ -381,7 +381,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "Body" msgstr "Body"
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "Bold" msgstr "Bold"
@@ -401,7 +401,7 @@ msgstr "Builder Command Palette"
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Bulgarian" msgstr "Bulgarian"
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "Bullet List" msgstr "Bullet List"
@@ -440,8 +440,8 @@ msgstr "Can I export my resume to PDF?"
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -458,11 +458,11 @@ msgstr "Cancel"
msgid "Catalan" msgid "Catalan"
msgstr "Catalan" msgstr "Catalan"
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "Center Align" msgstr "Center Align"
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "Center view" msgstr "Center view"
@@ -514,7 +514,7 @@ msgstr "Clear selection"
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "Click here to select a file to import" msgstr "Click here to select a file to import"
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "Code Block" msgstr "Code Block"
@@ -585,7 +585,7 @@ msgstr "Copy Backup Codes"
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "Copy this secret key and use it in your applications to access your data." msgstr "Copy this secret key and use it in your applications to access your data."
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "Copy URL" msgstr "Copy URL"
@@ -601,7 +601,7 @@ msgstr "Copy URL"
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -656,7 +656,7 @@ msgstr "Create a new project"
msgid "Create a new publication" msgid "Create a new publication"
msgstr "Create a new publication" msgstr "Create a new publication"
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "Create a new reference" msgstr "Create a new reference"
@@ -754,7 +754,7 @@ msgstr "Delete"
msgid "Delete Account" msgid "Delete Account"
msgstr "Delete Account" msgstr "Delete Account"
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "Delete Column" msgstr "Delete Column"
@@ -762,11 +762,11 @@ msgstr "Delete Column"
msgid "Delete Page" msgid "Delete Page"
msgstr "Delete Page" msgstr "Delete Page"
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "Delete Row" msgstr "Delete Row"
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "Delete Table" msgstr "Delete Table"
@@ -797,7 +797,7 @@ msgstr "Deleting your resume..."
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "Description" msgstr "Description"
@@ -861,11 +861,11 @@ msgstr "Download a copy of your resume in JSON format. Use this file for backup
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgstr "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "Download JSON" msgstr "Download JSON"
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "Download PDF" msgstr "Download PDF"
@@ -1139,27 +1139,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "Heading" msgstr "Heading"
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "Heading 1" msgstr "Heading 1"
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "Heading 2" msgstr "Heading 2"
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "Heading 3" msgstr "Heading 3"
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "Heading 4" msgstr "Heading 4"
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "Heading 5" msgstr "Heading 5"
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "Heading 6" msgstr "Heading 6"
@@ -1203,7 +1203,7 @@ msgstr "Hide"
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "Hide all icons on the resume" msgstr "Hide all icons on the resume"
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "Highlight" msgstr "Highlight"
@@ -1262,11 +1262,11 @@ msgstr "Indonesian"
msgid "Information" msgid "Information"
msgstr "Information" msgstr "Information"
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "Inline Code" msgstr "Inline Code"
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "Insert Table" msgstr "Insert Table"
@@ -1290,7 +1290,7 @@ msgstr "Issuer"
msgid "Italian" msgid "Italian"
msgstr "Italian" msgstr "Italian"
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "Italic" msgstr "Italic"
@@ -1298,7 +1298,7 @@ msgstr "Italic"
msgid "Japanese" msgid "Japanese"
msgstr "Japanese" msgstr "Japanese"
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "Justify Align" msgstr "Justify Align"
@@ -1369,7 +1369,7 @@ msgstr "Learn More"
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "Leave empty to reset the title to the original." msgstr "Leave empty to reset the title to the original."
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "Left Align" msgstr "Left Align"
@@ -1485,7 +1485,7 @@ msgstr "Multilingual"
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1505,7 +1505,7 @@ msgstr "Network"
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "New features are constantly being added and improved, so be sure to check back often." msgstr "New features are constantly being added and improved, so be sure to check back often."
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "New Line" msgstr "New Line"
@@ -1579,7 +1579,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "or continue with" msgstr "or continue with"
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "Ordered List" msgstr "Ordered List"
@@ -1601,7 +1601,7 @@ msgstr "Page {0}"
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "Page {pageNumber} of {totalNumberOfPages}" msgstr "Page {pageNumber} of {totalNumberOfPages}"
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "Paragraph" msgstr "Paragraph"
@@ -1653,6 +1653,7 @@ msgstr "Persian"
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "Personalize your resume with any colors, fonts or designs, and make it your own." msgstr "Personalize your resume with any colors, fonts or designs, and make it your own."
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "Phone" msgstr "Phone"
@@ -1690,6 +1691,7 @@ msgid "Portuguese (Portugal)"
msgstr "Portuguese (Portugal)" msgstr "Portuguese (Portugal)"
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "Position" msgstr "Position"
@@ -1836,10 +1838,6 @@ msgstr "Reset Password"
msgid "Reset your password" msgid "Reset your password"
msgstr "Reset your password" msgstr "Reset your password"
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr "Reset zoom"
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "Resetting your password..." msgstr "Resetting your password..."
@@ -1859,7 +1857,7 @@ msgstr "Resources"
msgid "Resumes" msgid "Resumes"
msgstr "Resumes" msgstr "Resumes"
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "Right Align" msgstr "Right Align"
@@ -1886,7 +1884,7 @@ msgstr "Russian"
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1940,7 +1938,7 @@ msgstr "Send Password Reset Email"
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "Sending password reset email..." msgstr "Sending password reset email..."
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "Separator" msgstr "Separator"
@@ -2119,7 +2117,7 @@ msgstr "Start building your resume from scratch"
msgid "Statistics" msgid "Statistics"
msgstr "Statistics" msgstr "Statistics"
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "Strike" msgstr "Strike"
@@ -2147,7 +2145,7 @@ msgstr "Switch to dark theme"
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "Switch to light theme" msgstr "Switch to light theme"
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "Table" msgstr "Table"
@@ -2378,7 +2376,7 @@ msgstr "Typography"
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ukrainian" msgstr "Ukrainian"
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "Underline" msgstr "Underline"
@@ -2447,7 +2445,7 @@ msgstr "Update an existing project"
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "Update an existing publication" msgstr "Update an existing publication"
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "Update an existing reference" msgstr "Update an existing reference"
@@ -2555,6 +2553,7 @@ msgstr "Volunteer"
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2689,11 +2688,11 @@ msgstr "Your resume's public link is currently protected by a password. Share th
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "Your support ensures the project remains free and accessible for everyone, now and in the future." msgstr "Your support ensures the project remains free and accessible for everyone, now and in the future."
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "Zoom in" msgstr "Zoom in"
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "Zoom out" msgstr "Zoom out"
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -72
View File
@@ -42,11 +42,6 @@ msgstr "(s'ouvre dans un nouvel onglet)"
msgid "{0, plural, one {# item} other {# items}}" msgid "{0, plural, one {# item} other {# items}}"
msgstr "" msgstr ""
#. placeholder {0}: section.items.length
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx:122
msgid "{0, plural, one {# item} other {# items}}"
msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx:244 #: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx:244
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:149 #: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx:149
msgid "{column, plural, one {# Column} other {# Columns}}" msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -93,7 +88,7 @@ msgstr "Un lien de confirmation a été envoyé à votre adresse email actuelle.
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Un générateur de CV gratuit et open-source qui simplifie le processus de création, de mise à jour et de partage de votre CV." msgstr "Un générateur de CV gratuit et open-source qui simplifie le processus de création, de mise à jour et de partage de votre CV."
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "Un lien vers votre CV a été copié dans le presse-papiers." msgstr "Un lien vers votre CV a été copié dans le presse-papiers."
@@ -183,11 +178,11 @@ msgstr "Ajouter une nouvelle compétence"
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "Ajouter une nouvelle expérience de bénévolat" msgstr "Ajouter une nouvelle expérience de bénévolat"
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "Ajouter une colonne après" msgstr "Ajouter une colonne après"
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "Ajouter une colonne avant" msgstr "Ajouter une colonne avant"
@@ -195,11 +190,11 @@ msgstr "Ajouter une colonne avant"
msgid "Add Page" msgid "Add Page"
msgstr "Ajouter une page" msgstr "Ajouter une page"
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "Ajouter une ligne après" msgstr "Ajouter une ligne après"
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "Ajouter une ligne avant" msgstr "Ajouter une ligne avant"
@@ -391,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "Corps" msgstr "Corps"
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "Gras" msgstr "Gras"
@@ -411,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "Bulgare" msgstr "Bulgare"
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "Liste à puces" msgstr "Liste à puces"
@@ -450,8 +445,8 @@ msgstr "Puis-je exporter mon CV au format PDF ?"
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -468,11 +463,11 @@ msgstr "Annuler"
msgid "Catalan" msgid "Catalan"
msgstr "Catalan" msgstr "Catalan"
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "Alignement centré" msgstr "Alignement centré"
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "Centrer la vue" msgstr "Centrer la vue"
@@ -524,7 +519,7 @@ msgstr "Effacer la sélection"
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "Cliquez ici pour sélectionner un fichier à importer" msgstr "Cliquez ici pour sélectionner un fichier à importer"
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "Bloc de code" msgstr "Bloc de code"
@@ -595,7 +590,7 @@ msgstr "Copier les codes de secours"
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "Copiez cette clé secrète et utilisez-la dans vos applications pour accéder à vos données." msgstr "Copiez cette clé secrète et utilisez-la dans vos applications pour accéder à vos données."
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "Copier l'URL" msgstr "Copier l'URL"
@@ -611,7 +606,7 @@ msgstr "Copier l'URL"
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -666,7 +661,7 @@ msgstr "Créer un nouveau projet"
msgid "Create a new publication" msgid "Create a new publication"
msgstr "Crer une nouvelle publication" msgstr "Crer une nouvelle publication"
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "Créer une nouvelle référence" msgstr "Créer une nouvelle référence"
@@ -764,7 +759,7 @@ msgstr "Supprimer"
msgid "Delete Account" msgid "Delete Account"
msgstr "Supprimer le compte" msgstr "Supprimer le compte"
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "Supprimer la colonne" msgstr "Supprimer la colonne"
@@ -772,11 +767,11 @@ msgstr "Supprimer la colonne"
msgid "Delete Page" msgid "Delete Page"
msgstr "Supprimer la page" msgstr "Supprimer la page"
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "Supprimer la ligne" msgstr "Supprimer la ligne"
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "Supprimer la table" msgstr "Supprimer la table"
@@ -807,7 +802,7 @@ msgstr "Suppression de votre CV en cours..."
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "Description" msgstr "Description"
@@ -871,11 +866,11 @@ msgstr "Téléchargez un exemplaire de votre CV au format JSON. Utilisez ce fich
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "Téléchargez un exemplaire de votre CV au format PDF. Utilisez ce fichier pour l'imprimer ou pour partager facilement votre CV avec les recruteurs." msgstr "Téléchargez un exemplaire de votre CV au format PDF. Utilisez ce fichier pour l'imprimer ou pour partager facilement votre CV avec les recruteurs."
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "Télécharger le PDF" msgstr "Télécharger le PDF"
@@ -1149,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "Titre" msgstr "Titre"
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "Titre 1" msgstr "Titre 1"
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "Titre 2" msgstr "Titre 2"
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "Titre 3" msgstr "Titre 3"
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "Titre 4" msgstr "Titre 4"
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "Titre 5" msgstr "Titre 5"
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "Titre 6" msgstr "Titre 6"
@@ -1213,7 +1208,7 @@ msgstr "Masquer"
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "Masquer toutes les icônes du CV" msgstr "Masquer toutes les icônes du CV"
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "Mettre en surbrillance" msgstr "Mettre en surbrillance"
@@ -1272,11 +1267,11 @@ msgstr "Indonésien"
msgid "Information" msgid "Information"
msgstr "Information" msgstr "Information"
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "Code en ligne" msgstr "Code en ligne"
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "Insérer un tableau" msgstr "Insérer un tableau"
@@ -1300,7 +1295,7 @@ msgstr "Émetteur"
msgid "Italian" msgid "Italian"
msgstr "Italien" msgstr "Italien"
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "Italique" msgstr "Italique"
@@ -1308,7 +1303,7 @@ msgstr "Italique"
msgid "Japanese" msgid "Japanese"
msgstr "Japonais" msgstr "Japonais"
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "Alignement justifié" msgstr "Alignement justifié"
@@ -1379,7 +1374,7 @@ msgstr "En savoir plus"
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "Laissez le champ vide pour rétablir le titre d'origine." msgstr "Laissez le champ vide pour rétablir le titre d'origine."
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "Aligné à gauche" msgstr "Aligné à gauche"
@@ -1487,10 +1482,6 @@ msgstr "Modèle"
msgid "Move to" msgid "Move to"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx:108
msgid "Move to"
msgstr ""
#: src/routes/_home/-sections/features.tsx:70 #: src/routes/_home/-sections/features.tsx:70
msgid "Multilingual" msgid "Multilingual"
msgstr "Multilingue" msgstr "Multilingue"
@@ -1499,7 +1490,7 @@ msgstr "Multilingue"
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1519,7 +1510,7 @@ msgstr "Réseau"
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "De nouvelles fonctionnalités sont constamment ajoutées et améliorées, alors assurez-vous de vérifier régulièrement." msgstr "De nouvelles fonctionnalités sont constamment ajoutées et améliorées, alors assurez-vous de vérifier régulièrement."
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "Nouvelle ligne" msgstr "Nouvelle ligne"
@@ -1527,10 +1518,6 @@ msgstr "Nouvelle ligne"
msgid "New Page" msgid "New Page"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx:145
msgid "New Page"
msgstr ""
#: src/dialogs/auth/change-password.tsx:110 #: src/dialogs/auth/change-password.tsx:110
#: src/routes/auth/reset-password.tsx:82 #: src/routes/auth/reset-password.tsx:82
msgid "New Password" msgid "New Password"
@@ -1540,10 +1527,6 @@ msgstr "Nouveau mot de passe"
msgid "New Section" msgid "New Section"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx:134
msgid "New Section"
msgstr ""
#: src/routes/_home/-sections/features.tsx:52 #: src/routes/_home/-sections/features.tsx:52
msgid "No Advertising, No Tracking" msgid "No Advertising, No Tracking"
msgstr "Pas de publicité, pas de suivi" msgstr "Pas de publicité, pas de suivi"
@@ -1601,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "ou continuez avec" msgstr "ou continuez avec"
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "Liste triée" msgstr "Liste triée"
@@ -1623,7 +1606,7 @@ msgstr "Page {0}"
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "Page {pageNumber} sur {totalNumberOfPages}" msgstr "Page {pageNumber} sur {totalNumberOfPages}"
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "Paragraphe" msgstr "Paragraphe"
@@ -1675,6 +1658,7 @@ msgstr "Persan"
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "Téléphone" msgstr "Téléphone"
@@ -1712,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "Portugais (Portugal)" msgstr "Portugais (Portugal)"
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "Poste" msgstr "Poste"
@@ -1858,10 +1843,6 @@ msgstr "Réinitialiser le mot de passe"
msgid "Reset your password" msgid "Reset your password"
msgstr "Réinitialisez votre mot de passe" msgstr "Réinitialisez votre mot de passe"
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr "Réinitialiser le zoom"
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "Réinitialisation de votre mot de passe..." msgstr "Réinitialisation de votre mot de passe..."
@@ -1881,7 +1862,7 @@ msgstr "Ressources"
msgid "Resumes" msgid "Resumes"
msgstr "CVs" msgstr "CVs"
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "Alignement à droite" msgstr "Alignement à droite"
@@ -1908,7 +1889,7 @@ msgstr "Russe"
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1941,10 +1922,6 @@ msgstr "Recherche..."
msgid "Secret copied to clipboard." msgid "Secret copied to clipboard."
msgstr "Secret copié dans le presse-papiers." msgstr "Secret copié dans le presse-papiers."
#: src/dialogs/resume/sections/custom.tsx:178
msgid "Section Type"
msgstr ""
#: src/dialogs/resume/sections/custom.tsx:172 #: src/dialogs/resume/sections/custom.tsx:172
msgid "Section Type" msgid "Section Type"
msgstr "" msgstr ""
@@ -1966,7 +1943,7 @@ msgstr "Envoyer un e-mail de réinitialisation du mot de passe"
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "Envoi de l'e-mail de réinitialisation du mot de passe..." msgstr "Envoi de l'e-mail de réinitialisation du mot de passe..."
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "Séparateur" msgstr "Séparateur"
@@ -2145,7 +2122,7 @@ msgstr "Commencez à rédiger votre CV en partant de zéro"
msgid "Statistics" msgid "Statistics"
msgstr "Statistiques" msgstr "Statistiques"
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "Barré" msgstr "Barré"
@@ -2173,7 +2150,7 @@ msgstr "Basculer en mode sombre"
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "Basculer en mode clair" msgstr "Basculer en mode clair"
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "Tableau" msgstr "Tableau"
@@ -2404,7 +2381,7 @@ msgstr "Typographie"
msgid "Ukrainian" msgid "Ukrainian"
msgstr "Ukrainien" msgstr "Ukrainien"
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "Souligner" msgstr "Souligner"
@@ -2473,7 +2450,7 @@ msgstr "Modifier un projet existant"
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "Modifier une publication existante" msgstr "Modifier une publication existante"
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "Modifier une référence existante" msgstr "Modifier une référence existante"
@@ -2581,6 +2558,7 @@ msgstr "Bénévole"
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2715,15 +2693,14 @@ msgstr "Le lien public de votre CV est actuellement protégé par un mot de pass
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "Grâce à votre soutien, le projet reste gratuit et accessible à tous, aujourd'hui et à l'avenir." msgstr "Grâce à votre soutien, le projet reste gratuit et accessible à tous, aujourd'hui et à l'avenir."
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "Zoom avant" msgstr "Zoom avant"
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "Zoom arrière" msgstr "Zoom arrière"
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "Zoulou" msgstr "Zoulou"
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr "Adicionar competência"
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "Adicionar experiência de voluntariado" msgstr "Adicionar experiência de voluntariado"
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "Adicionar coluna depois" msgstr "Adicionar coluna depois"
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "Adicionar coluna antes" msgstr "Adicionar coluna antes"
@@ -190,11 +190,11 @@ msgstr "Adicionar coluna antes"
msgid "Add Page" msgid "Add Page"
msgstr "Adicionar página" msgstr "Adicionar página"
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "Adicionar linha depois" msgstr "Adicionar linha depois"
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "Adicionar linha antes" msgstr "Adicionar linha antes"
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "Aumentar zoom" msgstr "Aumentar zoom"
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "Diminuir zoom" msgstr "Diminuir zoom"
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "Zulu" msgstr "Zulu"
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -51
View File
@@ -88,7 +88,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -178,11 +178,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -190,11 +190,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -406,7 +406,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -445,8 +445,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -463,11 +463,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -519,7 +519,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -590,7 +590,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -606,7 +606,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -661,7 +661,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -759,7 +759,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -767,11 +767,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -802,7 +802,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -866,11 +866,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1208,7 +1208,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1267,11 +1267,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1295,7 +1295,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1303,7 +1303,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1374,7 +1374,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1490,7 +1490,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1510,7 +1510,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1606,7 +1606,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1658,6 +1658,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1841,10 +1843,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1864,7 +1862,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1891,7 +1889,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1945,7 +1943,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2124,7 +2122,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2152,7 +2150,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2383,7 +2381,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2452,7 +2450,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2560,6 +2558,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2694,15 +2693,14 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
#: src/utils/locale.ts:122 #: src/utils/locale.ts:122
msgid "Zulu" msgid "Zulu"
msgstr "" msgstr ""
+49 -50
View File
@@ -83,7 +83,7 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume." msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:50 #: src/routes/builder/$resumeId/-components/dock.tsx:44
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39 #: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx:39
msgid "A link to your resume has been copied to clipboard." msgid "A link to your resume has been copied to clipboard."
msgstr "" msgstr ""
@@ -173,11 +173,11 @@ msgstr ""
msgid "Add a new volunteer experience" msgid "Add a new volunteer experience"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:599 #: src/components/input/rich-input.tsx:595
msgid "Add Column After" msgid "Add Column After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:595 #: src/components/input/rich-input.tsx:591
msgid "Add Column Before" msgid "Add Column Before"
msgstr "" msgstr ""
@@ -185,11 +185,11 @@ msgstr ""
msgid "Add Page" msgid "Add Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:608 #: src/components/input/rich-input.tsx:604
msgid "Add Row After" msgid "Add Row After"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:604 #: src/components/input/rich-input.tsx:600
msgid "Add Row Before" msgid "Add Row Before"
msgstr "" msgstr ""
@@ -381,7 +381,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body" msgid "Body"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:323 #: src/components/input/rich-input.tsx:319
msgid "Bold" msgid "Bold"
msgstr "" msgstr ""
@@ -401,7 +401,7 @@ msgstr ""
msgid "Bulgarian" msgid "Bulgarian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:502 #: src/components/input/rich-input.tsx:498
msgid "Bullet List" msgid "Bullet List"
msgstr "" msgstr ""
@@ -440,8 +440,8 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx:126 #: src/dialogs/resume/sections/project.tsx:126
#: src/dialogs/resume/sections/publication.tsx:67 #: src/dialogs/resume/sections/publication.tsx:67
#: src/dialogs/resume/sections/publication.tsx:128 #: src/dialogs/resume/sections/publication.tsx:128
#: src/dialogs/resume/sections/reference.tsx:63 #: src/dialogs/resume/sections/reference.tsx:67
#: src/dialogs/resume/sections/reference.tsx:121 #: src/dialogs/resume/sections/reference.tsx:128
#: src/dialogs/resume/sections/skill.tsx:71 #: src/dialogs/resume/sections/skill.tsx:71
#: src/dialogs/resume/sections/skill.tsx:132 #: src/dialogs/resume/sections/skill.tsx:132
#: src/dialogs/resume/sections/volunteer.tsx:67 #: src/dialogs/resume/sections/volunteer.tsx:67
@@ -458,11 +458,11 @@ msgstr ""
msgid "Catalan" msgid "Catalan"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:477 #: src/components/input/rich-input.tsx:473
msgid "Center Align" msgid "Center Align"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:83 #: src/routes/builder/$resumeId/-components/dock.tsx:76
msgid "Center view" msgid "Center view"
msgstr "" msgstr ""
@@ -514,7 +514,7 @@ msgstr ""
msgid "Click here to select a file to import" msgid "Click here to select a file to import"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:572 #: src/components/input/rich-input.tsx:568
msgid "Code Block" msgid "Code Block"
msgstr "" msgstr ""
@@ -585,7 +585,7 @@ msgstr ""
msgid "Copy this secret key and use it in your applications to access your data." msgid "Copy this secret key and use it in your applications to access your data."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:85 #: src/routes/builder/$resumeId/-components/dock.tsx:78
msgid "Copy URL" msgid "Copy URL"
msgstr "" msgstr ""
@@ -601,7 +601,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:72 #: src/dialogs/resume/sections/profile.tsx:72
#: src/dialogs/resume/sections/project.tsx:70 #: src/dialogs/resume/sections/project.tsx:70
#: src/dialogs/resume/sections/publication.tsx:71 #: src/dialogs/resume/sections/publication.tsx:71
#: src/dialogs/resume/sections/reference.tsx:67 #: src/dialogs/resume/sections/reference.tsx:71
#: src/dialogs/resume/sections/skill.tsx:75 #: src/dialogs/resume/sections/skill.tsx:75
#: src/dialogs/resume/sections/volunteer.tsx:71 #: src/dialogs/resume/sections/volunteer.tsx:71
msgid "Create" msgid "Create"
@@ -656,7 +656,7 @@ msgstr ""
msgid "Create a new publication" msgid "Create a new publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:52 #: src/dialogs/resume/sections/reference.tsx:56
msgid "Create a new reference" msgid "Create a new reference"
msgstr "" msgstr ""
@@ -754,7 +754,7 @@ msgstr ""
msgid "Delete Account" msgid "Delete Account"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:613 #: src/components/input/rich-input.tsx:609
msgid "Delete Column" msgid "Delete Column"
msgstr "" msgstr ""
@@ -762,11 +762,11 @@ msgstr ""
msgid "Delete Page" msgid "Delete Page"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:617 #: src/components/input/rich-input.tsx:613
msgid "Delete Row" msgid "Delete Row"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:622 #: src/components/input/rich-input.tsx:618
msgid "Delete Table" msgid "Delete Table"
msgstr "" msgstr ""
@@ -797,7 +797,7 @@ msgstr ""
#: src/dialogs/resume/sections/experience.tsx:234 #: src/dialogs/resume/sections/experience.tsx:234
#: src/dialogs/resume/sections/project.tsx:198 #: src/dialogs/resume/sections/project.tsx:198
#: src/dialogs/resume/sections/publication.tsx:216 #: src/dialogs/resume/sections/publication.tsx:216
#: src/dialogs/resume/sections/reference.tsx:161 #: src/dialogs/resume/sections/reference.tsx:216
#: src/dialogs/resume/sections/volunteer.tsx:216 #: src/dialogs/resume/sections/volunteer.tsx:216
msgid "Description" msgid "Description"
msgstr "" msgstr ""
@@ -861,11 +861,11 @@ msgstr ""
msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters." msgid "Download a copy of your resume in PDF format. Use this file for printing or to easily share your resume with recruiters."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:86 #: src/routes/builder/$resumeId/-components/dock.tsx:79
msgid "Download JSON" msgid "Download JSON"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:88 #: src/routes/builder/$resumeId/-components/dock.tsx:81
msgid "Download PDF" msgid "Download PDF"
msgstr "" msgstr ""
@@ -1139,27 +1139,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
msgid "Heading" msgid "Heading"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:411 #: src/components/input/rich-input.tsx:407
msgid "Heading 1" msgid "Heading 1"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:418 #: src/components/input/rich-input.tsx:414
msgid "Heading 2" msgid "Heading 2"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:425 #: src/components/input/rich-input.tsx:421
msgid "Heading 3" msgid "Heading 3"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:432 #: src/components/input/rich-input.tsx:428
msgid "Heading 4" msgid "Heading 4"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:439 #: src/components/input/rich-input.tsx:435
msgid "Heading 5" msgid "Heading 5"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:446 #: src/components/input/rich-input.tsx:442
msgid "Heading 6" msgid "Heading 6"
msgstr "" msgstr ""
@@ -1203,7 +1203,7 @@ msgstr ""
msgid "Hide all icons on the resume" msgid "Hide all icons on the resume"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:371 #: src/components/input/rich-input.tsx:367
msgid "Highlight" msgid "Highlight"
msgstr "" msgstr ""
@@ -1262,11 +1262,11 @@ msgstr ""
msgid "Information" msgid "Information"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:560 #: src/components/input/rich-input.tsx:556
msgid "Inline Code" msgid "Inline Code"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:590 #: src/components/input/rich-input.tsx:586
msgid "Insert Table" msgid "Insert Table"
msgstr "" msgstr ""
@@ -1290,7 +1290,7 @@ msgstr ""
msgid "Italian" msgid "Italian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:335 #: src/components/input/rich-input.tsx:331
msgid "Italic" msgid "Italic"
msgstr "" msgstr ""
@@ -1298,7 +1298,7 @@ msgstr ""
msgid "Japanese" msgid "Japanese"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:491 #: src/components/input/rich-input.tsx:487
msgid "Justify Align" msgid "Justify Align"
msgstr "" msgstr ""
@@ -1369,7 +1369,7 @@ msgstr ""
msgid "Leave empty to reset the title to the original." msgid "Leave empty to reset the title to the original."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:470 #: src/components/input/rich-input.tsx:466
msgid "Left Align" msgid "Left Align"
msgstr "" msgstr ""
@@ -1485,7 +1485,7 @@ msgstr ""
#: src/dialogs/resume/index.tsx:292 #: src/dialogs/resume/index.tsx:292
#: src/dialogs/resume/sections/interest.tsx:168 #: src/dialogs/resume/sections/interest.tsx:168
#: src/dialogs/resume/sections/project.tsx:150 #: src/dialogs/resume/sections/project.tsx:150
#: src/dialogs/resume/sections/reference.tsx:145 #: src/dialogs/resume/sections/reference.tsx:152
#: src/dialogs/resume/sections/skill.tsx:174 #: src/dialogs/resume/sections/skill.tsx:174
#: src/routes/auth/register.tsx:107 #: src/routes/auth/register.tsx:107
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:50
@@ -1505,7 +1505,7 @@ msgstr ""
msgid "New features are constantly being added and improved, so be sure to check back often." msgid "New features are constantly being added and improved, so be sure to check back often."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:632 #: src/components/input/rich-input.tsx:628
msgid "New Line" msgid "New Line"
msgstr "" msgstr ""
@@ -1579,7 +1579,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
msgid "or continue with" msgid "or continue with"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:514 #: src/components/input/rich-input.tsx:510
msgid "Ordered List" msgid "Ordered List"
msgstr "" msgstr ""
@@ -1601,7 +1601,7 @@ msgstr ""
msgid "Page {pageNumber} of {totalNumberOfPages}" msgid "Page {pageNumber} of {totalNumberOfPages}"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:403 #: src/components/input/rich-input.tsx:399
msgid "Paragraph" msgid "Paragraph"
msgstr "" msgstr ""
@@ -1653,6 +1653,7 @@ msgstr ""
msgid "Personalize your resume with any colors, fonts or designs, and make it your own." msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:184
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
msgid "Phone" msgid "Phone"
msgstr "" msgstr ""
@@ -1690,6 +1691,7 @@ msgid "Portuguese (Portugal)"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/experience.tsx:170 #: src/dialogs/resume/sections/experience.tsx:170
#: src/dialogs/resume/sections/reference.tsx:168
msgid "Position" msgid "Position"
msgstr "" msgstr ""
@@ -1836,10 +1838,6 @@ msgstr ""
msgid "Reset your password" msgid "Reset your password"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:82
msgid "Reset zoom"
msgstr ""
#: src/routes/auth/reset-password.tsx:47 #: src/routes/auth/reset-password.tsx:47
msgid "Resetting your password..." msgid "Resetting your password..."
msgstr "" msgstr ""
@@ -1859,7 +1857,7 @@ msgstr ""
msgid "Resumes" msgid "Resumes"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:484 #: src/components/input/rich-input.tsx:480
msgid "Right Align" msgid "Right Align"
msgstr "" msgstr ""
@@ -1886,7 +1884,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:132 #: src/dialogs/resume/sections/profile.tsx:132
#: src/dialogs/resume/sections/project.tsx:130 #: src/dialogs/resume/sections/project.tsx:130
#: src/dialogs/resume/sections/publication.tsx:132 #: src/dialogs/resume/sections/publication.tsx:132
#: src/dialogs/resume/sections/reference.tsx:125 #: src/dialogs/resume/sections/reference.tsx:132
#: src/dialogs/resume/sections/skill.tsx:136 #: src/dialogs/resume/sections/skill.tsx:136
#: src/dialogs/resume/sections/volunteer.tsx:132 #: src/dialogs/resume/sections/volunteer.tsx:132
#: src/routes/dashboard/settings/profile.tsx:224 #: src/routes/dashboard/settings/profile.tsx:224
@@ -1940,7 +1938,7 @@ msgstr ""
msgid "Sending password reset email..." msgid "Sending password reset email..."
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:643 #: src/components/input/rich-input.tsx:639
msgid "Separator" msgid "Separator"
msgstr "" msgstr ""
@@ -2119,7 +2117,7 @@ msgstr ""
msgid "Statistics" msgid "Statistics"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:359 #: src/components/input/rich-input.tsx:355
msgid "Strike" msgid "Strike"
msgstr "" msgstr ""
@@ -2147,7 +2145,7 @@ msgstr ""
msgid "Switch to light theme" msgid "Switch to light theme"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:582 #: src/components/input/rich-input.tsx:578
msgid "Table" msgid "Table"
msgstr "" msgstr ""
@@ -2378,7 +2376,7 @@ msgstr ""
msgid "Ukrainian" msgid "Ukrainian"
msgstr "" msgstr ""
#: src/components/input/rich-input.tsx:347 #: src/components/input/rich-input.tsx:343
msgid "Underline" msgid "Underline"
msgstr "" msgstr ""
@@ -2447,7 +2445,7 @@ msgstr ""
msgid "Update an existing publication" msgid "Update an existing publication"
msgstr "" msgstr ""
#: src/dialogs/resume/sections/reference.tsx:110 #: src/dialogs/resume/sections/reference.tsx:117
msgid "Update an existing reference" msgid "Update an existing reference"
msgstr "" msgstr ""
@@ -2555,6 +2553,7 @@ msgstr ""
#: src/dialogs/resume/sections/profile.tsx:211 #: src/dialogs/resume/sections/profile.tsx:211
#: src/dialogs/resume/sections/project.tsx:182 #: src/dialogs/resume/sections/project.tsx:182
#: src/dialogs/resume/sections/publication.tsx:200 #: src/dialogs/resume/sections/publication.tsx:200
#: src/dialogs/resume/sections/reference.tsx:200
#: src/dialogs/resume/sections/volunteer.tsx:200 #: src/dialogs/resume/sections/volunteer.tsx:200
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130 #: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
msgid "Website" msgid "Website"
@@ -2689,11 +2688,11 @@ msgstr ""
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future." msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:80 #: src/routes/builder/$resumeId/-components/dock.tsx:74
msgid "Zoom in" msgid "Zoom in"
msgstr "" msgstr ""
#: src/routes/builder/$resumeId/-components/dock.tsx:81 #: src/routes/builder/$resumeId/-components/dock.tsx:75
msgid "Zoom out" msgid "Zoom out"
msgstr "" msgstr ""
+2
View File
@@ -0,0 +1,2 @@
[build]
publish = "dist/"
+13 -13
View File
@@ -31,10 +31,10 @@
"typecheck": "tsc --noEmit" "typecheck": "tsc --noEmit"
}, },
"dependencies": { "dependencies": {
"@ai-sdk/anthropic": "^3.0.19", "@ai-sdk/anthropic": "^3.0.23",
"@ai-sdk/google": "^3.0.11", "@ai-sdk/google": "^3.0.13",
"@ai-sdk/openai": "^3.0.15", "@ai-sdk/openai": "^3.0.18",
"@aws-sdk/client-s3": "^3.972.0", "@aws-sdk/client-s3": "^3.974.0",
"@better-auth/core": "1.5.0-beta.9", "@better-auth/core": "1.5.0-beta.9",
"@better-auth/passkey": "1.5.0-beta.9", "@better-auth/passkey": "1.5.0-beta.9",
"@dnd-kit/core": "^6.3.1", "@dnd-kit/core": "^6.3.1",
@@ -56,25 +56,25 @@
"@sindresorhus/slugify": "^3.0.0", "@sindresorhus/slugify": "^3.0.0",
"@t3-oss/env-core": "^0.13.10", "@t3-oss/env-core": "^0.13.10",
"@tanstack/react-query": "5.90.19", "@tanstack/react-query": "5.90.19",
"@tanstack/react-router": "^1.154.7", "@tanstack/react-router": "^1.154.12",
"@tanstack/react-router-ssr-query": "^1.154.7", "@tanstack/react-router-ssr-query": "^1.154.12",
"@tanstack/react-start": "^1.154.7", "@tanstack/react-start": "^1.154.12",
"@tanstack/zod-adapter": "^1.154.7", "@tanstack/zod-adapter": "^1.154.12",
"@tiptap/extension-highlight": "^3.16.0", "@tiptap/extension-highlight": "^3.16.0",
"@tiptap/extension-table": "^3.16.0", "@tiptap/extension-table": "^3.16.0",
"@tiptap/extension-text-align": "^3.16.0", "@tiptap/extension-text-align": "^3.16.0",
"@tiptap/pm": "^3.16.0", "@tiptap/pm": "^3.16.0",
"@tiptap/react": "^3.16.0", "@tiptap/react": "^3.16.0",
"@tiptap/starter-kit": "^3.16.0", "@tiptap/starter-kit": "^3.16.0",
"ai": "^6.0.46", "ai": "^6.0.48",
"ai-sdk-ollama": "^3.2.0", "ai-sdk-ollama": "^3.3.0",
"bcrypt": "^6.0.0", "bcrypt": "^6.0.0",
"better-auth": "1.5.0-beta.9", "better-auth": "1.5.0-beta.9",
"class-variance-authority": "^0.7.1", "class-variance-authority": "^0.7.1",
"clsx": "^2.1.1", "clsx": "^2.1.1",
"cmdk": "^1.1.1", "cmdk": "^1.1.1",
"dompurify": "^3.3.1", "dompurify": "^3.3.1",
"drizzle-orm": "^1.0.0-beta.11-05230d9", "drizzle-orm": "^1.0.0-beta.12-a5629fb",
"es-toolkit": "^1.44.0", "es-toolkit": "^1.44.0",
"fuse.js": "^7.1.0", "fuse.js": "^7.1.0",
"immer": "^11.1.3", "immer": "^11.1.3",
@@ -106,7 +106,7 @@
"unique-names-generator": "^4.7.1", "unique-names-generator": "^4.7.1",
"usehooks-ts": "^3.1.1", "usehooks-ts": "^3.1.1",
"uuid": "^13.0.0", "uuid": "^13.0.0",
"zod": "^4.3.5", "zod": "^4.3.6",
"zustand": "^5.0.10" "zustand": "^5.0.10"
}, },
"devDependencies": { "devDependencies": {
@@ -124,7 +124,7 @@
"@types/react-dom": "^19.2.3", "@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^5.1.2", "@vitejs/plugin-react": "^5.1.2",
"babel-plugin-macros": "^3.1.0", "babel-plugin-macros": "^3.1.0",
"drizzle-kit": "^1.0.0-beta.11-05230d9", "drizzle-kit": "^1.0.0-beta.12-a5629fb",
"knip": "^5.82.1", "knip": "^5.82.1",
"nitro": "npm:nitro-nightly@latest", "nitro": "npm:nitro-nightly@latest",
"node-addon-api": "^8.5.0", "node-addon-api": "^8.5.0",
+640 -240
View File
File diff suppressed because it is too large Load Diff
+14 -2
View File
@@ -9,15 +9,27 @@ export async function resetDatabase() {
const pool = new Pool({ connectionString: env.DATABASE_URL }); const pool = new Pool({ connectionString: env.DATABASE_URL });
const db = drizzle({ client: pool }); const db = drizzle({ client: pool });
// Extract the username from a PostgreSQL connection string like: postgresql://postgres:password@localhost:5432/db
const username = (() => {
try {
const match = env.DATABASE_URL.match(/^postgres(?:ql)?:\/\/([^:]+):[^@]+@/);
return match ? match[1] : undefined;
} catch {
return undefined;
}
})();
console.log("🔑 Username:", username);
try { try {
await db.transaction(async (tx) => { await db.transaction(async (tx) => {
await tx.execute(sql`DROP SCHEMA drizzle CASCADE`); await tx.execute(sql`DROP SCHEMA drizzle CASCADE`);
await tx.execute(sql`CREATE SCHEMA drizzle`); await tx.execute(sql`CREATE SCHEMA drizzle`);
await tx.execute(sql`GRANT ALL ON SCHEMA drizzle TO postgres`); await tx.execute(sql.raw(`GRANT ALL ON SCHEMA drizzle TO ${username}`));
await tx.execute(sql`DROP SCHEMA public CASCADE`); await tx.execute(sql`DROP SCHEMA public CASCADE`);
await tx.execute(sql`CREATE SCHEMA public`); await tx.execute(sql`CREATE SCHEMA public`);
await tx.execute(sql`GRANT ALL ON SCHEMA public TO postgres`); await tx.execute(sql.raw(`GRANT ALL ON SCHEMA public TO ${username}`));
}); });
console.log("✅ Database reset completed"); console.log("✅ Database reset completed");
-42
View File
@@ -1,42 +0,0 @@
import { drizzle } from "drizzle-orm/node-postgres";
import { Pool } from "pg";
import { schema } from "@/integrations/drizzle";
import { env } from "@/utils/env";
import { hashPassword } from "@/utils/password";
import { generateId } from "@/utils/string";
export async function seedDatabase() {
console.log("⌛ Seeding database...");
const pool = new Pool({ connectionString: env.DATABASE_URL });
const db = drizzle({ client: pool, schema });
try {
const userId = generateId();
await db.insert(schema.user).values({
id: userId,
name: "Test User",
email: "test@test.com",
username: "test",
displayUsername: "test",
emailVerified: true,
image: "https://i.pravatar.cc/300",
});
await db.insert(schema.account).values({
id: generateId(),
userId,
accountId: userId,
password: await hashPassword("password"),
});
} catch (error) {
console.error("🚨 Database seeding failed:", error);
} finally {
await pool.end();
}
}
if (import.meta.main) {
await seedDatabase();
}
+20 -8
View File
@@ -13,10 +13,20 @@ const argForce = args.includes("--force");
const argCompress = args.includes("--compress"); const argCompress = args.includes("--compress");
const argLimit = args.includes("--limit") ? parseInt(args[args.indexOf("--limit") + 1], 10) : 500; const argLimit = args.includes("--limit") ? parseInt(args[args.indexOf("--limit") + 1], 10) : 500;
const blacklistedFonts = ["Material Icons", "Material Symbols", "Noto Color Emoji"]; const skippedFamilies = ["Material Icons", "Material Symbols", "Noto Color Emoji"];
const FONTS_DIR = "./scripts/fonts";
const RESPONSE_FILE = `${FONTS_DIR}/response.json`;
const WEBFONTLIST_FILE = `${FONTS_DIR}/webfontlist.json`;
async function getGoogleFontsJSON() { async function getGoogleFontsJSON() {
const contents = await readFile("data/fonts/response.json", "utf-8"); let contents: string | null = null;
try {
contents = await readFile(RESPONSE_FILE, "utf-8");
} catch {
// If the file doesn't exist or there's an error reading, just continue.
}
if (!argForce && contents) return JSON.parse(contents) as APIResponse; if (!argForce && contents) return JSON.parse(contents) as APIResponse;
@@ -28,8 +38,8 @@ async function getGoogleFontsJSON() {
const data = (await response.json()) as APIResponse; const data = (await response.json()) as APIResponse;
const jsonString = argCompress ? JSON.stringify(data) : JSON.stringify(data, null, 2); const jsonString = argCompress ? JSON.stringify(data) : JSON.stringify(data, null, 2);
await mkdir("data/fonts", { recursive: true }); await mkdir(FONTS_DIR, { recursive: true });
await writeFile("data/fonts/response.json", jsonString, "utf-8"); await writeFile(RESPONSE_FILE, jsonString, "utf-8");
return data; return data;
} }
@@ -45,7 +55,7 @@ export async function generateFonts() {
console.log(`Found ${response.items.length} fonts in total.`); console.log(`Found ${response.items.length} fonts in total.`);
const filteredItems = response.items.filter( const filteredItems = response.items.filter(
(item) => !blacklistedFonts.some((blacklist) => item.family.includes(blacklist)), (item) => !skippedFamilies.some((family) => item.family.includes(family)),
); );
const result: WebFont[] = filteredItems.slice(0, argLimit).map((item) => { const result: WebFont[] = filteredItems.slice(0, argLimit).map((item) => {
@@ -54,6 +64,7 @@ export async function generateFonts() {
// 2. files: all files, but change "regular"->"400", "italic"->"400italic" // 2. files: all files, but change "regular"->"400", "italic"->"400italic"
const files: Record<string, string> = {}; const files: Record<string, string> = {};
for (const [variant, url] of Object.entries(item.files)) { for (const [variant, url] of Object.entries(item.files)) {
let key = variant; let key = variant;
if (variant === "regular") key = "400"; if (variant === "regular") key = "400";
@@ -62,17 +73,18 @@ export async function generateFonts() {
} }
return { return {
type: "web",
category: item.category, category: item.category,
family: item.family, family: item.family,
weights, weights,
preview: item.menu, preview: item.menu,
files, files,
}; } satisfies WebFont;
}); });
const jsonString = argCompress ? JSON.stringify(result) : JSON.stringify(result, null, 2); const jsonString = argCompress ? JSON.stringify(result) : JSON.stringify(result, null, 2);
await mkdir("data/fonts", { recursive: true }); await mkdir(FONTS_DIR, { recursive: true });
await writeFile("data/fonts/webfontlist.json", jsonString, "utf-8"); await writeFile(WEBFONTLIST_FILE, jsonString, "utf-8");
console.log(`Generated ${result.length} fonts in the list.`); console.log(`Generated ${result.length} fonts in the list.`);
} }
+1
View File
@@ -42,6 +42,7 @@ export type Weight = "100" | "200" | "300" | "400" | "500" | "600" | "700" | "80
type FileWeight = Weight | `${Weight}italic`; type FileWeight = Weight | `${Weight}italic`;
export type WebFont = { export type WebFont = {
type: "web";
category: Category; category: Category;
family: string; family: string;
weights: Weight[]; weights: Weight[];
+106 -23
View File
@@ -1,7 +1,7 @@
import fs from "node:fs/promises"; import fs from "node:fs/promises";
import { and, inArray, sql } from "drizzle-orm"; import { and, inArray, sql } from "drizzle-orm";
import { drizzle } from "drizzle-orm/node-postgres"; import { drizzle } from "drizzle-orm/node-postgres";
import { Pool } from "pg"; import { Pool, type QueryResult } from "pg";
import { schema } from "@/integrations/drizzle"; import { schema } from "@/integrations/drizzle";
import { ReactiveResumeV4JSONImporter } from "@/integrations/import/reactive-resume-v4-json"; import { ReactiveResumeV4JSONImporter } from "@/integrations/import/reactive-resume-v4-json";
import { defaultResumeData } from "@/schema/resume/data"; import { defaultResumeData } from "@/schema/resume/data";
@@ -43,23 +43,28 @@ const localPool = new Pool({ connectionString: localUrl });
const productionDb = drizzle({ client: productionPool }); const productionDb = drizzle({ client: productionPool });
const localDb = drizzle({ client: localPool, schema }); const localDb = drizzle({ client: localPool, schema });
// == Persistent mapping file path == // == Persistent mapping file paths ==
const USER_ID_MAP_FILE = "./scripts/migration/user-id-map.json"; const USER_ID_MAP_FILE = "./scripts/migration/user-id-map.json";
const RESUME_ID_MAP_FILE = "./scripts/migration/resume-id-map.json";
// == Progress checkpoint file path == // == Progress checkpoint file path ==
const PROGRESS_FILE = "./scripts/migration/resume-progress.json"; const PROGRESS_FILE = "./scripts/migration/resume-progress.json";
// You may tune this for your use case // You may tune this for your use case
// Reduced from 10000 to avoid PostgreSQL message format errors // Reduced from 10000 to avoid PostgreSQL message format errors
const BATCH_SIZE = 5000; const BATCH_SIZE = 10_000;
// Chunk size for actual inserts - smaller to avoid PostgreSQL message size limits // Chunk size for actual inserts - smaller to avoid PostgreSQL message size limits
// Especially important for resumes as they contain large JSONB data // Especially important for resumes as they contain large JSONB data
const INSERT_CHUNK_SIZE = 1000; const INSERT_CHUNK_SIZE = 1000;
// == Progress checkpoint interface == // == Progress checkpoint interface ==
// Uses cursor-based pagination with (createdAt, id) composite key for efficiency
interface MigrationProgress { interface MigrationProgress {
currentOffset: number; // Cursor for pagination - last seen createdAt timestamp
lastSeenCreatedAt: string | null;
// Cursor for pagination - last seen id (for tiebreaker when timestamps are equal)
lastSeenId: string | null;
resumesCreated: number; resumesCreated: number;
statisticsCreated: number; statisticsCreated: number;
skipped: number; skipped: number;
@@ -76,7 +81,7 @@ async function loadProgress(): Promise<MigrationProgress | null> {
const text = await fs.readFile(PROGRESS_FILE, { encoding: "utf-8" }); const text = await fs.readFile(PROGRESS_FILE, { encoding: "utf-8" });
const progress = JSON.parse(text) as MigrationProgress; const progress = JSON.parse(text) as MigrationProgress;
console.log(`📂 Found existing progress file. Last updated: ${progress.lastUpdated}`); console.log(`📂 Found existing progress file. Last updated: ${progress.lastUpdated}`);
console.log(` Resuming from offset ${progress.currentOffset}...`); console.log(` Resuming from cursor (createdAt: ${progress.lastSeenCreatedAt}, id: ${progress.lastSeenId})...`);
return progress; return progress;
} catch (e) { } catch (e) {
console.warn("⚠️ Failed to load progress file, starting from beginning.", e); console.warn("⚠️ Failed to load progress file, starting from beginning.", e);
@@ -88,7 +93,7 @@ async function saveProgress(progress: MigrationProgress): Promise<void> {
try { try {
progress.lastUpdated = new Date().toISOString(); progress.lastUpdated = new Date().toISOString();
await fs.writeFile(PROGRESS_FILE, JSON.stringify(progress, null, 2), { encoding: "utf-8" }); await fs.writeFile(PROGRESS_FILE, JSON.stringify(progress, null, 2), { encoding: "utf-8" });
console.log(`💾 Progress saved at offset ${progress.currentOffset}`); console.log(`💾 Progress saved at cursor (createdAt: ${progress.lastSeenCreatedAt}, id: ${progress.lastSeenId})`);
} catch (e) { } catch (e) {
console.error("🚨 Failed to save progress:", e); console.error("🚨 Failed to save progress:", e);
} }
@@ -114,15 +119,35 @@ async function loadUserIdMapFromFile(): Promise<Map<string, string>> {
return new Map<string, string>(); return new Map<string, string>();
} }
async function loadResumeIdMapFromFile(): Promise<Map<string, string>> {
try {
const text = await fs.readFile(RESUME_ID_MAP_FILE, { encoding: "utf-8" });
const obj = JSON.parse(text);
return new Map(Object.entries(obj));
} catch (e) {
console.warn("⚠️ Failed to load resumeIdMap from disk, continuing with empty map.", e);
}
return new Map<string, string>();
}
async function saveResumeIdMapToFile(resumeIdMap: Map<string, string>) {
const obj: Record<string, string> = Object.fromEntries(resumeIdMap.entries());
await fs.writeFile(RESUME_ID_MAP_FILE, JSON.stringify(obj, null, "\t"), { encoding: "utf-8" });
}
export async function migrateResumes() { export async function migrateResumes() {
const migrationStart = performance.now(); const migrationStart = performance.now();
console.log("⌛ Starting resume migration..."); console.log("⌛ Starting resume migration...");
let hasMore = true; let hasMore = true;
let currentOffset = 0;
// Load persistent userIdMap from file // Cursor-based pagination state
let lastSeenCreatedAt: string | null = null;
let lastSeenId: string | null = null;
// Load persistent ID maps from file
const userIdMap = await loadUserIdMapFromFile(); const userIdMap = await loadUserIdMapFromFile();
const resumeIdMap = await loadResumeIdMapFromFile();
// Track migration stats // Track migration stats
let resumesCreated = 0; let resumesCreated = 0;
@@ -134,7 +159,8 @@ export async function migrateResumes() {
// Load saved progress if exists // Load saved progress if exists
const savedProgress = await loadProgress(); const savedProgress = await loadProgress();
if (savedProgress) { if (savedProgress) {
currentOffset = savedProgress.currentOffset; lastSeenCreatedAt = savedProgress.lastSeenCreatedAt;
lastSeenId = savedProgress.lastSeenId;
resumesCreated = savedProgress.resumesCreated; resumesCreated = savedProgress.resumesCreated;
statisticsCreated = savedProgress.statisticsCreated; statisticsCreated = savedProgress.statisticsCreated;
skipped = savedProgress.skipped; skipped = savedProgress.skipped;
@@ -144,7 +170,8 @@ export async function migrateResumes() {
// Helper to get current progress object // Helper to get current progress object
const getCurrentProgress = (): MigrationProgress => ({ const getCurrentProgress = (): MigrationProgress => ({
currentOffset, lastSeenCreatedAt,
lastSeenId,
resumesCreated, resumesCreated,
statisticsCreated, statisticsCreated,
skipped, skipped,
@@ -159,6 +186,7 @@ export async function migrateResumes() {
shutdownRequested = true; shutdownRequested = true;
console.log("\n⚠️ Shutdown requested. Saving progress..."); console.log("\n⚠️ Shutdown requested. Saving progress...");
await saveProgress(getCurrentProgress()); await saveProgress(getCurrentProgress());
await saveResumeIdMapToFile(resumeIdMap);
console.log("👋 Exiting. Run the script again to resume from where you left off."); console.log("👋 Exiting. Run the script again to resume from where you left off.");
process.exit(0); process.exit(0);
}; };
@@ -173,14 +201,32 @@ export async function migrateResumes() {
// Check if shutdown was requested // Check if shutdown was requested
if (shutdownRequested) break; if (shutdownRequested) break;
console.log(`📥 Fetching resumes batch from production database (OFFSET ${currentOffset})...`); console.log(
`📥 Fetching resumes batch from production database (cursor: createdAt=${lastSeenCreatedAt}, id=${lastSeenId})...`,
);
const resumes = (await productionDb.execute(sql` // Use cursor-based pagination for better performance
SELECT id, title, slug, data, visibility, locked, "userId", "createdAt", "updatedAt" // Tuple comparison syntax allows Postgres to use composite index efficiently
FROM "Resume" let resumes: ProductionResume[];
ORDER BY "id" ASC
LIMIT ${BATCH_SIZE} OFFSET ${currentOffset} if (lastSeenCreatedAt && lastSeenId) {
`)) as unknown as ProductionResume[]; const result = (await productionDb.execute(sql`
SELECT id, title, slug, data, visibility, locked, "userId", "createdAt", "updatedAt"
FROM "Resume"
WHERE ("createdAt", id) < (${lastSeenCreatedAt}::timestamp, ${lastSeenId})
ORDER BY "createdAt" DESC, id DESC
LIMIT ${BATCH_SIZE}
`)) as unknown as QueryResult<ProductionResume>;
resumes = result.rows;
} else {
const result = (await productionDb.execute(sql`
SELECT id, title, slug, data, visibility, locked, "userId", "createdAt", "updatedAt"
FROM "Resume"
ORDER BY "createdAt" DESC, id DESC
LIMIT ${BATCH_SIZE}
`)) as unknown as QueryResult<ProductionResume>;
resumes = result.rows;
}
console.log(`📋 Found ${resumes.length} resumes in this batch.`); console.log(`📋 Found ${resumes.length} resumes in this batch.`);
@@ -196,11 +242,11 @@ export async function migrateResumes() {
// Escape single quotes in IDs (though UUIDs shouldn't contain them, this is safer) // Escape single quotes in IDs (though UUIDs shouldn't contain them, this is safer)
const resumeIdsForSql = resumeIds.map((id) => `'${id.replace(/'/g, "''")}'`).join(", "); const resumeIdsForSql = resumeIds.map((id) => `'${id.replace(/'/g, "''")}'`).join(", ");
const statistics = (await productionDb.execute(sql` const { rows: statistics } = (await productionDb.execute(sql`
SELECT id, views, downloads, "resumeId", "createdAt", "updatedAt" SELECT id, views, downloads, "resumeId", "createdAt", "updatedAt"
FROM "Statistics" FROM "Statistics"
WHERE "resumeId" IN (${sql.raw(resumeIdsForSql)}) WHERE "resumeId" IN (${sql.raw(resumeIdsForSql)})
`)) as unknown as ProductionStatistics[]; `)) as unknown as QueryResult<ProductionStatistics>;
// Create a map of resumeId -> statistics for quick lookup // Create a map of resumeId -> statistics for quick lookup
const statisticsMap = new Map<string, ProductionStatistics>(); const statisticsMap = new Map<string, ProductionStatistics>();
@@ -222,8 +268,15 @@ export async function migrateResumes() {
if (resumesToProcess.length === 0) { if (resumesToProcess.length === 0) {
console.log(`⏭️ All resumes in this batch have userIds not found in userIdMap.`); console.log(`⏭️ All resumes in this batch have userIds not found in userIdMap.`);
currentOffset += resumes.length; // Update cursor to the last resume in this batch
const lastResume = resumes[resumes.length - 1];
if (lastResume) {
lastSeenCreatedAt =
lastResume.createdAt instanceof Date ? lastResume.createdAt.toISOString() : String(lastResume.createdAt);
lastSeenId = lastResume.id;
}
totalResumesProcessed += resumes.length; totalResumesProcessed += resumes.length;
await saveProgress(getCurrentProgress());
continue; continue;
} }
@@ -244,8 +297,15 @@ export async function migrateResumes() {
if (resumesWithValidUsers.length === 0) { if (resumesWithValidUsers.length === 0) {
console.log(`⏭️ All resumes in this batch have userIds not found in local database.`); console.log(`⏭️ All resumes in this batch have userIds not found in local database.`);
currentOffset += resumes.length; // Update cursor to the last resume in this batch
const lastResume = resumes[resumes.length - 1];
if (lastResume) {
lastSeenCreatedAt =
lastResume.createdAt instanceof Date ? lastResume.createdAt.toISOString() : String(lastResume.createdAt);
lastSeenId = lastResume.id;
}
totalResumesProcessed += resumes.length; totalResumesProcessed += resumes.length;
await saveProgress(getCurrentProgress());
continue; continue;
} }
@@ -281,8 +341,15 @@ export async function migrateResumes() {
if (resumesToInsert.length === 0) { if (resumesToInsert.length === 0) {
console.log(`⏭️ All resumes in this batch already exist in target DB.`); console.log(`⏭️ All resumes in this batch already exist in target DB.`);
currentOffset += resumes.length; // Update cursor to the last resume in this batch
const lastResume = resumes[resumes.length - 1];
if (lastResume) {
lastSeenCreatedAt =
lastResume.createdAt instanceof Date ? lastResume.createdAt.toISOString() : String(lastResume.createdAt);
lastSeenId = lastResume.id;
}
totalResumesProcessed += resumes.length; totalResumesProcessed += resumes.length;
await saveProgress(getCurrentProgress());
continue; continue;
} }
@@ -308,6 +375,9 @@ export async function migrateResumes() {
const newResumeId = generateId(); const newResumeId = generateId();
// Track the ID mapping for future reference
resumeIdMap.set(resume.id, newResumeId);
return { return {
resumeData: { resumeData: {
id: newResumeId, id: newResumeId,
@@ -369,13 +439,23 @@ export async function migrateResumes() {
console.log( console.log(
`✅ Bulk inserted ${resumesToInsertData.length} resumes in ${batchTimeMs.toFixed(1)} ms (avg ${(batchTimeMs / resumesToInsertData.length).toFixed(1)} ms/resume)`, `✅ Bulk inserted ${resumesToInsertData.length} resumes in ${batchTimeMs.toFixed(1)} ms (avg ${(batchTimeMs / resumesToInsertData.length).toFixed(1)} ms/resume)`,
); );
// Save resume ID map after each successful batch
await saveResumeIdMapToFile(resumeIdMap);
} catch (error) { } catch (error) {
console.error(`🚨 Failed to bulk insert resumes batch:`, error); console.error(`🚨 Failed to bulk insert resumes batch:`, error);
errors++; errors++;
// Continue with next batch even if this one fails // Continue with next batch even if this one fails
} }
currentOffset += resumes.length; // Update cursor to the last resume in this batch
const lastResume = resumes[resumes.length - 1];
if (lastResume) {
lastSeenCreatedAt =
lastResume.createdAt instanceof Date ? lastResume.createdAt.toISOString() : String(lastResume.createdAt);
lastSeenId = lastResume.id;
}
totalResumesProcessed += resumes.length; totalResumesProcessed += resumes.length;
console.log(`📦 Processed ${totalResumesProcessed} resumes so far...\n`); console.log(`📦 Processed ${totalResumesProcessed} resumes so far...\n`);
@@ -399,6 +479,9 @@ export async function migrateResumes() {
`⏱️ Total migration time: ${migrationDurationMs.toFixed(1)} ms (${(migrationDurationMs / 1000).toFixed(2)} seconds)`, `⏱️ Total migration time: ${migrationDurationMs.toFixed(1)} ms (${(migrationDurationMs / 1000).toFixed(2)} seconds)`,
); );
// Final save of the mapping (ensures up-to-date state)
await saveResumeIdMapToFile(resumeIdMap);
// Clear progress file on successful completion (only if not interrupted) // Clear progress file on successful completion (only if not interrupted)
if (!shutdownRequested) { if (!shutdownRequested) {
await clearProgress(); await clearProgress();
+16 -6
View File
@@ -1,18 +1,28 @@
import { sql } from "drizzle-orm"; import { sql } from "drizzle-orm";
import { drizzle } from "drizzle-orm/node-postgres"; import { drizzle } from "drizzle-orm/node-postgres";
import { Pool } from "pg"; import { Pool } from "pg";
import { env } from "@/utils/env";
const pool = new Pool({ connectionString: env.DATABASE_URL }); const productionUrl = process.env.PRODUCTION_DATABASE_URL;
const db = drizzle({ client: pool }); if (!productionUrl) throw new Error("PRODUCTION_DATABASE_URL is not set");
const productionPool = new Pool({ connectionString: productionUrl });
const productionDb = drizzle({ client: productionPool });
const localUrl = process.env.DATABASE_URL;
if (!localUrl) throw new Error("DATABASE_URL is not set");
const localPool = new Pool({ connectionString: localUrl });
const localDb = drizzle({ client: localPool });
try { try {
const result = await db.execute(sql`SELECT 1 as connected`); const productionResult = await productionDb.execute(sql`SELECT 1 as connected`);
console.log("✅ Database connection successful", JSON.stringify(result)); console.log("✅ Production database connection successful", JSON.stringify(productionResult));
const localResult = await localDb.execute(sql`SELECT 1 as connected`);
console.log("✅ Local database connection successful", JSON.stringify(localResult));
} catch (error) { } catch (error) {
console.error("🚨 Database connection failed:", error); console.error("🚨 Database connection failed:", error);
process.exit(1); process.exit(1);
} finally { } finally {
await pool.end(); await productionPool.end();
await localPool.end();
process.exit(0); process.exit(0);
} }
+71 -64
View File
@@ -1,7 +1,7 @@
import fs from "node:fs/promises"; import fs from "node:fs/promises";
import { inArray, or, sql } from "drizzle-orm"; import { inArray, or, sql } from "drizzle-orm";
import { drizzle } from "drizzle-orm/node-postgres"; import { drizzle } from "drizzle-orm/node-postgres";
import { Pool } from "pg"; import { Pool, type QueryResult } from "pg";
import { schema } from "@/integrations/drizzle"; import { schema } from "@/integrations/drizzle";
import { generateId, toUsername } from "@/utils/string"; import { generateId, toUsername } from "@/utils/string";
@@ -18,7 +18,6 @@ interface ProductionUser {
email: string; email: string;
locale: string; locale: string;
emailVerified: boolean; emailVerified: boolean;
twoFactorEnabled: boolean;
createdAt: Date; createdAt: Date;
updatedAt: Date; updatedAt: Date;
provider: ProductionProvider; provider: ProductionProvider;
@@ -28,11 +27,6 @@ interface ProductionSecrets {
id: string; id: string;
password: string | null; password: string | null;
lastSignedIn: Date; lastSignedIn: Date;
verificationToken: string | null;
twoFactorSecret: string | null;
twoFactorBackupCodes: string[];
refreshToken: string | null;
resetToken: string | null;
userId: string; userId: string;
} }
@@ -69,18 +63,20 @@ const USER_ID_MAP_FILE = "./scripts/migration/user-id-map.json";
const PROGRESS_FILE = "./scripts/migration/user-progress.json"; const PROGRESS_FILE = "./scripts/migration/user-progress.json";
// You may tune this for your use case // You may tune this for your use case
// Reduced from 10000 to avoid PostgreSQL message format errors const BATCH_SIZE = 10_000;
const BATCH_SIZE = 5000;
// Chunk size for actual inserts - smaller to avoid PostgreSQL message size limits // Chunk size for actual inserts - smaller to avoid PostgreSQL message size limits
const INSERT_CHUNK_SIZE = 1000; const INSERT_CHUNK_SIZE = 1000;
// == Progress checkpoint interface == // == Progress checkpoint interface ==
// Uses cursor-based pagination with (createdAt, id) composite key for efficiency
interface MigrationProgress { interface MigrationProgress {
currentOffset: number; // Cursor for pagination - last seen createdAt timestamp
lastSeenCreatedAt: string | null;
// Cursor for pagination - last seen id (for tiebreaker when timestamps are equal)
lastSeenId: string | null;
usersCreated: number; usersCreated: number;
accountsCreated: number; accountsCreated: number;
twoFactorCreated: number;
skipped: number; skipped: number;
totalUsersProcessed: number; totalUsersProcessed: number;
lastUpdated: string; lastUpdated: string;
@@ -94,7 +90,7 @@ async function loadProgress(): Promise<MigrationProgress | null> {
const text = await fs.readFile(PROGRESS_FILE, { encoding: "utf-8" }); const text = await fs.readFile(PROGRESS_FILE, { encoding: "utf-8" });
const progress = JSON.parse(text) as MigrationProgress; const progress = JSON.parse(text) as MigrationProgress;
console.log(`📂 Found existing progress file. Last updated: ${progress.lastUpdated}`); console.log(`📂 Found existing progress file. Last updated: ${progress.lastUpdated}`);
console.log(` Resuming from offset ${progress.currentOffset}...`); console.log(` Resuming from cursor (createdAt: ${progress.lastSeenCreatedAt}, id: ${progress.lastSeenId})...`);
return progress; return progress;
} catch (e) { } catch (e) {
console.warn("⚠️ Failed to load progress file, starting from beginning.", e); console.warn("⚠️ Failed to load progress file, starting from beginning.", e);
@@ -106,7 +102,7 @@ async function saveProgress(progress: MigrationProgress): Promise<void> {
try { try {
progress.lastUpdated = new Date().toISOString(); progress.lastUpdated = new Date().toISOString();
await fs.writeFile(PROGRESS_FILE, JSON.stringify(progress, null, 2), { encoding: "utf-8" }); await fs.writeFile(PROGRESS_FILE, JSON.stringify(progress, null, 2), { encoding: "utf-8" });
console.log(`💾 Progress saved at offset ${progress.currentOffset}`); console.log(`💾 Progress saved at cursor (createdAt: ${progress.lastSeenCreatedAt}, id: ${progress.lastSeenId})`);
} catch (e) { } catch (e) {
console.error("🚨 Failed to save progress:", e); console.error("🚨 Failed to save progress:", e);
} }
@@ -142,7 +138,10 @@ export async function migrateUsers() {
console.log("⌛ Starting user migration..."); console.log("⌛ Starting user migration...");
let hasMore = true; let hasMore = true;
let currentOffset = 0;
// Cursor-based pagination state
let lastSeenCreatedAt: string | null = null;
let lastSeenId: string | null = null;
// Load persistent userIdMap from file // Load persistent userIdMap from file
const userIdMap = await loadUserIdMapFromFile(); const userIdMap = await loadUserIdMapFromFile();
@@ -150,27 +149,26 @@ export async function migrateUsers() {
// Track migration stats // Track migration stats
let usersCreated = 0; let usersCreated = 0;
let accountsCreated = 0; let accountsCreated = 0;
let twoFactorCreated = 0;
let skipped = 0; let skipped = 0;
let totalUsersProcessed = 0; let totalUsersProcessed = 0;
// Load saved progress if exists // Load saved progress if exists
const savedProgress = await loadProgress(); const savedProgress = await loadProgress();
if (savedProgress) { if (savedProgress) {
currentOffset = savedProgress.currentOffset; lastSeenCreatedAt = savedProgress.lastSeenCreatedAt;
lastSeenId = savedProgress.lastSeenId;
usersCreated = savedProgress.usersCreated; usersCreated = savedProgress.usersCreated;
accountsCreated = savedProgress.accountsCreated; accountsCreated = savedProgress.accountsCreated;
twoFactorCreated = savedProgress.twoFactorCreated;
skipped = savedProgress.skipped; skipped = savedProgress.skipped;
totalUsersProcessed = savedProgress.totalUsersProcessed; totalUsersProcessed = savedProgress.totalUsersProcessed;
} }
// Helper to get current progress object // Helper to get current progress object
const getCurrentProgress = (): MigrationProgress => ({ const getCurrentProgress = (): MigrationProgress => ({
currentOffset, lastSeenCreatedAt,
lastSeenId,
usersCreated, usersCreated,
accountsCreated, accountsCreated,
twoFactorCreated,
skipped, skipped,
totalUsersProcessed, totalUsersProcessed,
lastUpdated: new Date().toISOString(), lastUpdated: new Date().toISOString(),
@@ -194,14 +192,30 @@ export async function migrateUsers() {
// Check if shutdown was requested // Check if shutdown was requested
if (shutdownRequested) break; if (shutdownRequested) break;
console.log(`📥 Fetching users batch from production database (OFFSET ${currentOffset})...`); console.log(
`📥 Fetching users batch from production database (cursor: createdAt=${lastSeenCreatedAt}, id=${lastSeenId})...`,
);
const users = (await productionDb.execute(sql` let users: ProductionUser[];
SELECT id, name, picture, username, email, locale, "emailVerified", "twoFactorEnabled", "createdAt", "updatedAt", provider
FROM "User" if (lastSeenCreatedAt && lastSeenId) {
ORDER BY "id" ASC const result = (await productionDb.execute(sql`
LIMIT ${BATCH_SIZE} OFFSET ${currentOffset} SELECT id, name, picture, username, email, locale, "emailVerified", "createdAt", "updatedAt", provider
`)) as unknown as ProductionUser[]; FROM "User"
WHERE ("createdAt", id) < (${lastSeenCreatedAt}::timestamp, ${lastSeenId})
ORDER BY "createdAt" DESC, id DESC
LIMIT ${BATCH_SIZE}
`)) as unknown as QueryResult<ProductionUser>;
users = result.rows;
} else {
const result = (await productionDb.execute(sql`
SELECT id, name, picture, username, email, locale, "emailVerified", "createdAt", "updatedAt", provider
FROM "User"
ORDER BY "createdAt" DESC, id DESC
LIMIT ${BATCH_SIZE}
`)) as unknown as QueryResult<ProductionUser>;
users = result.rows;
}
console.log(`📋 Found ${users.length} users in this batch.`); console.log(`📋 Found ${users.length} users in this batch.`);
@@ -217,11 +231,11 @@ export async function migrateUsers() {
// Escape single quotes in IDs (though UUIDs shouldn't contain them, this is safer) // Escape single quotes in IDs (though UUIDs shouldn't contain them, this is safer)
const userIdsForSql = userIds.map((id) => `'${id.replace(/'/g, "''")}'`).join(", "); const userIdsForSql = userIds.map((id) => `'${id.replace(/'/g, "''")}'`).join(", ");
const secrets = (await productionDb.execute(sql` const { rows: secrets } = (await productionDb.execute(sql`
SELECT id, password, "lastSignedIn", "verificationToken", "twoFactorSecret", "twoFactorBackupCodes", "refreshToken", "resetToken", "userId" SELECT id, password, "lastSignedIn", "userId"
FROM "Secrets" FROM "Secrets"
WHERE "userId" IN (${sql.raw(userIdsForSql)}) WHERE "userId" IN (${sql.raw(userIdsForSql)})
`)) as unknown as ProductionSecrets[]; `)) as unknown as QueryResult<ProductionSecrets>;
// Create a map of userId -> secrets for quick lookup // Create a map of userId -> secrets for quick lookup
const secretsMap = new Map<string, ProductionSecrets>(); const secretsMap = new Map<string, ProductionSecrets>();
@@ -240,8 +254,15 @@ export async function migrateUsers() {
if (usersToProcess.length === 0) { if (usersToProcess.length === 0) {
console.log(`⏭️ All users in this batch were already migrated.`); console.log(`⏭️ All users in this batch were already migrated.`);
currentOffset += users.length; // Update cursor to the last user in this batch
const lastUser = users[users.length - 1];
if (lastUser) {
lastSeenCreatedAt =
lastUser.createdAt instanceof Date ? lastUser.createdAt.toISOString() : String(lastUser.createdAt);
lastSeenId = lastUser.id;
}
totalUsersProcessed += users.length; totalUsersProcessed += users.length;
await saveProgress(getCurrentProgress());
continue; continue;
} }
@@ -287,9 +308,16 @@ export async function migrateUsers() {
if (usersToInsert.length === 0) { if (usersToInsert.length === 0) {
console.log(`⏭️ All users in this batch already exist in target DB.`); console.log(`⏭️ All users in this batch already exist in target DB.`);
currentOffset += users.length; // Update cursor to the last user in this batch
const lastUser = users[users.length - 1];
if (lastUser) {
lastSeenCreatedAt =
lastUser.createdAt instanceof Date ? lastUser.createdAt.toISOString() : String(lastUser.createdAt);
lastSeenId = lastUser.id;
}
totalUsersProcessed += users.length; totalUsersProcessed += users.length;
await saveUserIdMapToFile(userIdMap); await saveUserIdMapToFile(userIdMap);
await saveProgress(getCurrentProgress());
continue; continue;
} }
@@ -308,7 +336,7 @@ export async function migrateUsers() {
username: username, username: username,
displayUsername: displayUsername, displayUsername: displayUsername,
emailVerified: user.emailVerified, emailVerified: user.emailVerified,
twoFactorEnabled: user.twoFactorEnabled, twoFactorEnabled: false, // All users start with 2FA disabled in the new system
createdAt: user.createdAt, createdAt: user.createdAt,
updatedAt: user.updatedAt, updatedAt: user.updatedAt,
}, },
@@ -339,7 +367,6 @@ export async function migrateUsers() {
accountId: accountId, accountId: accountId,
providerId: providerId, providerId: providerId,
password: userSecrets?.password ?? null, password: userSecrets?.password ?? null,
refreshToken: userSecrets?.refreshToken ?? null,
createdAt: userData.createdAt, createdAt: userData.createdAt,
updatedAt: userData.updatedAt, updatedAt: userData.updatedAt,
}; };
@@ -352,34 +379,6 @@ export async function migrateUsers() {
} }
accountsCreated += accountsToInsert.length; accountsCreated += accountsToInsert.length;
// Prepare two-factor entries for bulk insert
const twoFactorToInsert = usersToInsertData
.map(({ originalUser, newUserId, userData }) => {
const userSecrets = secretsMap.get(originalUser.id);
if (originalUser.twoFactorEnabled && userSecrets?.twoFactorSecret) {
return {
id: generateId(),
userId: newUserId,
secret: userSecrets.twoFactorSecret,
backupCodes: userSecrets.twoFactorBackupCodes.join(","),
createdAt: userData.createdAt,
updatedAt: userData.updatedAt,
};
}
return null;
})
.filter((entry): entry is NonNullable<typeof entry> => entry !== null);
// Bulk insert two-factor entries (chunked)
if (twoFactorToInsert.length > 0) {
for (let i = 0; i < twoFactorToInsert.length; i += INSERT_CHUNK_SIZE) {
const chunk = twoFactorToInsert.slice(i, i + INSERT_CHUNK_SIZE);
await localDb.insert(schema.twoFactor).values(chunk);
}
twoFactorCreated += twoFactorToInsert.length;
}
const batchEnd = performance.now(); const batchEnd = performance.now();
const batchTimeMs = batchEnd - batchStart; const batchTimeMs = batchEnd - batchStart;
console.log( console.log(
@@ -388,15 +387,24 @@ export async function migrateUsers() {
// Save progress after each batch // Save progress after each batch
await saveUserIdMapToFile(userIdMap); await saveUserIdMapToFile(userIdMap);
await saveProgress(getCurrentProgress());
} catch (error) { } catch (error) {
console.error(`🚨 Failed to bulk insert users batch:`, error); console.error(`🚨 Failed to bulk insert users batch:`, error);
// Continue with next batch even if this one fails // Continue with next batch even if this one fails
} }
currentOffset += users.length; // Update cursor to the last user in this batch
const lastUser = users[users.length - 1];
if (lastUser) {
lastSeenCreatedAt =
lastUser.createdAt instanceof Date ? lastUser.createdAt.toISOString() : String(lastUser.createdAt);
lastSeenId = lastUser.id;
}
totalUsersProcessed += users.length; totalUsersProcessed += users.length;
console.log(`📦 Processed ${totalUsersProcessed} users so far...\n`); console.log(`📦 Processed ${totalUsersProcessed} users so far...\n`);
// Save progress after updating cursor
await saveProgress(getCurrentProgress());
} }
// Remove signal handlers // Remove signal handlers
@@ -409,7 +417,6 @@ export async function migrateUsers() {
console.log("\n📊 Migration Summary:"); console.log("\n📊 Migration Summary:");
console.log(` Users created: ${usersCreated}`); console.log(` Users created: ${usersCreated}`);
console.log(` Accounts created: ${accountsCreated}`); console.log(` Accounts created: ${accountsCreated}`);
console.log(` Two-factor entries created: ${twoFactorCreated}`);
console.log(` Skipped (already exist): ${skipped}`); console.log(` Skipped (already exist): ${skipped}`);
console.log( console.log(
`⏱️ Total migration time: ${migrationDurationMs.toFixed(1)} ms (${(migrationDurationMs / 1000).toFixed(2)} seconds)`, `⏱️ Total migration time: ${migrationDurationMs.toFixed(1)} ms (${(migrationDurationMs / 1000).toFixed(2)} seconds)`,
+1 -6
View File
@@ -15,12 +15,7 @@ export function GithubStarsButton() {
return ( return (
<Button asChild variant="outline"> <Button asChild variant="outline">
<a <a target="_blank" href="https://github.com/amruthpillai/reactive-resume" aria-label={ariaLabel} rel="noopener">
href="https://github.com/amruthpillai/reactive-resume"
target="_blank"
rel="noopener noreferrer"
aria-label={ariaLabel}
>
<GithubLogoIcon aria-hidden="true" /> <GithubLogoIcon aria-hidden="true" />
{starCount != null ? ( {starCount != null ? (
<CountUp to={starCount} duration={0.5} separator="," className="font-bold" aria-hidden="true" /> <CountUp to={starCount} duration={0.5} separator="," className="font-bold" aria-hidden="true" />
+1 -5
View File
@@ -269,11 +269,7 @@ function EditorToolbar({ editor }: { editor: Editor }) {
return; return;
} }
ctx.editor ctx.editor.chain().focus().setLink({ href: url, target: "_blank", rel: "noopener nofollow" }).run();
.chain()
.focus()
.setLink({ href: url, target: "_blank", rel: "noopener noreferrer nofollow" })
.run();
}, },
unsetLink: () => ctx.editor.chain().focus().unsetLink().run(), unsetLink: () => ctx.editor.chain().focus().unsetLink().run(),
@@ -186,7 +186,7 @@ export function getSectionComponent(
style={{ gridTemplateColumns: `repeat(${customSection.columns}, 1fr)` }} style={{ gridTemplateColumns: `repeat(${customSection.columns}, 1fr)` }}
> >
{visibleItems.map((item) => ( {visibleItems.map((item) => (
<div key={item.id} className={cn(`section-item section-item-${customSection.type} *:space-y-1`)}> <div key={item.id} className={cn(`section-item section-item-${customSection.type}`)}>
{renderItemByType(customSection.type, item, itemClassName)} {renderItemByType(customSection.type, item, itemClassName)}
</div> </div>
))} ))}
@@ -1,6 +1,7 @@
import { TiptapContent } from "@/components/input/rich-input"; import { TiptapContent } from "@/components/input/rich-input";
import type { SectionItem } from "@/schema/resume/data"; import type { SectionItem } from "@/schema/resume/data";
import { cn } from "@/utils/style"; import { cn } from "@/utils/style";
import { PageLink } from "../page-link";
type ReferencesItemProps = SectionItem<"references"> & { type ReferencesItemProps = SectionItem<"references"> & {
className?: string; className?: string;
@@ -9,12 +10,21 @@ type ReferencesItemProps = SectionItem<"references"> & {
export function ReferencesItem({ className, ...item }: ReferencesItemProps) { export function ReferencesItem({ className, ...item }: ReferencesItemProps) {
return ( return (
<div className={cn("references-item", className)}> <div className={cn("references-item", className)}>
<p className="section-item-name references-item-name"> <div className="section-item-header references-item-header">
<strong>{item.name}</strong> <div className="flex items-center justify-between">
</p> <p className="section-item-name references-item-name">
<strong>{item.name}</strong>
</p>
</div>
<p className="section-item-subtitle references-item-position">{item.position}</p>
</div>
<div className="section-item-description references-item-description"> <div className="section-item-description references-item-description">
<TiptapContent content={item.description} /> <TiptapContent content={item.description} />
</div> </div>
<div className="section-item-footer references-item-footer flex flex-col">
<div className="section-item-metadata references-item-phone">{item.phone}</div>
<PageLink {...item.website} label={item.website.label} className="section-item-link references-item-link" />
</div>
</div> </div>
); );
} }
+2 -1
View File
@@ -1,4 +1,5 @@
import { LevelDisplay } from "@/components/level/display"; import { LevelDisplay } from "@/components/level/display";
import { cn } from "@/utils/style";
import { useResumeStore } from "../store/resume"; import { useResumeStore } from "../store/resume";
type Props = React.ComponentProps<"div"> & { type Props = React.ComponentProps<"div"> & {
@@ -8,5 +9,5 @@ type Props = React.ComponentProps<"div"> & {
export function PageLevel({ level, className, ...props }: Props) { export function PageLevel({ level, className, ...props }: Props) {
const { icon, type } = useResumeStore((state) => state.resume.data.metadata.design.level); const { icon, type } = useResumeStore((state) => state.resume.data.metadata.design.level);
return <LevelDisplay icon={icon} type={type} level={level} className={className} {...props} />; return <LevelDisplay icon={icon} type={type} level={level} className={cn("h-4", className)} {...props} />;
} }
+1 -1
View File
@@ -10,7 +10,7 @@ export function PageLink({ url, label, className }: Props) {
if (!url) return null; if (!url) return null;
return ( return (
<a href={url} target="_blank" rel="noopener noreferrer" className={cn("inline-block text-wrap", className)}> <a href={url} target="_blank" rel="noopener" className={cn("inline-block text-wrap", className)}>
{label || url} {label || url}
</a> </a>
); );
+1 -1
View File
@@ -33,7 +33,7 @@ export function LaprasTemplate({ pageIndex, pageLayout }: TemplateProps) {
"--heading-negative-margin": `${headingNegativeMargin}pt`, "--heading-negative-margin": `${headingNegativeMargin}pt`,
} as React.CSSProperties } as React.CSSProperties
} }
className="template-lapras page-content space-y-7 px-(--page-margin-x) py-(--page-margin-y)" className="template-lapras page-content space-y-7 px-(--page-margin-x) py-(--page-margin-y) print:p-0"
> >
{isFirstPage && <Header />} {isFirstPage && <Header />}
+5 -1
View File
@@ -30,7 +30,11 @@ export function PikachuTemplate({ pageIndex, pageLayout }: TemplateProps) {
data-layout="sidebar" data-layout="sidebar"
className="group page-sidebar flex w-(--page-sidebar-width) shrink-0 flex-col space-y-3" className="group page-sidebar flex w-(--page-sidebar-width) shrink-0 flex-col space-y-3"
> >
{isFirstPage && <PagePicture className="max-h-full! max-w-full!" />} {isFirstPage && (
<div className="flex items-center justify-center">
<PagePicture />
</div>
)}
{!fullWidth && ( {!fullWidth && (
<div className="shrink-0 space-y-4 overflow-x-hidden"> <div className="shrink-0 space-y-4 overflow-x-hidden">
+1
View File
@@ -22,6 +22,7 @@ const localFontList = [
{ type: "local", category: "serif", family: "Palatino", weights: ["400", "600", "700"] }, { type: "local", category: "serif", family: "Palatino", weights: ["400", "600", "700"] },
{ type: "local", category: "serif", family: "Times New Roman", weights: ["400", "600", "700"] }, { type: "local", category: "serif", family: "Times New Roman", weights: ["400", "600", "700"] },
] as LocalFont[]; ] as LocalFont[];
const webFontList = webFontListJSON as WebFont[]; const webFontList = webFontListJSON as WebFont[];
function buildWebFontMap() { function buildWebFontMap() {
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -9,7 +9,7 @@ export function Copyright({ className, ...props }: Props) {
<p> <p>
<Trans> <Trans>
Licensed under{" "} Licensed under{" "}
<a href="#" target="_blank" rel="noopener noreferrer" className="font-medium underline underline-offset-2"> <a href="#" target="_blank" rel="noopener" className="font-medium underline underline-offset-2">
MIT MIT
</a> </a>
. .
@@ -25,7 +25,7 @@ export function Copyright({ className, ...props }: Props) {
A passion project by{" "} A passion project by{" "}
<a <a
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener"
href="https://amruthpillai.com" href="https://amruthpillai.com"
className="font-medium underline underline-offset-2" className="font-medium underline underline-offset-2"
> >
+56 -1
View File
@@ -4,6 +4,7 @@ import { PencilSimpleLineIcon, PlusIcon } from "@phosphor-icons/react";
import { useForm, useFormContext } from "react-hook-form"; import { useForm, useFormContext } from "react-hook-form";
import type z from "zod"; import type z from "zod";
import { RichInput } from "@/components/input/rich-input"; import { RichInput } from "@/components/input/rich-input";
import { URLInput } from "@/components/input/url-input";
import { useResumeStore } from "@/components/resume/store/resume"; import { useResumeStore } from "@/components/resume/store/resume";
import { Button } from "@/components/ui/button"; import { Button } from "@/components/ui/button";
import { DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle } from "@/components/ui/dialog"; import { DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle } from "@/components/ui/dialog";
@@ -28,6 +29,9 @@ export function CreateReferenceDialog({ data }: DialogProps<"resume.sections.ref
id: generateId(), id: generateId(),
hidden: data?.item?.hidden ?? false, hidden: data?.item?.hidden ?? false,
name: data?.item?.name ?? "", name: data?.item?.name ?? "",
position: data?.item?.position ?? "",
website: data?.item?.website ?? { url: "", label: "" },
phone: data?.item?.phone ?? "",
description: data?.item?.description ?? "", description: data?.item?.description ?? "",
}, },
}); });
@@ -83,6 +87,9 @@ export function UpdateReferenceDialog({ data }: DialogProps<"resume.sections.ref
id: data.item.id, id: data.item.id,
hidden: data.item.hidden, hidden: data.item.hidden,
name: data.item.name, name: data.item.name,
position: data.item.position,
website: data.item.website,
phone: data.item.phone,
description: data.item.description, description: data.item.description,
}, },
}); });
@@ -140,7 +147,7 @@ function ReferenceForm() {
control={form.control} control={form.control}
name="name" name="name"
render={({ field }) => ( render={({ field }) => (
<FormItem className="sm:col-span-full"> <FormItem>
<FormLabel> <FormLabel>
<Trans>Name</Trans> <Trans>Name</Trans>
</FormLabel> </FormLabel>
@@ -152,6 +159,54 @@ function ReferenceForm() {
)} )}
/> />
<FormField
control={form.control}
name="position"
render={({ field }) => (
<FormItem>
<FormLabel>
<Trans>Position</Trans>
</FormLabel>
<FormControl>
<Input {...field} />
</FormControl>
<FormMessage />
</FormItem>
)}
/>
<FormField
control={form.control}
name="phone"
render={({ field }) => (
<FormItem>
<FormLabel>
<Trans>Phone</Trans>
</FormLabel>
<FormControl>
<Input {...field} />
</FormControl>
<FormMessage />
</FormItem>
)}
/>
<FormField
control={form.control}
name="website"
render={({ field }) => (
<FormItem>
<FormLabel>
<Trans>Website</Trans>
</FormLabel>
<FormControl>
<URLInput {...field} value={field.value} onChange={field.onChange} />
</FormControl>
<FormMessage />
</FormItem>
)}
/>
<FormField <FormField
control={form.control} control={form.control}
name="description" name="description"
+3
View File
@@ -584,6 +584,9 @@ export class JSONResumeImporter {
id: generateId(), id: generateId(),
hidden: false, hidden: false,
name: ref.name || "", name: ref.name || "",
position: "",
website: { url: "", label: "" },
phone: "",
description: ref.reference ? `<p>${ref.reference}</p>` : "", description: ref.reference ? `<p>${ref.reference}</p>` : "",
})), })),
}; };
@@ -1,3 +1,5 @@
/** biome-ignore-all lint/style/noNonNullAssertion: only used in places where we know the value is not null */
import z, { flattenError, ZodError } from "zod"; import z, { flattenError, ZodError } from "zod";
import { type ResumeData, resumeDataSchema } from "@/schema/resume/data"; import { type ResumeData, resumeDataSchema } from "@/schema/resume/data";
import { type Template, templateSchema } from "@/schema/templates"; import { type Template, templateSchema } from "@/schema/templates";
@@ -122,7 +124,6 @@ type V4ResumeData = {
items: Array<{ items: Array<{
id: string; id: string;
visible: boolean; visible: boolean;
name?: string;
title?: string; title?: string;
awarder?: string; awarder?: string;
date?: string; date?: string;
@@ -433,16 +434,16 @@ export class ReactiveResumeV4JSONImporter {
}, },
sections: { sections: {
profiles: { profiles: {
title: (v4Data.sections.profiles?.name ?? "").trim() || "Profiles", title: v4Data.sections.profiles?.name ?? "",
columns: v4Data.sections.profiles?.columns ?? 1, columns: v4Data.sections.profiles?.columns ?? 1,
hidden: !(v4Data.sections.profiles?.visible ?? true), hidden: !(v4Data.sections.profiles?.visible ?? true),
items: (v4Data.sections.profiles?.items ?? []) items: (v4Data.sections.profiles?.items ?? [])
.filter((item) => item.network && item.network.trim().length > 0) .filter((item) => item.network && item.network.length > 0)
.map((item) => ({ .map((item) => ({
id: item.id ?? generateId(), id: item.id ?? generateId(),
hidden: !(item.visible ?? true), hidden: !(item.visible ?? true),
icon: item.icon ?? "", icon: item.icon ?? "",
network: item.network?.trim() || "Other", network: item.network!,
username: item.username ?? "", username: item.username ?? "",
website: { website: {
url: item.url?.href ?? "", url: item.url?.href ?? "",
@@ -451,15 +452,15 @@ export class ReactiveResumeV4JSONImporter {
})), })),
}, },
experience: { experience: {
title: (v4Data.sections.experience?.name ?? "").trim() || "Experience", title: v4Data.sections.experience?.name ?? "",
columns: v4Data.sections.experience?.columns ?? 1, columns: v4Data.sections.experience?.columns ?? 1,
hidden: !(v4Data.sections.experience?.visible ?? true), hidden: !(v4Data.sections.experience?.visible ?? true),
items: (v4Data.sections.experience?.items ?? []) items: (v4Data.sections.experience?.items ?? [])
.filter((item) => item.company && item.company.trim().length > 0) .filter((item) => item.company && item.company.length > 0)
.map((item) => ({ .map((item) => ({
id: item.id ?? generateId(), id: item.id ?? generateId(),
hidden: !(item.visible ?? true), hidden: !(item.visible ?? true),
company: item.company?.trim() || "Company", company: item.company!,
position: item.position ?? "", position: item.position ?? "",
location: item.location ?? "", location: item.location ?? "",
period: item.date ?? "", period: item.date ?? "",
@@ -471,15 +472,15 @@ export class ReactiveResumeV4JSONImporter {
})), })),
}, },
education: { education: {
title: (v4Data.sections.education?.name ?? "").trim() || "Education", title: v4Data.sections.education?.name ?? "",
columns: v4Data.sections.education?.columns ?? 1, columns: v4Data.sections.education?.columns ?? 1,
hidden: !(v4Data.sections.education?.visible ?? true), hidden: !(v4Data.sections.education?.visible ?? true),
items: (v4Data.sections.education?.items ?? []) items: (v4Data.sections.education?.items ?? [])
.filter((item) => item.institution && item.institution.trim().length > 0) .filter((item) => item.institution && item.institution.length > 0)
.map((item) => ({ .map((item) => ({
id: item.id ?? generateId(), id: item.id ?? generateId(),
hidden: !(item.visible ?? true), hidden: !(item.visible ?? true),
school: item.institution?.trim() || "School", school: item.institution!,
degree: item.studyType ?? "", degree: item.studyType ?? "",
area: item.area ?? "", area: item.area ?? "",
grade: item.score ?? "", grade: item.score ?? "",
@@ -493,15 +494,15 @@ export class ReactiveResumeV4JSONImporter {
})), })),
}, },
projects: { projects: {
title: (v4Data.sections.projects?.name ?? "").trim() || "Projects", title: v4Data.sections.projects?.name ?? "",
columns: v4Data.sections.projects?.columns ?? 1, columns: v4Data.sections.projects?.columns ?? 1,
hidden: !(v4Data.sections.projects?.visible ?? true), hidden: !(v4Data.sections.projects?.visible ?? true),
items: (v4Data.sections.projects?.items ?? []) items: (v4Data.sections.projects?.items ?? [])
.filter((item) => item.name && item.name.trim().length > 0) .filter((item) => item.name && item.name.length > 0)
.map((item) => ({ .map((item) => ({
id: item.id ?? generateId(), id: item.id ?? generateId(),
hidden: !(item.visible ?? true), hidden: !(item.visible ?? true),
name: item.name?.trim() || "Project", name: item.name!,
period: item.date ?? "", period: item.date ?? "",
website: { website: {
url: item.url?.href ?? "", url: item.url?.href ?? "",
@@ -511,59 +512,59 @@ export class ReactiveResumeV4JSONImporter {
})), })),
}, },
skills: { skills: {
title: (v4Data.sections.skills?.name ?? "").trim() || "Skills", title: v4Data.sections.skills?.name ?? "",
columns: v4Data.sections.skills?.columns ?? 1, columns: v4Data.sections.skills?.columns ?? 1,
hidden: !(v4Data.sections.skills?.visible ?? true), hidden: !(v4Data.sections.skills?.visible ?? true),
items: (v4Data.sections.skills?.items ?? []) items: (v4Data.sections.skills?.items ?? [])
.filter((item) => item.name && item.name.trim().length > 0) .filter((item) => item.name && item.name.length > 0)
.map((item) => ({ .map((item) => ({
id: item.id ?? generateId(), id: item.id ?? generateId(),
hidden: !(item.visible ?? true), hidden: !(item.visible ?? true),
icon: "", icon: "",
name: item.name?.trim() || "Skill", name: item.name!,
proficiency: item.description ?? "", proficiency: item.description ?? "",
level: clampLevel(item.level ?? 0), level: clampLevel(item.level ?? 0),
keywords: item.keywords ?? [], keywords: item.keywords ?? [],
})), })),
}, },
languages: { languages: {
title: (v4Data.sections.languages?.name ?? "").trim() || "Languages", title: v4Data.sections.languages?.name ?? "",
columns: v4Data.sections.languages?.columns ?? 1, columns: v4Data.sections.languages?.columns ?? 1,
hidden: !(v4Data.sections.languages?.visible ?? true), hidden: !(v4Data.sections.languages?.visible ?? true),
items: (v4Data.sections.languages?.items ?? []) items: (v4Data.sections.languages?.items ?? [])
.filter((item) => item.language && item.language.trim().length > 0) .filter((item) => item.language && item.language.length > 0)
.map((item) => ({ .map((item) => ({
id: item.id ?? generateId(), id: item.id ?? generateId(),
hidden: !(item.visible ?? true), hidden: !(item.visible ?? true),
language: item.language?.trim() || "Language", language: item.language!,
fluency: item.fluency ?? "", fluency: item.fluency ?? "",
level: clampLevel(item.level ?? 0), level: clampLevel(item.level ?? 0),
})), })),
}, },
interests: { interests: {
title: (v4Data.sections.interests?.name ?? "").trim() || "Interests", title: v4Data.sections.interests?.name ?? "",
columns: v4Data.sections.interests?.columns ?? 1, columns: v4Data.sections.interests?.columns ?? 1,
hidden: !(v4Data.sections.interests?.visible ?? true), hidden: !(v4Data.sections.interests?.visible ?? true),
items: (v4Data.sections.interests?.items ?? []) items: (v4Data.sections.interests?.items ?? [])
.filter((item) => item.name && item.name.trim().length > 0) .filter((item) => item.name && item.name.length > 0)
.map((item) => ({ .map((item) => ({
id: item.id ?? generateId(), id: item.id ?? generateId(),
hidden: !(item.visible ?? true), hidden: !(item.visible ?? true),
icon: "", icon: "",
name: item.name?.trim() || "Interest", name: item.name!,
keywords: item.keywords ?? [], keywords: item.keywords ?? [],
})), })),
}, },
awards: { awards: {
title: (v4Data.sections.awards?.name ?? "").trim() || "Awards", title: v4Data.sections.awards?.name ?? "",
columns: v4Data.sections.awards?.columns ?? 1, columns: v4Data.sections.awards?.columns ?? 1,
hidden: !(v4Data.sections.awards?.visible ?? true), hidden: !(v4Data.sections.awards?.visible ?? true),
items: (v4Data.sections.awards?.items ?? []) items: (v4Data.sections.awards?.items ?? [])
.filter((item) => (item.title || item.name) && (item.title?.trim() || item.name?.trim() || "").length > 0) .filter((item) => item.title && item.title.length > 0)
.map((item) => ({ .map((item) => ({
id: item.id ?? generateId(), id: item.id ?? generateId(),
hidden: !(item.visible ?? true), hidden: !(item.visible ?? true),
title: (item.title || item.name)?.trim() || "Award", title: item.title!,
awarder: item.awarder ?? "", awarder: item.awarder ?? "",
date: item.date ?? "", date: item.date ?? "",
website: { website: {
@@ -574,15 +575,15 @@ export class ReactiveResumeV4JSONImporter {
})), })),
}, },
certifications: { certifications: {
title: (v4Data.sections.certifications?.name ?? "").trim() || "Certifications", title: v4Data.sections.certifications?.name ?? "",
columns: v4Data.sections.certifications?.columns ?? 1, columns: v4Data.sections.certifications?.columns ?? 1,
hidden: !(v4Data.sections.certifications?.visible ?? true), hidden: !(v4Data.sections.certifications?.visible ?? true),
items: (v4Data.sections.certifications?.items ?? []) items: (v4Data.sections.certifications?.items ?? [])
.filter((item) => item.name && item.name.trim().length > 0) .filter((item) => item.name && item.name.length > 0)
.map((item) => ({ .map((item) => ({
id: item.id ?? generateId(), id: item.id ?? generateId(),
hidden: !(item.visible ?? true), hidden: !(item.visible ?? true),
title: item.name?.trim() || "Certification", title: item.name!,
issuer: item.issuer ?? "", issuer: item.issuer ?? "",
date: item.date ?? "", date: item.date ?? "",
website: { website: {
@@ -593,15 +594,15 @@ export class ReactiveResumeV4JSONImporter {
})), })),
}, },
publications: { publications: {
title: (v4Data.sections.publications?.name ?? "").trim() || "Publications", title: v4Data.sections.publications?.name ?? "",
columns: v4Data.sections.publications?.columns ?? 1, columns: v4Data.sections.publications?.columns ?? 1,
hidden: !(v4Data.sections.publications?.visible ?? true), hidden: !(v4Data.sections.publications?.visible ?? true),
items: (v4Data.sections.publications?.items ?? []) items: (v4Data.sections.publications?.items ?? [])
.filter((item) => item.name && item.name.trim().length > 0) .filter((item) => item.name && item.name.length > 0)
.map((item) => ({ .map((item) => ({
id: item.id ?? generateId(), id: item.id ?? generateId(),
hidden: !(item.visible ?? true), hidden: !(item.visible ?? true),
title: item.name?.trim() || "Publication", title: item.name!,
publisher: item.publisher ?? "", publisher: item.publisher ?? "",
date: item.date ?? "", date: item.date ?? "",
website: { website: {
@@ -612,15 +613,15 @@ export class ReactiveResumeV4JSONImporter {
})), })),
}, },
volunteer: { volunteer: {
title: (v4Data.sections.volunteer?.name ?? "").trim() || "Volunteering", title: v4Data.sections.volunteer?.name ?? "",
columns: v4Data.sections.volunteer?.columns ?? 1, columns: v4Data.sections.volunteer?.columns ?? 1,
hidden: !(v4Data.sections.volunteer?.visible ?? true), hidden: !(v4Data.sections.volunteer?.visible ?? true),
items: (v4Data.sections.volunteer?.items ?? []) items: (v4Data.sections.volunteer?.items ?? [])
.filter((item) => item.organization && item.organization.trim().length > 0) .filter((item) => item.organization && item.organization.length > 0)
.map((item) => ({ .map((item) => ({
id: item.id ?? generateId(), id: item.id ?? generateId(),
hidden: !(item.visible ?? true), hidden: !(item.visible ?? true),
organization: item.organization?.trim() || "Organization", organization: item.organization!,
location: item.location ?? "", location: item.location ?? "",
period: item.date ?? "", period: item.date ?? "",
website: { website: {
@@ -631,16 +632,22 @@ export class ReactiveResumeV4JSONImporter {
})), })),
}, },
references: { references: {
title: (v4Data.sections.references?.name ?? "").trim() || "References", title: v4Data.sections.references?.name ?? "",
columns: v4Data.sections.references?.columns ?? 1, columns: v4Data.sections.references?.columns ?? 1,
hidden: !(v4Data.sections.references?.visible ?? true), hidden: !(v4Data.sections.references?.visible ?? true),
items: (v4Data.sections.references?.items ?? []) items: (v4Data.sections.references?.items ?? [])
.filter((item) => item.name && item.name.trim().length > 0) .filter((item) => item.name && item.name.length > 0)
.map((item) => ({ .map((item) => ({
id: item.id ?? generateId(), id: item.id ?? generateId(),
hidden: !(item.visible ?? true), hidden: !(item.visible ?? true),
name: item.name?.trim() || "Reference", name: item.name!,
description: item.summary ?? item.description ?? "", position: item.description ?? "",
phone: "",
website: {
url: item.url?.href ?? "",
label: item.url?.label ?? "",
},
description: item.summary ?? "",
})), })),
}, },
}, },
@@ -652,10 +659,10 @@ export class ReactiveResumeV4JSONImporter {
hidden: !(section.visible ?? true), hidden: !(section.visible ?? true),
items: section.items items: section.items
.filter((item) => item.visible !== false) .filter((item) => item.visible !== false)
.map((item) => ({ .map((item, index) => ({
id: item.id || generateId(), id: item.id || generateId(),
hidden: !item.visible, hidden: !item.visible,
company: item.name?.trim() || "", company: item.name?.trim() || `#${index + 1}`,
position: item.description ?? "", position: item.description ?? "",
location: item.location ?? "", location: item.location ?? "",
period: item.date ?? "", period: item.date ?? "",
+2 -2
View File
@@ -205,7 +205,7 @@ export const DonationBanner = () => (
transition={{ duration: 0.6, delay: 0.6 }} transition={{ duration: 0.6, delay: 0.6 }}
> >
<Button asChild size="lg" className="h-11 gap-2 px-6"> <Button asChild size="lg" className="h-11 gap-2 px-6">
<a href="https://opencollective.com/reactive-resume" target="_blank" rel="noopener noreferrer"> <a href="https://opencollective.com/reactive-resume" target="_blank" rel="noopener">
<HeartIcon aria-hidden="true" weight="fill" className="text-rose-400 dark:text-rose-600" /> <HeartIcon aria-hidden="true" weight="fill" className="text-rose-400 dark:text-rose-600" />
Open Collective Open Collective
<span className="sr-only"> ({t`opens in new tab`})</span> <span className="sr-only"> ({t`opens in new tab`})</span>
@@ -213,7 +213,7 @@ export const DonationBanner = () => (
</Button> </Button>
<Button asChild size="lg" className="h-11 gap-2 px-6"> <Button asChild size="lg" className="h-11 gap-2 px-6">
<a href="https://github.com/sponsors/AmruthPillai" target="_blank" rel="noopener noreferrer"> <a href="https://github.com/sponsors/AmruthPillai" target="_blank" rel="noopener">
<GithubLogoIcon aria-hidden="true" weight="fill" className="text-zinc-400 dark:text-zinc-600" /> <GithubLogoIcon aria-hidden="true" weight="fill" className="text-zinc-400 dark:text-zinc-600" />
GitHub Sponsors GitHub Sponsors
<span className="sr-only"> ({t`opens in new tab`})</span> <span className="sr-only"> ({t`opens in new tab`})</span>
+1 -1
View File
@@ -36,7 +36,7 @@ const getFaqItems = (): FAQItemData[] => [
<a <a
href={crowdinUrl} href={crowdinUrl}
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener"
className={buttonVariants({ variant: "link", className: "h-auto px-0!" })} className={buttonVariants({ variant: "link", className: "h-auto px-0!" })}
> >
contribute to the translations on Crowdin contribute to the translations on Crowdin
+2 -2
View File
@@ -76,7 +76,7 @@ export function Footer() {
<a <a
href={social.url} href={social.url}
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener"
aria-label={`${social.label} (${t`opens in new tab`})`} aria-label={`${social.label} (${t`opens in new tab`})`}
> >
<social.icon aria-hidden="true" size={18} /> <social.icon aria-hidden="true" size={18} />
@@ -123,7 +123,7 @@ function FooterLink({ url, label }: FooterLinkItem) {
<a <a
href={url} href={url}
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener"
className="relative inline-block text-sm transition-colors hover:text-foreground" className="relative inline-block text-sm transition-colors hover:text-foreground"
> >
{label} {label}
+2 -2
View File
@@ -48,7 +48,7 @@ export function Hero() {
animate={{ opacity: 1, y: 0 }} animate={{ opacity: 1, y: 0 }}
transition={{ duration: 0.6, delay: 0.8 }} transition={{ duration: 0.6, delay: 0.8 }}
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener"
href="https://docs.rxresu.me/getting-started" href="https://docs.rxresu.me/getting-started"
> >
<Badge variant="secondary" className="h-auto gap-1.5 px-3 py-0.5"> <Badge variant="secondary" className="h-auto gap-1.5 px-3 py-0.5">
@@ -104,7 +104,7 @@ export function Hero() {
</Button> </Button>
<Button asChild size="lg" variant="ghost" className="gap-2 px-4"> <Button asChild size="lg" variant="ghost" className="gap-2 px-4">
<a href="https://docs.rxresu.me" target="_blank" rel="noopener noreferrer"> <a href="https://docs.rxresu.me" target="_blank" rel="noopener">
<BookIcon aria-hidden="true" className="size-4" /> <BookIcon aria-hidden="true" className="size-4" />
<Trans>Learn More</Trans> <Trans>Learn More</Trans>
<span className="sr-only"> <span className="sr-only">
@@ -28,7 +28,7 @@ export function ProductHuntBanner() {
return ( return (
<a <a
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener"
className="flex h-8 items-center justify-center bg-secondary text-center font-medium text-[0.85rem] text-secondary-foreground tracking-tight underline-offset-2 hover:underline" className="flex h-8 items-center justify-center bg-secondary text-center font-medium text-[0.85rem] text-secondary-foreground tracking-tight underline-offset-2 hover:underline"
href="https://www.producthunt.com/products/reactive-resume/launches/reactive-resume-v5-2?embed=true&amp;utm_source=badge-featured&amp;utm_medium=badge&amp;utm_campaign=badge-reactive-resume-v5-2" href="https://www.producthunt.com/products/reactive-resume/launches/reactive-resume-v5-2?embed=true&amp;utm_source=badge-featured&amp;utm_medium=badge&amp;utm_campaign=badge-reactive-resume-v5-2"
> >
+1 -1
View File
@@ -103,7 +103,7 @@ export function Testimonials() {
<a <a
href={`mailto:${email}`} href={`mailto:${email}`}
target="_blank" target="_blank"
rel="noopener noreferrer" rel="noopener"
className="font-medium text-foreground underline underline-offset-2 transition-colors hover:text-primary" className="font-medium text-foreground underline underline-offset-2 transition-colors hover:text-primary"
> >
{email} {email}
@@ -1,6 +1,5 @@
import { t } from "@lingui/core/macro"; import { t } from "@lingui/core/macro";
import { import {
ArrowsClockwiseIcon,
CircleNotchIcon, CircleNotchIcon,
CubeFocusIcon, CubeFocusIcon,
FileJsIcon, FileJsIcon,
@@ -28,7 +27,7 @@ export function BuilderDock() {
const [_, copyToClipboard] = useCopyToClipboard(); const [_, copyToClipboard] = useCopyToClipboard();
const { data: session } = authClient.useSession(); const { data: session } = authClient.useSession();
const params = useParams({ from: "/builder/$resumeId" }); const params = useParams({ from: "/builder/$resumeId" });
const { zoomIn, zoomOut, resetTransform, centerView } = useControls(); const { zoomIn, zoomOut, centerView } = useControls();
const { data: resume } = useQuery(orpc.resume.getById.queryOptions({ input: { id: params.resumeId } })); const { data: resume } = useQuery(orpc.resume.getById.queryOptions({ input: { id: params.resumeId } }));
const { mutateAsync: printResumeAsPDF, isPending: isPrinting } = useMutation( const { mutateAsync: printResumeAsPDF, isPending: isPrinting } = useMutation(
@@ -40,11 +39,6 @@ export function BuilderDock() {
return `${window.location.origin}/${session.user.username}/${resume.slug}`; return `${window.location.origin}/${session.user.username}/${resume.slug}`;
}, [session, resume]); }, [session, resume]);
const onReset = useCallback(() => {
resetTransform();
centerView();
}, [resetTransform, centerView]);
const onCopyUrl = useCallback(async () => { const onCopyUrl = useCallback(async () => {
await copyToClipboard(publicUrl); await copyToClipboard(publicUrl);
toast.success(t`A link to your resume has been copied to clipboard.`); toast.success(t`A link to your resume has been copied to clipboard.`);
@@ -79,7 +73,6 @@ export function BuilderDock() {
> >
<DockIcon icon={MagnifyingGlassPlusIcon} title={t`Zoom in`} onClick={() => zoomIn(0.1)} /> <DockIcon icon={MagnifyingGlassPlusIcon} title={t`Zoom in`} onClick={() => zoomIn(0.1)} />
<DockIcon icon={MagnifyingGlassMinusIcon} title={t`Zoom out`} onClick={() => zoomOut(0.1)} /> <DockIcon icon={MagnifyingGlassMinusIcon} title={t`Zoom out`} onClick={() => zoomOut(0.1)} />
<DockIcon icon={ArrowsClockwiseIcon} title={t`Reset zoom`} onClick={() => onReset()} />
<DockIcon icon={CubeFocusIcon} title={t`Center view`} onClick={() => centerView()} /> <DockIcon icon={CubeFocusIcon} title={t`Center view`} onClick={() => centerView()} />
<div className="mx-1 h-8 w-px bg-border" /> <div className="mx-1 h-8 w-px bg-border" />
<DockIcon icon={LinkSimpleIcon} title={t`Copy URL`} onClick={() => onCopyUrl()} /> <DockIcon icon={LinkSimpleIcon} title={t`Copy URL`} onClick={() => onCopyUrl()} />
@@ -25,7 +25,7 @@ export function InformationSectionBuilder() {
</div> </div>
<Button asChild size="sm" variant="default" className="mt-2 whitespace-normal px-4! text-xs"> <Button asChild size="sm" variant="default" className="mt-2 whitespace-normal px-4! text-xs">
<a href="http://opencollective.com/reactive-resume" target="_blank" rel="noopener noreferrer"> <a href="http://opencollective.com/reactive-resume" target="_blank" rel="noopener">
<HandHeartIcon /> <HandHeartIcon />
<span className="truncate"> <span className="truncate">
<Trans>Donate to Reactive Resume</Trans> <Trans>Donate to Reactive Resume</Trans>
@@ -36,31 +36,31 @@ export function InformationSectionBuilder() {
<div className="flex flex-wrap gap-0.5"> <div className="flex flex-wrap gap-0.5">
<Button asChild size="sm" variant="link" className="text-xs"> <Button asChild size="sm" variant="link" className="text-xs">
<a href="https://docs.rxresu.me" target="_blank" rel="noopener noreferrer"> <a href="https://docs.rxresu.me" target="_blank" rel="noopener">
<Trans>Documentation</Trans> <Trans>Documentation</Trans>
</a> </a>
</Button> </Button>
<Button asChild size="sm" variant="link" className="text-xs"> <Button asChild size="sm" variant="link" className="text-xs">
<a href="https://github.com/amruthpillai/reactive-resume" target="_blank" rel="noopener noreferrer"> <a href="https://github.com/amruthpillai/reactive-resume" target="_blank" rel="noopener">
<Trans>Source Code</Trans> <Trans>Source Code</Trans>
</a> </a>
</Button> </Button>
<Button asChild size="sm" variant="link" className="text-xs"> <Button asChild size="sm" variant="link" className="text-xs">
<a href="https://github.com/amruthpillai/reactive-resume/issues" target="_blank" rel="noopener noreferrer"> <a href="https://github.com/amruthpillai/reactive-resume/issues" target="_blank" rel="noopener">
<Trans>Report a Bug</Trans> <Trans>Report a Bug</Trans>
</a> </a>
</Button> </Button>
<Button asChild size="sm" variant="link" className="text-xs"> <Button asChild size="sm" variant="link" className="text-xs">
<a href="https://crowdin.com/project/reactive-resume" target="_blank" rel="noopener noreferrer"> <a href="https://crowdin.com/project/reactive-resume" target="_blank" rel="noopener">
<Trans>Translations</Trans> <Trans>Translations</Trans>
</a> </a>
</Button> </Button>
<Button asChild size="sm" variant="link" className="text-xs"> <Button asChild size="sm" variant="link" className="text-xs">
<a href="https://opencollective.com/reactive-resume" target="_blank" rel="noopener noreferrer"> <a href="https://opencollective.com/reactive-resume" target="_blank" rel="noopener">
<Trans>Sponsors</Trans> <Trans>Sponsors</Trans>
</a> </a>
</Button> </Button>
@@ -30,8 +30,8 @@ function TemplateSectionForm() {
<div className="flex @md:flex-row flex-col items-stretch gap-x-4 gap-y-2"> <div className="flex @md:flex-row flex-col items-stretch gap-x-4 gap-y-2">
<Button <Button
variant="ghost" variant="ghost"
className="group/preview relative h-auto w-40 shrink-0 cursor-pointer p-0"
onClick={onOpenTemplateGallery} onClick={onOpenTemplateGallery}
className="group/preview relative h-auto w-40 shrink-0 cursor-pointer p-0"
> >
<div className="relative z-10 aspect-page size-full overflow-hidden rounded-md opacity-100 transition-opacity group-hover/preview:opacity-50"> <div className="relative z-10 aspect-page size-full overflow-hidden rounded-md opacity-100 transition-opacity group-hover/preview:opacity-50">
<img src={metadata.imageUrl} alt={metadata.name} className="size-full object-cover" /> <img src={metadata.imageUrl} alt={metadata.name} className="size-full object-cover" />
@@ -48,9 +48,9 @@ function TemplateSectionForm() {
<p className="text-muted-foreground text-sm">{i18n.t(metadata.description)}</p> <p className="text-muted-foreground text-sm">{i18n.t(metadata.description)}</p>
</div> </div>
<div className="flex flex-wrap gap-1.5"> <div className="flex flex-wrap gap-2.5">
{metadata.tags.map((tag) => ( {metadata.tags.map((tag) => (
<Badge key={tag} variant="outline"> <Badge key={tag} variant="secondary">
{tag} {tag}
</Badge> </Badge>
))} ))}
+1 -1
View File
@@ -85,7 +85,7 @@ function RouteComponent() {
</p> </p>
<Button asChild variant="link"> <Button asChild variant="link">
<a href="https://docs.rxresu.me/api-reference" target="_blank" rel="noopener noreferrer"> <a href="https://docs.rxresu.me/api-reference" target="_blank" rel="noopener">
<LinkSimpleIcon /> <LinkSimpleIcon />
<Trans>API Reference</Trans> <Trans>API Reference</Trans>
</a> </a>
@@ -45,7 +45,7 @@ function RouteComponent() {
variant="link" variant="link"
className="h-5 justify-start text-muted-foreground text-xs active:scale-100" className="h-5 justify-start text-muted-foreground text-xs active:scale-100"
> >
<a href="https://crowdin.com/project/reactive-resume" target="_blank" rel="noopener noreferrer"> <a href="https://crowdin.com/project/reactive-resume" target="_blank" rel="noopener">
<Trans>Help translate the app to your language</Trans> <Trans>Help translate the app to your language</Trans>
<ArrowRightIcon className="size-3" /> <ArrowRightIcon className="size-3" />
</a> </a>
+22 -76
View File
@@ -8,11 +8,7 @@ export const iconSchema = z
); );
export const urlSchema = z.object({ export const urlSchema = z.object({
url: z url: z.string().describe("The URL to show as a link. Must be a valid URL with a protocol (http:// or https://)."),
.string()
.describe(
"The URL to show as a link. Must be a valid URL with a protocol (http:// or https://). Leave blank to hide.",
),
label: z.string().describe("The label to display for the URL. Leave blank to display the URL as-is."), label: z.string().describe("The label to display for the URL. Leave blank to display the URL as-is."),
}); });
@@ -21,7 +17,7 @@ export const pictureSchema = z.object({
url: z url: z
.string() .string()
.describe( .describe(
"The URL to the picture to display on the resume. Must be a valid URL with a protocol (http:// or https://). Leave blank to hide.", "The URL to the picture to display on the resume. Must be a valid URL with a protocol (http:// or https://).",
), ),
size: z size: z
.number() .number()
@@ -65,18 +61,14 @@ export const customFieldSchema = z.object({
id: z.string().describe("The unique identifier for the custom field. Usually generated as a UUID."), id: z.string().describe("The unique identifier for the custom field. Usually generated as a UUID."),
icon: iconSchema, icon: iconSchema,
text: z.string().describe("The text to display for the custom field."), text: z.string().describe("The text to display for the custom field."),
link: z link: z.url().or(z.literal("")).describe("If the custom field should be a link, the URL to link to.").catch(""),
.url()
.or(z.literal(""))
.describe("If the custom field should be a link, the URL to link to. Leave blank to hide.")
.catch(""),
}); });
export const basicsSchema = z.object({ export const basicsSchema = z.object({
name: z.string().describe("The full name of the author of the resume."), name: z.string().describe("The full name of the author of the resume."),
headline: z.string().describe("The headline of the author of the resume."), headline: z.string().describe("The headline of the author of the resume."),
email: z.email().or(z.literal("")).describe("The email address of the author of the resume. Leave blank to hide."), email: z.email().or(z.literal("")).describe("The email address of the author of the resume."),
phone: z.string().describe("The phone number of the author of the resume. Leave blank to hide."), phone: z.string().describe("The phone number of the author of the resume."),
location: z.string().describe("The location of the author of the resume."), location: z.string().describe("The location of the author of the resume."),
website: urlSchema.describe("The website of the author of the resume."), website: urlSchema.describe("The website of the author of the resume."),
customFields: z.array(customFieldSchema).describe("The custom fields to display on the resume."), customFields: z.array(customFieldSchema).describe("The custom fields to display on the resume."),
@@ -86,9 +78,7 @@ export const summarySchema = z.object({
title: z.string().describe("The title of the summary of the resume."), title: z.string().describe("The title of the summary of the resume."),
columns: z.number().describe("The number of columns the summary should span across."), columns: z.number().describe("The number of columns the summary should span across."),
hidden: z.boolean().describe("Whether to hide the summary from the resume."), hidden: z.boolean().describe("Whether to hide the summary from the resume."),
content: z content: z.string().describe("The content of the summary of the resume. This should be a HTML-formatted string."),
.string()
.describe("The content of the summary of the resume. This should be a HTML-formatted string. Leave blank to hide."),
}); });
export const baseItemSchema = z.object({ export const baseItemSchema = z.object({
@@ -101,9 +91,7 @@ export const awardItemSchema = baseItemSchema.extend({
awarder: z.string().describe("The awarder of the award."), awarder: z.string().describe("The awarder of the award."),
date: z.string().describe("The date when the award was received."), date: z.string().describe("The date when the award was received."),
website: urlSchema.describe("The website of the award, if any."), website: urlSchema.describe("The website of the award, if any."),
description: z description: z.string().describe("The description of the award. This should be a HTML-formatted string."),
.string()
.describe("The description of the award. This should be a HTML-formatted string. Leave blank to hide."),
}); });
export const certificationItemSchema = baseItemSchema.extend({ export const certificationItemSchema = baseItemSchema.extend({
@@ -111,9 +99,7 @@ export const certificationItemSchema = baseItemSchema.extend({
issuer: z.string().describe("The issuer of the certification."), issuer: z.string().describe("The issuer of the certification."),
date: z.string().describe("The date when the certification was received."), date: z.string().describe("The date when the certification was received."),
website: urlSchema.describe("The website of the certification, if any."), website: urlSchema.describe("The website of the certification, if any."),
description: z description: z.string().describe("The description of the certification. This should be a HTML-formatted string."),
.string()
.describe("The description of the certification. This should be a HTML-formatted string. Leave blank to hide."),
}); });
export const educationItemSchema = baseItemSchema.extend({ export const educationItemSchema = baseItemSchema.extend({
@@ -124,9 +110,7 @@ export const educationItemSchema = baseItemSchema.extend({
location: z.string().describe("The location of the school or institution."), location: z.string().describe("The location of the school or institution."),
period: z.string().describe("The period of time the education was obtained over."), period: z.string().describe("The period of time the education was obtained over."),
website: urlSchema.describe("The website of the school or institution, if any."), website: urlSchema.describe("The website of the school or institution, if any."),
description: z description: z.string().describe("The description of the education. This should be a HTML-formatted string."),
.string()
.describe("The description of the education. This should be a HTML-formatted string. Leave blank to hide."),
}); });
export const experienceItemSchema = baseItemSchema.extend({ export const experienceItemSchema = baseItemSchema.extend({
@@ -135,9 +119,7 @@ export const experienceItemSchema = baseItemSchema.extend({
location: z.string().describe("The location of the company or organization."), location: z.string().describe("The location of the company or organization."),
period: z.string().describe("The period of time the author was employed at the company or organization."), period: z.string().describe("The period of time the author was employed at the company or organization."),
website: urlSchema.describe("The website of the company or organization, if any."), website: urlSchema.describe("The website of the company or organization, if any."),
description: z description: z.string().describe("The description of the experience. This should be a HTML-formatted string."),
.string()
.describe("The description of the experience. This should be a HTML-formatted string. Leave blank to hide."),
}); });
export const interestItemSchema = baseItemSchema.extend({ export const interestItemSchema = baseItemSchema.extend({
@@ -177,9 +159,7 @@ export const projectItemSchema = baseItemSchema.extend({
name: z.string().min(1).describe("The name of the project."), name: z.string().min(1).describe("The name of the project."),
period: z.string().describe("The period of time the project was worked on."), period: z.string().describe("The period of time the project was worked on."),
website: urlSchema.describe("The link to the project, if any."), website: urlSchema.describe("The link to the project, if any."),
description: z description: z.string().describe("The description of the project. This should be a HTML-formatted string."),
.string()
.describe("The description of the project. This should be a HTML-formatted string. Leave blank to hide."),
}); });
export const publicationItemSchema = baseItemSchema.extend({ export const publicationItemSchema = baseItemSchema.extend({
@@ -187,17 +167,18 @@ export const publicationItemSchema = baseItemSchema.extend({
publisher: z.string().describe("The publisher of the publication."), publisher: z.string().describe("The publisher of the publication."),
date: z.string().describe("The date when the publication was published."), date: z.string().describe("The date when the publication was published."),
website: urlSchema.describe("The link to the publication, if any."), website: urlSchema.describe("The link to the publication, if any."),
description: z description: z.string().describe("The description of the publication. This should be a HTML-formatted string."),
.string()
.describe("The description of the publication. This should be a HTML-formatted string. Leave blank to hide."),
}); });
export const referenceItemSchema = baseItemSchema.extend({ export const referenceItemSchema = baseItemSchema.extend({
name: z.string().min(1).describe("The name of the reference, or a note such as 'Available upon request'."), name: z.string().min(1).describe("The name of the reference, or a note such as 'Available upon request'."),
position: z.string().describe("The position or job title of the reference."),
website: urlSchema.describe("The website or LinkedIn profile of the reference, if any."),
phone: z.string().describe("The phone number of the reference."),
description: z description: z
.string() .string()
.describe( .describe(
"The description of the reference. Can be used to display a quote, a testimonial, etc. This should be a HTML-formatted string. Leave blank to hide.", "The description of the reference. Can be used to display a quote, a testimonial, etc. This should be a HTML-formatted string.",
), ),
}); });
@@ -230,9 +211,7 @@ export const volunteerItemSchema = baseItemSchema.extend({
website: urlSchema.describe("The link to the organization or company, if any."), website: urlSchema.describe("The link to the organization or company, if any."),
description: z description: z
.string() .string()
.describe( .describe("The description of the volunteer experience. This should be a HTML-formatted string."),
"The description of the volunteer experience. This should be a HTML-formatted string. Leave blank to hide.",
),
}); });
export const baseSectionSchema = z.object({ export const baseSectionSchema = z.object({
@@ -842,7 +821,7 @@ export const sampleResumeData: ResumeData = {
}, },
skills: { skills: {
title: "Technical Skills", title: "Technical Skills",
columns: 2, columns: 1,
hidden: false, hidden: false,
items: [ items: [
{ {
@@ -899,42 +878,6 @@ export const sampleResumeData: ResumeData = {
level: 4, level: 4,
keywords: ["Profiling", "Memory Management", "Frame Rate"], keywords: ["Profiling", "Memory Management", "Frame Rate"],
}, },
{
id: "skill7",
hidden: false,
icon: "git-branch",
name: "Version Control",
proficiency: "Advanced",
level: 5,
keywords: ["Git", "Perforce", "Plastic SCM"],
},
{
id: "skill8",
hidden: false,
icon: "devices",
name: "Platform Development",
proficiency: "Advanced",
level: 4,
keywords: ["PC", "Console (PS5/Xbox)", "Mobile", "Switch"],
},
{
id: "skill9",
hidden: false,
icon: "network",
name: "Multiplayer/Networking",
proficiency: "Intermediate",
level: 3,
keywords: ["Photon", "Mirror", "Client-Server", "P2P"],
},
{
id: "skill10",
hidden: false,
icon: "palette",
name: "Shaders & VFX",
proficiency: "Intermediate",
level: 3,
keywords: ["Shader Graph", "HLSL", "Particle Systems"],
},
], ],
}, },
languages: { languages: {
@@ -960,7 +903,7 @@ export const sampleResumeData: ResumeData = {
}, },
interests: { interests: {
title: "Interests", title: "Interests",
columns: 2, columns: 1,
hidden: false, hidden: false,
items: [ items: [
{ {
@@ -1132,6 +1075,9 @@ export const sampleResumeData: ResumeData = {
id: "ref1", id: "ref1",
hidden: false, hidden: false,
name: "Available upon request", name: "Available upon request",
position: "",
website: { url: "", label: "" },
phone: "",
description: "", description: "",
}, },
], ],
-303
View File
@@ -1,303 +0,0 @@
{
"$schema": "https://rxresu.me/schema.json",
"version": "5.0.0",
"picture": {
"hidden": true,
"url": "",
"size": 100,
"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": "Erica Engineer, E.I.T.",
"headline": "Environmental Engineering",
"email": "EricaE@uofga.edu",
"phone": "555-555-5555",
"location": "",
"website": {
"url": "https://issuu.com/eengineersample",
"label": "issuu.com/eengineersample"
},
"customFields": []
},
"summary": {
"title": "Summary of Qualifications",
"columns": 1,
"hidden": false,
"content": "<ul><li>Experienced in designing solutions that require integration of environmental and human health constraints compatible with economic growth and sustainable development</li><li>Skilled in a variety of modeling and drafting software, including AutoCAD and ALGOR</li><li>Efficient at utilizing project management and teamwork skills to promote overarching goals</li></ul>"
},
"sections": {
"profiles": {
"title": "Profiles",
"columns": 3,
"hidden": true,
"items": []
},
"experience": {
"title": "Relevant Work Experience",
"columns": 1,
"hidden": false,
"items": [
{
"id": "a0eae67b-7e5a-4ebf-bbef-fd48ee27ffd1",
"hidden": false,
"company": "ABC Pollution Control",
"position": "Environmental Engineering Intern",
"location": "Miami, FL",
"period": "June 2022 August 2022",
"website": {
"url": "",
"label": ""
},
"description": "<ul><li>Develop 3-5 bullet points using the following formula: 1 bullet point = task + skill + quantity + result/purpose</li><li>Make sure that your most recent experience is at the top of each section, working backwards from there</li></ul>"
},
{
"id": "4114031b-ebd2-4d6f-8e47-5b1675f59d10",
"hidden": false,
"company": "Golob & Legion Engineers",
"position": "Intern",
"location": "Athens, GA",
"period": "May 2021 August 2021",
"website": {
"url": "",
"label": ""
},
"description": "<ul><li>Start each bullet point with an action verb, and make sure they are present tense for present experiences, and past tense for past experiences</li></ul>"
}
]
},
"education": {
"title": "Education",
"columns": 1,
"hidden": false,
"items": [
{
"id": "5cdf4747-beea-40c6-be86-bf3bba92f024",
"hidden": false,
"school": "University of Georgia",
"degree": "Bachelor of Science",
"area": "Environmental Engineering",
"grade": "3.75/4.00",
"location": "Athens, GA",
"period": "May 2024",
"website": {
"url": "",
"label": ""
},
"description": "<p>Engineer in Training (E.I.T.), State of Georgia, 2022<br/>Passed Fundamentals of Engineering Exam, 2022</p>"
}
]
},
"projects": {
"title": "Relevant Project Experience",
"columns": 1,
"hidden": false,
"items": [
{
"id": "6c49e60d-b0b3-4f9f-aba5-065b09371b55",
"hidden": false,
"name": "Group Project, Environmental Engineering Design Methodology",
"period": "January 2023 March 2023",
"website": {
"url": "",
"label": ""
},
"description": "<ul><li>Develop 3-5 bullet points using the following formula: 1 bullet point = task + skill + quantity + result/purpose</li><li>Ex. Joined a 5-person team to analyze existing ecosystems and conduct environmental tests using ArcGIS for presentation to organizational leadership to inform future building plans</li></ul>"
}
]
},
"skills": {
"title": "Skills",
"columns": 2,
"hidden": false,
"items": [
{
"id": "0997cf16-43d1-449e-9f96-8a5484a46131",
"hidden": false,
"icon": "star",
"name": "Technical",
"proficiency": "",
"level": 0,
"keywords": ["AutoCAD", "AutoCAD LT", "Inventor", "SAP2000", "ArcGIS", "Solidworks"]
},
{
"id": "8341a8fc-59b6-480d-9796-d7254e3920b9",
"hidden": false,
"icon": "star",
"name": "Professional",
"proficiency": "",
"level": 0,
"keywords": [
"Project management methodologies",
"Technical writing",
"Oral/Visual Presentation",
"Laboratory Procedures"
]
}
]
},
"languages": {
"title": "Languages",
"columns": 2,
"hidden": true,
"items": []
},
"interests": {
"title": "Interests",
"columns": 2,
"hidden": true,
"items": []
},
"awards": {
"title": "Awards",
"columns": 1,
"hidden": true,
"items": []
},
"certifications": {
"title": "Certifications",
"columns": 1,
"hidden": true,
"items": []
},
"publications": {
"title": "Publications",
"columns": 1,
"hidden": true,
"items": []
},
"volunteer": {
"title": "Involvement Experience",
"columns": 1,
"hidden": false,
"items": [
{
"id": "ce2871f0-5350-4545-bf30-e2b6f9d0f1a7",
"hidden": false,
"organization": "The National Association of Environmental Professionals",
"location": "Athens, GA",
"period": "January 2022 Present",
"website": {
"url": "",
"label": ""
},
"description": "<ul><li>Try to focus on how each involvement experience will make you a better engineer, and talk about what you did, not what the organization is about</li></ul>"
},
{
"id": "5b631b63-e6d1-4484-b6c4-d59ebae013fd",
"hidden": false,
"organization": "The Society of Environmental Engineers, UGA",
"location": "Athens, GA",
"period": "August 2021 Present",
"website": {
"url": "",
"label": ""
},
"description": "<ul><li>Attend weekly meetings to focus on strengthening skill sets and developing as a professional</li></ul>"
},
{
"id": "3fbd7e53-6519-437a-8ae6-53de24b34a58",
"hidden": false,
"organization": "UGA Tennis Team, Co-Captain",
"location": "Athens, GA",
"period": "August 2020 May 2023",
"website": {
"url": "",
"label": ""
},
"description": "<ul><li>Provided leadership for 8 younger athletes related to team motivation, encouragement, and success</li><li>Maintain 10 hours of training per week in addition to full course load and travel for weekend events</li></ul>"
},
{
"id": "94adc4b4-2539-415c-a271-2571031f5650",
"hidden": false,
"organization": "Sigma Pi Kappa, UGA",
"location": "Athens, GA",
"period": "December 2021 December 2022",
"website": {
"url": "",
"label": ""
},
"description": ""
}
]
},
"references": {
"title": "References",
"columns": 1,
"hidden": true,
"items": []
}
},
"customSections": [
{
"id": "fdf72428-49d2-4869-ad46-efa5cf1e2be9",
"title": "Relevant Coursework",
"columns": 1,
"hidden": false,
"content": "<p>Engineering Hydrology and Hydraulics | Sustainable Building Design | Energy and Environmental Policy Analysis | GIS for Urban Engineering, Planning, and Development | Environmental Justice: Evidence and Impact</p>"
}
],
"metadata": {
"template": "onyx",
"layout": {
"sidebarWidth": 35,
"pages": [
{
"fullWidth": false,
"main": [
"summary",
"education",
"fdf72428-49d2-4869-ad46-efa5cf1e2be9",
"projects",
"experience",
"volunteer"
],
"sidebar": ["skills"]
}
]
},
"css": {
"enabled": false,
"value": ""
},
"page": {
"gapX": 4,
"gapY": 4,
"marginX": 18,
"marginY": 18,
"format": "a4",
"locale": "en-US"
},
"design": {
"level": {
"icon": "star",
"type": "circle"
},
"colors": {
"primary": "rgba(59, 130, 246, 1)",
"text": "rgba(0, 0, 0, 1)",
"background": "rgba(255, 255, 255, 1)"
}
},
"typography": {
"body": {
"fontFamily": "IBM Plex Serif",
"fontWeights": ["400", "600"],
"fontSize": 11,
"lineHeight": 1.5
},
"heading": {
"fontFamily": "Oswald",
"fontWeights": ["600"],
"fontSize": 15,
"lineHeight": 1.5
}
},
"notes": ""
}
}