mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2026-06-22 04:11:55 +10:00
lot of bugfixes, better migration script
This commit is contained in:
@@ -12,4 +12,5 @@ coverage
|
||||
node_modules
|
||||
!.env.example
|
||||
public/sw.js
|
||||
scripts/**/*.json
|
||||
public/workbox-*.js
|
||||
@@ -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
|
||||
Vendored
-5
@@ -1,7 +1,4 @@
|
||||
{
|
||||
"[mdx]": {
|
||||
"editor.defaultFormatter": "unifiedjs.vscode-mdx"
|
||||
},
|
||||
"biome.enabled": true,
|
||||
"editor.codeActionsOnSave": {
|
||||
"source.biome": "explicit",
|
||||
@@ -9,7 +6,6 @@
|
||||
"source.organizeImports.biome": "explicit"
|
||||
},
|
||||
"editor.defaultFormatter": "biomejs.biome",
|
||||
"eslint.enable": false,
|
||||
"files.associations": {
|
||||
"*.css": "tailwindcss"
|
||||
},
|
||||
@@ -26,7 +22,6 @@
|
||||
"i18n-ally.enabledParsers": ["po"],
|
||||
"i18n-ally.localesPaths": ["locales"],
|
||||
"i18n-ally.sourceLanguage": "en-US",
|
||||
"prettier.enable": false,
|
||||
"search.exclude": {
|
||||
"locales/*.po": true,
|
||||
"pnpm-lock.yaml": true,
|
||||
|
||||
@@ -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>
|
||||
</p>
|
||||
|
||||
<a href="https://www.producthunt.com/products/reactive-resume?embed=true&utm_source=badge-featured&utm_medium=badge&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&theme=light&t=1768850745585"></a>
|
||||
<a href="https://www.producthunt.com/products/reactive-resume?embed=true&utm_source=badge-featured&utm_medium=badge&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&theme=light&t=1768850745585"></a>
|
||||
</div>
|
||||
|
||||
---
|
||||
|
||||
+1
-1
@@ -6,7 +6,7 @@
|
||||
"tailwind": {
|
||||
"config": "",
|
||||
"css": "src/styles.css",
|
||||
"baseColor": "neutral",
|
||||
"baseColor": "zinc",
|
||||
"cssVariables": true,
|
||||
"prefix": ""
|
||||
},
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr "На текущия ви имейл адрес е изпратена в
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr "Връзката към автобиографията ви е копирана в клипборда."
|
||||
@@ -178,11 +178,11 @@ msgstr "Добавяне на ново умение"
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr "Добавяне на нов доброволчески опит"
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr "Добавяне на колона след"
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr "Добавяне на колона преди"
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr "Добавяне на колона преди"
|
||||
msgid "Add Page"
|
||||
msgstr "Добавяне на страница"
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr "Добавяне на ред след"
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr "Добавяне на ред преди"
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -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."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
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"
|
||||
msgstr "Eine neue Freiwilligenerfahrung hinzufügen"
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr "Spalte danach einfügen"
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr "Spalte davor einfügen"
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr "Spalte davor einfügen"
|
||||
msgid "Add Page"
|
||||
msgstr "Seite hinzufügen"
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr "Zeile danach einfügen"
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr "Zeile davor einfügen"
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr "Fett"
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr "Befehlspalette des Builders"
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr "Aufzählungsliste"
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr "Abbrechen"
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr "Zentriert"
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr "Auswahl löschen"
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr "Ein neues Projekt erstellen"
|
||||
msgid "Create a new publication"
|
||||
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"
|
||||
msgstr "Eine neue Referenz erstellen"
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr "Löschen"
|
||||
msgid "Delete Account"
|
||||
msgstr "Konto löschen"
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr "Spalte löschen"
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr "Spalte löschen"
|
||||
msgid "Delete Page"
|
||||
msgstr "Seite löschen"
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr "Zeile löschen"
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
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/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr "Überschrift 1"
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr "Überschrift 2"
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr "Überschrift 3"
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr "Überschrift 4"
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr "Überschrift 5"
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr "Überschrift 6"
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr "Ausblenden"
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr "Hervorheben"
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr "Informationen"
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr "Inline-Code"
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr "Tabelle einfügen"
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr "Aussteller"
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr "Kursiv"
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr "Kursiv"
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr "Blocksatz"
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr "Mehr erfahren"
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
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"
|
||||
msgstr "Linksbündig"
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr "Neue Zeile"
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr "oder weiter mit"
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr "Nummerierte Liste"
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr "Seite {0}"
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr "Seite {pageNumber} von {totalNumberOfPages}"
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr "Absatz"
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr "Telefon"
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr "Passwort zurücksetzen"
|
||||
msgid "Reset your password"
|
||||
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
|
||||
msgid "Resetting your password..."
|
||||
msgstr "Ihr Passwort wird zurückgesetzt..."
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr "Lebensläufe"
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr "Rechtsbündig"
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: 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..."
|
||||
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"
|
||||
msgstr "Trennzeichen"
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr "Erstellen Sie Ihren Lebenslauf von Grund auf"
|
||||
msgid "Statistics"
|
||||
msgstr "Statistiken"
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr "Durchgestrichen"
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr "Tabelle"
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr "Typografie"
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr "Unterstreichen"
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr "Ein bestehendes Projekt aktualisieren"
|
||||
msgid "Update an existing publication"
|
||||
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"
|
||||
msgstr "Eine bestehende Referenz aktualisieren"
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr "Freiwillige Arbeit"
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-50
@@ -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."
|
||||
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
|
||||
msgid "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"
|
||||
msgstr "Add a new volunteer experience"
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "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"
|
||||
msgstr "Add Column Before"
|
||||
|
||||
@@ -185,11 +185,11 @@ msgstr "Add Column Before"
|
||||
msgid "Add Page"
|
||||
msgstr "Add Page"
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "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"
|
||||
msgstr "Add Row Before"
|
||||
|
||||
@@ -381,7 +381,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr "Body"
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr "Bold"
|
||||
|
||||
@@ -401,7 +401,7 @@ msgstr "Builder Command Palette"
|
||||
msgid "Bulgarian"
|
||||
msgstr "Bulgarian"
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "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/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -458,11 +458,11 @@ msgstr "Cancel"
|
||||
msgid "Catalan"
|
||||
msgstr "Catalan"
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr "Center Align"
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr "Center view"
|
||||
|
||||
@@ -514,7 +514,7 @@ msgstr "Clear selection"
|
||||
msgid "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"
|
||||
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."
|
||||
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"
|
||||
msgstr "Copy URL"
|
||||
|
||||
@@ -601,7 +601,7 @@ msgstr "Copy URL"
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -656,7 +656,7 @@ msgstr "Create a new project"
|
||||
msgid "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"
|
||||
msgstr "Create a new reference"
|
||||
|
||||
@@ -754,7 +754,7 @@ msgstr "Delete"
|
||||
msgid "Delete Account"
|
||||
msgstr "Delete Account"
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr "Delete Column"
|
||||
|
||||
@@ -762,11 +762,11 @@ msgstr "Delete Column"
|
||||
msgid "Delete Page"
|
||||
msgstr "Delete Page"
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr "Delete Row"
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr "Delete Table"
|
||||
|
||||
@@ -797,7 +797,7 @@ msgstr "Deleting your resume..."
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "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."
|
||||
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"
|
||||
msgstr "Download JSON"
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr "Download PDF"
|
||||
|
||||
@@ -1139,27 +1139,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr "Heading"
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr "Heading 1"
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr "Heading 2"
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr "Heading 3"
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr "Heading 4"
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr "Heading 5"
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr "Heading 6"
|
||||
|
||||
@@ -1203,7 +1203,7 @@ msgstr "Hide"
|
||||
msgid "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"
|
||||
msgstr "Highlight"
|
||||
|
||||
@@ -1262,11 +1262,11 @@ msgstr "Indonesian"
|
||||
msgid "Information"
|
||||
msgstr "Information"
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr "Inline Code"
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr "Insert Table"
|
||||
|
||||
@@ -1290,7 +1290,7 @@ msgstr "Issuer"
|
||||
msgid "Italian"
|
||||
msgstr "Italian"
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr "Italic"
|
||||
|
||||
@@ -1298,7 +1298,7 @@ msgstr "Italic"
|
||||
msgid "Japanese"
|
||||
msgstr "Japanese"
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr "Justify Align"
|
||||
|
||||
@@ -1369,7 +1369,7 @@ msgstr "Learn More"
|
||||
msgid "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"
|
||||
msgstr "Left Align"
|
||||
|
||||
@@ -1485,7 +1485,7 @@ msgstr "Multilingual"
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
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"
|
||||
msgstr "New Line"
|
||||
|
||||
@@ -1579,7 +1579,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr "or continue with"
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr "Ordered List"
|
||||
|
||||
@@ -1601,7 +1601,7 @@ msgstr "Page {0}"
|
||||
msgid "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"
|
||||
msgstr "Paragraph"
|
||||
|
||||
@@ -1653,6 +1653,7 @@ msgstr "Persian"
|
||||
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."
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr "Phone"
|
||||
@@ -1690,6 +1691,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr "Portuguese (Portugal)"
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr "Position"
|
||||
|
||||
@@ -1836,10 +1838,6 @@ msgstr "Reset Password"
|
||||
msgid "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
|
||||
msgid "Resetting your password..."
|
||||
msgstr "Resetting your password..."
|
||||
@@ -1859,7 +1857,7 @@ msgstr "Resources"
|
||||
msgid "Resumes"
|
||||
msgstr "Resumes"
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr "Right Align"
|
||||
|
||||
@@ -1886,7 +1884,7 @@ msgstr "Russian"
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1940,7 +1938,7 @@ msgstr "Send Password Reset Email"
|
||||
msgid "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"
|
||||
msgstr "Separator"
|
||||
|
||||
@@ -2119,7 +2117,7 @@ msgstr "Start building your resume from scratch"
|
||||
msgid "Statistics"
|
||||
msgstr "Statistics"
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr "Strike"
|
||||
|
||||
@@ -2147,7 +2145,7 @@ msgstr "Switch to dark theme"
|
||||
msgid "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"
|
||||
msgstr "Table"
|
||||
|
||||
@@ -2378,7 +2376,7 @@ msgstr "Typography"
|
||||
msgid "Ukrainian"
|
||||
msgstr "Ukrainian"
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr "Underline"
|
||||
|
||||
@@ -2447,7 +2445,7 @@ msgstr "Update an existing project"
|
||||
msgid "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"
|
||||
msgstr "Update an existing reference"
|
||||
|
||||
@@ -2555,6 +2553,7 @@ msgstr "Volunteer"
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
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."
|
||||
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"
|
||||
msgstr "Zoom in"
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr "Zoom out"
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-72
@@ -42,11 +42,6 @@ msgstr "(s'ouvre dans un nouvel onglet)"
|
||||
msgid "{0, plural, one {# item} other {# items}}"
|
||||
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/shared/section-menu.tsx:149
|
||||
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."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
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"
|
||||
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"
|
||||
msgstr "Ajouter une colonne après"
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr "Ajouter une colonne avant"
|
||||
|
||||
@@ -195,11 +190,11 @@ msgstr "Ajouter une colonne avant"
|
||||
msgid "Add Page"
|
||||
msgstr "Ajouter une page"
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr "Ajouter une ligne après"
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr "Ajouter une ligne avant"
|
||||
|
||||
@@ -391,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr "Corps"
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr "Gras"
|
||||
|
||||
@@ -411,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr "Bulgare"
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
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/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -468,11 +463,11 @@ msgstr "Annuler"
|
||||
msgid "Catalan"
|
||||
msgstr "Catalan"
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr "Alignement centré"
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr "Centrer la vue"
|
||||
|
||||
@@ -524,7 +519,7 @@ msgstr "Effacer la sélection"
|
||||
msgid "Click here to select a file to import"
|
||||
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"
|
||||
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."
|
||||
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"
|
||||
msgstr "Copier l'URL"
|
||||
|
||||
@@ -611,7 +606,7 @@ msgstr "Copier l'URL"
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -666,7 +661,7 @@ msgstr "Créer un nouveau projet"
|
||||
msgid "Create a new 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"
|
||||
msgstr "Créer une nouvelle référence"
|
||||
|
||||
@@ -764,7 +759,7 @@ msgstr "Supprimer"
|
||||
msgid "Delete Account"
|
||||
msgstr "Supprimer le compte"
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr "Supprimer la colonne"
|
||||
|
||||
@@ -772,11 +767,11 @@ msgstr "Supprimer la colonne"
|
||||
msgid "Delete Page"
|
||||
msgstr "Supprimer la page"
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr "Supprimer la ligne"
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete 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/project.tsx:198
|
||||
#: 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
|
||||
msgid "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."
|
||||
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"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr "Télécharger le PDF"
|
||||
|
||||
@@ -1149,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr "Titre"
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr "Titre 1"
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr "Titre 2"
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr "Titre 3"
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr "Titre 4"
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr "Titre 5"
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr "Titre 6"
|
||||
|
||||
@@ -1213,7 +1208,7 @@ msgstr "Masquer"
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr "Masquer toutes les icônes du CV"
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr "Mettre en surbrillance"
|
||||
|
||||
@@ -1272,11 +1267,11 @@ msgstr "Indonésien"
|
||||
msgid "Information"
|
||||
msgstr "Information"
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr "Code en ligne"
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr "Insérer un tableau"
|
||||
|
||||
@@ -1300,7 +1295,7 @@ msgstr "Émetteur"
|
||||
msgid "Italian"
|
||||
msgstr "Italien"
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr "Italique"
|
||||
|
||||
@@ -1308,7 +1303,7 @@ msgstr "Italique"
|
||||
msgid "Japanese"
|
||||
msgstr "Japonais"
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr "Alignement justifié"
|
||||
|
||||
@@ -1379,7 +1374,7 @@ msgstr "En savoir plus"
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
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"
|
||||
msgstr "Aligné à gauche"
|
||||
|
||||
@@ -1487,10 +1482,6 @@ msgstr "Modèle"
|
||||
msgid "Move to"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx:108
|
||||
msgid "Move to"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/_home/-sections/features.tsx:70
|
||||
msgid "Multilingual"
|
||||
msgstr "Multilingue"
|
||||
@@ -1499,7 +1490,7 @@ msgstr "Multilingue"
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
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"
|
||||
msgstr "Nouvelle ligne"
|
||||
|
||||
@@ -1527,10 +1518,6 @@ msgstr "Nouvelle ligne"
|
||||
msgid "New Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx:145
|
||||
msgid "New Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/auth/change-password.tsx:110
|
||||
#: src/routes/auth/reset-password.tsx:82
|
||||
msgid "New Password"
|
||||
@@ -1540,10 +1527,6 @@ msgstr "Nouveau mot de passe"
|
||||
msgid "New Section"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx:134
|
||||
msgid "New Section"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/_home/-sections/features.tsx:52
|
||||
msgid "No Advertising, No Tracking"
|
||||
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"
|
||||
msgstr "ou continuez avec"
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr "Liste triée"
|
||||
|
||||
@@ -1623,7 +1606,7 @@ msgstr "Page {0}"
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr "Page {pageNumber} sur {totalNumberOfPages}"
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr "Paragraphe"
|
||||
|
||||
@@ -1675,6 +1658,7 @@ msgstr "Persan"
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr "Téléphone"
|
||||
@@ -1712,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr "Portugais (Portugal)"
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr "Poste"
|
||||
|
||||
@@ -1858,10 +1843,6 @@ msgstr "Réinitialiser le mot de passe"
|
||||
msgid "Reset your password"
|
||||
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
|
||||
msgid "Resetting your password..."
|
||||
msgstr "Réinitialisation de votre mot de passe..."
|
||||
@@ -1881,7 +1862,7 @@ msgstr "Ressources"
|
||||
msgid "Resumes"
|
||||
msgstr "CVs"
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr "Alignement à droite"
|
||||
|
||||
@@ -1908,7 +1889,7 @@ msgstr "Russe"
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1941,10 +1922,6 @@ msgstr "Recherche..."
|
||||
msgid "Secret copied to clipboard."
|
||||
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
|
||||
msgid "Section Type"
|
||||
msgstr ""
|
||||
@@ -1966,7 +1943,7 @@ msgstr "Envoyer un e-mail de réinitialisation du mot de passe"
|
||||
msgid "Sending password reset email..."
|
||||
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"
|
||||
msgstr "Séparateur"
|
||||
|
||||
@@ -2145,7 +2122,7 @@ msgstr "Commencez à rédiger votre CV en partant de zéro"
|
||||
msgid "Statistics"
|
||||
msgstr "Statistiques"
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr "Barré"
|
||||
|
||||
@@ -2173,7 +2150,7 @@ msgstr "Basculer en mode sombre"
|
||||
msgid "Switch to light theme"
|
||||
msgstr "Basculer en mode clair"
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr "Tableau"
|
||||
|
||||
@@ -2404,7 +2381,7 @@ msgstr "Typographie"
|
||||
msgid "Ukrainian"
|
||||
msgstr "Ukrainien"
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr "Souligner"
|
||||
|
||||
@@ -2473,7 +2450,7 @@ msgstr "Modifier un projet existant"
|
||||
msgid "Update an existing publication"
|
||||
msgstr "Modifier une publication existante"
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
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/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
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."
|
||||
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"
|
||||
msgstr "Zoom avant"
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr "Zoom arrière"
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr "Zoulou"
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr "Adicionar competência"
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr "Adicionar experiência de voluntariado"
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr "Adicionar coluna depois"
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr "Adicionar coluna antes"
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr "Adicionar coluna antes"
|
||||
msgid "Add Page"
|
||||
msgstr "Adicionar página"
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr "Adicionar linha depois"
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr "Adicionar linha antes"
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr "Aumentar zoom"
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr "Diminuir zoom"
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr "Zulu"
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-51
@@ -88,7 +88,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -178,11 +178,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -190,11 +190,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -386,7 +386,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -406,7 +406,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -445,8 +445,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -463,11 +463,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -519,7 +519,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -590,7 +590,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -606,7 +606,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -661,7 +661,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -759,7 +759,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -767,11 +767,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -802,7 +802,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1144,27 +1144,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1208,7 +1208,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1267,11 +1267,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1295,7 +1295,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1303,7 +1303,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1374,7 +1374,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1490,7 +1490,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1584,7 +1584,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1606,7 +1606,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1658,6 +1658,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1695,6 +1696,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1841,10 +1843,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1864,7 +1862,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1891,7 +1889,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1945,7 +1943,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2124,7 +2122,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2152,7 +2150,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2383,7 +2381,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2452,7 +2450,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2560,6 +2558,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2694,15 +2693,14 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
#: src/utils/locale.ts:122
|
||||
msgid "Zulu"
|
||||
msgstr ""
|
||||
|
||||
|
||||
+49
-50
@@ -83,7 +83,7 @@ msgstr ""
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
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
|
||||
msgid "A link to your resume has been copied to clipboard."
|
||||
msgstr ""
|
||||
@@ -173,11 +173,11 @@ msgstr ""
|
||||
msgid "Add a new volunteer experience"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:599
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
msgid "Add Column After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:595
|
||||
#: src/components/input/rich-input.tsx:591
|
||||
msgid "Add Column Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -185,11 +185,11 @@ msgstr ""
|
||||
msgid "Add Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:608
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
msgid "Add Row After"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:604
|
||||
#: src/components/input/rich-input.tsx:600
|
||||
msgid "Add Row Before"
|
||||
msgstr ""
|
||||
|
||||
@@ -381,7 +381,7 @@ msgctxt "Body Text (paragraphs, lists, etc.)"
|
||||
msgid "Body"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:323
|
||||
#: src/components/input/rich-input.tsx:319
|
||||
msgid "Bold"
|
||||
msgstr ""
|
||||
|
||||
@@ -401,7 +401,7 @@ msgstr ""
|
||||
msgid "Bulgarian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:502
|
||||
#: src/components/input/rich-input.tsx:498
|
||||
msgid "Bullet List"
|
||||
msgstr ""
|
||||
|
||||
@@ -440,8 +440,8 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/project.tsx:126
|
||||
#: src/dialogs/resume/sections/publication.tsx:67
|
||||
#: src/dialogs/resume/sections/publication.tsx:128
|
||||
#: src/dialogs/resume/sections/reference.tsx:63
|
||||
#: src/dialogs/resume/sections/reference.tsx:121
|
||||
#: src/dialogs/resume/sections/reference.tsx:67
|
||||
#: src/dialogs/resume/sections/reference.tsx:128
|
||||
#: src/dialogs/resume/sections/skill.tsx:71
|
||||
#: src/dialogs/resume/sections/skill.tsx:132
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:67
|
||||
@@ -458,11 +458,11 @@ msgstr ""
|
||||
msgid "Catalan"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:477
|
||||
#: src/components/input/rich-input.tsx:473
|
||||
msgid "Center Align"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:83
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:76
|
||||
msgid "Center view"
|
||||
msgstr ""
|
||||
|
||||
@@ -514,7 +514,7 @@ msgstr ""
|
||||
msgid "Click here to select a file to import"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:572
|
||||
#: src/components/input/rich-input.tsx:568
|
||||
msgid "Code Block"
|
||||
msgstr ""
|
||||
|
||||
@@ -585,7 +585,7 @@ msgstr ""
|
||||
msgid "Copy this secret key and use it in your applications to access your data."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:85
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:78
|
||||
msgid "Copy URL"
|
||||
msgstr ""
|
||||
|
||||
@@ -601,7 +601,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:72
|
||||
#: src/dialogs/resume/sections/project.tsx:70
|
||||
#: 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/volunteer.tsx:71
|
||||
msgid "Create"
|
||||
@@ -656,7 +656,7 @@ msgstr ""
|
||||
msgid "Create a new publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:52
|
||||
#: src/dialogs/resume/sections/reference.tsx:56
|
||||
msgid "Create a new reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -754,7 +754,7 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
#: src/components/input/rich-input.tsx:609
|
||||
msgid "Delete Column"
|
||||
msgstr ""
|
||||
|
||||
@@ -762,11 +762,11 @@ msgstr ""
|
||||
msgid "Delete Page"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:617
|
||||
#: src/components/input/rich-input.tsx:613
|
||||
msgid "Delete Row"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:622
|
||||
#: src/components/input/rich-input.tsx:618
|
||||
msgid "Delete Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -797,7 +797,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/experience.tsx:234
|
||||
#: src/dialogs/resume/sections/project.tsx:198
|
||||
#: 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
|
||||
msgid "Description"
|
||||
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."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:86
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:79
|
||||
msgid "Download JSON"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:88
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
|
||||
@@ -1139,27 +1139,27 @@ msgctxt "Headings or Titles (H1, H2, H3, H4, H5, H6)"
|
||||
msgid "Heading"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:411
|
||||
#: src/components/input/rich-input.tsx:407
|
||||
msgid "Heading 1"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:418
|
||||
#: src/components/input/rich-input.tsx:414
|
||||
msgid "Heading 2"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:425
|
||||
#: src/components/input/rich-input.tsx:421
|
||||
msgid "Heading 3"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:432
|
||||
#: src/components/input/rich-input.tsx:428
|
||||
msgid "Heading 4"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:439
|
||||
#: src/components/input/rich-input.tsx:435
|
||||
msgid "Heading 5"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:446
|
||||
#: src/components/input/rich-input.tsx:442
|
||||
msgid "Heading 6"
|
||||
msgstr ""
|
||||
|
||||
@@ -1203,7 +1203,7 @@ msgstr ""
|
||||
msgid "Hide all icons on the resume"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:371
|
||||
#: src/components/input/rich-input.tsx:367
|
||||
msgid "Highlight"
|
||||
msgstr ""
|
||||
|
||||
@@ -1262,11 +1262,11 @@ msgstr ""
|
||||
msgid "Information"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:560
|
||||
#: src/components/input/rich-input.tsx:556
|
||||
msgid "Inline Code"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:590
|
||||
#: src/components/input/rich-input.tsx:586
|
||||
msgid "Insert Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -1290,7 +1290,7 @@ msgstr ""
|
||||
msgid "Italian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:335
|
||||
#: src/components/input/rich-input.tsx:331
|
||||
msgid "Italic"
|
||||
msgstr ""
|
||||
|
||||
@@ -1298,7 +1298,7 @@ msgstr ""
|
||||
msgid "Japanese"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:491
|
||||
#: src/components/input/rich-input.tsx:487
|
||||
msgid "Justify Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1369,7 +1369,7 @@ msgstr ""
|
||||
msgid "Leave empty to reset the title to the original."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:470
|
||||
#: src/components/input/rich-input.tsx:466
|
||||
msgid "Left Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1485,7 +1485,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/index.tsx:292
|
||||
#: src/dialogs/resume/sections/interest.tsx:168
|
||||
#: 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/routes/auth/register.tsx:107
|
||||
#: 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."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:632
|
||||
#: src/components/input/rich-input.tsx:628
|
||||
msgid "New Line"
|
||||
msgstr ""
|
||||
|
||||
@@ -1579,7 +1579,7 @@ msgctxt "Choose to authenticate with a social provider (Google, GitHub, etc.) in
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:514
|
||||
#: src/components/input/rich-input.tsx:510
|
||||
msgid "Ordered List"
|
||||
msgstr ""
|
||||
|
||||
@@ -1601,7 +1601,7 @@ msgstr ""
|
||||
msgid "Page {pageNumber} of {totalNumberOfPages}"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:403
|
||||
#: src/components/input/rich-input.tsx:399
|
||||
msgid "Paragraph"
|
||||
msgstr ""
|
||||
|
||||
@@ -1653,6 +1653,7 @@ msgstr ""
|
||||
msgid "Personalize your resume with any colors, fonts or designs, and make it your own."
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:184
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:98
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
@@ -1690,6 +1691,7 @@ msgid "Portuguese (Portugal)"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/experience.tsx:170
|
||||
#: src/dialogs/resume/sections/reference.tsx:168
|
||||
msgid "Position"
|
||||
msgstr ""
|
||||
|
||||
@@ -1836,10 +1838,6 @@ msgstr ""
|
||||
msgid "Reset your password"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:82
|
||||
msgid "Reset zoom"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/auth/reset-password.tsx:47
|
||||
msgid "Resetting your password..."
|
||||
msgstr ""
|
||||
@@ -1859,7 +1857,7 @@ msgstr ""
|
||||
msgid "Resumes"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:484
|
||||
#: src/components/input/rich-input.tsx:480
|
||||
msgid "Right Align"
|
||||
msgstr ""
|
||||
|
||||
@@ -1886,7 +1884,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:132
|
||||
#: src/dialogs/resume/sections/project.tsx:130
|
||||
#: 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/volunteer.tsx:132
|
||||
#: src/routes/dashboard/settings/profile.tsx:224
|
||||
@@ -1940,7 +1938,7 @@ msgstr ""
|
||||
msgid "Sending password reset email..."
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:643
|
||||
#: src/components/input/rich-input.tsx:639
|
||||
msgid "Separator"
|
||||
msgstr ""
|
||||
|
||||
@@ -2119,7 +2117,7 @@ msgstr ""
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:359
|
||||
#: src/components/input/rich-input.tsx:355
|
||||
msgid "Strike"
|
||||
msgstr ""
|
||||
|
||||
@@ -2147,7 +2145,7 @@ msgstr ""
|
||||
msgid "Switch to light theme"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:582
|
||||
#: src/components/input/rich-input.tsx:578
|
||||
msgid "Table"
|
||||
msgstr ""
|
||||
|
||||
@@ -2378,7 +2376,7 @@ msgstr ""
|
||||
msgid "Ukrainian"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/input/rich-input.tsx:347
|
||||
#: src/components/input/rich-input.tsx:343
|
||||
msgid "Underline"
|
||||
msgstr ""
|
||||
|
||||
@@ -2447,7 +2445,7 @@ msgstr ""
|
||||
msgid "Update an existing publication"
|
||||
msgstr ""
|
||||
|
||||
#: src/dialogs/resume/sections/reference.tsx:110
|
||||
#: src/dialogs/resume/sections/reference.tsx:117
|
||||
msgid "Update an existing reference"
|
||||
msgstr ""
|
||||
|
||||
@@ -2555,6 +2553,7 @@ msgstr ""
|
||||
#: src/dialogs/resume/sections/profile.tsx:211
|
||||
#: src/dialogs/resume/sections/project.tsx:182
|
||||
#: src/dialogs/resume/sections/publication.tsx:200
|
||||
#: src/dialogs/resume/sections/reference.tsx:200
|
||||
#: src/dialogs/resume/sections/volunteer.tsx:200
|
||||
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx:130
|
||||
msgid "Website"
|
||||
@@ -2689,11 +2688,11 @@ msgstr ""
|
||||
msgid "Your support ensures the project remains free and accessible for everyone, now and in the future."
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:80
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:74
|
||||
msgid "Zoom in"
|
||||
msgstr ""
|
||||
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:81
|
||||
#: src/routes/builder/$resumeId/-components/dock.tsx:75
|
||||
msgid "Zoom out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@@ -0,0 +1,2 @@
|
||||
[build]
|
||||
publish = "dist/"
|
||||
+13
-13
@@ -31,10 +31,10 @@
|
||||
"typecheck": "tsc --noEmit"
|
||||
},
|
||||
"dependencies": {
|
||||
"@ai-sdk/anthropic": "^3.0.19",
|
||||
"@ai-sdk/google": "^3.0.11",
|
||||
"@ai-sdk/openai": "^3.0.15",
|
||||
"@aws-sdk/client-s3": "^3.972.0",
|
||||
"@ai-sdk/anthropic": "^3.0.23",
|
||||
"@ai-sdk/google": "^3.0.13",
|
||||
"@ai-sdk/openai": "^3.0.18",
|
||||
"@aws-sdk/client-s3": "^3.974.0",
|
||||
"@better-auth/core": "1.5.0-beta.9",
|
||||
"@better-auth/passkey": "1.5.0-beta.9",
|
||||
"@dnd-kit/core": "^6.3.1",
|
||||
@@ -56,25 +56,25 @@
|
||||
"@sindresorhus/slugify": "^3.0.0",
|
||||
"@t3-oss/env-core": "^0.13.10",
|
||||
"@tanstack/react-query": "5.90.19",
|
||||
"@tanstack/react-router": "^1.154.7",
|
||||
"@tanstack/react-router-ssr-query": "^1.154.7",
|
||||
"@tanstack/react-start": "^1.154.7",
|
||||
"@tanstack/zod-adapter": "^1.154.7",
|
||||
"@tanstack/react-router": "^1.154.12",
|
||||
"@tanstack/react-router-ssr-query": "^1.154.12",
|
||||
"@tanstack/react-start": "^1.154.12",
|
||||
"@tanstack/zod-adapter": "^1.154.12",
|
||||
"@tiptap/extension-highlight": "^3.16.0",
|
||||
"@tiptap/extension-table": "^3.16.0",
|
||||
"@tiptap/extension-text-align": "^3.16.0",
|
||||
"@tiptap/pm": "^3.16.0",
|
||||
"@tiptap/react": "^3.16.0",
|
||||
"@tiptap/starter-kit": "^3.16.0",
|
||||
"ai": "^6.0.46",
|
||||
"ai-sdk-ollama": "^3.2.0",
|
||||
"ai": "^6.0.48",
|
||||
"ai-sdk-ollama": "^3.3.0",
|
||||
"bcrypt": "^6.0.0",
|
||||
"better-auth": "1.5.0-beta.9",
|
||||
"class-variance-authority": "^0.7.1",
|
||||
"clsx": "^2.1.1",
|
||||
"cmdk": "^1.1.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",
|
||||
"fuse.js": "^7.1.0",
|
||||
"immer": "^11.1.3",
|
||||
@@ -106,7 +106,7 @@
|
||||
"unique-names-generator": "^4.7.1",
|
||||
"usehooks-ts": "^3.1.1",
|
||||
"uuid": "^13.0.0",
|
||||
"zod": "^4.3.5",
|
||||
"zod": "^4.3.6",
|
||||
"zustand": "^5.0.10"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -124,7 +124,7 @@
|
||||
"@types/react-dom": "^19.2.3",
|
||||
"@vitejs/plugin-react": "^5.1.2",
|
||||
"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",
|
||||
"nitro": "npm:nitro-nightly@latest",
|
||||
"node-addon-api": "^8.5.0",
|
||||
|
||||
Generated
+640
-240
File diff suppressed because it is too large
Load Diff
@@ -9,15 +9,27 @@ export async function resetDatabase() {
|
||||
const pool = new Pool({ connectionString: env.DATABASE_URL });
|
||||
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 {
|
||||
await db.transaction(async (tx) => {
|
||||
await tx.execute(sql`DROP SCHEMA drizzle CASCADE`);
|
||||
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`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");
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
@@ -13,10 +13,20 @@ const argForce = args.includes("--force");
|
||||
const argCompress = args.includes("--compress");
|
||||
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() {
|
||||
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;
|
||||
|
||||
@@ -28,8 +38,8 @@ async function getGoogleFontsJSON() {
|
||||
const data = (await response.json()) as APIResponse;
|
||||
|
||||
const jsonString = argCompress ? JSON.stringify(data) : JSON.stringify(data, null, 2);
|
||||
await mkdir("data/fonts", { recursive: true });
|
||||
await writeFile("data/fonts/response.json", jsonString, "utf-8");
|
||||
await mkdir(FONTS_DIR, { recursive: true });
|
||||
await writeFile(RESPONSE_FILE, jsonString, "utf-8");
|
||||
|
||||
return data;
|
||||
}
|
||||
@@ -45,7 +55,7 @@ export async function generateFonts() {
|
||||
console.log(`Found ${response.items.length} fonts in total.`);
|
||||
|
||||
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) => {
|
||||
@@ -54,6 +64,7 @@ export async function generateFonts() {
|
||||
|
||||
// 2. files: all files, but change "regular"->"400", "italic"->"400italic"
|
||||
const files: Record<string, string> = {};
|
||||
|
||||
for (const [variant, url] of Object.entries(item.files)) {
|
||||
let key = variant;
|
||||
if (variant === "regular") key = "400";
|
||||
@@ -62,17 +73,18 @@ export async function generateFonts() {
|
||||
}
|
||||
|
||||
return {
|
||||
type: "web",
|
||||
category: item.category,
|
||||
family: item.family,
|
||||
weights,
|
||||
preview: item.menu,
|
||||
files,
|
||||
};
|
||||
} satisfies WebFont;
|
||||
});
|
||||
|
||||
const jsonString = argCompress ? JSON.stringify(result) : JSON.stringify(result, null, 2);
|
||||
await mkdir("data/fonts", { recursive: true });
|
||||
await writeFile("data/fonts/webfontlist.json", jsonString, "utf-8");
|
||||
await mkdir(FONTS_DIR, { recursive: true });
|
||||
await writeFile(WEBFONTLIST_FILE, jsonString, "utf-8");
|
||||
|
||||
console.log(`Generated ${result.length} fonts in the list.`);
|
||||
}
|
||||
|
||||
@@ -42,6 +42,7 @@ export type Weight = "100" | "200" | "300" | "400" | "500" | "600" | "700" | "80
|
||||
type FileWeight = Weight | `${Weight}italic`;
|
||||
|
||||
export type WebFont = {
|
||||
type: "web";
|
||||
category: Category;
|
||||
family: string;
|
||||
weights: Weight[];
|
||||
|
||||
+106
-23
@@ -1,7 +1,7 @@
|
||||
import fs from "node:fs/promises";
|
||||
import { and, inArray, sql } from "drizzle-orm";
|
||||
import { drizzle } from "drizzle-orm/node-postgres";
|
||||
import { Pool } from "pg";
|
||||
import { Pool, type QueryResult } from "pg";
|
||||
import { schema } from "@/integrations/drizzle";
|
||||
import { ReactiveResumeV4JSONImporter } from "@/integrations/import/reactive-resume-v4-json";
|
||||
import { defaultResumeData } from "@/schema/resume/data";
|
||||
@@ -43,23 +43,28 @@ const localPool = new Pool({ connectionString: localUrl });
|
||||
const productionDb = drizzle({ client: productionPool });
|
||||
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 RESUME_ID_MAP_FILE = "./scripts/migration/resume-id-map.json";
|
||||
|
||||
// == Progress checkpoint file path ==
|
||||
const PROGRESS_FILE = "./scripts/migration/resume-progress.json";
|
||||
|
||||
// You may tune this for your use case
|
||||
// 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
|
||||
// Especially important for resumes as they contain large JSONB data
|
||||
const INSERT_CHUNK_SIZE = 1000;
|
||||
|
||||
// == Progress checkpoint interface ==
|
||||
// Uses cursor-based pagination with (createdAt, id) composite key for efficiency
|
||||
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;
|
||||
statisticsCreated: number;
|
||||
skipped: number;
|
||||
@@ -76,7 +81,7 @@ async function loadProgress(): Promise<MigrationProgress | null> {
|
||||
const text = await fs.readFile(PROGRESS_FILE, { encoding: "utf-8" });
|
||||
const progress = JSON.parse(text) as MigrationProgress;
|
||||
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;
|
||||
} catch (e) {
|
||||
console.warn("⚠️ Failed to load progress file, starting from beginning.", e);
|
||||
@@ -88,7 +93,7 @@ async function saveProgress(progress: MigrationProgress): Promise<void> {
|
||||
try {
|
||||
progress.lastUpdated = new Date().toISOString();
|
||||
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) {
|
||||
console.error("🚨 Failed to save progress:", e);
|
||||
}
|
||||
@@ -114,15 +119,35 @@ async function loadUserIdMapFromFile(): Promise<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() {
|
||||
const migrationStart = performance.now();
|
||||
console.log("⌛ Starting resume migration...");
|
||||
|
||||
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 resumeIdMap = await loadResumeIdMapFromFile();
|
||||
|
||||
// Track migration stats
|
||||
let resumesCreated = 0;
|
||||
@@ -134,7 +159,8 @@ export async function migrateResumes() {
|
||||
// Load saved progress if exists
|
||||
const savedProgress = await loadProgress();
|
||||
if (savedProgress) {
|
||||
currentOffset = savedProgress.currentOffset;
|
||||
lastSeenCreatedAt = savedProgress.lastSeenCreatedAt;
|
||||
lastSeenId = savedProgress.lastSeenId;
|
||||
resumesCreated = savedProgress.resumesCreated;
|
||||
statisticsCreated = savedProgress.statisticsCreated;
|
||||
skipped = savedProgress.skipped;
|
||||
@@ -144,7 +170,8 @@ export async function migrateResumes() {
|
||||
|
||||
// Helper to get current progress object
|
||||
const getCurrentProgress = (): MigrationProgress => ({
|
||||
currentOffset,
|
||||
lastSeenCreatedAt,
|
||||
lastSeenId,
|
||||
resumesCreated,
|
||||
statisticsCreated,
|
||||
skipped,
|
||||
@@ -159,6 +186,7 @@ export async function migrateResumes() {
|
||||
shutdownRequested = true;
|
||||
console.log("\n⚠️ Shutdown requested. Saving progress...");
|
||||
await saveProgress(getCurrentProgress());
|
||||
await saveResumeIdMapToFile(resumeIdMap);
|
||||
console.log("👋 Exiting. Run the script again to resume from where you left off.");
|
||||
process.exit(0);
|
||||
};
|
||||
@@ -173,14 +201,32 @@ export async function migrateResumes() {
|
||||
// Check if shutdown was requested
|
||||
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`
|
||||
SELECT id, title, slug, data, visibility, locked, "userId", "createdAt", "updatedAt"
|
||||
FROM "Resume"
|
||||
ORDER BY "id" ASC
|
||||
LIMIT ${BATCH_SIZE} OFFSET ${currentOffset}
|
||||
`)) as unknown as ProductionResume[];
|
||||
// Use cursor-based pagination for better performance
|
||||
// Tuple comparison syntax allows Postgres to use composite index efficiently
|
||||
let resumes: ProductionResume[];
|
||||
|
||||
if (lastSeenCreatedAt && lastSeenId) {
|
||||
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.`);
|
||||
|
||||
@@ -196,11 +242,11 @@ export async function migrateResumes() {
|
||||
// Escape single quotes in IDs (though UUIDs shouldn't contain them, this is safer)
|
||||
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"
|
||||
FROM "Statistics"
|
||||
WHERE "resumeId" IN (${sql.raw(resumeIdsForSql)})
|
||||
`)) as unknown as ProductionStatistics[];
|
||||
`)) as unknown as QueryResult<ProductionStatistics>;
|
||||
|
||||
// Create a map of resumeId -> statistics for quick lookup
|
||||
const statisticsMap = new Map<string, ProductionStatistics>();
|
||||
@@ -222,8 +268,15 @@ export async function migrateResumes() {
|
||||
|
||||
if (resumesToProcess.length === 0) {
|
||||
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;
|
||||
await saveProgress(getCurrentProgress());
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -244,8 +297,15 @@ export async function migrateResumes() {
|
||||
|
||||
if (resumesWithValidUsers.length === 0) {
|
||||
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;
|
||||
await saveProgress(getCurrentProgress());
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -281,8 +341,15 @@ export async function migrateResumes() {
|
||||
|
||||
if (resumesToInsert.length === 0) {
|
||||
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;
|
||||
await saveProgress(getCurrentProgress());
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -308,6 +375,9 @@ export async function migrateResumes() {
|
||||
|
||||
const newResumeId = generateId();
|
||||
|
||||
// Track the ID mapping for future reference
|
||||
resumeIdMap.set(resume.id, newResumeId);
|
||||
|
||||
return {
|
||||
resumeData: {
|
||||
id: newResumeId,
|
||||
@@ -369,13 +439,23 @@ export async function migrateResumes() {
|
||||
console.log(
|
||||
`✅ 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) {
|
||||
console.error(`🚨 Failed to bulk insert resumes batch:`, error);
|
||||
errors++;
|
||||
// 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;
|
||||
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)`,
|
||||
);
|
||||
|
||||
// Final save of the mapping (ensures up-to-date state)
|
||||
await saveResumeIdMapToFile(resumeIdMap);
|
||||
|
||||
// Clear progress file on successful completion (only if not interrupted)
|
||||
if (!shutdownRequested) {
|
||||
await clearProgress();
|
||||
|
||||
@@ -1,18 +1,28 @@
|
||||
import { sql } from "drizzle-orm";
|
||||
import { drizzle } from "drizzle-orm/node-postgres";
|
||||
import { Pool } from "pg";
|
||||
import { env } from "@/utils/env";
|
||||
|
||||
const pool = new Pool({ connectionString: env.DATABASE_URL });
|
||||
const db = drizzle({ client: pool });
|
||||
const productionUrl = process.env.PRODUCTION_DATABASE_URL;
|
||||
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 {
|
||||
const result = await db.execute(sql`SELECT 1 as connected`);
|
||||
console.log("✅ Database connection successful", JSON.stringify(result));
|
||||
const productionResult = await productionDb.execute(sql`SELECT 1 as connected`);
|
||||
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) {
|
||||
console.error("🚨 Database connection failed:", error);
|
||||
process.exit(1);
|
||||
} finally {
|
||||
await pool.end();
|
||||
await productionPool.end();
|
||||
await localPool.end();
|
||||
process.exit(0);
|
||||
}
|
||||
|
||||
+71
-64
@@ -1,7 +1,7 @@
|
||||
import fs from "node:fs/promises";
|
||||
import { inArray, or, sql } from "drizzle-orm";
|
||||
import { drizzle } from "drizzle-orm/node-postgres";
|
||||
import { Pool } from "pg";
|
||||
import { Pool, type QueryResult } from "pg";
|
||||
import { schema } from "@/integrations/drizzle";
|
||||
import { generateId, toUsername } from "@/utils/string";
|
||||
|
||||
@@ -18,7 +18,6 @@ interface ProductionUser {
|
||||
email: string;
|
||||
locale: string;
|
||||
emailVerified: boolean;
|
||||
twoFactorEnabled: boolean;
|
||||
createdAt: Date;
|
||||
updatedAt: Date;
|
||||
provider: ProductionProvider;
|
||||
@@ -28,11 +27,6 @@ interface ProductionSecrets {
|
||||
id: string;
|
||||
password: string | null;
|
||||
lastSignedIn: Date;
|
||||
verificationToken: string | null;
|
||||
twoFactorSecret: string | null;
|
||||
twoFactorBackupCodes: string[];
|
||||
refreshToken: string | null;
|
||||
resetToken: string | null;
|
||||
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";
|
||||
|
||||
// You may tune this for your use case
|
||||
// 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
|
||||
const INSERT_CHUNK_SIZE = 1000;
|
||||
|
||||
// == Progress checkpoint interface ==
|
||||
// Uses cursor-based pagination with (createdAt, id) composite key for efficiency
|
||||
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;
|
||||
accountsCreated: number;
|
||||
twoFactorCreated: number;
|
||||
skipped: number;
|
||||
totalUsersProcessed: number;
|
||||
lastUpdated: string;
|
||||
@@ -94,7 +90,7 @@ async function loadProgress(): Promise<MigrationProgress | null> {
|
||||
const text = await fs.readFile(PROGRESS_FILE, { encoding: "utf-8" });
|
||||
const progress = JSON.parse(text) as MigrationProgress;
|
||||
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;
|
||||
} catch (e) {
|
||||
console.warn("⚠️ Failed to load progress file, starting from beginning.", e);
|
||||
@@ -106,7 +102,7 @@ async function saveProgress(progress: MigrationProgress): Promise<void> {
|
||||
try {
|
||||
progress.lastUpdated = new Date().toISOString();
|
||||
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) {
|
||||
console.error("🚨 Failed to save progress:", e);
|
||||
}
|
||||
@@ -142,7 +138,10 @@ export async function migrateUsers() {
|
||||
console.log("⌛ Starting user migration...");
|
||||
|
||||
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
|
||||
const userIdMap = await loadUserIdMapFromFile();
|
||||
@@ -150,27 +149,26 @@ export async function migrateUsers() {
|
||||
// Track migration stats
|
||||
let usersCreated = 0;
|
||||
let accountsCreated = 0;
|
||||
let twoFactorCreated = 0;
|
||||
let skipped = 0;
|
||||
let totalUsersProcessed = 0;
|
||||
|
||||
// Load saved progress if exists
|
||||
const savedProgress = await loadProgress();
|
||||
if (savedProgress) {
|
||||
currentOffset = savedProgress.currentOffset;
|
||||
lastSeenCreatedAt = savedProgress.lastSeenCreatedAt;
|
||||
lastSeenId = savedProgress.lastSeenId;
|
||||
usersCreated = savedProgress.usersCreated;
|
||||
accountsCreated = savedProgress.accountsCreated;
|
||||
twoFactorCreated = savedProgress.twoFactorCreated;
|
||||
skipped = savedProgress.skipped;
|
||||
totalUsersProcessed = savedProgress.totalUsersProcessed;
|
||||
}
|
||||
|
||||
// Helper to get current progress object
|
||||
const getCurrentProgress = (): MigrationProgress => ({
|
||||
currentOffset,
|
||||
lastSeenCreatedAt,
|
||||
lastSeenId,
|
||||
usersCreated,
|
||||
accountsCreated,
|
||||
twoFactorCreated,
|
||||
skipped,
|
||||
totalUsersProcessed,
|
||||
lastUpdated: new Date().toISOString(),
|
||||
@@ -194,14 +192,30 @@ export async function migrateUsers() {
|
||||
// Check if shutdown was requested
|
||||
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`
|
||||
SELECT id, name, picture, username, email, locale, "emailVerified", "twoFactorEnabled", "createdAt", "updatedAt", provider
|
||||
FROM "User"
|
||||
ORDER BY "id" ASC
|
||||
LIMIT ${BATCH_SIZE} OFFSET ${currentOffset}
|
||||
`)) as unknown as ProductionUser[];
|
||||
let users: ProductionUser[];
|
||||
|
||||
if (lastSeenCreatedAt && lastSeenId) {
|
||||
const result = (await productionDb.execute(sql`
|
||||
SELECT id, name, picture, username, email, locale, "emailVerified", "createdAt", "updatedAt", provider
|
||||
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.`);
|
||||
|
||||
@@ -217,11 +231,11 @@ export async function migrateUsers() {
|
||||
// Escape single quotes in IDs (though UUIDs shouldn't contain them, this is safer)
|
||||
const userIdsForSql = userIds.map((id) => `'${id.replace(/'/g, "''")}'`).join(", ");
|
||||
|
||||
const secrets = (await productionDb.execute(sql`
|
||||
SELECT id, password, "lastSignedIn", "verificationToken", "twoFactorSecret", "twoFactorBackupCodes", "refreshToken", "resetToken", "userId"
|
||||
const { rows: secrets } = (await productionDb.execute(sql`
|
||||
SELECT id, password, "lastSignedIn", "userId"
|
||||
FROM "Secrets"
|
||||
WHERE "userId" IN (${sql.raw(userIdsForSql)})
|
||||
`)) as unknown as ProductionSecrets[];
|
||||
`)) as unknown as QueryResult<ProductionSecrets>;
|
||||
|
||||
// Create a map of userId -> secrets for quick lookup
|
||||
const secretsMap = new Map<string, ProductionSecrets>();
|
||||
@@ -240,8 +254,15 @@ export async function migrateUsers() {
|
||||
|
||||
if (usersToProcess.length === 0) {
|
||||
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;
|
||||
await saveProgress(getCurrentProgress());
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -287,9 +308,16 @@ export async function migrateUsers() {
|
||||
|
||||
if (usersToInsert.length === 0) {
|
||||
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;
|
||||
await saveUserIdMapToFile(userIdMap);
|
||||
await saveProgress(getCurrentProgress());
|
||||
continue;
|
||||
}
|
||||
|
||||
@@ -308,7 +336,7 @@ export async function migrateUsers() {
|
||||
username: username,
|
||||
displayUsername: displayUsername,
|
||||
emailVerified: user.emailVerified,
|
||||
twoFactorEnabled: user.twoFactorEnabled,
|
||||
twoFactorEnabled: false, // All users start with 2FA disabled in the new system
|
||||
createdAt: user.createdAt,
|
||||
updatedAt: user.updatedAt,
|
||||
},
|
||||
@@ -339,7 +367,6 @@ export async function migrateUsers() {
|
||||
accountId: accountId,
|
||||
providerId: providerId,
|
||||
password: userSecrets?.password ?? null,
|
||||
refreshToken: userSecrets?.refreshToken ?? null,
|
||||
createdAt: userData.createdAt,
|
||||
updatedAt: userData.updatedAt,
|
||||
};
|
||||
@@ -352,34 +379,6 @@ export async function migrateUsers() {
|
||||
}
|
||||
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 batchTimeMs = batchEnd - batchStart;
|
||||
console.log(
|
||||
@@ -388,15 +387,24 @@ export async function migrateUsers() {
|
||||
|
||||
// Save progress after each batch
|
||||
await saveUserIdMapToFile(userIdMap);
|
||||
await saveProgress(getCurrentProgress());
|
||||
} catch (error) {
|
||||
console.error(`🚨 Failed to bulk insert users batch:`, error);
|
||||
// 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;
|
||||
console.log(`📦 Processed ${totalUsersProcessed} users so far...\n`);
|
||||
|
||||
// Save progress after updating cursor
|
||||
await saveProgress(getCurrentProgress());
|
||||
}
|
||||
|
||||
// Remove signal handlers
|
||||
@@ -409,7 +417,6 @@ export async function migrateUsers() {
|
||||
console.log("\n📊 Migration Summary:");
|
||||
console.log(` Users created: ${usersCreated}`);
|
||||
console.log(` Accounts created: ${accountsCreated}`);
|
||||
console.log(` Two-factor entries created: ${twoFactorCreated}`);
|
||||
console.log(` Skipped (already exist): ${skipped}`);
|
||||
console.log(
|
||||
`⏱️ Total migration time: ${migrationDurationMs.toFixed(1)} ms (${(migrationDurationMs / 1000).toFixed(2)} seconds)`,
|
||||
|
||||
@@ -15,12 +15,7 @@ export function GithubStarsButton() {
|
||||
|
||||
return (
|
||||
<Button asChild variant="outline">
|
||||
<a
|
||||
href="https://github.com/amruthpillai/reactive-resume"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
aria-label={ariaLabel}
|
||||
>
|
||||
<a target="_blank" href="https://github.com/amruthpillai/reactive-resume" aria-label={ariaLabel} rel="noopener">
|
||||
<GithubLogoIcon aria-hidden="true" />
|
||||
{starCount != null ? (
|
||||
<CountUp to={starCount} duration={0.5} separator="," className="font-bold" aria-hidden="true" />
|
||||
|
||||
@@ -269,11 +269,7 @@ function EditorToolbar({ editor }: { editor: Editor }) {
|
||||
return;
|
||||
}
|
||||
|
||||
ctx.editor
|
||||
.chain()
|
||||
.focus()
|
||||
.setLink({ href: url, target: "_blank", rel: "noopener noreferrer nofollow" })
|
||||
.run();
|
||||
ctx.editor.chain().focus().setLink({ href: url, target: "_blank", rel: "noopener nofollow" }).run();
|
||||
},
|
||||
unsetLink: () => ctx.editor.chain().focus().unsetLink().run(),
|
||||
|
||||
|
||||
@@ -186,7 +186,7 @@ export function getSectionComponent(
|
||||
style={{ gridTemplateColumns: `repeat(${customSection.columns}, 1fr)` }}
|
||||
>
|
||||
{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)}
|
||||
</div>
|
||||
))}
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
import { TiptapContent } from "@/components/input/rich-input";
|
||||
import type { SectionItem } from "@/schema/resume/data";
|
||||
import { cn } from "@/utils/style";
|
||||
import { PageLink } from "../page-link";
|
||||
|
||||
type ReferencesItemProps = SectionItem<"references"> & {
|
||||
className?: string;
|
||||
@@ -9,12 +10,21 @@ type ReferencesItemProps = SectionItem<"references"> & {
|
||||
export function ReferencesItem({ className, ...item }: ReferencesItemProps) {
|
||||
return (
|
||||
<div className={cn("references-item", className)}>
|
||||
<p className="section-item-name references-item-name">
|
||||
<strong>{item.name}</strong>
|
||||
</p>
|
||||
<div className="section-item-header references-item-header">
|
||||
<div className="flex items-center justify-between">
|
||||
<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">
|
||||
<TiptapContent content={item.description} />
|
||||
</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>
|
||||
);
|
||||
}
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
import { LevelDisplay } from "@/components/level/display";
|
||||
import { cn } from "@/utils/style";
|
||||
import { useResumeStore } from "../store/resume";
|
||||
|
||||
type Props = React.ComponentProps<"div"> & {
|
||||
@@ -8,5 +9,5 @@ type Props = React.ComponentProps<"div"> & {
|
||||
export function PageLevel({ level, className, ...props }: Props) {
|
||||
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} />;
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@ export function PageLink({ url, label, className }: Props) {
|
||||
if (!url) return null;
|
||||
|
||||
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}
|
||||
</a>
|
||||
);
|
||||
|
||||
@@ -33,7 +33,7 @@ export function LaprasTemplate({ pageIndex, pageLayout }: TemplateProps) {
|
||||
"--heading-negative-margin": `${headingNegativeMargin}pt`,
|
||||
} 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 />}
|
||||
|
||||
|
||||
@@ -30,7 +30,11 @@ export function PikachuTemplate({ pageIndex, pageLayout }: TemplateProps) {
|
||||
data-layout="sidebar"
|
||||
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 && (
|
||||
<div className="shrink-0 space-y-4 overflow-x-hidden">
|
||||
|
||||
@@ -22,6 +22,7 @@ const localFontList = [
|
||||
{ type: "local", category: "serif", family: "Palatino", weights: ["400", "600", "700"] },
|
||||
{ type: "local", category: "serif", family: "Times New Roman", weights: ["400", "600", "700"] },
|
||||
] as LocalFont[];
|
||||
|
||||
const webFontList = webFontListJSON as WebFont[];
|
||||
|
||||
function buildWebFontMap() {
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -9,7 +9,7 @@ export function Copyright({ className, ...props }: Props) {
|
||||
<p>
|
||||
<Trans>
|
||||
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
|
||||
</a>
|
||||
.
|
||||
@@ -25,7 +25,7 @@ export function Copyright({ className, ...props }: Props) {
|
||||
A passion project by{" "}
|
||||
<a
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
rel="noopener"
|
||||
href="https://amruthpillai.com"
|
||||
className="font-medium underline underline-offset-2"
|
||||
>
|
||||
|
||||
@@ -4,6 +4,7 @@ import { PencilSimpleLineIcon, PlusIcon } from "@phosphor-icons/react";
|
||||
import { useForm, useFormContext } from "react-hook-form";
|
||||
import type z from "zod";
|
||||
import { RichInput } from "@/components/input/rich-input";
|
||||
import { URLInput } from "@/components/input/url-input";
|
||||
import { useResumeStore } from "@/components/resume/store/resume";
|
||||
import { Button } from "@/components/ui/button";
|
||||
import { DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogTitle } from "@/components/ui/dialog";
|
||||
@@ -28,6 +29,9 @@ export function CreateReferenceDialog({ data }: DialogProps<"resume.sections.ref
|
||||
id: generateId(),
|
||||
hidden: data?.item?.hidden ?? false,
|
||||
name: data?.item?.name ?? "",
|
||||
position: data?.item?.position ?? "",
|
||||
website: data?.item?.website ?? { url: "", label: "" },
|
||||
phone: data?.item?.phone ?? "",
|
||||
description: data?.item?.description ?? "",
|
||||
},
|
||||
});
|
||||
@@ -83,6 +87,9 @@ export function UpdateReferenceDialog({ data }: DialogProps<"resume.sections.ref
|
||||
id: data.item.id,
|
||||
hidden: data.item.hidden,
|
||||
name: data.item.name,
|
||||
position: data.item.position,
|
||||
website: data.item.website,
|
||||
phone: data.item.phone,
|
||||
description: data.item.description,
|
||||
},
|
||||
});
|
||||
@@ -140,7 +147,7 @@ function ReferenceForm() {
|
||||
control={form.control}
|
||||
name="name"
|
||||
render={({ field }) => (
|
||||
<FormItem className="sm:col-span-full">
|
||||
<FormItem>
|
||||
<FormLabel>
|
||||
<Trans>Name</Trans>
|
||||
</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
|
||||
control={form.control}
|
||||
name="description"
|
||||
|
||||
@@ -584,6 +584,9 @@ export class JSONResumeImporter {
|
||||
id: generateId(),
|
||||
hidden: false,
|
||||
name: ref.name || "",
|
||||
position: "",
|
||||
website: { url: "", label: "" },
|
||||
phone: "",
|
||||
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 { type ResumeData, resumeDataSchema } from "@/schema/resume/data";
|
||||
import { type Template, templateSchema } from "@/schema/templates";
|
||||
@@ -122,7 +124,6 @@ type V4ResumeData = {
|
||||
items: Array<{
|
||||
id: string;
|
||||
visible: boolean;
|
||||
name?: string;
|
||||
title?: string;
|
||||
awarder?: string;
|
||||
date?: string;
|
||||
@@ -433,16 +434,16 @@ export class ReactiveResumeV4JSONImporter {
|
||||
},
|
||||
sections: {
|
||||
profiles: {
|
||||
title: (v4Data.sections.profiles?.name ?? "").trim() || "Profiles",
|
||||
title: v4Data.sections.profiles?.name ?? "",
|
||||
columns: v4Data.sections.profiles?.columns ?? 1,
|
||||
hidden: !(v4Data.sections.profiles?.visible ?? true),
|
||||
items: (v4Data.sections.profiles?.items ?? [])
|
||||
.filter((item) => item.network && item.network.trim().length > 0)
|
||||
.filter((item) => item.network && item.network.length > 0)
|
||||
.map((item) => ({
|
||||
id: item.id ?? generateId(),
|
||||
hidden: !(item.visible ?? true),
|
||||
icon: item.icon ?? "",
|
||||
network: item.network?.trim() || "Other",
|
||||
network: item.network!,
|
||||
username: item.username ?? "",
|
||||
website: {
|
||||
url: item.url?.href ?? "",
|
||||
@@ -451,15 +452,15 @@ export class ReactiveResumeV4JSONImporter {
|
||||
})),
|
||||
},
|
||||
experience: {
|
||||
title: (v4Data.sections.experience?.name ?? "").trim() || "Experience",
|
||||
title: v4Data.sections.experience?.name ?? "",
|
||||
columns: v4Data.sections.experience?.columns ?? 1,
|
||||
hidden: !(v4Data.sections.experience?.visible ?? true),
|
||||
items: (v4Data.sections.experience?.items ?? [])
|
||||
.filter((item) => item.company && item.company.trim().length > 0)
|
||||
.filter((item) => item.company && item.company.length > 0)
|
||||
.map((item) => ({
|
||||
id: item.id ?? generateId(),
|
||||
hidden: !(item.visible ?? true),
|
||||
company: item.company?.trim() || "Company",
|
||||
company: item.company!,
|
||||
position: item.position ?? "",
|
||||
location: item.location ?? "",
|
||||
period: item.date ?? "",
|
||||
@@ -471,15 +472,15 @@ export class ReactiveResumeV4JSONImporter {
|
||||
})),
|
||||
},
|
||||
education: {
|
||||
title: (v4Data.sections.education?.name ?? "").trim() || "Education",
|
||||
title: v4Data.sections.education?.name ?? "",
|
||||
columns: v4Data.sections.education?.columns ?? 1,
|
||||
hidden: !(v4Data.sections.education?.visible ?? true),
|
||||
items: (v4Data.sections.education?.items ?? [])
|
||||
.filter((item) => item.institution && item.institution.trim().length > 0)
|
||||
.filter((item) => item.institution && item.institution.length > 0)
|
||||
.map((item) => ({
|
||||
id: item.id ?? generateId(),
|
||||
hidden: !(item.visible ?? true),
|
||||
school: item.institution?.trim() || "School",
|
||||
school: item.institution!,
|
||||
degree: item.studyType ?? "",
|
||||
area: item.area ?? "",
|
||||
grade: item.score ?? "",
|
||||
@@ -493,15 +494,15 @@ export class ReactiveResumeV4JSONImporter {
|
||||
})),
|
||||
},
|
||||
projects: {
|
||||
title: (v4Data.sections.projects?.name ?? "").trim() || "Projects",
|
||||
title: v4Data.sections.projects?.name ?? "",
|
||||
columns: v4Data.sections.projects?.columns ?? 1,
|
||||
hidden: !(v4Data.sections.projects?.visible ?? true),
|
||||
items: (v4Data.sections.projects?.items ?? [])
|
||||
.filter((item) => item.name && item.name.trim().length > 0)
|
||||
.filter((item) => item.name && item.name.length > 0)
|
||||
.map((item) => ({
|
||||
id: item.id ?? generateId(),
|
||||
hidden: !(item.visible ?? true),
|
||||
name: item.name?.trim() || "Project",
|
||||
name: item.name!,
|
||||
period: item.date ?? "",
|
||||
website: {
|
||||
url: item.url?.href ?? "",
|
||||
@@ -511,59 +512,59 @@ export class ReactiveResumeV4JSONImporter {
|
||||
})),
|
||||
},
|
||||
skills: {
|
||||
title: (v4Data.sections.skills?.name ?? "").trim() || "Skills",
|
||||
title: v4Data.sections.skills?.name ?? "",
|
||||
columns: v4Data.sections.skills?.columns ?? 1,
|
||||
hidden: !(v4Data.sections.skills?.visible ?? true),
|
||||
items: (v4Data.sections.skills?.items ?? [])
|
||||
.filter((item) => item.name && item.name.trim().length > 0)
|
||||
.filter((item) => item.name && item.name.length > 0)
|
||||
.map((item) => ({
|
||||
id: item.id ?? generateId(),
|
||||
hidden: !(item.visible ?? true),
|
||||
icon: "",
|
||||
name: item.name?.trim() || "Skill",
|
||||
name: item.name!,
|
||||
proficiency: item.description ?? "",
|
||||
level: clampLevel(item.level ?? 0),
|
||||
keywords: item.keywords ?? [],
|
||||
})),
|
||||
},
|
||||
languages: {
|
||||
title: (v4Data.sections.languages?.name ?? "").trim() || "Languages",
|
||||
title: v4Data.sections.languages?.name ?? "",
|
||||
columns: v4Data.sections.languages?.columns ?? 1,
|
||||
hidden: !(v4Data.sections.languages?.visible ?? true),
|
||||
items: (v4Data.sections.languages?.items ?? [])
|
||||
.filter((item) => item.language && item.language.trim().length > 0)
|
||||
.filter((item) => item.language && item.language.length > 0)
|
||||
.map((item) => ({
|
||||
id: item.id ?? generateId(),
|
||||
hidden: !(item.visible ?? true),
|
||||
language: item.language?.trim() || "Language",
|
||||
language: item.language!,
|
||||
fluency: item.fluency ?? "",
|
||||
level: clampLevel(item.level ?? 0),
|
||||
})),
|
||||
},
|
||||
interests: {
|
||||
title: (v4Data.sections.interests?.name ?? "").trim() || "Interests",
|
||||
title: v4Data.sections.interests?.name ?? "",
|
||||
columns: v4Data.sections.interests?.columns ?? 1,
|
||||
hidden: !(v4Data.sections.interests?.visible ?? true),
|
||||
items: (v4Data.sections.interests?.items ?? [])
|
||||
.filter((item) => item.name && item.name.trim().length > 0)
|
||||
.filter((item) => item.name && item.name.length > 0)
|
||||
.map((item) => ({
|
||||
id: item.id ?? generateId(),
|
||||
hidden: !(item.visible ?? true),
|
||||
icon: "",
|
||||
name: item.name?.trim() || "Interest",
|
||||
name: item.name!,
|
||||
keywords: item.keywords ?? [],
|
||||
})),
|
||||
},
|
||||
awards: {
|
||||
title: (v4Data.sections.awards?.name ?? "").trim() || "Awards",
|
||||
title: v4Data.sections.awards?.name ?? "",
|
||||
columns: v4Data.sections.awards?.columns ?? 1,
|
||||
hidden: !(v4Data.sections.awards?.visible ?? true),
|
||||
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) => ({
|
||||
id: item.id ?? generateId(),
|
||||
hidden: !(item.visible ?? true),
|
||||
title: (item.title || item.name)?.trim() || "Award",
|
||||
title: item.title!,
|
||||
awarder: item.awarder ?? "",
|
||||
date: item.date ?? "",
|
||||
website: {
|
||||
@@ -574,15 +575,15 @@ export class ReactiveResumeV4JSONImporter {
|
||||
})),
|
||||
},
|
||||
certifications: {
|
||||
title: (v4Data.sections.certifications?.name ?? "").trim() || "Certifications",
|
||||
title: v4Data.sections.certifications?.name ?? "",
|
||||
columns: v4Data.sections.certifications?.columns ?? 1,
|
||||
hidden: !(v4Data.sections.certifications?.visible ?? true),
|
||||
items: (v4Data.sections.certifications?.items ?? [])
|
||||
.filter((item) => item.name && item.name.trim().length > 0)
|
||||
.filter((item) => item.name && item.name.length > 0)
|
||||
.map((item) => ({
|
||||
id: item.id ?? generateId(),
|
||||
hidden: !(item.visible ?? true),
|
||||
title: item.name?.trim() || "Certification",
|
||||
title: item.name!,
|
||||
issuer: item.issuer ?? "",
|
||||
date: item.date ?? "",
|
||||
website: {
|
||||
@@ -593,15 +594,15 @@ export class ReactiveResumeV4JSONImporter {
|
||||
})),
|
||||
},
|
||||
publications: {
|
||||
title: (v4Data.sections.publications?.name ?? "").trim() || "Publications",
|
||||
title: v4Data.sections.publications?.name ?? "",
|
||||
columns: v4Data.sections.publications?.columns ?? 1,
|
||||
hidden: !(v4Data.sections.publications?.visible ?? true),
|
||||
items: (v4Data.sections.publications?.items ?? [])
|
||||
.filter((item) => item.name && item.name.trim().length > 0)
|
||||
.filter((item) => item.name && item.name.length > 0)
|
||||
.map((item) => ({
|
||||
id: item.id ?? generateId(),
|
||||
hidden: !(item.visible ?? true),
|
||||
title: item.name?.trim() || "Publication",
|
||||
title: item.name!,
|
||||
publisher: item.publisher ?? "",
|
||||
date: item.date ?? "",
|
||||
website: {
|
||||
@@ -612,15 +613,15 @@ export class ReactiveResumeV4JSONImporter {
|
||||
})),
|
||||
},
|
||||
volunteer: {
|
||||
title: (v4Data.sections.volunteer?.name ?? "").trim() || "Volunteering",
|
||||
title: v4Data.sections.volunteer?.name ?? "",
|
||||
columns: v4Data.sections.volunteer?.columns ?? 1,
|
||||
hidden: !(v4Data.sections.volunteer?.visible ?? true),
|
||||
items: (v4Data.sections.volunteer?.items ?? [])
|
||||
.filter((item) => item.organization && item.organization.trim().length > 0)
|
||||
.filter((item) => item.organization && item.organization.length > 0)
|
||||
.map((item) => ({
|
||||
id: item.id ?? generateId(),
|
||||
hidden: !(item.visible ?? true),
|
||||
organization: item.organization?.trim() || "Organization",
|
||||
organization: item.organization!,
|
||||
location: item.location ?? "",
|
||||
period: item.date ?? "",
|
||||
website: {
|
||||
@@ -631,16 +632,22 @@ export class ReactiveResumeV4JSONImporter {
|
||||
})),
|
||||
},
|
||||
references: {
|
||||
title: (v4Data.sections.references?.name ?? "").trim() || "References",
|
||||
title: v4Data.sections.references?.name ?? "",
|
||||
columns: v4Data.sections.references?.columns ?? 1,
|
||||
hidden: !(v4Data.sections.references?.visible ?? true),
|
||||
items: (v4Data.sections.references?.items ?? [])
|
||||
.filter((item) => item.name && item.name.trim().length > 0)
|
||||
.filter((item) => item.name && item.name.length > 0)
|
||||
.map((item) => ({
|
||||
id: item.id ?? generateId(),
|
||||
hidden: !(item.visible ?? true),
|
||||
name: item.name?.trim() || "Reference",
|
||||
description: item.summary ?? item.description ?? "",
|
||||
name: item.name!,
|
||||
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),
|
||||
items: section.items
|
||||
.filter((item) => item.visible !== false)
|
||||
.map((item) => ({
|
||||
.map((item, index) => ({
|
||||
id: item.id || generateId(),
|
||||
hidden: !item.visible,
|
||||
company: item.name?.trim() || "",
|
||||
company: item.name?.trim() || `#${index + 1}`,
|
||||
position: item.description ?? "",
|
||||
location: item.location ?? "",
|
||||
period: item.date ?? "",
|
||||
|
||||
@@ -205,7 +205,7 @@ export const DonationBanner = () => (
|
||||
transition={{ duration: 0.6, delay: 0.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" />
|
||||
Open Collective
|
||||
<span className="sr-only"> ({t`opens in new tab`})</span>
|
||||
@@ -213,7 +213,7 @@ export const DonationBanner = () => (
|
||||
</Button>
|
||||
|
||||
<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" />
|
||||
GitHub Sponsors
|
||||
<span className="sr-only"> ({t`opens in new tab`})</span>
|
||||
|
||||
@@ -36,7 +36,7 @@ const getFaqItems = (): FAQItemData[] => [
|
||||
<a
|
||||
href={crowdinUrl}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
rel="noopener"
|
||||
className={buttonVariants({ variant: "link", className: "h-auto px-0!" })}
|
||||
>
|
||||
contribute to the translations on Crowdin
|
||||
|
||||
@@ -76,7 +76,7 @@ export function Footer() {
|
||||
<a
|
||||
href={social.url}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
rel="noopener"
|
||||
aria-label={`${social.label} (${t`opens in new tab`})`}
|
||||
>
|
||||
<social.icon aria-hidden="true" size={18} />
|
||||
@@ -123,7 +123,7 @@ function FooterLink({ url, label }: FooterLinkItem) {
|
||||
<a
|
||||
href={url}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
rel="noopener"
|
||||
className="relative inline-block text-sm transition-colors hover:text-foreground"
|
||||
>
|
||||
{label}
|
||||
|
||||
@@ -48,7 +48,7 @@ export function Hero() {
|
||||
animate={{ opacity: 1, y: 0 }}
|
||||
transition={{ duration: 0.6, delay: 0.8 }}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
rel="noopener"
|
||||
href="https://docs.rxresu.me/getting-started"
|
||||
>
|
||||
<Badge variant="secondary" className="h-auto gap-1.5 px-3 py-0.5">
|
||||
@@ -104,7 +104,7 @@ export function Hero() {
|
||||
</Button>
|
||||
|
||||
<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" />
|
||||
<Trans>Learn More</Trans>
|
||||
<span className="sr-only">
|
||||
|
||||
@@ -28,7 +28,7 @@ export function ProductHuntBanner() {
|
||||
return (
|
||||
<a
|
||||
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"
|
||||
href="https://www.producthunt.com/products/reactive-resume/launches/reactive-resume-v5-2?embed=true&utm_source=badge-featured&utm_medium=badge&utm_campaign=badge-reactive-resume-v5-2"
|
||||
>
|
||||
|
||||
@@ -103,7 +103,7 @@ export function Testimonials() {
|
||||
<a
|
||||
href={`mailto:${email}`}
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
rel="noopener"
|
||||
className="font-medium text-foreground underline underline-offset-2 transition-colors hover:text-primary"
|
||||
>
|
||||
{email}
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
import { t } from "@lingui/core/macro";
|
||||
import {
|
||||
ArrowsClockwiseIcon,
|
||||
CircleNotchIcon,
|
||||
CubeFocusIcon,
|
||||
FileJsIcon,
|
||||
@@ -28,7 +27,7 @@ export function BuilderDock() {
|
||||
const [_, copyToClipboard] = useCopyToClipboard();
|
||||
const { data: session } = authClient.useSession();
|
||||
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 { mutateAsync: printResumeAsPDF, isPending: isPrinting } = useMutation(
|
||||
@@ -40,11 +39,6 @@ export function BuilderDock() {
|
||||
return `${window.location.origin}/${session.user.username}/${resume.slug}`;
|
||||
}, [session, resume]);
|
||||
|
||||
const onReset = useCallback(() => {
|
||||
resetTransform();
|
||||
centerView();
|
||||
}, [resetTransform, centerView]);
|
||||
|
||||
const onCopyUrl = useCallback(async () => {
|
||||
await copyToClipboard(publicUrl);
|
||||
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={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()} />
|
||||
<div className="mx-1 h-8 w-px bg-border" />
|
||||
<DockIcon icon={LinkSimpleIcon} title={t`Copy URL`} onClick={() => onCopyUrl()} />
|
||||
|
||||
@@ -25,7 +25,7 @@ export function InformationSectionBuilder() {
|
||||
</div>
|
||||
|
||||
<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 />
|
||||
<span className="truncate">
|
||||
<Trans>Donate to Reactive Resume</Trans>
|
||||
@@ -36,31 +36,31 @@ export function InformationSectionBuilder() {
|
||||
|
||||
<div className="flex flex-wrap gap-0.5">
|
||||
<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>
|
||||
</a>
|
||||
</Button>
|
||||
|
||||
<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>
|
||||
</a>
|
||||
</Button>
|
||||
|
||||
<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>
|
||||
</a>
|
||||
</Button>
|
||||
|
||||
<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>
|
||||
</a>
|
||||
</Button>
|
||||
|
||||
<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>
|
||||
</a>
|
||||
</Button>
|
||||
|
||||
@@ -30,8 +30,8 @@ function TemplateSectionForm() {
|
||||
<div className="flex @md:flex-row flex-col items-stretch gap-x-4 gap-y-2">
|
||||
<Button
|
||||
variant="ghost"
|
||||
className="group/preview relative h-auto w-40 shrink-0 cursor-pointer p-0"
|
||||
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">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
<div className="flex flex-wrap gap-1.5">
|
||||
<div className="flex flex-wrap gap-2.5">
|
||||
{metadata.tags.map((tag) => (
|
||||
<Badge key={tag} variant="outline">
|
||||
<Badge key={tag} variant="secondary">
|
||||
{tag}
|
||||
</Badge>
|
||||
))}
|
||||
|
||||
@@ -85,7 +85,7 @@ function RouteComponent() {
|
||||
</p>
|
||||
|
||||
<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 />
|
||||
<Trans>API Reference</Trans>
|
||||
</a>
|
||||
|
||||
@@ -45,7 +45,7 @@ function RouteComponent() {
|
||||
variant="link"
|
||||
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>
|
||||
<ArrowRightIcon className="size-3" />
|
||||
</a>
|
||||
|
||||
+22
-76
@@ -8,11 +8,7 @@ export const iconSchema = z
|
||||
);
|
||||
|
||||
export const urlSchema = z.object({
|
||||
url: z
|
||||
.string()
|
||||
.describe(
|
||||
"The URL to show as a link. Must be a valid URL with a protocol (http:// or https://). Leave blank to hide.",
|
||||
),
|
||||
url: z.string().describe("The URL to show as a link. Must be a valid URL with a protocol (http:// or https://)."),
|
||||
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
|
||||
.string()
|
||||
.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
|
||||
.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."),
|
||||
icon: iconSchema,
|
||||
text: z.string().describe("The text to display for the custom field."),
|
||||
link: z
|
||||
.url()
|
||||
.or(z.literal(""))
|
||||
.describe("If the custom field should be a link, the URL to link to. Leave blank to hide.")
|
||||
.catch(""),
|
||||
link: z.url().or(z.literal("")).describe("If the custom field should be a link, the URL to link to.").catch(""),
|
||||
});
|
||||
|
||||
export const basicsSchema = z.object({
|
||||
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."),
|
||||
email: z.email().or(z.literal("")).describe("The email address of the author of the resume. Leave blank to hide."),
|
||||
phone: z.string().describe("The phone number 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."),
|
||||
location: z.string().describe("The location 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."),
|
||||
@@ -86,9 +78,7 @@ export const summarySchema = z.object({
|
||||
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."),
|
||||
hidden: z.boolean().describe("Whether to hide the summary from the resume."),
|
||||
content: z
|
||||
.string()
|
||||
.describe("The content of the summary of the resume. This should be a HTML-formatted string. Leave blank to hide."),
|
||||
content: z.string().describe("The content of the summary of the resume. This should be a HTML-formatted string."),
|
||||
});
|
||||
|
||||
export const baseItemSchema = z.object({
|
||||
@@ -101,9 +91,7 @@ export const awardItemSchema = baseItemSchema.extend({
|
||||
awarder: z.string().describe("The awarder of the award."),
|
||||
date: z.string().describe("The date when the award was received."),
|
||||
website: urlSchema.describe("The website of the award, if any."),
|
||||
description: z
|
||||
.string()
|
||||
.describe("The description of the award. This should be a HTML-formatted string. Leave blank to hide."),
|
||||
description: z.string().describe("The description of the award. This should be a HTML-formatted string."),
|
||||
});
|
||||
|
||||
export const certificationItemSchema = baseItemSchema.extend({
|
||||
@@ -111,9 +99,7 @@ export const certificationItemSchema = baseItemSchema.extend({
|
||||
issuer: z.string().describe("The issuer of the certification."),
|
||||
date: z.string().describe("The date when the certification was received."),
|
||||
website: urlSchema.describe("The website of the certification, if any."),
|
||||
description: z
|
||||
.string()
|
||||
.describe("The description of the certification. This should be a HTML-formatted string. Leave blank to hide."),
|
||||
description: z.string().describe("The description of the certification. This should be a HTML-formatted string."),
|
||||
});
|
||||
|
||||
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."),
|
||||
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."),
|
||||
description: z
|
||||
.string()
|
||||
.describe("The description of the education. This should be a HTML-formatted string. Leave blank to hide."),
|
||||
description: z.string().describe("The description of the education. This should be a HTML-formatted string."),
|
||||
});
|
||||
|
||||
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."),
|
||||
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."),
|
||||
description: z
|
||||
.string()
|
||||
.describe("The description of the experience. This should be a HTML-formatted string. Leave blank to hide."),
|
||||
description: z.string().describe("The description of the experience. This should be a HTML-formatted string."),
|
||||
});
|
||||
|
||||
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."),
|
||||
period: z.string().describe("The period of time the project was worked on."),
|
||||
website: urlSchema.describe("The link to the project, if any."),
|
||||
description: z
|
||||
.string()
|
||||
.describe("The description of the project. This should be a HTML-formatted string. Leave blank to hide."),
|
||||
description: z.string().describe("The description of the project. This should be a HTML-formatted string."),
|
||||
});
|
||||
|
||||
export const publicationItemSchema = baseItemSchema.extend({
|
||||
@@ -187,17 +167,18 @@ export const publicationItemSchema = baseItemSchema.extend({
|
||||
publisher: z.string().describe("The publisher of the publication."),
|
||||
date: z.string().describe("The date when the publication was published."),
|
||||
website: urlSchema.describe("The link to the publication, if any."),
|
||||
description: z
|
||||
.string()
|
||||
.describe("The description of the publication. This should be a HTML-formatted string. Leave blank to hide."),
|
||||
description: z.string().describe("The description of the publication. This should be a HTML-formatted string."),
|
||||
});
|
||||
|
||||
export const referenceItemSchema = baseItemSchema.extend({
|
||||
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
|
||||
.string()
|
||||
.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."),
|
||||
description: z
|
||||
.string()
|
||||
.describe(
|
||||
"The description of the volunteer experience. This should be a HTML-formatted string. Leave blank to hide.",
|
||||
),
|
||||
.describe("The description of the volunteer experience. This should be a HTML-formatted string."),
|
||||
});
|
||||
|
||||
export const baseSectionSchema = z.object({
|
||||
@@ -842,7 +821,7 @@ export const sampleResumeData: ResumeData = {
|
||||
},
|
||||
skills: {
|
||||
title: "Technical Skills",
|
||||
columns: 2,
|
||||
columns: 1,
|
||||
hidden: false,
|
||||
items: [
|
||||
{
|
||||
@@ -899,42 +878,6 @@ export const sampleResumeData: ResumeData = {
|
||||
level: 4,
|
||||
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: {
|
||||
@@ -960,7 +903,7 @@ export const sampleResumeData: ResumeData = {
|
||||
},
|
||||
interests: {
|
||||
title: "Interests",
|
||||
columns: 2,
|
||||
columns: 1,
|
||||
hidden: false,
|
||||
items: [
|
||||
{
|
||||
@@ -1132,6 +1075,9 @@ export const sampleResumeData: ResumeData = {
|
||||
id: "ref1",
|
||||
hidden: false,
|
||||
name: "Available upon request",
|
||||
position: "",
|
||||
website: { url: "", label: "" },
|
||||
phone: "",
|
||||
description: "",
|
||||
},
|
||||
],
|
||||
|
||||
@@ -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": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user